What are the velocities of two objects after an elastic head-on 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
11 replies · 6K views
ace214
Messages
28
Reaction score
0
A 10.0 g object moving to the right at 22.0 cm/s makes an elastic head-on collision with a 15.0 g object moving in the opposite direction at 32.0 cm/s. Find the velocity of each object after the collision.

First, I converted the masses to kg and the velocities to m/s.
I used m1v1i + m2v2i = m1v1f + m2v2f and solved for v1f in terms of v2f and plugged this into
v1i - v2i = v2f - v1f to attempt to get v2f first (yes, I am converting back to cm/s) and I'm not getting the right answer... I don't understand what I'm doing wrong...

Here's my numbers:
.01(.22) + .015(.32) = .01v1f + (.015)v2f
.007 = .01v1f + .015v2f
v1f = (.007 - .015v2f)/.01 = .7 - 1.5v2f

(.22) - (-.32) = v2f - v1f
.54 = v2f - (.7 - 1.5v2f)
.54 = v2f -.7 + 1.5v2f
.61 = 2.5v2f
v2f = .244 m/s = 24.4 cm/s

This is due at 8:30 AM. EST tomorrow.
 
Last edited:
Physics news on Phys.org
I have also tried v2i - v1i = v1f - v2f with positive numbers and v1i +v2i = v1f + v2f with properly-signed numbers... Someone please help...
 
Last edited:
So far, you have one equation in two unknowns, v1f and v2f. There is no way you can solve that for either one. You need another equation. In an elastic collision the kinetic energy is conserved as well as the momentum. Use that to get another equation.
 
Dick said:
So far, you have one equation in two unknowns, v1f and v2f. There is no way you can solve that for either one. You need another equation. In an elastic collision the kinetic energy is conserved as well as the momentum. Use that to get another equation.

No there's two equations... I already said that.

I used m1v1i + m2v2i = m1v1f + m2v2f and solved for v1f in terms of v2f and plugged this into v1i - v2i = v2f - v1f
 
Last edited:
I solved it by writing an equation for the total momentum and for the total kinetic energy. From there you can just substitute.
 
TMM said:
I solved it by writing an equation for the total momentum and for the total kinetic energy. From there you can just substitute.

When I did that, I got imaginary numbers from the quadratic.
 
ace214 said:
No there's two equations... I already said that.

I used m1v1i + m2v2i = m1v1f + m2v2f and solved for v1f in terms of v2f and plugged this into v1i - v2i = v2f - v1f

Ok, then the problem is that the second equation isn't true. Use KE.
 
I didn't.

I wrote:

mv(2) + mv(1) = -260

.5mv(2)^2 + .5mv(1)^2 = 11000

Then I just substituted momentum one into the energy one and solved .

I got 12.3 cm/s to the right for the larger particle and 44.4 cm/s to the left for the smaller one, which is correct.

If you're getting lost in the conversion, just leave it in cgs.
 
Dick said:
Ok, then the problem is that the second equation isn't true. Use KE.

ace214 said:
When I did that, I got imaginary numbers from the quadratic.

Also, the book says that that equation is supposed to work.
 
Ok, I redid the KE equation and got 32 and 24 for the larger mass. I've tried 24 already as I got it from the equation with just velocities above and it wasn't right... Gaaaaaah...
 
Ok, I was an idiot and didn't use a negative velocity in the original momentum equation... Wish somebody had caught it but oh well. Also the v1 - v2 = v2 - v1 does work for objects with different masses.