2003 Paper 1 Q11

Year: 2003
Paper: 1
Question Number: 11

Course: UFM Mechanics
Section: Momentum and Collisions 1

Difficulty: 1516.0 Banger: 1516.0

Problem

A smooth plane is inclined at an angle \(\alpha\) to the horizontal. \(A\) and \(B\) are two points a distance \(d\) apart on a line of greatest slope of the plane, with \(B\) higher than \(A\). A particle is projected up the plane from \(A\) towards \(B\) with initial speed \(u\), and simultaneously another particle is released from rest at \(B\,\). Show that they collide after a time \(\displaystyle {d /u}\,\). The coefficient of restitution between the two particles is \(e\) and both particles have mass \(m\,\). Show that the loss of kinetic energy in the collision is \(\frac14 {m u^2 \big( 1 - e^2 \big) }\,\).

Solution

We can `ignore' the fact that they are both accelerating, because the acceleration is the same for both object so it will "cancel" out. Therefore the time taken is the same as if the object has to travel distance \(d\) at speed \(u\), ie \(d/u\). \begin{align*} && u_A &= u - g \frac{d}{u} \\ && u_B &= -g\frac{d}{u} \end{align*}
TikZ diagram
The speed of approach is \(u\), therefore the speed of separation is \(eu\), in particular \(v_B = v_A + eu\) \begin{align*} \text{COM}: && m\left (u-g\frac{d}{u} \right)+m\left (-g\frac{d}{u} \right) &= mv_A + m(v_A + eu) \\ \Rightarrow && 2v_A &= u - 2g\frac{d}{u}-eu \\ \Rightarrow && v_A &= \frac12 (1-e)u - \frac{gd}{u} \\ \Rightarrow && v_B &= \frac12 (1+e)u - \frac{gd}{u} \\ \\ && \text{initial k.e.} &= \frac12 m \left (u-g\frac{d}{u} \right)^2 + \frac12 m \left (-g\frac{d}{u} \right)^2 \\ &&&= \frac12m \left (u^2 -2gd + \frac{2g^2d^2}{u^2} \right) \\ && \text{final k.e.} &= \frac12 m \left ( \frac12 (1-e)u - \frac{gd}{u}\right)^2 + \frac12 m \left ( \frac12 (1+e)u - \frac{gd}{u}\right)^2 \\ &&&= \frac12 m \left (\frac14 \left ( (1-e)^2+(1+e)^2\right)u^2 - gd \left ((1-e)+(1+e) \right) +\frac{2g^2d^2}{u^2}\right) \\ &&&= \frac12 m \left (\frac12(1+e^2)u^2-2gd+ \frac{2g^2d^2}{u^2}\right) \\ \Rightarrow && \text{loss k.e.} &= \frac12m \left ( u^2 - \frac12(1+e^2)u^2\right) \\ &&&= \frac14mu^2(1-e^2) \end{align*}
Rating Information

Difficulty Rating: 1516.0

Difficulty Comparisons: 1

Banger Rating: 1516.0

Banger Comparisons: 1

Show LaTeX source
Problem source
A smooth plane is inclined at an angle $\alpha$ to the horizontal. $A$ and $B$ are two points a distance $d$ apart on a line of greatest slope of the plane, with $B$ higher than $A$.  A particle is projected up the plane from $A$ towards $B$ with initial speed  $u$, and simultaneously another particle is released from rest at $B\,$. Show that they collide after a time $\displaystyle {d /u}\,$.
The coefficient of restitution between the two particles is $e$ and both particles have mass $m\,$. Show that the loss of kinetic energy in the collision is $\frac14 {m u^2 \big( 1 - e^2 \big) }\,$.
Solution source
We can `ignore' the fact that they are both accelerating, because the acceleration is the same for both object so it will "cancel" out. Therefore the time taken is the same as if the object has to travel distance $d$ at speed $u$, ie $d/u$.

\begin{align*}
&& u_A &= u - g \frac{d}{u} \\
&& u_B &= -g\frac{d}{u}
\end{align*}

\begin{center}
    \begin{tikzpicture}[scale=0.7]
        \def\h{2.75};
        \def\arrowheight{1.5};
        \def\arrowwidth{0.4};
        \def\massa{$m$};
        \def\massb{$m$};
        \def\velocityua{$u - g \frac{d}{u}$};
        \def\velocityub{$-g\frac{d}{u}$};
        \def\velocityva{$v_A$};
        \def\velocityvb{$v_B$};


        \draw (0,0) circle (1);
        \draw (2.5,0) circle (1);

        \draw (8,0) circle (1);
        \draw (10.5,0) circle (1);
        
        
        \node at (1.25, \h) {before collision};
        \node at (9.25, \h) {after collision};

        \draw[dashed] (5.25,-\arrowheight) -- (5.25, \arrowheight);

            \node at (0,0) {\massa};
            \draw[->, thick, red] (-\arrowwidth, \arrowheight) -- (\arrowwidth, \arrowheight);
            \node[above, red] at (0, \arrowheight) {\velocityua};
            \node at (2.5,0) {\massb};
            \draw[->, thick, red] (2.5-\arrowwidth, \arrowheight) -- (2.5+\arrowwidth, \arrowheight);  \node[above, red] at (2.5, \arrowheight) {\velocityub};
            \node at (8,0) {\massa};
            \draw[->, thick, red] (8-\arrowwidth, \arrowheight) -- (8+\arrowwidth, \arrowheight);  
            \node[red,above] at (8, \arrowheight) {\velocityva};
            \node at (10.5,0 ) {\massb};
            \draw[->, thick, red] (10.5-\arrowwidth, \arrowheight) -- (10.5+\arrowwidth, \arrowheight);  
            \node[red,above] at (10.5, \arrowheight) {\velocityvb};
    \end{tikzpicture}
\end{center}

The speed of approach is $u$, therefore the speed of separation is $eu$, in particular $v_B = v_A + eu$

\begin{align*}
\text{COM}: && m\left (u-g\frac{d}{u} \right)+m\left (-g\frac{d}{u} \right) &= mv_A + m(v_A + eu) \\
\Rightarrow && 2v_A &= u - 2g\frac{d}{u}-eu \\
\Rightarrow && v_A &= \frac12 (1-e)u - \frac{gd}{u} \\
\Rightarrow && v_B &= \frac12 (1+e)u - \frac{gd}{u} \\ 
\\
&& \text{initial k.e.} &= \frac12 m \left (u-g\frac{d}{u} \right)^2 + \frac12 m \left (-g\frac{d}{u} \right)^2 \\
&&&= \frac12m \left (u^2 -2gd + \frac{2g^2d^2}{u^2} \right) \\
&& \text{final k.e.} &= \frac12 m \left (  \frac12 (1-e)u - \frac{gd}{u}\right)^2 + \frac12 m \left (  \frac12 (1+e)u - \frac{gd}{u}\right)^2 \\
&&&= \frac12 m \left (\frac14 \left ( (1-e)^2+(1+e)^2\right)u^2 - gd \left ((1-e)+(1+e) \right) +\frac{2g^2d^2}{u^2}\right) \\
&&&= \frac12 m \left (\frac12(1+e^2)u^2-2gd+ \frac{2g^2d^2}{u^2}\right) \\
\Rightarrow && \text{loss k.e.} &= \frac12m \left ( u^2 - \frac12(1+e^2)u^2\right) \\
&&&= \frac14mu^2(1-e^2)
\end{align*}