Problems

Filters
Clear Filters
1999 Paper 2 Q7
D: 1600.0 B: 1500.0

The curve \(C\) has equation $$ y = \frac x {\sqrt{x^2-2x+a}}\; , $$ where the square root is positive. Show that, if \(a>1\), then \(C\) has exactly one stationary point. Sketch \(C\) when (i) \(a=2\) and (ii) \(a=1\).


Solution: \begin{align*} && y &= \frac x {\sqrt{x^2-2x+a}} \\ && y' &= \frac{\sqrt{x^2-2x+a} - \frac{x(x-1)}{\sqrt{x^2-2x+a}}}{x^2-2x+a} \\ &&&= \frac{-x+a}{(x^2-2x+a)^{3/2}} \end{align*} Since the denominator is always positive, the only stationary point is when \(x = a\)

TikZ diagram
TikZ diagram

1999 Paper 2 Q8
D: 1600.0 B: 1500.0

Prove that $$ \sum_{k=0}^n \sin k\theta = \frac { \cos \half\theta - \cos (n+ \half) \theta} {2\sin \half\theta}\;. \eqno(*) $$

  1. Deduce that, when \(n\) is large, \[ \sum_{k=0}^n \sin \left(\frac{k\pi}{n}\right) \approx \frac{2n}\pi\;. \]
  2. By differentiating \((*)\) with respect to \(\theta\), or otherwise, show that, when \(n\) is large, \[ \sum_{k=0}^n k \sin^2 \left(\frac{k\pi}{2n}\right) \approx \left(\frac{1}4 +\frac{1}{\pi^2} \right)n^2\;. \]
\noindent [The approximations, valid for small \(\theta\), \(\sin\theta \approx \theta\) and \(\cos\theta \approx 1-{\textstyle\frac12}\,\theta^2\) may be assumed.]

1999 Paper 2 Q9
D: 1600.0 B: 1500.0

In the \(Z\)--universe, a star of mass \(M\) suddenly blows up, and the fragments, with various initial speeds, start to move away from the centre of mass \(G\) which may be regarded as a fixed point. In the subsequent motion the acceleration of each fragment is directed towards \(G\). Moreover, in accordance with the laws of physics of the \(Z\)--universe, there are positive constants \(k_1\), \(k_2\) and \(R\) such that when a fragment is at a distance \(x\) from \(G\), the magnitude of its acceleration is \(k_1x^3\) if \(x < R\) and is \(k_2x^{-4}\) if \(x \ge R\). The initial speed of a fragment is denoted by \(u\).

  1. For \(x < R\), write down a differential equation for the speed \(v\), and hence determine \(v\) in terms of \(u\), \(k_1\) and \(x\) for \( x < R\).
  2. Show that if \(u < a\), where \(2a^2=k_1 R^4\), then the fragment does not reach a distance \(R\) from \(G\).
  3. Show that if \(u \ge b\), where $ 6b^2= 3k_1R^4 + 4k_2 /R^3, $ then from the moment of the explosion the fragment is always moving away from \(G\).
  4. If \(a < u < b\), determine in terms of \(k_2\), \(b\) and \(u\) the maximum distance from \(G\) attained by the fragment.

1999 Paper 2 Q10
D: 1600.0 B: 1500.0

\(N\) particles \(P_1\), \(P_2\), \(P_3\), \(\ldots\), \(P_N\) with masses \(m\), \(qm\), \(q^2m\), \(\ldots\) , \({q^{N-1}}m\), respectively, are at rest at distinct points along a straight line in gravity-free space. The particle \(P_1\) is set in motion towards \(P_2\) with velocity \(V\) and in every subsequent impact the coefficient of restitution is \(e\), where \(0 < e < 1\). Show that after the first impact the velocities of \(P_1\) and \(P_2\) are $$ {\left({{1-eq}\over{1+q}}\right)}V \mbox{ \ \ \ and \ \ \ } {\left({{1+e}\over{1+q}}\right)}V, $$ respectively. Show that if \(q \le e\), then there are exactly \(N-1\) impacts and that if \(q=e\), then the total loss of kinetic energy after all impacts have occurred is equal to $$ {1\over 2}{me}{\left(1-e^{N-1}\right)}{V^2}. $$

1999 Paper 2 Q11
D: 1600.0 B: 1484.0

