2
votes
0answers
89 views

Elastic collision of rotating bodies

How would you explain in detail elastic collision of two rotating bodies to someone with basic understanding of classical mechanics? I'm writing simple physics engine, but now only simulating ...
1
vote
2answers
128 views

Unexpected potential energy increase during Tic-Tac drop

I dropped a Tic-Tac: (no worries, it happened before), and I noticed as it bounced on the floor that it would first jump 20 cm high, and at the next bounce for instance 50 cm high. Shouldn't it ...
0
votes
1answer
398 views

How to calculate the coefficient of restitution for 2 bodies?

I have 2 rigid bodies (from different materials) in a collision. As you know I should have the coefficient of restitution value to get the velocities after collision. What is the information/values ...
2
votes
1answer
440 views

Physics needed to build a top down billiards game [duplicate]

Possible Duplicate: How are these balls reflected after they hit each other? I was wondering what sort of physics equations would I need in order to build a top down billiards game? I tried ...