Problems

Filters
Clear Filters

1531 problems found

2001 Paper 2 Q13
D: 1600.0 B: 1517.3

The life times of a large batch of electric light bulbs are independently and identically distributed. The probability that the life time, \(T\) hours, of a given light bulb is greater than \(t\) hours is given by \[ \P(T>t) \; = \; \frac{1}{(1+kt)^\alpha}\;, \] where \(\alpha\) and \(k\) are constants, and \(\alpha >1\). Find the median \(M\) and the mean \(m\) of \(T\) in terms of \(\alpha\) and \(k\). Nine randomly selected bulbs are switched on simultaneously and are left until all have failed. The fifth failure occurs at 1000 hours and the mean life time of all the bulbs is found to be 2400 hours. Show that \(\alpha\approx2\) and find the approximate value of \(k\). Hence estimate the probability that, if a randomly selected bulb is found to last \(M\) hours, it will last a further \(m-M\) hours.


Solution: The median \(M\) is the value such that \begin{align*} && \frac12 &= \mathbb{P}(T > M) \\ &&&= \frac1{(1+kM)^\alpha} \\ \Rightarrow && 2 &= (1+kM)^{\alpha} \\ \Rightarrow && M &= \frac{2^{1/\alpha}-1}{k} \end{align*} The distribution of \(T\) is \(f_T(t) = \frac{k \alpha}{(1+kt)^{\alpha+1}}\) and so \begin{align*} && m &= \int_0^\infty t f_T(t) \d t \\ &&&= \int_0^\infty \frac{tk \alpha}{(1+kt)^{\alpha+1}} \d t \\ &&&= \int_0^\infty \frac{\alpha+tk \alpha-\alpha}{(1+kt)^{\alpha+1}} \d t \\ &&&= \alpha \int_0^\infty (1+kt)^{-\alpha} \d t - \alpha \int_0^\infty (1+kt)^{-(\alpha+1)} \d t \\ &&&= \alpha \left [ -\frac1{k(\alpha-1)}(1+kt)^{-\alpha+1}\right]_0^\infty- \alpha \left [ -\frac1{k\alpha}(1+kt)^{-\alpha}\right]_0^\infty \\ &&&= \frac{\alpha}{k(\alpha-1)} - \frac{1}{k} \\ &&&= \frac{1}{k(\alpha-1)} \end{align*} \begin{align*} && \frac{2^{1/\alpha}-1}{k} &= 1000 \\ && \frac{1}{k(\alpha-1)} &= 2400 \\ \Rightarrow && \frac{\alpha-1}{2^{1/\alpha}-1} &\approx 2.4 \\ && \frac{2-1}{\sqrt2-1} &= \sqrt{2}+1 \approx 2.4 \\ \Rightarrow && \alpha &\approx 2 \\ && k &= \frac{1}{2400} \end{align*} \begin{align*} && \mathbb{P}(T > m | T > M) &= \frac{\mathbb{P}(T > m)}{\mathbb{P}(T > M)} \\ &&&= \frac{2}{(1+km)^{\alpha}} \\ &&&= \frac{2}{(1 + \frac{1}{\alpha-1})^\alpha} \\ &&&\approx \frac{2}{4} =\frac12 \end{align*}

2001 Paper 2 Q14
D: 1600.0 B: 1500.0

Two coins \(A\) and \(B\) are tossed together. \(A\) has probability \(p\) of showing a head, and \(B\) has probability \(2p\), independent of \(A\), of showing a head, where \(0 < p < \frac12\). The random variable \(X\) takes the value 1 if \(A\) shows a head and it takes the value \(0\) if \(A\) shows a tail. The random variable \(Y\) takes the value 1 if \(B\) shows a head and it takes the value \(0\) if \(B\) shows a tail. The random variable \(T\) is defined by \[ T= \lambda X + {\textstyle\frac12} (1-\lambda)Y. \] Show that \(\E(T)=p\) and find an expression for \(\var(T)\) in terms of \(p\) and \(\lambda\). Show that as \(\lambda\) varies, the minimum of \(\var(T)\) occurs when \[ \lambda =\frac{1-2p}{3-4p}\;. \] The two coins are tossed \(n\) times, where \(n>30\), and \(\overline{T}\) is the mean value of \(T\). Let \(b\) be a fixed positive number. Show that the maximum value of \(\P\big(\vert \overline{T}-p\vert < b\big)\) as \(\lambda\) varies is approximately \(2\Phi(b/s)-1\), where \(\Phi\) is the cumulative distribution function of a standard normal variate and \[ s^2= \frac{p(1-p)(1-2p)}{(3-4p)n}\;. \]