An automated mobile dummy target for gunnery practice is moving anti-clockwise around the circumference of a large circle of radius \(R\) in a horizontal plane at a constant angular speed \(\omega\). A shell is fired from \(O\), the centre of this circle, with initial speed \(V\) and angle of elevation \(\alpha\). Show that if \(V^2 < gR\), then no matter what the value of \(\alpha\), or what vertical plane the shell is fired in, the shell cannot hit the target. Assume now that \(V^2 > gR\) and that the shell hits the target, and let \(\beta\) be the angle through which the target rotates between the time at which the shell is fired and the time of impact. Show that \(\beta\) satisfies the equation $$ g^2{{\beta}^4} - 4{{\omega}^2}{V^2}{{\beta}^2} +4{R^2}{{\omega}^4}=0. $$ Deduce that there are exactly two possible values of \(\beta\). Let \(\beta_1\) and \(\beta_2\) be the possible values of \(\beta\) and let \(P_1\) and \(P_2\) be the corresponding points of impact. By considering the quantities \((\beta_1^2 +\beta_2^2) \) and \(\beta_1^2\beta_2^2\,\), or otherwise, show that the linear distance between \(P_1\) and \(P_2\) is \[ 2R \sin\Big( \frac\omega g \sqrt{V^2-Rg}\Big) \;. \]


