Problems

Filters
Clear Filters
1993 Paper 1 Q6
D: 1500.0 B: 1500.0

Let \(N=10^{100}.\) The graph of \[ \mathrm{f}(x)=\frac{x^{N}}{1+x^{N}}+2 \] for \(-3\leqslant x\leqslant3\) is sketched in the following diagram. \noindent

\psset{xunit=1.0cm,yunit=1.0cm,algebraic=true,dotstyle=o,dotsize=3pt 0,linewidth=0.5pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-4.15,-1.01)(4.08,4.09) \psaxes[labelFontSize=\scriptstyle,xAxis=true,yAxis=true,labels=none,Dx=1,Dy=1,ticksize=0pt 0,subticks=2]{->}(0,0)(-4.15,-1.01)(4.08,4.09)[\(x\),140] [\(y\),-40] \psline(-4,3)(-1,3) \psline(-1,3)(-1,2) \psline(-1,2)(1,2) \psline(1,2)(1,3) \psline(1,3)(4,3) \rput[tl](-1.39,-0.2){\(-1\)} \rput[tl](1,-0.2){\(1\)} \rput[tl](0.19,1.9){\(2\)} \rput[tl](0.19,3.18){\(3\)} \end{pspicture*} \par
Explain the main features of the sketch. Sketch the graphs for \(-3\leqslant x\leqslant3\) of the two functions \[ \mathrm{g}(x)=\frac{x^{N+1}}{1+x^{N}} \] and \[ \mathrm{h}(x)=10^{N}\sin(10^{-N}x). \] In each case explain briefly the main features of your sketch.

1993 Paper 1 Q7
D: 1500.0 B: 1516.0

Sketch the curve \[ \mathrm{f}(x)=x^{3}+Ax^{2}+B \] first in the case \(A>0\) and \(B>0\), and then in the case \(A<0\) and \(B>0.\) Show that the equation \[ x^{3}+ax^{2}+b=0, \] where \(a\) and \(b\) are real, will have three distinct real roots if \[ 27b^{2}+3a^{3}b<0, \] but will have fewer than three if \[ 27b^{2}+4a^{3}b<0. \]

