Calculating Work Done during a 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
naianator
Messages
48
Reaction score
1

Homework Statement


Two blocks have masses m1 and m2 and speeds v1 and v2. The objects slide directly toward each other along a frictionless horizontal surface and collide. After the collision, block m1 is at rest. Find the work done by the contact force on block m2 during the collision.

Homework Equations


W = 1/2*m*v_f^2 - 1/2*m*v_i^2

m*v_1 + m*v_2 = m*v_1' + m*v_2'

The Attempt at a Solution


m_1*v_1+m_2*v_2 = 0+m_2v_2'

v_2' = (m_1*v_1+m_2*v_2)/m_2

W = 1/2*m_2*((m_1*v_1+m_2*v_2)/m_2)^2 - 1/2*m_2*v_2^2

What am I doing wrong?
 
on Phys.org
Post edited .
 
Last edited:
m_1*v_1+m_2*v_2 = 0+m_2v_2' is wrong all v-s are speeds to be corrected as
m_1*v_1- m_2*v_2 = 0+m_2v_2' ----------------------------- (1), hence
v_2' = (m_1*v_1-m_2*v_2)/m_2 or
W(by m1 on m2) = 1/2*m_2*((m_1*v_1-m_2*v_2)/m_2)^2 - 1/2*m_2*v_2^2, simplify to get the correct answer.

Work done on mass m1 by mass m2 = -1/2*m_1*v_1^2
 
Let'sthink said:
m_1*v_1+m_2*v_2 = 0+m_2v_2' is wrong all v-s are speeds to be corrected as
m_1*v_1- m_2*v_2 = 0+m_2v_2' ----------------------------- (1), hence
v_2' = (m_1*v_1-m_2*v_2)/m_2 or
W(by m1 on m2) = 1/2*m_2*((m_1*v_1-m_2*v_2)/m_2)^2 - 1/2*m_2*v_2^2, simplify to get the correct answer.

Work done on mass m1 by mass m2 = -1/2*m_1*v_1^2
ahhh yes, thank you!