What are the velocities of two objects after they collide?

  • Thread starter Thread starter Niko Bellic
  • Start date Start date
AI Thread Summary
In a collision between two equally massive objects moving toward each other, the outcome depends on whether the collision is elastic or inelastic. Momentum conservation dictates that the total momentum before and after the collision remains constant, but without knowing if kinetic energy is conserved, multiple outcomes are possible. In a perfectly elastic collision, both objects bounce back at the same speed they approached, while in a perfectly inelastic collision, they come to a complete stop. The discussion also touches on the forces exerted during collisions, noting that the impulse and change in momentum vary based on the type of collision and the duration of contact. Ultimately, the specific velocities after the collision hinge on the nature of the collision itself.
Niko Bellic
Messages
10
Reaction score
0
Let's say two equally massive objects move toward each other at equal velocities (let's use 30 kg and 5 m/s for the sake of having some numbers).

Will the objects bounce off of each other or will they both stop in place? If they bounce off each other, at what velocity?

The momentum conservation principle suggests that the overall momentum (mass*velocity) of the two objects should remain the same before and after collision (i.e., momentum gained by one object should be equal to the momentum lost by the other).

This still leaves room for ambiguity in resulting velocities. For instance, here's a solution where one object gains 150 units of momentum and the other loses 150 units, causing both objects to stop.

Code:
		[B]MOMENTEM[/B]		[B]MOMENTUM[/B]
		[B]BEFORE COLLISION[/B]	[B]AFTER COLLISION[/B]
[B]OBJECT A[/B]	(30kg)*(+5m/s)=150	(30kg)(0m/s)=0
[B]OBJECT B[/B]	(30kg)*(-5m/s)=-150	(30kg)(0m/s)=0
[B]OVERALL[/B]		0			0

Here's another valid solution where one object gains 225 units of momentum and the other loses 225 units, causing the objects to bounce off each other and head back from where they came from.

Code:
		[B]MOMENTEM[/B]		[B]MOMENTUM[/B]
		[B]BEFORE COLLISION[/B]	[B]AFTER COLLISION[/B]
[B]OBJECT A[/B]	(30kg)*(+5m/s)=150	(30kg)(-2.5m/s)=-75
[B]OBJECT B[/B]	(30kg)*(-5m/s)=-150	(30kg)(2.5m/s)=75
[B]OVERALL[/B]		0			0

But there's only one right solution, right? What is it? What other contraint besides momentum conservation am I missing?

How would one mathematically calculate the actual resulting velocities?

Thanks a ton!
 
Physics news on Phys.org
Niko Bellic said:
But there's only one right solution, right? What is it? What other contraint besides momentum conservation am I missing?
Energy.

Is kinetic energy conserved, or is some energy lost as heat, sound, etc.? Without that information, there is no unique answer.

See
 
Aha! Thanks! So it depends on whether the collision is elastic or inelastic, which tells you whether kinetic energy is conserved or not. Assuming a perfectly elastic collision, our new velocities for the collision described in my original post would be would be

<br /> v_{1}=\frac{u_1(m_1-m_2)+2m_2u_2}{m_1+m_2}=v_{1}=\frac{+5(30-30)+2*30*(-5)}{30+30}=-5\\<br /> <br /> v_{2}=\frac{u_2(m_2-m_1)+2m_1u_1}{m_1+m_2}=\frac{-5(30-30)+2*30*(+5)}{30+30}=+5<br />

which makes sense intuitively: the objects bounce back at the same speed at which they came.

For a perfectly inelastic collision, the coefficient of restitution is 0, causing both objects to just stop when they hit each other.

For a collision that's neither perfectly inelastic or elastic, the objects bounce back at some speed less than 5 m/s
 
Okay, so I got a FOLLOWUP QUESTION

What force do the objects exert on each other in the different kinds of collisions?
 
Here's my attempt at answering my own questions:

Impulse = \int F dt = change In Momentum = mv_1-mu_1

For an elastic collision, the change in momentum for one of the objects is is 30*5-30*(-5)=300

For an inelastic collision, the change in momentum for one of the objects is is 30*5-30*(0)=150

In either case, the force depends on how long the collision is. Well, how long is it? I have no idea. Also, force throughout the contact might not necessarily be constant either right?
 
comparing a flat solar panel of area 2π r² and a hemisphere of the same area, the hemispherical solar panel would only occupy the area π r² of while the flat panel would occupy an entire 2π r² of land. wouldn't the hemispherical version have the same area of panel exposed to the sun, occupy less land space and can therefore increase the number of panels one land can have fitted? this would increase the power output proportionally as well. when I searched it up I wasn't satisfied with...
Back
Top