Solution: \begin{align*} && \E[T] &= \E[\lambda X + \tfrac12(1-\lambda)Y] \\ &&&= \lambda \E[X] + \tfrac12(1-\lambda) \E[Y] \\ &&&= \lambda p + \tfrac12 (1-\lambda) 2p \\ &&&= p \\ \\ && \var[T] &= \var[\lambda X + \tfrac12(1-\lambda)Y] \\ &&&= \lambda^2 \var[X] + \tfrac14(1-\lambda)^2 \var[Y] \\ &&&= \lambda^2 p(1-p) + \tfrac14(1-\lambda)^22p(1-2p) \\ &&&= p(\lambda^2 + \tfrac12(1-\lambda)^2) -p^2(\lambda^2+(1-\lambda)^2)\\ &&&= p(\tfrac32\lambda^2 - \lambda + \tfrac12) -p^2(2\lambda^2 -2\lambda + 2) \end{align*} Differentiating \(\var[T]\) with respect to \(\lambda\), and noting it is a quadratic with positive leading coefficient, we get \begin{align*} && \frac{\d \var[T]}{\d \lambda} &= p(2\lambda -(1-\lambda)) - p^2(2 \lambda -2(1-\lambda)) \\ &&&= p(3\lambda - 1)-p^2(4\lambda - 2) \\ \Rightarrow && \lambda(4p-3) &= 2p-1 \\ \Rightarrow && \lambda &= \frac{1-2p}{3-4p} \end{align*} By the central limit theorem \(\overline{T} \sim N(p, \frac{\sigma^2}{n})\) in particular, \(\mathbb{P}(|\overline{T} - p| < b) = \mathbb{P}(\left \lvert |\frac{\overline{T}-p}{\frac{\sigma}{\sqrt{n}}} \right \lvert < \frac{b}{\frac{\sigma}{\sqrt{n}}}) = \mathbb{P}(|Z| < \frac{b\sqrt{n}}{\sigma}) = 2\Phi(b/s) - 1\) where \(s = \frac{\sigma}{\sqrt{n}}\) so \begin{align*} && s^2 &= \frac1n \sigma^2 \\ &&&= \frac1n \left ( \left (\left ( \frac{1-2p}{3-4p} \right)^2 + \tfrac12 \left (1-\frac{1-2p}{3-4p} \right)^2 \right)p - \left ( \left ( \frac{1-2p}{3-4p} \right)^2 + \left (1-\frac{1-2p}{3-4p} \right)^2\right)p^2 \right) \\ &&&= \frac1n \left ( \left (\left ( \frac{1-2p}{3-4p} \right)^2 + \tfrac12 \left (\frac{2-2p}{3-4p} \right)^2 \right)p - \left ( \left ( \frac{1-2p}{3-4p} \right)^2 + \left (\frac{2-2p}{3-4p} \right)^2\right)p^2 \right) \\ &&&= \frac{p}{n(3-4p)^2} \left ( (1 -4p + 4p^2 + 2-4p+2p^2) - (1-4p+4p^2+4-8p+4p^2)p \right) \\ &&&= \frac{p}{n(3-4p)^2} \left (3-13p+18p^2-8p^3 \right) \\ &&&= \frac{p}{n(3-4p)^2} (3-4p)(1-2p)(1-p) \\ &&&= \frac{p(1-p)(1-2p)}{(3-4p)n} \end{align*}

2001 Paper 3 Q1
D: 1700.0 B: 1500.0

Given that \(y = \ln ( x + \sqrt{x^2 + 1})\), show that \( \displaystyle \frac{\d y}{\d x} = \frac1 {\sqrt{x^2 + 1} }\;\). Prove by induction that, for \(n \ge 0\,\), \[ \l x^2 + 1 \r y^{\l n + 2 \r} + \l 2n + 1 \r x y^{\l n + 1 \r} + n^2 y^{\l n \r} = 0\;, \] where \(\displaystyle y^{(n)} = \frac{\d^n y}{\d x^n}\) and \(y^{(0)} =y\,\). Using this result in the case \(x = 0\,\), or otherwise, show that the Maclaurin series for \(y\) begins \[ x - {x^3 \over 6} +{3 x^5 \over 40} \] and find the next non-zero term.


