Problems

Filters
Clear Filters

1 problem found

1994 Paper 2 Q11
D: 1600.0 B: 1484.0

As part of a firework display a shell is fired vertically upwards with velocity \(v\) from a point on a level stretch of ground. When it reaches the top of its trajectory an explosion it splits into two equal fragments each travelling at speed \(u\) but (since momentum is conserved) in exactly opposite (not necessarily horizontal) directions. Show, neglecting air resistance, that the greatest possible distance between the points where the two fragments hit the ground is \(2uv/g\) if \(u\leqslant v\) and \((u^{2}+v^{2})/g\) if \(v\leqslant u.\)


Solution: Since \(v^2 - u^2 = 2as\) we have the initial height reached is \(\frac{v^2}{2g}\). At the point of explosion, the velocities are \(\pm \binom{u \cos \theta}{u \sin \theta}\) where \(0 \leq \theta < \frac{\pi}{2}\). Looking vertically: \begin{align*} && -\frac{v^2}{2g} &= \pm u \sin \theta t - \frac12gt^2 \\ \Rightarrow && t &= \frac{\mp u \sin \theta \pm \sqrt{u^2 \sin^2 \theta - 4 \cdot \left (-\frac12 g \right) \cdot (\frac{v^2}{2g})}}{2(-\frac12g)} \\ &&&= \frac{\pm u \sin \theta \mp \sqrt{u^2 \sin^2 \theta+v^2}}{g}\\ &&&= \frac{\pm u \sin \theta +\sqrt{u^2 \sin^2 \theta+v^2}}{g} \end{align*} Since we always want the positive \(t\). Then the horizontal distance travelled will be \begin{align*} && s &= u \cos \theta (t_1 + t_2) \\ &&&= u \cos \theta \frac{2\sqrt{u^2 \sin^2 \theta+v^2}}{g} \\ &&&= \frac{2u \cos \theta \sqrt{u^2 \sin^2 \theta + v^2}}{g} \\ &&s^2 &= \frac{4u^2}{g^2} \cos^2 \theta ({u^2 \sin^2 \theta + v^2}) \\ &&&= \frac{4u^2}{g^2} \left (-u^2\cos^4 \theta + (v^2+u^2)\cos^2 \theta \right) \\ &&&= \frac{4u^2}{g^2} \left (-u^2\left ( \cos^2 \theta - \frac{v^2+u^2}{2u^2}\right)^2 + \frac{(v^2+u^2)^2}{4u^2} \right) \\ &&&= \frac{(v^2+u^2)^2}{g^2} - \frac{4u^4}{g^2}\left ( \cos^2 \theta - \frac{v^2+u^2}{2u^2}\right)^2 \end{align*} If \(u \geq v\) then such a \(\theta\) exists such that we can achieve the maximum, ie \(s = \frac{v^2+u^2}{g}\). If not, then we will achieve our maximum when \(\cos \theta = 1\), ie \(\sin \theta = 0\) and \(s = \frac{2uv}{g}\)