Collision response between two objects

In summary, the conversation is about a user needing help with simulating physics in a game they are working on. They are specifically looking for information on how to calculate the new speeds and rotations of objects after a collision. A link to a resource on conservation of linear momentum is provided, and another user offers to share their program in MATLAB for collision modeling.
  • #1
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
  • #3
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.
 

Similar threads

Replies
9
Views
2K
Replies
14
Views
2K
Replies
14
Views
2K
Replies
5
Views
1K
Replies
4
Views
742
Back
Top