Question about momentum (elastic collision)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
RuthlessTB
Messages
22
Reaction score
0

Homework Statement


A block with mass 4 kg and velocity of 3 m/s collides elastically with block B with mass 2 kg which is originally at rest. Find the velocities of the two blocks after the collision.

Homework Equations


P= m * v

The Attempt at a Solution


This is the first time I try to solve an elastic collision problem, not sure if its the right way or no.

(M1*V1) + (M2*V2)= (M1+M2) Vc
(4*3) + (2*0) = (6) Vc
Vc= 12/6 = 2 m/s
 
Physics news on Phys.org
RuthlessTB said:
(M1*V1) + (M2*V2)= (M1+M2) Vc
You cannot assume that both blocks end up with the same velocity. That would be true for an inelastic collision.

Hint: What two quantities are conserved in an elastic collision? (What does elastic collision mean?)
 
In elastic collision, momentum before equals to momentum after (Pi=Pf).

(M1*V1) + (M2*V2) = (M1 * V1') (M2*V2')
1) 12= (4 * V1') + (2 * V2')

V1 - V2 = -(V1' - V2')
2) 3-0 = -(V1' + V2')

3 + V1' = V2'

By substitution to get V1'
12 = (4*V1') + (2 * (3+V1'))
Therefore, V1'= 1 m/s

And for V2'
12= 4+ (2*V2')
V2'= 4 m/s
 
RuthlessTB said:
In elastic collision, momentum before equals to momentum after (Pi=Pf).

(M1*V1) + (M2*V2) = (M1 * V1') (M2*V2')
1) 12= (4 * V1') + (2 * V2')

V1 - V2 = -(V1' - V2')
2) 3-0 = -(V1' + V2')

3 + V1' = V2'

By substitution to get V1'
12 = (4*V1') + (2 * (3+V1'))
Therefore, V1'= 1 m/s

And for V2'
12= 4+ (2*V2')
V2'= 4 m/s
Excellent.

Two comments:
(1) Momentum is conserved in any collision, not just elastic ones.
(2) Your second equation, that the relative velocities are reversed, is only true in elastic collision.

Good job.
 
  • Like
Likes   Reactions: 1 person