Solution: \begin{align*} && y & = \ln ( x + \sqrt{x^2+1}) \\ \Rightarrow && \frac{\d y}{\d x} &= \frac{1}{x+\sqrt{x^2+1}} \cdot \frac{\d }{\d x} \left ( x + \sqrt{x^2+1} \right) \\ &&&= \frac{1}{x+\sqrt{x^2+1}} \left (1 + \frac12 \frac{2x}{\sqrt{x^2+1}} \right) \\ &&&= \frac{1}{x+\sqrt{x^2+1}} \left ( \frac{\sqrt{x^2+1} + x}{\sqrt{x^2+1}}\right) \\ &&&= \frac{1}{\sqrt{x^2+1}} \end{align*} Note that \(\displaystyle y^{(2)} = - \frac12 \frac{2x}{(x^2+1)^{3/2}} = - \frac{x}{(x^2+1)^{3/2}}\), and in particular \((x^2+1)y^{(2)} + xy^{(1)} = 0\). Now applying Leibnitz formula: \begin{align*} 0 &= \left ( (x^2+1)y^{(2)} + xy^{(1)} \right )^{(n)} \\ &= \left ( (x^2+1)y^{(2)}\right )^{(n)} + \left (xy^{(1)} \right )^{(n)} \\ &= (x^2+1)y^{(n+2)} +n2xy^{(n+1)} + \binom{n}{2}2y^{(n)} + xy^{(n+1)} + n y^{(n)} \\ &= (x^2+1)y^{(n+2)} + (2n+1)xy^{(n+1)} + (n^2-n+n)y^{(n)} \\ &= (x^2+1)y^{(n+2)} + (2n+1)xy^{(n+1)} + n^2y^{(n)} \end{align*} as required. When \(x = 0\): \begin{align*} && y(0) &= \ln(0 + \sqrt{0^2+1}) \\ &&&= \ln 1 = 0 \\ && y'(0) &= \frac{1}{\sqrt{0^2+1}} = 1 \\ && y^{(n+2)} &= -n^2 y^{(n)} \\ && y^{(2k)} &= 0 \\ && y^{(3)} &= -1 \\ && y^{(5)} &= 3^2 \\ && y^{(7)} &= - 5^2 \cdot 3^2 \\ \end{align*} Therefore the Maclaurin series about \(x = 0\) is \begin{align*} y &= x - \frac{1}{3!} x^3 + \frac{3^2}{5!} x^5 - \frac{3^2 \cdot 5^2}{7!} x^7 + \cdots \\ &= x - \frac{1}{6} x^3 + \frac{3}{1 \cdot 2 \cdot 4 \cdot 5} x^5 - \frac{5}{1 \cdot 2 \cdot 4 \cdot 2 \cdot 7} x^7 + \cdots \\ &= x - \frac{1}{6}x^3 + \frac{3}{40} x^5 - \frac{5}{56} x^7 + \cdots \end{align*}

2001 Paper 3 Q2
D: 1700.0 B: 1484.0

Show that \( \cosh^{-1} x = \ln ( x + \sqrt{x^2-1})\). Show that the area of the region defined by the inequalities \(\displaystyle y^2 \ge x^2-8\) and \(\displaystyle x^2\ge 25y^2 -16 \) is \((72/5) \ln 2\).


Solution: \begin{align*} && x &= \cosh y \\ \Rightarrow && x &= \tfrac12 (e^y + e^{-y} ) \\ \Rightarrow && 0 &= e^{2y} - 2xe^y + 1 \\ \Rightarrow && e^y &= \frac{2x \pm \sqrt{4x^2-4}}{2} \\ &&&= x \pm \sqrt{x^2-1} \\ \Rightarrow &&e^y &= x + \sqrt{x^2-1} \tag{by convention \(\cosh^{-1} > 0\)} \\ \Rightarrow && y &= \ln (x + \sqrt{x^2-1}) \end{align*}

