CAIE FP2 2015 June — Question 2 7 marks

Exam BoardCAIE
ModuleFP2 (Further Pure Mathematics 2)
Year2015
SessionJune
Marks7
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicOblique and successive collisions
TypeSphere rebounds off fixed wall obliquely
DifficultyStandard +0.8 This is a two-stage collision problem requiring systematic application of momentum conservation and restitution in perpendicular directions, followed by energy loss calculation. While the techniques are standard for Further Maths mechanics (resolving velocities, applying e, finding KE loss), the sequential nature with perpendicular barriers and the need to track components through both collisions elevates it above routine exercises. The angle result requires careful geometric reasoning about velocity components after two reflections.
Spec6.02d Mechanical energy: KE and PE concepts6.03b Conservation of momentum: 1D two particles6.03j Perfectly elastic/inelastic: collisions

2
A uniform sphere \(P\) of mass \(m\) is at rest on a smooth horizontal table. The sphere is projected along the table with speed \(u\) and strikes a smooth vertical barrier \(A\) at an acute angle \(\alpha\). It then strikes another smooth vertical barrier \(B\) which is at right angles to \(A\) (see diagram). The coefficient of restitution between \(P\) and each of the barriers is \(e\). Show that the final direction of motion of \(P\) makes an angle \(\frac { 1 } { 2 } \pi - \alpha\) with the barrier \(B\) and find the total loss in kinetic energy as a result of the two impacts. [7]

Question 2:
AnswerMarks Guidance
Answer/WorkingMarks Guidance
\(u\cos\alpha\) // to \(A\) and \(eu\sin\alpha \perp\) to \(A\)M1 A1 Find/state components after 1st collision
\(eu\sin\alpha\) // to \(B\) and \(eu\cos\alpha \perp\) to \(B\)A1 Find/state components after 2nd collision
\(\tan^{-1}(eu\cos\alpha / eu\sin\alpha) = \frac{1}{2}\pi - \alpha\)A1 Find final angle with barrier \(B\): AG
\(v_1\sin\beta_1 = eu\sin\alpha\) OR: Relate angle \(\beta_1\) after 1st colln. to \(\alpha\)
\(v_1\cos\beta_1 = u\cos\alpha\)
\(\tan\beta_1 = e\tan\alpha\)M1 A1
\(v_2\sin\beta_2 = ev_1\cos\beta_1\) Relate \(\beta_2\) after 2nd colln. to \(\beta_1\)
\(v_2\cos\beta_2 = v_1\sin\beta_1\)
\(\tan\beta_2 = e/\tan\beta_1\)A1
AG \(\tan^{-1}(e/e\tan\alpha) = \frac{1}{2}\pi - \alpha\)A1 Find final angle \(\beta_2\) with barrier \(B\)
\(\frac{1}{2}m\{u^2 - (eu\sin\alpha)^2 - (eu\cos\alpha)^2\}\)M1 A1 EITHER: Find total loss or gain in KE
\(= \frac{1}{2}m(1-e^2)u^2\)A1
\(u_{\text{final}} = eu\)B1 OR: Find/state final speed
\(\frac{1}{2}m(u^2 - u_{\text{final}}^2) = \frac{1}{2}m(1-e^2)u^2\)M1 A1 Find total loss in KE
Part marks: 4, 3Total: 7
## Question 2:

