How to determine the force absorbed by an object in a collision?

  • Thread starter Thread starter ExcessRed
  • Start date Start date
  • Tags Tags
    Collision Force
AI Thread Summary
To determine the force absorbed by an object in a collision, it's essential to consider the masses, speed vectors, and impulse of the colliding objects. The restitution coefficients of the objects play a crucial role in calculating the net restitution during the collision. When two objects with different restitution coefficients collide, the net restitution can be determined by averaging their coefficients, often weighted by their masses. Additionally, the energy lost by each object can be calculated using the difference in kinetic energy before and after the collision, factoring in their respective restitution coefficients. Understanding these principles is vital for accurately simulating collision responses in a game engine.
ExcessRed
Messages
16
Reaction score
0
I'm working on a physics reaction in a simple game engine, and I need to retain the amount of force absorbed by an object.

The collisions and their responses are based on vectors.

I have the objects respective masses, their speed vectors, from which I can determine the impulse and the new movement vectors.

But I need to know ... what effects how much force is lost during the collision when two objects with DIFFERENT restitution coefficients collide?

What I mean is, if two objects have different restitution co-efficients, how is the net restitution determined?

Also, based on those different restitution co-efficients, is it possible to determine how much energy is lost by each respective object?

...sorry if this is the wrong section.
 
Last edited:
Physics news on Phys.org
Force=dp/dt
change in momentum divided by the impact time .
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Back
Top