Problems

Filters
Clear Filters
1974 Paper 4 Q13
D: 1500.0 B: 1500.0

A mouse runs along a straight line \(y = 0\) with uniform speed \(V_1\). When the mouse is at the point \(x = 0\), \(y = 0\) it is spotted by a cat at the point \(x = 0\), \(y = b\) which immediately gives pursuit. The cat runs with constant speed \(V_2\) (\(> V_1\)) and is always directed at the fleeing mouse. Make a qualitative sketch of the path of the cat (i) relative to a fixed frame of reference, and (ii) relative to a frame of reference moving with the mouse. Let \((r, \theta)\) be polar coordinates in this latter frame of reference, the mouse being at \(r = 0\) and \(\theta\) being measured from its direction of motion. Show that the differential equation of the path of the cat is \[\frac{1}{r}\frac{dr}{d\theta} = -\frac{V_2}{V_1}\csc\theta-\cot\theta.\] Integrate this, and show that if \(V_2 = 2V_1\) the cat catches the mouse after a time of pursuit \(2b/3V_1\).

1974 Paper 4 Q14
D: 1500.0 B: 1500.0

A rectangular sheet of adhesive material is placed with its adhesive side uppermost on a plane which is inclined to the horizontal at an angle \(\alpha\). Two opposite edges of the sheet (of length \(b\)) are horizontal. The coefficient of friction between the sheet and the plane is sufficient to prevent slipping. The material has uniform mass per unit area \(m\), and its thickness is negligible. A uniform solid cylinder of mass \(M\), radius \(a\) and length \(b\) is placed along the top edge of the material and released from rest. The material then adheres to the cylinder as it rolls downwards. Show that when the cylinder has rolled through an angle \(\theta\), and an area \(ab\theta\) of material has been lifted from the plane, the potential energy of the system has decreased by an amount \[Mga\theta\sin\alpha - mga^2b[(\theta - \sin\theta)\cos\alpha + (1 - \frac{1}{2}\theta^2 - \cos\theta)\sin\alpha].\] By examining the approximate form of this expression when \(\theta\) is small, find an approximation to a value of \(\theta\) for which equilibrium is possible when \(M\tan\alpha\) is small compared with \(mab\).

1974 Paper 4 Q15
D: 1500.0 B: 1500.0

A horizontal platform is free to rotate about a smooth vertical axis, \(I\) being its moment of inertia. A man of mass \(M\) can walk on the platform. Initially, the man and the platform are at rest. The man walks along a path \(x(t)\), \(y(t)\), where \((x, y)\) are Cartesian coordinates in axes fixed on the platform, and \(t\) is the time. What is the resultant angular velocity \(\dot{\theta}(t)\) of the platform? If the man completes a simple closed path and his maximum distance \(a\) from the centre is such that \(Ma^2\) is much smaller than \(I\), show that the total angle turned by the platform is approximately \(2MA/I\), where \(A\) is the area enclosed by his path.

1974 Paper 4 Q16
D: 1500.0 B: 1500.0

It is desired to write a computer program that will print out all the prime numbers 2, 3, 5, ... less than some specified \(N\), in their natural order. Give a flow diagram, with any additional explanation you wish to include, for such a program. [More credit will be given for more efficient schemes.]