We have two balls colliding head-on. We are given their masses, initial velocities, and the coefficient of restitution. We need to find their velocities after the collision.
1. Understanding the Relevant Equations:
Conservation of momentum: $$ m_1v_1 + m_2v_2 = m_1v_1' + m_2v_2' $$
Coefficient of restitution: $$ e = \frac{(v_2' - v_1')}{(v_1 - v_2)} $$
Where:
2. Given Values:
$ m_1 = 1 \, \text{kg} $,
$ v_1 = 12 \, \text{m/s} $,
$ m_2 = 2 \, \text{kg} $,
$ v_2 = -24 \, \text{m/s} $ (since it's moving in the opposite direction),
$ e = \frac{2}{3} $.
3. Applying Conservation of Momentum:
$$ (1)(12) + (2)(-24) = (1)v_1' + (2)v_2' $$ $$ 12 - 48 = v_1' + 2v_2' $$ $$ v_1' + 2v_2' = -36 \quad \text{(Equation 1)}. $$
4. Applying the Coefficient of Restitution Equation:
$$ \frac{2}{3} = \frac{(v_2' - v_1')}{(12 - (-24))} $$ $$ \frac{2}{3} = \frac{(v_2' - v_1')}{36} $$ $$ \left(\frac{2}{3}\right) \cdot 36 = v_2' - v_1' $$ $$ v_2' - v_1' = 24 \quad \text{(Equation 2)}. $$
5. Solving the System of Equations:
We can solve the two equations simultaneously to find $ v_1' $ and $ v_2' $.
From Equation 2, we have: $$ v_1' = v_2' - 24. $$
Substitute this into Equation 1: $$ (v_2' - 24) + 2v_2' = -36. $$
$$ 3v_2' - 24 = -36 $$ $$ 3v_2' = -12 $$ $$ v_2' = -4 \, \text{m/s}. $$
Now, substitute $ v_2' = -4 \, \text{m/s} $ back into $ v_1' = v_2' - 24 $: $$ v_1' = -4 - 24. $$
$$ v_1' = -28 \, \text{m/s}. $$
Final Answer: The correct answer is (B) -28 m/s, -4 m/s.
1. Define variables:
2. Apply the principle of conservation of momentum:
The total momentum before the collision equals the total momentum after the collision:
$m_1u_1 + m_2u_2 = m_1v_1 + m_2v_2$
$(1)(12) + (2)(-24) = (1)v_1 + (2)v_2$
$12 - 48 = v_1 + 2v_2$
$v_1 + 2v_2 = -36$ (Equation 1)
3. Apply the definition of the coefficient of restitution:
$e = \frac{\text{relative velocity of separation}}{\text{relative velocity of approach}} = \frac{v_2 - v_1}{u_1 - u_2}$
$\frac{2}{3} = \frac{v_2 - v_1}{12 - (-24)}$
$\frac{2}{3} = \frac{v_2 - v_1}{36}$
$24 = v_2 - v_1$
$v_2 - v_1=24$ (Equation 2)
4. Solve the simultaneous equations:
Adding Equation 1 and Equation 2:
$3v_2 = -12$
$v_2 = -4$ m/s
Substituting $v_2$ back into Equation 2:
$-4 - v_1 = 24$
$v_1 = -28$ m/s
The correct answer is (B) $-28$ ms-1, $-4$ ms-1.