Problems

Filters
Clear Filters

2 problems found

2012 Paper 2 Q11
D: 1600.0 B: 1484.9

A small block of mass \(km\) is initially at rest on a smooth horizontal surface. Particles \(P_1\), \(P_2\), \(P_3\), \(\ldots\) are fired, in order, along the surface from a fixed point towards the block. The mass of the \(i\)th particle is \(im\) (\(i = 1, 2, \ldots\))and the speed at which it is fired is \(u/i\,\). Each particle that collides with the block is embedded in it. Show that, if the \(n\)th particle collides with the block, the speed of the block after the collision is \[ \frac{2nu}{2k +n(n+1)}\,. \] In the case \(2k = N(N+1)\), where \(N\) is a positive integer, determine the number of collisions that occur. Show that the total kinetic energy lost in all the collisions is \[ \tfrac12 mu^2\bigg( \sum_{n=2}^{N+1} \frac 1 n \bigg)\,. \]


Solution: \begin{align*} \text{COM}: && \sum_{i=1}^n im \cdot \frac{u}{i} &= \left ( km + \sum_{i=1}^n im \right) v \\ \Rightarrow && nu &= \left ( k + \frac{n(n+1)}{2} \right) v \\ \Rightarrow && v &= \frac{2nu}{2k + n(n+1)} \end{align*} If \(2k = N(N+1)\), there will be no more collisions when \(v_n > \frac{u}{n+1}\), ie \begin{align*} && \frac{u}{n+1} &<\frac{2nu}{2k + n(n+1)} \\ \Leftrightarrow && N(N+1) + n(n+1) &< 2n(n+1) \\ \Leftrightarrow && N(N+1) &< n(n+1) \\ \end{align*} Therefore \(n = N+1\) and there will be \(N+1\) collisions. The loss of kinetic energy is: \begin{align*} && \text{initial k.e.} &= \sum_{k=1}^{N+1} \frac12 im \cdot \frac{u^2}{i^2} \\ &&&= \frac12 m u^2 \left ( \sum_{k=1}^{N+1} \frac{1}{i}\right) \\ && \text{final k.e.} &= \frac12 \left ( k + \frac{(N+1)(N+2)}{2}\right)m \left ( \frac{2(N+1)u}{N(N+1)+(N+1)(N+2)} \right)^2 \\ &&&= \frac12 m u^2 \frac{2(N+1)^2}{(N+1)(2N+2)} \\ &&&= \frac12 mu^2 \\ \Rightarrow && \Delta \text{ k.e.} &= \frac12 m u^2 \left ( \sum_{k=2}^{N+1} \frac{1}{i}\right) \end{align*}

1989 Paper 2 Q11
D: 1600.0 B: 1484.0

A lift of mass \(M\) and its counterweight of mass \(M\) are connected by a light inextensible cable which passes over a light frictionless pulley. The lift is constrained to move vertically between smooth guides. The distance between the floor and the ceiling of the lift is \(h\). Initially, the lift is at rest, and the distance between the top of the lift and the pulley is greater than \(h\). A small tile of mass \(m\) becomes detached from the ceiling of the lift. Show that the time taken for it to fall to the floor is \[ t=\sqrt{\frac{\left(2M-m\right)h}{Mg}}. \] The collision between the tile and the lift floor is perfectly inelastic. Show that the lift is reduced to rest by the collision, and that the loss of energy of the system is \(mgh\). Note: the question on the STEP database is \[ t=\sqrt{\frac{2\left(M-m\right)h}{Mg}}. \]


Solution:

TikZ diagram
Considering the pulley system with the lift (now of mass \(M-m\)) and the counterweight of mass \(M\). Once they start moving, since they are connected by a light inextensible string they must move with the same speed (and by extension the same acceleration). (Up to sign) \begin{align*} \text{N2(lift,}\uparrow):&&(M-m)a &= T-(M-m)g \\ \text{N2(couterweight,}\downarrow):&&Ma &= Mg - T \\ \Rightarrow && (2M-m)a &= mg \\ \Rightarrow && a &= \frac{mg}{2M-m} \end{align*} We could treat the situation as the tile travelling a distance of \(h\) with acceleration \(\displaystyle g \left ( 1 + \frac{m}{2M-m} \right) = g \frac{2M}{2M-m}\). \begin{align*} t &= \sqrt{\frac{2h}{g \frac{2M}{2M-m}}} \\ &= \sqrt{\frac{(2M-m)h}{Mg}} \\ \end{align*}
TikZ diagram
Since the collision between the lift and tile is perfectly inelastic, they immediately coalesce. There is also an impulse in the pulley system, which goes over the pulley, which means there is an impulse acting vertically on the lift and the counterweight. Assume afterwards the lift (and tile) is travelling upwards with speed \(V\) and the counterweight is travelling downwards with speed \(V\) (ie velocity \(-V\)). \begin{align*} \text{for the lift/tile}: && I_{LC} &= (\text{momentum after}) - (\text{momentum before})\\ &&&= MV - ((M-m)at +m(-g)t) \\ &&&= MV - Mat + m(a-g)t \\ \text{for the counterweight}: && I_{LC} &= (\text{momentum after}) - (\text{momentum before})\\ &&&= M(-V) - (M(-a)t) \\ &&&= -MV +Mat \\ \Rightarrow && 2MV &= m(g-a)t + 2Mat \\ &&&= t (2Ma -ma+mg) \\ &&&= 0 \\ \Rightarrow && V &= 0 \end{align*} Therefore, the lift ends up stationary. The energy lost in the collision is: \begin{align*} && E &= KE_{before} - KE_{after} \\ &&&= \underbrace{\frac12 (M-m)a^2 t^2}_{lift} + \underbrace{\frac12 mg^2 t^2}_{tile} + \underbrace{\frac12 Ma^2 t^2}_{counterweight} - \underbrace{0}_{\text{everything is at rest after}} \\ &&&= \frac12 \l (M-m)a^2 + mg^2 + Ma^2 \r t^2 \\ &&&= \frac12 \l 2Ma^2-ma^2 + mg^2 \r t^2 \\ &&&= \frac12 \l (2M-m)a^2 + mg^2 \r t^2 \\ &&&= \frac12 \l mga + mg^2 \r t^2 \\ &&&= \frac12 mg (a + g)t^2 \\ &&&= \frac12 mg \left ( \frac{mg}{2M-m} + g\right ) \frac{(2M-m)h}{Mg} \\ &&&= \frac12 mg \left ( \frac{mg +2Mg - mg}{2M-m} \right) \frac{(2M-m)h}{Mg} \\ &&&= mgh \end{align*} as required.