1993 Paper 1 Q8
D: 1500.0 B: 1500.0

  1. Prove that the intersection of the surface of a sphere with a plane is always a circle, a point or the empty set. Prove that the intersection of the surfaces of two spheres with distinct centres is always a circle, a point or the empty set. {[}If you use coordinate geometry, a careful choice of origin and axes may help.{]}
  2. The parish council of Little Fitton have just bought a modern sculpture entitled `Truth, Love and Justice pouring forth their blessings on Little Fitton.' It consists of three vertical poles \(AD,BE\) and \(CF\) of heights 2 metres, 3 metres and 4 metres respectively. Show that \(\angle DEF=\cos^{-1}\frac{1}{5}.\) Vandals now shift the pole \(AD\) so that \(A\) is unchanged and the pole is still straight but \(D\) is vertically above \(AB\) with \(\angle BAD=\frac{1}{4}\pi\) (in radians). Find the new angle \(\angle DEF\) in radians correct to four figures.

1993 Paper 1 Q9
D: 1500.0 B: 1484.0

In the manufacture of Grandma's Home Made Ice-cream, chemicals \(A\) and \(B\) pour at constant rates \(a\) and \(b-a\) litres per second (\(0 < a < b\)) into a mixing vat which mixes the chemicals rapidly and empties at a rate \(b\) litres per second into a second mixing vat. At time \(t=0\) the first vat contains \(K\) litres of chemical \(B\) only. Show that the volume \(V(t)\) (in litres) of the chemical \(A\) in the first vat is governed by the differential equation \[ \dot{V}(t)=-\frac{bV(t)}{K}+a, \] and that \[ V(t)=\frac{aK}{b}(1-\mathrm{e}^{-bt/K}) \] for \(t\geqslant0.\) The second vat also mixes chemicals rapidly and empties at the rate of \(b\) litres per second. If at time \(t=0\) it contains \(L\) litres of chemical \(C\) only (where \(L\neq K\)), how many litres of chemical \(A\) will it contain at a later time \(t\)?


Solution: The total volume in the first vat at time \(t\) is always \(K\), since \(b\) litres per second are coming in and \(b\) litres per second are going out. \begin{align*} &&\frac{\d V}{\d t} &= \underbrace{a}_{\text{incoming chemical }A} - \underbrace{b}_{\text{outgoing volume}} \cdot \underbrace{\frac{V(t)}{K}}_{\text{fraction of outgoing which is }A} \\ &&&= a - b \frac{V}{K} \\ \Rightarrow && \int \frac{1}{a-b\frac{V}{K}}\d V &= \int \d t \\ && - \frac{K}{b} \ln |a - b \frac{V}{K}| &= t +C\\ (t,V) = (0,0): && -\frac{K}{b} \ln a &= C \\ \Rightarrow && 1-\frac{b}{a} \frac{V}{K} &= e^{-bt/K} \\ \Rightarrow && V &= \frac{aK}{b} (1 - e^{-bt/K}) \end{align*} \begin{align*} &&\frac{\d W}{\d t} &= \underbrace{b}_{\text{incoming volume}} \cdot \underbrace{\frac{a}{b} (1 - e^{-bt/K})}_{\text{incoming fraction }A} - \underbrace{b}_{\text{outgoing volume}} \cdot \underbrace{ \frac{W(t)}{L}}_{\text{fraction of outgoing which is }A} \\ &&&= a (1 - e^{-bt/K}) - b \frac{W}{L} \\ \Rightarrow && \frac{\d W}{\d t} + \frac{b}{L} W &= a (1-e^{-bt/K}) \\ && \frac{\d}{\d t} \left ( e^{b/L t} W\right) &= ae^{b/L t}(1-e^{-bt/K}) \\ \Rightarrow && W &= e^{-bt/L} \left ( \frac{aL}{b}e^{b/Lt} - \frac{a}{\frac{b}{L} - \frac{b}{K}}e^{b/L t - b/K} \right) + Ce^{-bt/L} \\ &&&= \frac{aL}{b} \left (1 - \frac{K}{K-L}e^{-b/Kt} \right)+ Ce^{-bt/L} \\ (t,W) = (0,0): && 0 &= \frac{aL}{b} \frac{-L}{K-L} + C \\ \Rightarrow && C &= \frac{aL^2}{b(K-L)} \\ \Rightarrow && W &= \frac{aL}{b} \left (1 - \frac{K}{K-L} e^{-bt/K} + \frac{L}{K-L} e^{-bt/L} \right) \end{align*}

1993 Paper 1 Q10
D: 1500.0 B: 1500.0

A small lamp of mass \(m\) is at the end \(A\) of a light rod \(AB\) of length \(2a\) attached at \(B\) to a vertical wall in such a way that the rod can rotate freely about \(B\) in a vertical plane perpendicular to the wall. A spring \(CD\) of natural length \(a\) and modulus of elasticity \(\lambda\) is joined to the rod at its mid-point \(C\) and to the wall at a point \(D\) a distance \(a\) vertically above \(B\). The arrangement is sketched below. \noindent

\psset{xunit=0.8cm,yunit=0.8cm,algebraic=true,dotstyle=o,dotsize=3pt 0,linewidth=0.5pt,arrowsize=3pt 2,arrowinset=0.25} \begin{pspicture*}(-1.55,-0.7)(4.5,5.27) \psline(0,5)(0,-1.16) \psline(0,0)(3.11,3.89) \pscoil[coilheight=1,coilwidth=0.2,coilarm=0.05](0,2.53)(1.47,1.84) \rput[tl](-0.56,0.41){\(B\)} \rput[tl](1.59,1.89){\(C\)} \rput[tl](3.41,4.28){\(A\)} \rput[tl](-0.56,2.84){\(D\)} \parametricplot{0.7583777142101807}{3.8999703677999737}{1*0.16*cos(t)+0*0.16*sin(t)+3.22|0*0.16*cos(t)+1*0.16*sin(t)+3.77} \psline(3.1,3.66)(3.33,3.88) \begin{scriptsize} \psdots[dotsize=5pt 0](0,0) \psdots[dotstyle=*](3.11,3.89) \psdots[dotstyle=*](0,2.53) \end{scriptsize} \end{pspicture*} \par
Show that if \(\lambda>4mg\) the lamp can hang in equilibrium away from the wall and calculate the angle \(\angle DBA\).

1993 Paper 1 Q11
D: 1516.0 B: 1472.3

A piece of uniform wire is bent into three sides of a square \(ABCD\) so that the side \(AD\) is missing. Show that if it is first hung up by the point \(A\) and then by the point \(B\) then the angle between the two directions of \(BC\) is \(\tan^{-1}18.\)


Solution:

TikZ diagram
In the coordinate system where \(A\) is \((0,0)\) and \(AD\) is the \(x\)-axis and \(AB\) the \(y\)-axis and all side lengths are \(2\), we find the centre of mass of each of the sides are: \begin{align*} AB :& (0,1) \\ BC :& (1,2) \\ CD :& (2,1) \\ \\ ABCD:& \l 1, \frac{4}{3} \r \end{align*} When hung from \(A\), the angle \(AB\) makes to the vertical is \(\alpha\) and the angle \(BC\) makes to the vertical will be \(90^{\circ} + \alpha\). When hung from \(B\) the angle \(BC\) makes to the vertical will be \(\beta\). The value we are interested in therefore is \(\beta + 90^{\circ} + \alpha\) \begin{align*} && \tan \alpha &= \frac{1}{\frac{4}{3}} \\ &&& = \frac{4}{3} \\ \\ && \tan \beta &= \frac{\frac{2}{3}}{1} \\ &&&= \frac{2}{3} \\ \\ && \tan \l \beta + (90^{\circ} + \alpha) \r &= \frac{\tan \beta + \tan\l 90^{\circ} + \alpha \r}{1 - \tan \beta \tan\l 90^{\circ} + \alpha \r} \\ &&&= \frac{\frac23 + \frac43}{1- \frac23 \frac43} \\ &&&= \frac{2}{1 - \frac89} \\ &&&= 18 \end{align*}

1993 Paper 1 Q12
D: 1500.0 B: 1484.0

In a clay pigeon shoot the target is launched vertically from ground level with speed \(v\). At a time \(T\) later the competitor fires a rifle inclined at angle \(\alpha\) to the horizontal. The competitor is also at ground level and is a distance \(l\) from the launcher. The speed of the bullet leaving the rifle is \(u\). Show that, if the competitor scores a hit, then \[ l\sin\alpha-\left(vT-\tfrac{1}{2}gT^{2}\right)\cos\alpha=\frac{v-gT}{u}l. \] Suppose now that \(T=0\). Show that if the competitor can hit the target before it hits the ground then \(v < u\) and \[ \frac{2v\sqrt{u^{2}-v^{2}}}{g}>l. \]

1993 Paper 1 Q13
D: 1516.0 B: 1470.3

A train starts from a station. The tractive force exerted by the engine is at first constant and equal to \(F\). However, after the speed attains the value \(u\), the engine works at constant rate \(P,\) where \(P=Fu.\) The mass of the engine and the train together is \(M.\) Forces opposing motion may be neglected. Show that the engine will attain a speed \(v\), with \(v\geqslant u,\) after a time \[ t=\frac{M}{2P}\left(u^{2}+v^{2}\right). \] Show also that it will have travelled a distance \[ \frac{M}{6P}(2v^{3}+u^{3}) \] in this time.


Solution: While the force is constant, the train is accelerating at \(\frac{F}{M}\), and since \(u = \frac{F}{M} t_1 \Rightarrow t_1 = \frac{Mu^2}{Fu} = \frac{Mu^2}{P}\). Once the train is being driven at a constant rate, we can observe that change in energy will be power times time, ie \(Pt_2 = \frac{1}{2}M(v^2 - u^2) \Rightarrow t_2 = \frac{M}{2P} ( v^2 - u^2)\). Therefore the total time will be \(t_1 + t_2 = \frac{M}{2P} ( u^2 + v^2)\). During the first period, the distance will be: \(s_1 = \frac12 \frac{F}{M} t_1^2 = \frac12 \frac{F}{M} \frac{M^2u^2}{F^2} = \frac{Mu^3}{2P}\) In the second period, \(P = Fu\) and so \(\text{Force} = \frac{P}{v} \Rightarrow M v \frac{\d v}{\d x} = \frac{P}{v} \Rightarrow M \l \frac{v^3}{3} - \frac{u^3}{3}\r = Ps_2\) and therefore total distance will be: \(\frac{M}{6P}(2v^{3}+u^{3})\)

1993 Paper 1 Q14
D: 1500.0 B: 1505.6

When he sets out on a drive Mr Toad selects a speed \(V\) kilometres per minute where \(V\) is a random variable with probability density \[ \alpha v^{-2}\mathrm{e}^{-\alpha v^{-1}} \] and \(\alpha\) is a strictly positive constant. He then drives at constant speed, regardless of other drivers, road conditions and the Highway Code. The traffic lights at the Wild Wood cross-roads change from red to green when Mr Toad is exactly 1 kilometre away in his journey towards them. If the traffic light is green for \(g\) minutes, then red for \(r\) minutes, then green for \(g\) minutes, and so on, show that the probability that he passes them after \(n(g+r)\) minutes but before \(n(g+r)+g\) minutes, where \(n\) is a positive integer, is \[ \mathrm{e}^{-\alpha n(g+r)}-\mathrm{e}^{-\alpha\left(n(g+r)\right)+g}. \] Find the probability \(\mathrm{P}(\alpha)\) that he passes the traffic lights when they are green. Show that \(\mathrm{P}(\alpha)\rightarrow1\) as \(\alpha\rightarrow\infty\) and, by noting that \((\mathrm{e}^{x}-1)/x\rightarrow1\) as \(x\rightarrow0\), or otherwise, show that \[ \mathrm{P}(\alpha)\rightarrow\frac{g}{r+g}\quad\mbox{ as }\alpha\rightarrow0. \] {[}NB: the traffic light show only green and red - not amber.{]}

1993 Paper 1 Q15
D: 1500.0 B: 1532.0

Captain Spalding is on a visit to the idyllic island of Gambriced. The population of the island consists of the two lost tribes of Frodox and the latest census shows that \(11/16\) of the population belong to the Ascii who tell the truth \(3/4\) of the time and \(5/16\) to the Biscii who always lie. The answers of an Ascii to each question (even if it is the same as one before) are independent. Show that the probability that an Ascii gives the same answer twice in succession to the same question is \(5/8\). Show that the probability that an Ascii gives the same answer twice is telling the truth is \(9/10.\) Captain Spalding addresses one of the natives as follows. \hspace{1.5em} \textsl{Spalding: }My good man, I'm afraid I'm lost. Should I go left or right to reach the nearest town?\nolinebreak \hspace{1.5em}\textsl{Native: }Left. \hspace{1.5em}\textsl{Spalding: }I am a little deaf. Should I go left or right to reach the nearest town? \hspace{1.5em}\textsl{Native (patiently): }Left. Show that, on the basis of this conversation, Captain Spalding should go left to try and reach the nearest town and that there is a probability \(99/190\) that this is the correct direction. The conversation resumes as follows. \hspace{1.5em}\textsl{Spalding: }I'm sorry I didn't quite hear that. Should I go left or right to reach the nearest town? \hspace{1.5em}\textsl{Native (loudly and clearly): }Left. Shouls Captain Spalding go left or right and why? Show that if he follows your advice the probability that this is the correct direction is \(331/628\).