Starting on elastic collisions

AI Thread Summary
The discussion revolves around solving an elastic collision problem involving two bumper cars with different masses and initial velocities. The user initially attempts to apply conservation of momentum and relative velocity but struggles with the calculations, leading to incorrect results. Key advice includes using the coefficient of restitution for elastic collisions and ensuring consistent sign conventions for the velocities. Participants emphasize the importance of combining conservation of momentum with conservation of energy to derive the correct equations. Ultimately, the consensus is that a clear understanding of these principles will lead to the correct solution.
Coldie
Messages
84
Reaction score
0
Currently I'm stuck on this problem:

A pair of bumper cars at an amusement park ride collide elastically as one approaches the other directly from the rear. One has a mass of 450 kg and the other 550 kg. If the lighter one approaches at 4.5 m/s and the other is moving at 3.7 m/s, calculate their velocities after the collision.


Now, I'm sure that I understand the concept of using the conservation of momentum and relative velocity to get two equations to solve for the two unknowns, but it isn't working out. Here's what I did.

Conservation of momentum:
m_1v_1 + m_2v_2 = m_1v_1^{'} + m_2v_2^{'}

450(4.5) + 550(3.7) = 450v_1^{'} + 550v_2^{'}

4060 = 450v_1^{'} + 550v_2^{'}

Because of elastic collision, relative velocity is constant:
v_1 + v_2 = v_1^{'} + v_2^{'}

4.5 + 3.7 = v_1^{'} + v_2^{'}

v_1^{'} = 8.2 - v_2^{'}

And now, subbing back into the conservation of momentum equation...

4060 = 450(8.2 - v_2^{'}) + 550v_2^{'}

4060 = 450(8.2) - 450v_2^{'} + 550v_2^{'}

370 = 100v_2^{'}

BAM! The final velocity is equal to 3.7m/s! But wait, that's what it was in the BEGINNING! Grrr! I've had this problem with five different elastic collision questions, so I must be doing something consistently wrong! Could someone please point out where I'm veering off-course?

Thanks.
 
Physics news on Phys.org
You are making a fundamental mistake: setting the sum of velocities before and after collision equal to each other! Instead you should use energy conservation. Also, there is a ratio called the coefficient of restitution which relates relative velocites. For an elastic collison, this would be

e = 1 = \frac{v'_{1}-v'_{2}}{v_{2}-v_{1}}

(check the signs...e should be positive).

instead of your equation. Do you see the difference?

I'll leave the task of reading about e to you (it should be mentioned in your general physics textbook). IN case you have a problem with my explanation, please feel free to ask and I'll clarify.

Chers
vivek
 
Just to restate what vivek explained:
Coldie said:
Because of elastic collision, relative velocity is constant:
v_1 + v_2 = v_1^{'} + v_2^{'}
In a perfectly elastic collision, the relative velocity is reversed. But the relative velocity is v_2 - v_1, not v_1 + v_2. So that means v_2 - v_1 = v'_1 - v'_2. (Note that this reversal of relative velocity is derived by combining conservation of momentum and conservation of energy.)
 
To whoever moved this, I'm in grade 12 Physics!

Anyways, thanks for the help, guys. Doc, I used your equation, but it's still not working! I'll show you what I did, taking it from the second equation:

v_2 - v_1 = v'_1 - v'_2

3.7 - 4.5 = v'_1 - v'_2

-.8 - v'_2 = v'_1

4060 = 450(-.8 - v'_2) + 550v'_2

4060 = -360 - 450v'_2 + 550v'_2

3700 = 100v'_2

v'_2 = 37m/s

This is obviously incorrect... what am I doing wrong now?
 
3.7 - 4.5 = v'_1 - v'_2
-.8 - v'_2 = v'_1

On the 2nd equation, it should be + v'_2 , shouldn't it?

Btw, I don't know why this problem got moved to the college level forum :eek:
 
Well, Doc gave that equation that way... I'll try adding it in a sec.
 
Ok, that equation's not right either. Would somebody please just solve the equation for me, since evidently I'm completely unable to get the right answer?
 
As I pointed out earlier, the coefficient of restitution (equal to 1 in your case) must be a positive quantity by definition. Make sure that the ratio you use is positive. Secondly, the cars are moving toward each other so if you take the direction of motion of one of the cars as positive, the other must be negative to maintain sign consistency (and even physics..because identical signs mean motion in the same direction). I do not know if you are introduced to vector algebra yet but I would suggest that you re-do the problem defining a positive direction of motion and prefixing signs to velocities (before and after collision) accordingly as they are parallel or antiparallel to the assumed +ve direction.

Note that this problem arises only when terms which are linear in velocities are involved (such as the restitution ratio expression, momentum conservation, relative velocity...) but not if you used the energy conservation equation directly, i.e. kinetic energy before collision = kinetic energy after collision (of both cars).

Hope that helps...

Cheers
Vivek
 
Coldie said:
Anyways, thanks for the help, guys. Doc, I used your equation, but it's still not working! I'll show you what I did, taking it from the second equation:

v_2 - v_1 = v'_1 - v'_2

3.7 - 4.5 = v'_1 - v'_2

-.8 - v'_2 = v'_1
As futb0l pointed out, you messed up on the last step. If you did it right, you'd get v'_2 = v'_1 + 0.8. Now just combine that with the equation you had in your first post (4060 = 450v_1^{'} + 550v_2^{'}), and you should be able to solve it easily.
 
  • #10
USE CONSERVATION OF ENERGY! That with conservation of momentum will give you your two equations. Since it is elastic, energy is conserved also.
 
  • #11
I at first tried using conservation of momentum with conservation of kinetic energy, but instead of simply plugging in the momentum equation to the kinetic energy one, I plugged in the kinetic energy equation to the momentum equation, giving me rooted values to deal with. I've got it now, thanks.
 
  • #12
glad you got it :smile:
 
  • #13
QuantumDefect said:
USE CONSERVATION OF ENERGY! That with conservation of momentum will give you your two equations. Since it is elastic, energy is conserved also.
You are absolutely correct. That's the most straightforward way to solve the problem. But if you happen to know that relative velocity is reversed in an elastic collision, you can take advantage of that fact. The equations are slighty easier to work with, since they are linear.

But just to be clear: By combining (1) conservation of momentum with (2) reversal of relative velocity, you are using conservation of energy! That's because (2) is derived by combining (1) with conservation of energy.
 
Back
Top