TikZ diagram
\begin{align*} && A &= 4 \left ( \int_0^3 \frac15\sqrt{16+x^2} \d x - \int_{2\sqrt{2}}^3\sqrt{x^2-8} \d x \right) \\ \\ x = 4\sinh u: && \int_0^3 \sqrt{4^2+x^2} \d x &= \int_{u=0}^{u=\sinh^{-1}(3/4)} \sqrt{4^2 (1+\sinh^2 u)} 4 \cosh u \d u \\ &&&= \int_0^{\sinh^{-1}(3/4)} 16 \cosh^{2}u \d u \\ &&&= 8\int_0^{\sinh^{-1}(3/4)} (1+\cosh 2u) \d u \\ &&&= 8 \left[u + \frac12 \sinh 2u\right]_0^{\sinh^{-1}(3/4)} \\ &&&= 8 \left (\sinh^{-1}(3/4) + \frac12 \sinh \left ( 2 \sinh^{-1}(3/4) \right) \right) \\ \\ && \sinh^{-1}(3/4) &= \ln\left ( \frac34 + \sqrt{\left ( \frac{3}{4} \right)^2 + 1} \right) \\ &&&= \ln \left ( \frac34 +\frac{5}{4} \right) \\ &&&= \ln 2 \\ \\ \Rightarrow && \int_0^3 \sqrt{4^2+x^2} \d x &= 8 \ln 2 + 4 \left ( \frac{e^{2 \ln 2} - e^{-2\ln2}}{2} \right) \\ &&&= 8 \ln 2 + 2 \cdot 4 - 2\cdot \frac{1}{4} \\ &&&= 8 \ln 2 + \frac{15}{2} \end{align*} \begin{align*} x = 2\sqrt{2} \cosh u: && \int_{2\sqrt{2}}^3\sqrt{x^2-8} \d x &= \int_{u=0}^{u = \cosh^{-1} \frac{3}{2\sqrt{2}}} \sqrt{8(\cosh^2 u - 1)} 2 \sqrt{2} \sinh u \d u \\ &&&= \int_0^{ \cosh^{-1} \frac{3}{2\sqrt{2}}} 8\sinh^2 u \d u \\ &&&= 4 \int_0^{ \cosh^{-1} \frac{3}{2\sqrt{2}}} 2\sinh^2 u \d u \\ &&&= 4 \int_0^{ \cosh^{-1} \frac{3}{2\sqrt{2}}} \cosh 2 u -1 \d u \\ &&&= 4 \left [\frac12 \sinh 2u - u \right]_0^{ \cosh^{-1} \frac{3}{2\sqrt{2}}} \\ \\ && \cosh^{-1} \frac{3}{2\sqrt{2}} &= \ln \left ( \frac{3}{2\sqrt{2}} + \sqrt{\left ( \frac{3}{2\sqrt{2}} \right)^2-1} \right) \\ &&&= \ln \left ( \frac{3}{2\sqrt{2}} + \sqrt{\frac{9}{8} - 1} \right) \\ &&&= \ln \left ( \frac{3}{2\sqrt{2}} + \sqrt{\frac{1}{8} } \right) \\ &&&= \ln \frac{4}{2\sqrt{2}} \\ &&&= \frac12 \ln 2 \\ \\ && \int_{2\sqrt{2}}^3\sqrt{x^2-8} \d x &= 4 \left ( \frac12 \frac{e^{\ln2} - e^{-\ln2}}{2} - \frac12 \ln 2\right) \\ &&&= 2 - \frac12 -2 \ln 2 \\ &&&= \frac32 - 2 \ln 2 \end{align*} \begin{align*} A &= 4 \left (\frac15\left(8\ln 2 + \frac{15}2 \right)- \left ( \frac32 - 2 \ln 2\right)\right) \\ &=4\cdot \left( \frac{8}{5} + 2 \right) \ln 2 \\ &= \frac{72}{5} \ln 2 \end{align*}

2001 Paper 3 Q3
D: 1700.0 B: 1516.0

Consider the equation \[ x^2 - b x + c = 0 \;, \] where \(b\) and \(c\) are real numbers.

  1. Show that the roots of the equation are real and positive if and only if \(b>0\) and \phantom{} \(b^2\ge4c>0\), and sketch the region of the \(b\,\)-\(c\) plane in which these conditions hold.
  2. Sketch the region of the \(b\,\)-\(c\) plane in which the roots of the equation are real and less than \(1\) in magnitude.

