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.
 
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...
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
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