Solution: \begin{align*} && 0 &= V\sin \alpha t-\frac12 gt^2 \\ \Rightarrow && t &= \frac{2V \sin \alpha}{g} \\ && R &= V \cos \alpha \, t \\ &&&= \frac{2V^2 \sin \alpha \cos \alpha}{g} \\ &&&= \frac{V^2 \sin 2 \alpha}{g} \end{align*} Therefore the max distance is \(\frac{V^2}{g}\), therefore we cannot hit the target if \(R > \frac{V^2}{g} \Rightarrow gR > V^2\). We have \(\beta = \omega t \Rightarrow t = \frac{\beta}{\omega}\) \begin{align*} && \sin \alpha &= \frac{gt}{2V} \\ && \cos \alpha &= \frac{R}{Vt} \\ \Rightarrow && 1 &= \left (\frac{gt}{2V} \right)^2 + \left ( \frac{R}{Vt} \right)^2 \\ &&&= \left (\frac{g\beta}{2V \omega} \right)^2 + \left ( \frac{R\omega}{V\beta} \right)^2 \\ &&&= \frac{g^2 \beta^2}{4 V^2 \omega^2} + \frac{R^2 \omega^2}{V^2 \beta ^2} \\ \Rightarrow && 4V^2 \omega^2 \beta^2 &= g^2 \beta^4 + 4R^2 \omega^4 \\ \Rightarrow && 0 &= g^2 \beta^4 - 4\omega^2 V^2 \beta^2+4R^2\omega^4 \end{align*} This (quadratic) equation in terms of \(\beta^2\) has two solution if \(\Delta = 16\omega^4V^4-16g^2R^2\omega^4 =16\omega^4(V^4-g^2R^2) > 0\) since \(V^2 > gR\). Since \(\beta > 0\) there are exactly two solutions, once we have values for \(\beta\). First notice, \begin{align*} && \beta_1^2 + \beta_2^2 &= \frac{4\omega^2V^2}{g^2} \\ && \beta_1^2\beta_2^2 &= \frac{4R^2\omega^4}{g^2} \end{align*} Then notice the positions of \(P_1\) and \(P_2\) are \((R\cos \beta_1 , R\sin \beta_1)\) and \((R\cos \beta_2, R\sin \beta_2)\). \begin{align*} && d^2 &= R^2\left ( \cos \beta_1 - \cos \beta_2 \right)^2 + R^2 \left ( \sin \beta_1 - \sin \beta_2 \right)^2 \\ &&&= 2R^2 - 2R^2(\cos \beta_1 \cos \beta_2 + \sin \beta_1 \sin \beta_2) \\ &&&= 2R^2-2R^2\cos(\beta_1 - \beta_2) \\ &&&= 2R^2 \left (1-\cos(\sqrt{(\beta_1-\beta_2)^2} \right ) \\ &&&= 2R^2 \left (1 - \cos\left ( \sqrt{\frac{4\omega^2 V^2}{g^2} - \frac{4R\omega^2}{g}} \right) \right) \\ &&&= 2R^2 \left (1 - \cos\left (\frac{2\omega}{g} \sqrt{V^2 - Rg} \right) \right) \\ &&&= 4 R^2 \sin^2 \left (\frac{\omega}{g} \sqrt{V^2 - Rg} \right) \end{align*} which gives us the required result.

1999 Paper 2 Q12
D: 1600.0 B: 1484.0

It is known that there are three manufacturers \(A, B, C,\) who can produce micro chip MB666. The probability that a randomly selected MB666 is produced by \(A\) is \(2p\), and the corresponding probabilities for \(B\) and \(C\) are \(p\) and \(1 - 3p\), respectively, where \({{0} \le p \le {1 \over 3}}.\) It is also known that \(70\%\) of MB666 micro chips from \(A\) are sound and that the corresponding percentages for \(B\) and \(C\) are \(80\%\) and \(90\%\), respectively. Find in terms of \(p\), the conditional probability, \(\P(A {\vert} S)\), that if a randomly selected MB666 chip is found to be sound then it came from \(A\), and also the conditional probability, \(\P(C {\vert} S)\), that if it is sound then it came from \(C\). A quality inspector took a random sample of one MB666 micro chip and found it to be sound. She then traced its place of manufacture to be \(A\), and so estimated \(p\) by calculating the value of \(p\) that corresponds to the greatest value of \(\P(A {\vert} S)\). A second quality inspector also a took random sample of one MB666 chip and found it to be sound. Later he traced its place of manufacture to be \(C\) and so estimated \(p\) by applying the procedure of his colleague to \(\P(C {\vert} S)\). Determine the values of the two estimates and comment briefly on the results obtained.

1999 Paper 2 Q13
D: 1600.0 B: 1484.0

A stick is broken at a point, chosen at random, along its length. Find the probability that the ratio, \(R\), of the length of the shorter piece to the length of the longer piece is less than \(r\). Find the probability density function for \(R\), and calculate the mean and variance of \(R\).


Solution: Let \(X \sim U[0, \tfrac12]\) be the shorter piece, so \(R = \frac{X}{1-X}\), and \begin{align*} && \mathbb{P}(R \leq r) &= \mathbb{P}(\tfrac{X}{1-X} \leq r) \\ &&&= \mathbb{P}(X \leq r - rX) \\ &&&= \mathbb{P}((1+r)X \leq r) \\ &&&= \mathbb{P}(X \leq \tfrac{r}{1+r} ) \\ &&&= \begin{cases} 0 & r < 0 \\ \frac{2r}{1+r} & 0 \leq r \leq 1 \\ 1 & r > 1 \end{cases} \\ \\ && f_R(r) &= \begin{cases} \frac{2}{(1+r)^2} & 0 \leq r \leq 1 \\ 0 & \text{otherwise} \end{cases} \end{align*} Let \(Y \sim U[\tfrac12, 1]\) be the longer piece, then \(R = \frac{1-Y}{Y} = Y^{-1} - 1\) and \begin{align*} \E[R] &= \int_{\frac12}^1 (y^{-1}-1) 2 \d y \\ &= 2\left [\ln y - y \right]_{\frac12}^1 \\ &= -2 + 2\ln2 +2\frac12 \\ &= 2\ln2 -1 \\ \\ \E[R^2] &= \int_{\frac12}^1 (y^{-1}-1)^2 2 \d y\\ &= 2\left [-y^{-1} -2\ln y + 1 \right]_{\frac12}^1 \\ &= 2 \left ( 2 - 2\ln 2+\frac12\right) \\ &= 3-4\ln 2 \\ \var[R] &= 3 - 4 \ln 2 -(2\ln 2-1)^2 \\ &= 2 - 4(\ln 2)^2 \end{align*}

1999 Paper 2 Q14
D: 1600.0 B: 1516.0

You play the following game. You throw a six-sided fair die repeatedly. You may choose to stop after any throw, except that you must stop if you throw a 1. Your score is the number obtained on your last throw. Determine the strategy that you should adopt in order to maximize your expected score, explaining your reasoning carefully.


Solution: Once you have thrown, all previous throws are irrelevant so the only thing which can affect your decision is the current throw. Therefore the strategy must consist of a list of states we re-throw from, and a list of states we stick on. It must also be the case that if we stick on \(k\) we stick on \(k+1\) (otherwise we can improve our strategy by switching those two values around). Therefore we can form a table of our expected score: \begin{array}{c|c|c} \text{stop on} & \text{possible outcomes} & \E[\text{score}] \\ \hline \geq 2 & \{1,2,3,4,5,6\} & \frac{21}{6} = 3.5 \\ \geq 3 & \{1,3,4,5,6\} & \frac{19}{5} = 3.8 \\ \geq 4 & \{1,4,5,6\} & \frac{16}{4} = 4 \\ \geq 5 & \{1,5,6\} & \frac{12}{3} = 4 \\ =6 & \{1,6\} & \frac{7}{2} = 3.5 \end{array} Therefore the optimal strategy is to stop on \(4\) or higher. If we cared about variance we might look at the variance of the two best strategies, \(4\) or higher has a variance of \(\frac{1+16+25+36}{4} - 16 = 3.5\) and \(5\) or higher has a variance of \(\frac{1+25+36}3 - 16 = \frac{14}3 > 3.5\) so \(4\) or higher is probably better in most scenarios.

1999 Paper 3 Q1
D: 1700.0 B: 1500.0

Consider the cubic equation \[ x^3-px^2+qx-r=0\;, \] where \(p\ne0\) and \(r\ne 0\).

  1. If the three roots can be written in the form \(ak^{-1}\), \(a\) and \(ak\) for some constants \(a\) and \(k\), show that one root is \(q/p\) and that \(q^3 -rp^3=0\;.\)
  2. If \(r=q^3/p^3\;\), show that \(q/p\) is a root and that the product of the other two roots is \((q/p)^2\). Deduce that the roots are in geometric progression.
  3. Find a necessary and sufficient condition involving \(p\), \(q\) and \(r\) for the roots to be in arithmetic progression.


Solution:

  1. If the roots are \(ak^{-1}, a, ak\) then we must have that \(p = a(k^{-1}+1+k)\), \(q = a^2(k^{-1}+k+1)\) and \(r = a^3\), therefore \(a = \frac{q}{p}\) (ie one of the roots is \(\frac q p\) and \(r = \left ( \frac{q}{p} \right)^3 \Rightarrow q^3 =rp^3 \Rightarrow q^3-rp^3 = 0\)
  2. Suppose \(r = q^3/p^3\) then \(\left (\frac{q}{p} \right)^3 - p\left (\frac{q}{p} \right)^2+q\left (\frac{q}{p} \right) - r = \frac{--pq^2+pq^2}{p^2} =0 \), therefore \(q/p\) is a root by the factor theorem. We must also have the product of the three roots is \(q^3/p^3\) but one of the roots is \(q/p\) therefore the product of the other two roots is \(q^2/p^2\), but the condition \(ac = b^2\) is precisely the condition that \(a,b,c\) is a geometric progression.
  3. If the three roots are \(a-d, a, a+d\) then \(p = 3a\), \(q = a^2-da+a^2+da+a^2-d^2 = 3a^2-d^2\), \(r = a(a^2-q^2)\), therefore \(\frac{p}{3}\left (q-\frac{2p^2}9 \right) = r\) Similarly, suppose \(\frac{p}{3}\) is a root, then the other two roots must sum to twice this and therefore they are in arithmetic progression. The condition \(\frac{p}{3}\) is a root is equivalent to: \(\frac{p^3}{27} - \frac{p^3}{9} + \frac{qp}{3} - r = 0\), ie exactly \(\frac{p}{3}\left (q-\frac{2p^2}9 \right) = r\), therefore this condition is both necessary and sufficient.

1999 Paper 3 Q2
D: 1700.0 B: 1486.1

  1. Let \(\f(x)=(1+x^2)\e^x\). Show that \(\f'(x)\ge 0\) and sketch the graph of \(\f(x)\). Hence, or otherwise, show that the equation \[ (1+x^2)\e^x = k, \] where \(k\) is a constant, has exactly one real root if \(k>0\) and no real roots if \(k\le 0\).
  2. Determine the number of real roots of the equation $$ (\e^x-1) - k \tan^{-1} x=0 $$ in the cases (a) \(0< k\le 2/\pi\) and (b) \(2/\pi < k < 1\).