2001 Paper 3 Q4
D: 1700.0 B: 1473.9

In this question, the function \(\sin^{-1}\) is defined to have domain \( -1\le x \le 1\) and range \linebreak \( - \frac{1}{2}\pi \le x \le \frac{1}{2}\pi\) and the function \(\tan^{-1}\) is defined to have the real numbers as its domain and range \( - \frac{1}{2}\pi < x < \frac{1}{2}\pi\).

  1. Let $$ \g(x) = \displaystyle {2x \over 1 + x^2}\;, \ \ \ \ \ \ \ \ \ \ -\infty
  2. Let \[ \displaystyle \f \l x \r = \sin^{-1} \l {2x \over 1 + x^2} \r \;,\ \ \ \ \ \ \ \ \ -\infty < x < \infty\;. \] Show that $ \f(x ) = 2 \tan^{-1} x\( for \) -1 \le x \le 1\,\( and \)\f(x) = \pi - 2 \tan^{-1} x \( for \)x\ge1\,$. Sketch the graph of \(\f(x)\).

2001 Paper 3 Q5
D: 1700.0 B: 1500.0

Show that the equation \(x^3 + px + q=0\) has exactly one real solution if \(p \ge 0\,\). A parabola \(C\) is given parametrically by \[ x = at^2, \: \ \ y = 2at \: \: \: \ \ \ \ \ \ \l a > 0 \r \;. \] Find an equation which must be satisfied by \(t\) at points on \(C\) at which the normal passes through the point \(\l h , \; k \r\,\). Hence show that, if \(h \le 2a \,\), exactly one normal to \(C\) will pass through \(\l h , \; k \r \, \). Find, in Cartesian form, the equation of the locus of the points from which exactly two normals can be drawn to \(C\,\). Sketch the locus.


Solution: If \(p \geq 0\) then the derivative is \(x^2+p \geq 0\) and in particular the function is increasing. Therefore it will have exactly \(1\) real root (as for very large negative \(x\) it is negative, and vice-versa fo positive \(x\)). \begin{align*} && \frac{\d y}{\d x} &= \frac{\dot{y}}{\dot{x}} \\ &&&= \frac{2a}{2at} \\ &&&= \frac{1}{t} \\ \text{eq of normal} && \frac{k-2at}{h-at^2} &= -t \\ \Rightarrow && k-2at &= at^3-th \\ && 0 &= at^3+(2a-h)t-k \end{align*} Since \(a > 0\) this is the same constraint as the first part, in particular \(2a-h \geq 0 \Leftrightarrow 2a \geq h\). If exactly two normals can be drawn to \(C\) we must have that our equation has a repeated root, ie \begin{align*} && 0 &= at^3+(2a-h)t-k\\ && 0 &= 3at^2+2a-h\\ \Rightarrow && 0 &= 3at^3+ 3(2a-h)t-3k \\ && 0 &= 3at^3+(2a-h)t \\ \Rightarrow && 0 &= 2(2a-h)t-3k \\ \Rightarrow && t &= \frac{3k}{2(2a-h)} \\ \Rightarrow && 0 &= 3a \left (\frac{3k}{2(2a-h)} \right)^2+2a-h \\ && 0 &= 27ak^2+4(2a-h)^3 \end{align*}

TikZ diagram

2001 Paper 3 Q6
D: 1700.0 B: 1488.0

The plane \[ {x \over a} + {y \over b} +{z \over c} = 1 \] meets the co-ordinate axes at the points \(A\), \(B\) and \(C\,\). The point \(M\) has coordinates \(\left( \frac12 a, \frac12 b, \frac 12 c \right)\) and \(O\) is the origin. Show that \(OM\) meets the plane at the centroid \(\left( \frac13 a, \frac13 b, \frac 13 c \right)\) of triangle \(ABC\). Show also that the perpendiculars to the plane from \(O\) and from \(M\) meet the plane at the orthocentre and at the circumcentre of triangle \(ABC\) respectively. Hence prove that the centroid of a triangle lies on the line segment joining its orthocentre and circumcentre, and that it divides this line segment in the ratio \(2 : 1\,\). [The orthocentre of a triangle is the point at which the three altitudes intersect; the circumcentre of a triangle is the point equidistant from the three vertices.]


