How Do You Calculate the Force in Pool Ball Collisions Including Friction?

  • Thread starter Thread starter Bobolis
  • Start date Start date
  • Tags Tags
    Balls Collision
AI Thread Summary
Calculating the force in pool ball collisions requires considering both linear and angular momentum, as well as the friction between the balls. The challenge lies in modeling the instantaneous collision force, which typically occurs over time in reality. The discussion emphasizes the need for a programming approach that incorporates the balls' linear and angular velocities to determine the collision force. While the motion of the balls is functioning well, the specific mechanics of ball-to-ball friction remain unclear. Additional resources have been suggested, but they may not fully address the complexities of this particular scenario.
Bobolis
Messages
4
Reaction score
0
I have a bit of time on my hands at the moment and being an avid pool fan I wanted to try my hand at programming a pool simulation. Now I have the balls moving correctly whether they are sliding or rolling but I am having a little trouble getting my head round the collisions.

Ideally I want the collisions to be modeled taking into account the friction between balls and therefore use the conservation of angular momentum as well as the conservation of linear momentum. I have tried looking up everything I can on the subject but I can't seem to work out how to model it. Everywhere seems to talk about the collision force acting between the two balls but I can't seem to work out how I get this force. I realize that in reality this force happens over a period of time but for the sake of simplicity I wanted to program the collisions to be instantaneous. So what I am asking basically is how do I find out the force acting between these two balls? As it's a programming problem I ideally want this in terms of information that I can use, such as the balls linear and angular velocity. Hope that makes sense.
 
Physics news on Phys.org
Before I try to give an answer to your main query, how are you slowing down the balls? Have you been able to give spins to the balls?
 
Yeah, the motion of the balls is working fine with both linear and angular velocities. It calculates the change in position from it's previous state change (i.e. when a force is applied to it or when it changes from sliding to natural roll) as time elapses.
 
Have a look at http://www.gamasutra.com/features/20000516/lander_pfv.htm". You may find it helpful.
 
Last edited by a moderator:
Yes I have read that but unfortunately it does not deal with ball - ball friction.
 
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...
Back
Top