| Answer/Working | Marks | Guidance |
|---|---|---|
| $u\cos\alpha$ // to $A$ and $eu\sin\alpha \perp$ to $A$ | M1 A1 | Find/state components after 1st collision |
| $eu\sin\alpha$ // to $B$ and $eu\cos\alpha \perp$ to $B$ | A1 | Find/state components after 2nd collision |
| $\tan^{-1}(eu\cos\alpha / eu\sin\alpha) = \frac{1}{2}\pi - \alpha$ | A1 | Find final angle with barrier $B$: **AG** |
| $v_1\sin\beta_1 = eu\sin\alpha$ | | OR: Relate angle $\beta_1$ after 1st colln. to $\alpha$ |
| $v_1\cos\beta_1 = u\cos\alpha$ | | |
| $\tan\beta_1 = e\tan\alpha$ | M1 A1 | |
| $v_2\sin\beta_2 = ev_1\cos\beta_1$ | | Relate $\beta_2$ after 2nd colln. to $\beta_1$ |
| $v_2\cos\beta_2 = v_1\sin\beta_1$ | | |
| $\tan\beta_2 = e/\tan\beta_1$ | A1 | |
| **AG** $\tan^{-1}(e/e\tan\alpha) = \frac{1}{2}\pi - \alpha$ | A1 | Find final angle $\beta_2$ with barrier $B$ |
| $\frac{1}{2}m\{u^2 - (eu\sin\alpha)^2 - (eu\cos\alpha)^2\}$ | M1 A1 | EITHER: Find total loss or gain in KE |
| $= \frac{1}{2}m(1-e^2)u^2$ | A1 | |
| $u_{\text{final}} = eu$ | B1 | OR: Find/state final speed |
| $\frac{1}{2}m(u^2 - u_{\text{final}}^2) = \frac{1}{2}m(1-e^2)u^2$ | M1 A1 | Find total loss in KE |

**Part marks: 4, 3 | Total: 7**

---
2\\
\begin{tikzpicture}[
    >=Latex,
    line join=round, line cap=round,
    % Define a style for adding an arrow in the middle of a path
    arr/.style={postaction={decorate}, decoration={markings, mark=at position #1 with {\arrow{Latex}}}},
    arr/.default=0.55
]

    % Define key coordinates
    \coordinate (Corner) at (5, 0);
    \coordinate (HA) at (5, 1.8);       % Hit point on Wall A
    \coordinate (HB) at (3.8, 0);       % Hit point on Wall B
    
    % The particle path coordinates
    \coordinate (Pstart) at (2.1, 4.7); % Start of the drawn trajectory line
    \coordinate (P) at (2.4, 4.4);      % Position of the particle
    \coordinate (Pend) at (1.5, 2.0);   % End of the drawn trajectory line

    % Draw the walls (thick gray fill)
    \fill[gray] (-1.5, -0.2) rectangle (5.2, 0);
    \fill[gray] (5, 0) rectangle (5.2, 4.8);
    
    % Draw the inner solid black boundary lines
    \draw[thick] (-1.5, 0) -- (5, 0) -- (5, 4.8);

    % Right angle symbol at the corner
    \draw (4.75, 0) -- (4.75, 0.25) -- (5, 0.25);

    % Wall labels
    \node[right] at (5.2, 4.8) {$A$};
    \node[left] at (-1.5, 0) {$B$};

    % Draw the trajectory with arrows
    % Segment 1
    \draw[arr=0.6] (Pstart) -- (HA) coordinate[pos=0.6] (Mid1);
    % Segment 2
    \draw[arr=0.55] (HA) -- (HB);
    % Segment 3
    \draw[arr=0.5] (HB) -- (Pend);

    % Particle P dot and label
    \fill (P) circle (1.5pt);
    \node[above right, inner sep=1pt] at (P) {$P$};

    % Velocity label 'u'
    \node[above right, xshift=1pt] at (Mid1) {$u$};

    % Angle alpha
    \draw (5, 2.4) arc (90:135:0.6);
    \node at (4.65, 2.45) {$\alpha$};

\end{tikzpicture}

A uniform sphere $P$ of mass $m$ is at rest on a smooth horizontal table. The sphere is projected along the table with speed $u$ and strikes a smooth vertical barrier $A$ at an acute angle $\alpha$. It then strikes another smooth vertical barrier $B$ which is at right angles to $A$ (see diagram). The coefficient of restitution between $P$ and each of the barriers is $e$. Show that the final direction of motion of $P$ makes an angle $\frac { 1 } { 2 } \pi - \alpha$ with the barrier $B$ and find the total loss in kinetic energy as a result of the two impacts. [7]

\hfill \mbox{\textit{CAIE FP2 2015 Q2 [7]}}