Solution: The line \(OM\) is \(\lambda \begin{pmatrix} a \\ b \\ c \end{pmatrix}\), then we need \(1 = \lambda \begin{pmatrix} a \\ b \\ c \end{pmatrix} \cdot \begin{pmatrix} \frac1{a} \\ \frac1b \\ \frac1c \end{pmatrix} = 3 \lambda \Rightarrow \lambda = \frac13\). Therefore \(OM\) meets the plane at the centroid. The orthocentre is the point \(\mathbf{h}\) such that \((\mathbf{a}-\mathbf{b}) \cdot (\mathbf{c} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} a \\ -b \\ 0 \end{pmatrix} \cdot \begin{pmatrix} -p \\ -q \\ c-r \end{pmatrix} \Leftrightarrow ap-bq = 0\) \((\mathbf{b}-\mathbf{c}) \cdot (\mathbf{a} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} 0 \\ b \\ -c \end{pmatrix} \cdot \begin{pmatrix} a-p \\ -q \\ -r \end{pmatrix} \Leftrightarrow bq-cr = 0\) \((\mathbf{c}-\mathbf{a}) \cdot (\mathbf{b} - \mathbf{h}) = 0 \Leftrightarrow \begin{pmatrix} -a \\ 0 \\ c \end{pmatrix} \cdot \begin{pmatrix} -p \\ b-q \\ -r \end{pmatrix} \Leftrightarrow cr-ap = 0\) ie \(ap = bq = cr\) but this is clearly on the line \(\lambda \begin{pmatrix} \frac1{a} \\ \frac1b \\ \frac1c \end{pmatrix}\) therefore the orthocentre is on the perpendicular from \(O\) \(M-A = \begin{pmatrix} -a/2 \\ b/2 \\ c/2 \end{pmatrix}\) so \(|M-A|=|M-B|=|M-C|\) Also by pythagoras the point of intersection satisfies \(|M-P|^2 + |P-A|^2 = |M-A|^2\) so \(|P-A|^2 = |P-B|^2 = |P-C|^2\), therefore \(P\) is the circumcentre. Since all these points are in the same plane and \(OGM\) is a line, we have the points are in a line. Similar triangles gives the desired ratio

2001 Paper 3 Q7
D: 1700.0 B: 1516.0

Sketch the graph of the function \(\ln x - {1 \over 2} x^2\). Show that the differential equation \[ {\mathrm{d} y \over \mathrm{d} x} = {2xy \over x^2 - 1} \] describes a family of parabolas each of which passes through the points \((1,0)\) and \((-1,0)\) and has its vertex on the \(y\)-axis. Hence find the equation of the curve that passes through the point \((1,1)\) and intersects each of the above parabolas orthogonally. Sketch this curve. [Two curves intersect orthogonally if their tangents at the point of intersection are perpendicular.]


Solution:

TikZ diagram
\begin{align*} && y' &= \frac{2xy}{x^2-1} \\ \Rightarrow && \int \frac{1}{y} \d y &= \int \frac{2x}{x^2-1} \d x \\ \Rightarrow && \ln |y| &= \ln |x^2-1| + C \\ \Rightarrow && y &= A(x^2-1) \end{align*} which is a family of parabolas each passing through \((\pm1, 0)\) and with a vertex on the \(y\)-axis. The curve we seek must satisfy \begin{align*} && y' &= \frac{1-x^2}{2xy} \\ \Rightarrow && \int2 y \d y &= \int \left ( \frac{1}{x} - x \right) \d x \\ \Rightarrow && y^2 &= \ln x - \tfrac12 x^2 + C \\ (1,1): && 1 &= -\tfrac12+C \\ \Rightarrow && C &= \frac32 \\ \Rightarrow && y^2 &= \tfrac32 + \ln x - \tfrac12 x^2 \end{align*}
TikZ diagram

