Change in momentum when given the speed (not the velocity).

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
MattDutra123
Messages
15
Reaction score
0
1. The problem statement.
A tennis ball of mass m moving horizontally with speed u strikes a vertical tennis racket. The ball bounces back with horizontal speed v.

Homework Equations


p = mv

The Attempt at a Solution


My answer was m(v-u), meaning the final momentum (mv) subtracted from the initial momentum (mu). It turns out the answer is m(u+v), with the justification being that we are given the speed, not the velocity. I don't see how that changes anything. How can you find the change (difference) between two quantities without subtracting them? I reckon this is a very basic question, but I don't understand it.
 
Physics news on Phys.org
You are looking for the magnitude of the change in momentum. Say the ball is moving to the right. After bouncing off the racket it's moving to the left and has negative velocity. The change in momentum vector is Δp = m (-u) - m v = -m (u+v). The magnitude of that is
+m (u + v ). If the ball is moving to the left and bounces to the right, Δp = m u - m (-v) that has magnitude m (u + v ), same thing.
 
  • Like
Likes   Reactions: MattDutra123
kuruman said:
You are looking for the magnitude of the change in momentum. Say the ball is moving to the right. After bouncing off the racket it's moving to the left and has negative velocity. The change in momentum vector is Δp = m (-u) - m v = -m (u+v). The magnitude of that is
+m (u + v ). If the ball is moving to the left and bounces to the right, Δp = m u - m (-v) that has magnitude m (u + v ), same thing.
Thanks for the help.