Part (a)
(i) Okay, let's tackle this first part. The key here is that the collision happens on a frictionless surface. This means there are no external horizontal forces acting on the system of two pucks. When there are no external forces, momentum is conserved.
We'll set up conservation of linear momentum in the x-direction. Before the collision, only Puck A is moving. After, they move together.
Initial momentum: p_initial = m_A * v_A_initial + m_B * v_B_initial = m*v₀ + (3m)*0 = m*v₀
Final momentum: p_final = (m_A + m_B) * v_f = (m + 3m) * v_f = 4m*v_f
Now, we set them equal:
p_initial = p_final
m*v₀ = 4m*v_f
We can cancel m from both sides and solve for v_f:
v_f = v₀ / 4
So, the speed of the combined mass right after the collision is one-fourth the initial speed of Puck A.
(ii) No, kinetic energy is not conserved in this collision. This is the definition of an inelastic collision.
Justification: In a perfectly inelastic collision, the objects stick together. This means some of the initial kinetic energy was converted into other forms, like thermal energy (heat) and sound, during the process of the pucks deforming and sticking. We can prove this by calculating the kinetic energy before and after:
K_initial = ½mv₀²
K_final = ½(4m)v_f² = ½(4m)(v₀/4)² = ½(4m)(v₀²/16) = (4/16) * ½mv₀² = ¼ * K_initial
Since the final kinetic energy is only one-fourth of the initial kinetic energy, energy was clearly lost from the system's kinetic energy pool.
Part (b)
To find the stopping distance D, we need to analyze the motion in two separate stages. This is a classic AP problem structure, so get used to breaking problems down like this.
First, for the collision itself (from t<0 to t=0), we must use the principle of conservation of linear momentum. This is because the collision is a rapid interaction where internal forces between the pucks are huge, but the net external force on the two-puck system is zero. This allows us to find the velocity of the combined mass immediately after the collision, as we did in part (a). We cannot use conservation of energy across the collision because, as we established, it's inelastic and kinetic energy is lost.
Second, for the sliding on the rough patch (from when it enters the patch until it stops), we should use the Work-Energy Theorem. This principle states that the net work done on an object equals its change in kinetic energy (W_net = ΔK). As the combined mass slides, the force of friction does negative work on it, removing kinetic energy from the system until it comes to a stop (final kinetic energy is zero). The initial kinetic energy for this phase is the value we found immediately after the collision. We can use this theorem to relate the work done by friction over a distance D to the loss of kinetic energy, which allows us to solve for D.
Part (c)
Alright, let's execute the plan from part (b). We're using the Work-Energy Theorem for the sliding part.
W_net = ΔK = K_final - K_initial
The net work is the work done by friction, W_friction. The initial state is the combined mass entering the rough patch, and the final state is the mass at rest.
K_initial (for this part) = ½(4m)v_f². From part (a), we know v_f = v₀/4. So, K_initial = ½(4m)(v₀/4)² = ½mv₀²/4 = K₀/4.
K_final = 0 (since it comes to a stop).
W_friction = F_friction * D * cos(180°). The force of friction opposes the motion, so the angle is 180°.
- The friction force is
F_friction = μ_k * N. On a horizontal table, the normal force N equals the weight, (4m)g.
- So,
W_friction = -(μ_k * 4m * g) * D.
Now, plug it all into the Work-Energy Theorem:
-(μ_k * 4m * g) * D = 0 - ½(4m)(v₀/4)²
Let's clean this up. The negative signs cancel, and the 4m term cancels from both sides!
μ_k * g * D = ½(v₀/4)²
μ_k * g * D = ½(v₀²/16) = v₀²/32
Finally, solve for D:
D = v₀² / (32 * μ_k * g)
Part (d)
Here's the sketch of the kinetic energy of the system over time. This is a tricky one, so let's be careful.
- Before t=0: Puck A has all the energy. The system's kinetic energy is constant at
K₀ = ½mv₀².
- At t=0: The collision happens. It's instantaneous. As we calculated in part (a), the kinetic energy drops from
K₀ to K_final = ¼K₀. This is a vertical drop on the graph.
- After t=0: The combined mass slides on the rough patch. Friction does work, so kinetic energy decreases. But does it decrease linearly? No. The object is decelerating at a constant rate (
a = -μ_k*g), so its velocity decreases linearly with time (v(t) = v_f - at). Since K ∝ v², the kinetic energy will decrease as a curve, specifically a parabola K(t) = ½(4m)(v_f - at)². The graph will be a curve that starts at ¼K₀ and bends downwards, becoming steeper as it approaches K=0 is incorrect. It starts steep and becomes less steep as it approaches t_stop. Think about it: v is largest at the beginning, so you lose the most K per second at the beginning. The curve should be concave up, starting at (0, ¼K₀) and ending at (t_stop, 0).