2001 Paper 3 Q8
D: 1700.0 B: 1500.0

  1. Prove that the equations $$ \left|z - (1 + \mathrm{i}) \right|^2 = 2 \eqno(*) $$ and $$ \qquad \quad \ \left|z - (1 - \mathrm{i}) \right|^2 = 2 \left|z - 1 \right|^2 $$ describe the same locus in the complex \(z\)--plane. Sketch this locus.
  2. Prove that the equation $$ \arg \l {z - 2 \over z} \r = {\pi \over 4} \eqno(**) $$ describes part of this same locus, and show on your sketch which part.
  3. The complex number \(w\) is related to \(z\) by \[ w = {2 \over z}\;. \] Determine the locus produced in the complex \(w\)--plane if \(z\) satisfies \((*)\). Sketch this locus and indicate the part of this locus that corresponds to \((**)\).

2001 Paper 3 Q9
D: 1700.0 B: 1484.1

\(B_1\) and \(B_2\) are parallel, thin, horizontal fixed beams. \(B_1\) is a vertical distance \(d \sin \alpha \) above \(B_2\), and a horizontal distance \(d\cos\alpha \) from \(B_2\,\), where \(0<\alpha<\pi/2\,\). A long heavy plank is held so that it rests on the two beams, perpendicular to each, with its centre of gravity at \(B_1\,\). The coefficients of friction between the plank and \(B_1\) and \(B_2\) are \(\mu_1\) and \(\mu_2\,\), respectively, where \(\mu_1<\mu_2\) and \(\mu_1+\mu_2=2\tan\alpha\,\). The plank is released and slips over the beams experiencing a force of resistance from each beam equal to the limiting frictional force (i.e. the product of the appropriate coefficient of friction and the normal reaction). Show that it will come to rest with its centre of gravity over \(B_2\) in a time \[ \pi \left(\frac{d}{g(\mu_2-\mu_1)\cos\alpha }\right)^{\!\frac12}\;. \]


Solution:

TikZ diagram
\begin{align*} \overset{\curvearrowright}{B_2} : && mgx\cos \alpha - R_1d &= 0 \\ && \frac{mgx \cos \alpha}{d} &= R_1 \\ \overset{\curvearrowright}{B_1} : && -mg(d-x)\cos \alpha + R_2d &= 0 \\ && \frac{mg(d-x) \cos \alpha}{d} &= R_2 \\ % \text{N2}(\perp B_1B_2): && R_1 + R_2 - mg\cos \alpha &=0 \\ \text{N2}(\parallel B_1B_2): && mg\sin \alpha - \mu_1R_1 - \mu_2R_2 &= m\ddot{x} \\ && mg \sin \alpha - \mu_1 \frac{mgx \cos \alpha}{d} - \mu_2\frac{mg(d-x) \cos \alpha}{d} &= m \ddot{x} \\ && gd \sin \alpha - \mu_2 gd \cos \alpha - (\mu_1 - \mu_2) x g \cos \alpha &= d \ddot{x} \\ && gd \frac12 \l \mu_1 + \mu_2 \r \cos \alpha - \mu_2 gd \cos \alpha - (\mu_1 - \mu_2) x g \cos \alpha &= d \ddot{x} \\ && gd \frac12 \l \mu_1 - \mu_2 \r \cos \alpha - (\mu_1 - \mu_2) x g \cos \alpha &= d \ddot{x} \\ && \frac12 d C &= d \ddot{x} + Cx \\ && \Big ( C &= g(\mu_1 - \mu_2) \cos \alpha \Big ) \\ \end{align*} We can recognise this differential equation from SHM as having the solution: \[x = A\sin \l \l \frac{d}{C} \r^{\frac12} t \r + B\cos \l \l \frac{d}{C} \r^{\frac12} t \r + \frac12 d\] Since when \(t = 0, x = d, \dot{x} = 0, A = 0, B = \frac{1}{2}d\). We will reach \(B_2, (x = 0)\) when \(\cos \l \l \frac{d}{C} \r^{\frac12} T \r = -1\) (at which point the speed will be zero) and \begin{align*} && \l \frac{d}{C} \r^{\frac12} T &= \pi \\ \Rightarrow && T&= \pi \l \frac{d}{g(\mu_1 - \mu_2) \cos \alpha} \r^{\frac12} \end{align*}

2001 Paper 3 Q10
D: 1700.0 B: 1516.0

