Work-Energy Theorem / Finding The Mass

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
crono_
Messages
44
Reaction score
0

Homework Statement



It takes 241 kJ of work to accelerate a car from 22.0 m/s to 28.8 m/s. What is the car's mass?

W = 241000 J

vo = 22.0 m/s

vf = 28.8 m/s

m = ?

Homework Equations



KE = 1/2 mv2

W = KEf - KEo

The Attempt at a Solution



W = KEf - KEo

W = 1/2 mvf2 - 1/2 mvo2

I was trying to solve for m as everything else is known, but I think I got stuck somewhere in the algebra.

W = 1/2 (mvf2 - mvo2)

2W = mvf2 - mvo2

2W / vf2 - vo2 = m - m

That's as far as I got. I'm wondering if by switching the sides of the equation so that their signs would change if then m - m could become m + m, thus 2m. Then divide both sides by 2.

Does that seem right?

Thanks!
 
Physics news on Phys.org
Your work looks fine until the last step. Your equations should read:

[tex]2W = mv_f^2 - mv_i^2 = m(v_f^2 - v_i^2)[/tex]

[tex]m = \frac{2W}{v_f^2 - v_i^2}[/tex]
 
Thank you! I completely overlooked that! :)
 
You're welcome!