How Can I Find Equations for 3D Elastic Collisions of Spheres?

AI Thread Summary
To find equations for 3D elastic collisions of spheres, it is essential to adapt standard 1D elastic collision equations into 3D vector equations. Resources like Chri Hecker's tutorial on 3D collisions in physics-based games can provide valuable insights, even if the theory is less straightforward. The discussion emphasizes that while spheres simplify the problem, understanding the principles of rigid body mechanics is still necessary, especially if rotation is involved. The focus remains on planar collisions defined by the vectors of motion. Overall, adapting existing equations and seeking targeted tutorials can aid in programming accurate simulations of 3D elastic collisions.
vip4
Messages
4
Reaction score
0
I am try to write a program with 3D spheres of different masses, radius, velocities and angles. Then use three dimensional elastic collision equations to find the spheres new velocities and angles. The problem is that i can't find any information or equations on 3D elastic collisions, only 1D ones.
Can someone please point me to where i can find this information.
 
Physics news on Phys.org
3D spheres are planar collisiosn...other 3D objects you will need to learn some analytic mechanics on rigid bodies. Chri Hecker as a good tutorial on 3D collisiosn in physics-based games that runs through the same theory...a little less clean(theory wise) but does what it does.
 
i don't think there should be any special rigid-body problems, since you're dealing with spheres...all you have to do is to change the standard 1-D ellastic collision equations into 3-D vector equations, i guess..
 
yeah its planar lying on the 2 vectors of motion unless of course your spherse are rotating which I've never dealt with(but happens in billiards though they are confined still to a 2D plane)
 
Thanks guys.
 
Thread 'Is 'Velocity of Transport' a Recognized Term in English Mechanics Literature?'
Here are two fragments from Banach's monograph in Mechanics I have never seen the term <<velocity of transport>> in English texts. Actually I have never seen this term being named somehow in English. This term has a name in Russian books. I looked through the original Banach's text in Polish and there is a Polish name for this term. It is a little bit surprising that the Polish name differs from the Russian one and also differs from this English translation. My question is: Is there...
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?

Similar threads

Replies
6
Views
2K
Replies
4
Views
2K
Replies
3
Views
1K
Replies
1
Views
3K
Replies
8
Views
2K
Replies
2
Views
1K
Back
Top