Three ships \(A\), \(B\) and \(C\) move with velocities \({\bf v}_1\), \({\bf v}_2\) and \(\bf u\) respectively. The velocities of \(A\) and \(B\) relative to \(C\) are equal in magnitude and perpendicular. Write down conditions that \(\bf u\), \({\bf v}_1\) and \({\bf v}_2\) must satisfy and show that \[ \left| {\bf u} -{\textstyle\frac12} \l {\bf v}_1 + {\bf v}_2 \r \right|^2 = \left|{\textstyle\frac12} \l {\bf v}_1 - {\bf v}_2 \r \right|^2 \] and \[ \l {\bf u} -{\textstyle\frac12} \l {\bf v}_1 + {\bf v}_2 \r \r \cdot \l {\bf v}_1 - {\bf v}_2 \r = 0 \;. \] Explain why these equations determine, for given \({\bf v}_1\) and \({\bf v}_2\), two possible velocities for \(C\,\), provided \({\bf v}_1 \ne {\bf v}_2 \,\). If \({\bf v}_1\) and \({\bf v}_2\) are equal in magnitude and perpendicular, show that if \({\bf u} \ne {\bf 0}\) then \({\bf u} = {\bf v}_1 + {\bf v}_2\,\).

2001 Paper 3 Q11
D: 1700.0 B: 1500.0

A uniform cylinder of radius \(a\) rotates freely about its axis, which is fixed and horizontal. The moment of inertia of the cylinder about its axis is \(I\,\). A light string is wrapped around the cylinder and supports a mass \(m\) which hangs freely. A particle of mass \(M\) is fixed to the surface of the cylinder. The system is held at rest with the particle vertically below the axis of the cylinder, and then released. Find, in terms of \(I\), \(a\), \(M\), \(m\), \(g\) and \(\theta\), the angular velocity of the cylinder when it has rotated through angle \(\theta\,\). Show that the cylinder will rotate without coming to a halt if \(m/M>\sin\alpha\,\), where \(\alpha\) satisifes \(\alpha=\tan \frac12\alpha\) and \(0<\alpha<\pi\,\).

2001 Paper 3 Q12
D: 1700.0 B: 1518.2

A bag contains \(b\) black balls and \(w\) white balls. Balls are drawn at random from the bag and when a white ball is drawn it is put aside.

  1. If the black balls drawn are also put aside, find an expression for the expected number of black balls that have been drawn when the last white ball is removed.
  2. If instead the black balls drawn are put back into the bag, prove that the expected number of times a black ball has been drawn when the first white ball is removed is \(b/w\,\). Hence write down, in the form of a sum, an expression for the expected number of times a black ball has been drawn when the last white ball is removed.

2001 Paper 3 Q13
D: 1700.0 B: 1500.0

In a game for two players, a fair coin is tossed repeatedly. Each player is assigned a sequence of heads and tails and the player whose sequence appears first wins. Four players, \(A\), \(B\), \(C\) and \(D\) take turns to play the game. Each time they play, \(A\) is assigned the sequence TTH (i.e.~Tail then Tail then Head), \(B\) is assigned THH, \(C\) is assigned HHT and \(D\) is assigned~HTT.

  1. \(A\) and \(B\) play the game. Let \(p_{\mathstrut\mbox{\tiny HH}}\), \(p_{\mathstrut\mbox{\tiny HT}}\), \(p_{\mathstrut\mbox{\tiny TH}}\) and \(p_{\mathstrut\mbox{\tiny TT}}\) be the probabilities of \(A\) winning the game given that the first two tosses of the coin show HH, HT, TH and TT, respectively. Explain why \(p_{\mathstrut\mbox{\tiny TT}} = 1\,\), and why $p_{\mathstrut\mbox{\tiny HT}} = {1 \over 2} \, p_{\mathstrut\mbox{\tiny TH}} + {1\over 2} \, p_{\mathstrut\mbox{\tiny TT}}\,$. Show that $p_{\mathstrut\mbox{\tiny HH}} = p_{\mathstrut\mbox{\tiny HT}} = {2 \over 3}$ and that \(p_{\mathstrut\mbox{\tiny TH}} = {1\over 3}\,\). Deduce that the probability that A wins the game is \({2\over 3}\,\).
  2. \(B\) and \(C\) play the game. Find the probability that \(B\) wins.
  3. Show that if \(C\) plays \(D\), then \(C\) is more likely to win than \(D\), but that if \(D\) plays \(A\), then \(D\) is more likely to win than \(A\).