Problems

Filters
Clear Filters

9 problems found

2014 Paper 2 Q2
D: 1600.0 B: 1500.0

This question concerns the inequality \begin{equation} \int_0^\pi \bigl( f(x) \bigr)^2 \d x \le \int_0^\pi \bigl( f'(x)\bigr)^2 \d x\,.\tag{\(*\)} \end{equation}

  1. Show that \((*)\) is satisfied in the case \(f(x)=\sin nx\), where \(n\) is a positive integer. Show by means of counterexamples that \((*)\) is not necessarily satisfied if either \(f(0) \ne 0\) or \(f(\pi)\ne0\).
  2. You may now assume that \((*)\) is satisfied for any (differentiable) function \(f\) for which \(f(0)=f(\pi)=0\). By setting \(f(x) = ax^2 + bx +c\), where \(a\), \(b\) and \(c\) are suitably chosen, show that \(\pi^2\le 10\). By setting \(f(x) = p \sin \frac12 x + q\cos \frac12 x +r\), where \(p\), \(q\) and \(r\) are suitably chosen, obtain another inequality for \(\pi\). Which of these inequalities leads to a better estimate for \(\pi^2\,\)?


Solution:

  1. If \(f(x) = \sin nx\) then \(f'(x) = n \cos n x\) and so \begin{align*} && LHS &= \int_0^\pi \sin^2 n x \d x \\ &&&= \left [ \frac{x+\frac1{2n}\sin 2n x}{2} \right ]_0^{\pi} \\ &&&= \frac{\pi}{2} \\ \\ && RHS &= \int_0^{\pi} n^2 \cos^2 n x \d x \\ &&&= n^2 \left [ \frac{\frac{1}{2n}\sin 2n x + x}{2} \right]_0^{\pi} \\ &&&= n^2\frac{\pi}{2} \geq LHS \end{align*} [\(f(0) = 0, f(\pi) \neq 0\)] Suppose \(f(x) = x\) then \(f'(x) = 1\) and \(LHS = \frac{\pi^3}{3} > \pi = RHS\). [\(f(0) \neq 0, f(\pi) = 0\)] Suppose \(f(x) = \pi - x\) then \(f'(x) = -1\) and \(LHS = \frac{\pi^3}{3} > \pi = RHS\)
  2. Suppose \(f(x) = x(\pi - x)\) then \(f'(x) = \pi - 2x\) and so \begin{align*} && \int_0^\pi x^2(\pi-x)^2 \d x &\leq \int_0^\pi (\pi-2x)^2 \d x \\ \Leftrightarrow && \left [\pi^2 \frac{x^3}{3} - 2\pi \frac{x^4}{4} + \frac{x^5}{5} \right]_0^{\pi} &\leq \left [ \pi^2x - 4\pi \frac{x^2}{2} + \frac{4x^3}{3} \right]_0^{\pi} \\ \Leftrightarrow && \pi^5 \left (\frac13 - \frac12+\frac15 \right) &\leq \pi^3 \left ( 1 - 2+\frac43 \right) \\ \Leftrightarrow && \pi^2 \frac{1}{30} &\leq \frac13 \\ \Leftrightarrow && \pi^2 &\leq 10 \end{align*} Suppose \(f(x) = p\sin \tfrac12 x + q \cos \tfrac12 x + r\), so \(f(0) = q + r\) and \(f(\pi) = p + r\), so say \(p = q = 1, r = -1\) \begin{align*} && LHS &= \int_0^{\pi} \left ( \sin \tfrac12 x + \cos \tfrac12 x-1\right)^2 \d x \\ &&&=\int_0^\pi \left ( \sin^2 \tfrac12 x + \cos^2 \tfrac12 x+1-2\sin \tfrac12 x - 2\cos \tfrac12 x+ \sin x \right)\\ &&&= \left [2x + 4\cos \tfrac12 x - 4\sin \tfrac12 x - \cos x \right]_0^{\pi} \\ &&&= \left ( 2\pi -4+1 \right) - \left ( 4-1 \right) \\ &&&= 2\pi -6\\ \\ && RHS&= \int_0^{\pi} \left ( \tfrac12 \cos \tfrac12 x -\tfrac12 \sin \tfrac12 x\right)^2 \d x \\ &&&= \int_0^{\pi} \left ( \tfrac14 \cos^2 \tfrac12 x +\tfrac14 \sin^2 \tfrac12 x-\tfrac14 \sin x\right) \d x \\ &&&= \frac{\pi}{4} - \frac12 \\ \Rightarrow && 2\pi -6 &\leq \frac{\pi}{4} - \frac12 \\ \Rightarrow && \frac{7\pi}{4} &\leq \frac{11}{2} \\ \Rightarrow && \pi &\leq \frac{22}{7} \end{align*} \(22^2/7^2 = 484/49 < 10\) therefore \(\pi \leq \frac{22}{7}\) is the better estimate.

2004 Paper 1 Q12
D: 1500.0 B: 1529.3

In a certain factory, microchips are made by two machines. Machine A makes a proportion \(\lambda\) of the chips, where \(0 < \lambda < 1\), and machine B makes the rest. A proportion \(p\) of the chips made by machine A are perfect, and a proportion \(q\) of those made by machine B are perfect, where \(0 < p < 1\) and \(0 < q < 1\). The chips are sorted into two groups: group 1 contains those that are perfect and group 2 contains those that are imperfect. In a large random sample taken from group 1, it is found that \(\frac 2 5\) were made by machine A. Show that \(\lambda\) can estimated as \[ {2q \over 3p + 2q}\;. \] Subsequently, it is discovered that the sorting process is faulty: there is a probability of \(\frac 14\) that a perfect chip is assigned to group 2 and a probability of \(\frac 14\) that an imperfect chip is assigned to group 1. Taking into account this additional information, obtain a new estimate of \(\lambda\,\).


Solution: \begin{align*} && \frac25 &= \frac{\lambda p}{\lambda p + (1-\lambda) q} \\ \Rightarrow && 2(1-\lambda)q &= 3\lambda p \\ \Rightarrow && \lambda(3p+2q) &= 2q \\ \Rightarrow && \lambda &= \frac{2q}{3p+2q} \end{align*} \begin{align*} && \frac25 &= \frac{\lambda (p + \frac14(1-p))}{\lambda (p + \frac14(1-p))+(1-\lambda) (q + \frac14(1-q))} \\ &&&= \frac{\lambda(\frac34p + \frac14)}{\lambda(\frac34p + \frac14)+(1-\lambda)(\frac34q + \frac14)} \\ \Rightarrow && \lambda &= \frac{2(\frac34q+\frac14)}{3(\frac34p + \frac14)+2(\frac34q+\frac14)} \\ &&&= \frac{\frac32q + \frac12}{\frac94p + \frac32q + \frac54} \\ &&&= \frac{6q+2}{9p+6q+5} \end{align*}

2000 Paper 1 Q1
D: 1500.0 B: 1599.6

To nine decimal places, \(\log_{10}2=0.301029996\) and \(\log_{10}3=0.477121255\).

  1. Calculate \(\log_{10}5\) and \(\log_{10}6\) to three decimal places. By taking logs, or otherwise, show that \[ 5\times 10^{47} < 3^{100} < 6\times 10^{47}. \] Hence write down the first digit of \(3^{100}\).
  2. Find the first digit of each of the following numbers: \(2^{1000}\); \ \(2^{10\,000}\); \ and \(2^{100\, 000}\).


Solution:

  1. \begin{align*} \log_{10}5 &= \log_{10} 10 - \log_{10}2 \\ &= 1- \log_{10} 2 \\ &= 0.699\\ \\ \log_{10} 6 &= \log_{10} 2 + \log_{10} 3 \\ &= 0.301029996+0.477121255 \\ &= 0.778 \end{align*} \begin{align*} && 5 \times 10^{47} < 3^{100} < 6 \times 10^{47} \\ \Leftrightarrow && 47 + \log_{10} 5 < 100 \log_{10} 3 < \log_{10} 6 + 47 \\ \Leftrightarrow &&47.699< 47.71 < 47.778 \\ \end{align*} Which is true. Therefore the first digit of \(3^{100}\) is 5.
  2. \(\log_{10} 2^{1000} = 1000 \log_{10} 2 = 301.02\cdots\). Therefore it starts with a \(1\). \(\log_{10}2^{10\, 000} = 10\,000 \log_{10} 2 = 3010.2\) therefore this also starts with a \(1\). \(\log_{10} 2^{100\, 000} = 100\,000 \log_{10} 2 = 30102.9996\) therefore it starts with a \(9\)

2000 Paper 2 Q12
D: 1600.0 B: 1487.4

Tabulated values of \({\Phi}(\cdot)\), the cumulative distribution function of a standard normal variable, should not be used in this question. Henry the commuter lives in Cambridge and his working day starts at his office in London at 0900. He catches the 0715 train to King's Cross with probability \(p\), or the 0720 to Liverpool Street with probability \(1-p\). Measured in minutes, journey times for the first train are \(N(55,25)\) and for the second are \(N(65,16)\). Journey times from King's Cross and Liverpool Street to his office are \(N(30,144)\) and \(N(25,9)\), respectively. Show that Henry is more likely to be late for work if he catches the first train. Henry makes \(M\) journeys, where \(M\) is large. Writing \(A\) for \(1-{\Phi}(20/13)\) and \(B\) for \(1-{\Phi}(2)\), find, in terms of \(A\), \(B\), \(M\) and \(p\), the expected number, \(L\), of times that Henry will be late and show that for all possible values of \(p\), $$BM \le L \le AM.$$ Henry noted that in 3/5 of the occasions when he was late, he had caught the King's Cross train. Obtain an estimate of \(p\) in terms of \(A\) and \(B\). [A random variable is said to be \(N\left({{\mu}, {\sigma}^2}\right)\) if it has a normal distribution with mean \({\mu}\) and variance \({\sigma}^2\).]


Solution: If Henry catches the first train, his journey time is \(N(55+30,25+144) = N(85,13^2)\). He is on time if the journey takes less than \(105\) minutes, \(\frac{20}{13}\) std above the mean. If he catches the second train, his journey times is \(N(65+25, 16+9) = N(90, 5^2)\). He is on time if his journey takes less than \(80\) minutes, ie \(\frac{10}{5} = 2\) standard deviations above the mean. This is more likely than from the first train. \(A = 1 - \Phi(20/13)\) is the probability he is late from the first train. \(B = 1 - \Phi(2)\) is the probability he is late from the second train. The expected number of lates is \(L = M \cdot p \cdot A + M \cdot (1-p) \cdot B\), since \(B \leq A\) we must have \(BM \leq L \leq AM\) \begin{align*} && \frac35 &= \frac{pA}{pA + (1-p)B} \\ \Rightarrow && 3(1-p)B &= 2pA \\ \Rightarrow && p(2A+3B) &= 3B \\ \Rightarrow && p &= \frac{3B}{2A+3B} \end{align*}

1999 Paper 1 Q8
D: 1500.0 B: 1500.0

The function \(\f\) satisfies \(0\leqslant\f(t)\leqslant K\) when \(0\leqslant t\leqslant x\). Explain by means of a sketch, or otherwise, why \[0\leqslant\int_{0}^{x} \f (t)\,{\mathrm d}t \leqslant Kx.\] By considering \(\displaystyle \int_{0}^{1}\frac{t}{n(n-t)}\,{\mathrm d}t\), or otherwise, show that, if \(n>1\), \[ 0\le \ln \left( \frac n{n-1}\right) -\frac 1n \le \frac 1 {n-1} - \frac 1n \] and deduce that \[ 0\le \ln N -\sum_{n=2}^N \frac1n \le 1. \] Deduce that as \(N\to \infty\) \[ \sum_{n=1}^N \frac1n \to\infty. \] Noting that \(2^{10}=1024\), show also that if \(N<10^{30}\) then \[ \sum_{n=1}^N \frac1n <101. \]

1999 Paper 2 Q1
D: 1600.0 B: 1516.0

Let \(x=10^{100}\), \(y=10^{x}\), \(z=10^{y}\), and let $$ a_1=x!, \quad a_2=x^y,\quad a_3=y^x,\quad a_4=z^x,\quad a_5=\e^{xyz},\quad a_6=z^{1/y},\quad a_7 = y^{z/x}. $$

  1. Use Stirling's approximation \(n! \approx \sqrt{2 \pi}\, {n^{n+{1\over2}}\e^{-n}}\), which is valid for large \(n\), to show that \(\log_{10}\left(\log_{10} a_1 \right) \approx 102\).
  2. Arrange the seven numbers \(a_1\), \(\ldots\) , \(a_7\) in ascending order of magnitude, justifying your result.


Solution:

  1. \begin{align*} \log_{10}(\log_{10} a_1) &= \log_{10} (\log_{10} (x!) \\ &\approx \log_{10} (\log_{10} \sqrt{2 \pi} x^{x+\frac12} e^{-x}) \\ &= \log_{10} \l \log_{10} \sqrt{2 \pi} + (x+\frac12) \log_{10} x-x \r \\ &= \log_{10} \l \log_{10} \sqrt{2 \pi} + (100x+50)-x \r \\ &= \log_{10} \l 99x + \epsilon \r \\ &\approx \log_{10} 99 + \log_{10} x \\ &\approx 2 + 100 = 102 \end{align*}
  2. \begin{align*} \log_{10}(\log_{10} a_2) &= \log_{10}(\log_{10} x^y) \\ &= \log_{10} y + \log_{10} \log_{10} x \\ &= x + 2 \end{align*} \begin{align*} \log_{10}(\log_{10} a_3) &= \log_{10}(\log_{10} y^x) \\ &= \log_{10} x + \log_{10} \log_{10} y \\ &= 100 + \log_{10} x \\ &= 200 \end{align*} \begin{align*} \log_{10}(\log_{10} a_4) &= \log_{10}(\log_{10} z^x) \\ &= \log_{10} x + \log_{10} \log_{10} z \\ &= 100 + \log_{10} y \\ &= 100+x \end{align*} \begin{align*} \log_{10}(\log_{10} a_5) &= \log_{10}(\log_{10} e^{xyz}) \\ &= \log_{10} x + \log_{10}y+\log_{10} z+ \log_{10} \log_{10} e \\ &\approx 100 + x + y \end{align*} \begin{align*} \log_{10}(\log_{10} a_6) &= \log_{10}(\log_{10} z^{1/y}) \\ &= \log_{10}(\log_{10} 10) \\ &= 0 \end{align*} \begin{align*} \log_{10}(\log_{10} a_7) &= \log_{10}(\log_{10} y^{z/x}) \\ &= \log_{10}z-\log_{10} x + \log_{10} \log_{10} y \\ &= y \end{align*} Since \(0 < 102 < 200 < x+2 < x+100 < y < y+x+100\) we must have \(a_6 < a_1 < a_3 < a_2 < a_4 < a_7 < a_5\)

1998 Paper 3 Q14
D: 1700.0 B: 1500.0

A hostile naval power possesses a large, unknown number \(N\) of submarines. Interception of radio signals yields a small number \(n\) of their identification numbers \(X_i\) (\(i=1,2,...,n\)), which are taken to be independent and uniformly distributed over the continuous range from \(0\) to \(N\). Show that \(Z_1\) and \(Z_2\), defined by $$ Z_1 = {n+1\over n} {\max}\{X_1,X_2,...,X_n\} \hspace{0.3in} {\rm and} \hspace{0.3in} Z_2 = {2\over n} \sum_{i=1}^n X_i \;, $$ both have means equal to \(N\). Calculate the variance of \(Z_1\) and of \(Z_2\). Which estimator do you prefer, and why?

1997 Paper 1 Q3
D: 1484.0 B: 1501.4

Let \(a_{1}=3\), \(a_{n+1}=a_{n}^{3}\) for \(n\geqslant 1\). (Thus \(a_{2}=3^{3}\), \(a_{3}=(3^{3})^{3}\) and so on.)

  1. What digit appears in the unit place of \(a_{7}\)?
  2. Show that \(a_{7}\geqslant 10^{100}\).
  3. What is \(\dfrac{a_{7}+1}{2a_{7}}\) correct to two places of decimals? Justify your answer.


Solution:

  1. Notice that \(a_n = 3^{3^{n-1}}\) in particular, \(a_7 = 3^{3^6}\). Using Fermat's little theorem, we can see that \(3^4 \equiv 1 \pmod{5}\) and so we need to figure out \(3^6 \pmod{4}\), which is clearly \(1\). Therefore \(3^{3^6} \equiv 3^{4k+1} \equiv 3 \pmod{5}\). Therefore the units digit is \(3\).
  2. Notice that \(3^5 > 100\) and \(3^3 > 10\). Therefore \begin{align*} a_7 &= 3^{3^6} \\ &= (3^3)^{3^5} \\ &> 10^{3^5} \\ &> 10^{100} \end{align*}
  3. \begin{align*} \frac{a_7+1}{2a_7} &= \frac12 + \frac1{2a_7} \\ &= 0.5 + 0.\underbrace{000\cdots}_{\text{at least }99\text{ zeros}} \\ &= 0.50 \end{align*} Since \(a_7 > 10^{100}, \, \frac{1}{2a_7} < 10^{-100}\)

1991 Paper 2 Q6
D: 1600.0 B: 1485.5

Show by means of a sketch, or otherwise, that if \(0\leqslant\mathrm{f}(y)\leqslant\mathrm{g}(y)\) for \(0\leqslant y\leqslant x\) then \[ 0\leqslant\int_{0}^{x}\mathrm{f}(y)\,\mathrm{d}y\leqslant\int_{0}^{x}\mathrm{g}(y)\,\mathrm{d}y. \] Starting from the inequality \(0\leqslant\cos y\leqslant1,\) or otherwise, prove that if \(0\leqslant x\leqslant\frac{1}{2}\pi\) then \(0\leqslant\sin x\leqslant x\) and \(\cos x\geqslant1-\frac{1}{2}x^{2}.\) Deduce that \[ \frac{1}{1800}\leqslant\int_{0}^{\frac{1}{10}}\frac{x}{(2+\cos x)^{2}}\,\mathrm{d}x\leqslant\frac{1}{1797}. \] Show further that if \(0\leqslant x\leqslant\frac{1}{2}\pi\) then \(\sin x\geqslant x-\frac{1}{6}x^{3}.\) Hence prove that \[ \frac{1}{3000}\leqslant\int_{0}^{\frac{1}{10}}\frac{x^{2}}{(1-x+\sin x)^{2}}\,\mathrm{d}x\leqslant\frac{2}{5999}. \]