Problems

Filters
Clear Filters

2 problems found

2008 Paper 2 Q11
D: 1600.0 B: 1500.0

A wedge of mass \(km\) has the shape (in cross-section) of a right-angled triangle. It stands on a smooth horizontal surface with one face vertical. The inclined face makes an angle \(\theta\) with the horizontal surface. A particle \(P\), of mass \(m\), is placed on the inclined face and released from rest. The horizontal face of the wedge is smooth, but the inclined face is rough and the coefficient of friction between \(P\) and this face is \(\mu\).

  1. When \(P\) is released, it slides down the inclined plane at an acceleration \(a\) relative to the wedge. Show that the acceleration of the wedge is \[ \frac {a \cos\theta}{k+1}\,. \] To a stationary observer, \(P\) appears to descend along a straight line inclined at an angle~\(45^\circ\) to the horizontal. Show that \[ \tan\theta = \frac k {k+1}\,. \] In the case \(k=3\), find an expression for \(a\) in terms of \(g\) and \(\mu\).
  2. What happens when \(P\) is released if \(\tan\theta \le \mu\)?

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.