Collision response between two objects

  • Thread starter Thread starter Nils Schneider
  • Start date Start date
  • Tags Tags
    Collision Response
AI Thread Summary
The discussion centers on simulating the physics of colliding objects in a game, specifically focusing on calculating new speeds and rotations after a collision. The user, Nils, seeks guidance on the necessary formulas and resources to understand the physics involved, mentioning familiarity with concepts like mass, speed, and rotation. A response highlights the importance of conservation of linear momentum and provides a link to a resource on the topic. Additionally, another user offers to share a MATLAB program that models a rotating object collision, which could serve as a practical starting point for Nils, despite its limitations in dimensions and friction effects.
Nils Schneider
Hello users,

I'm working on a game at the moment which needs some physics. I try to simulate two objects at the moment that are colliding in the air. I know the mass of both objects, the mass center point, the collision point, their current rotation and their current speed etc, all I need ( I think ).
But I don't know how to figure out what will be the new speeds of both objects and their new rotations.
Does someone know a good link where I can read something about it. I think my knowledge of math should be good enough to program a solution for it if I only know the right formulas. I've read already something about F, a, v, m and all that stuff and I know the basics, but I don't know where to use which formula. Any hints would be great.

Thanks!

Nils
 
Physics news on Phys.org
Hey Nils,

I had to write a program which modeled the collision of a rotating 'barbell' and a surface.

If you know how to speak MATLAB, I'll be more than happy to send it to you. It's only 2D, and it doesn't include any friction effects, but it could help get you started.
 
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
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...
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