3D Theory - Example - Snooker

Collision Detect

We have already discussed the collision between a ball and cushion, here we discuss the collision between balls, how do we detect this collision.

The intersection of two circles (or spheres) is one of the easiest collisions to detect because the shape is simple and it is independent of orientation. The circles are intersecting if the distance between the centres is less than twice the radius. By Pythagoras this is:

(x2-x1)2 + (y2-y1)2 < (2*r)2

where:

collision detect

Collision Response

When the balls collide an impulse will be transferred between the balls, this is a large instantaneous force.

At first sight this seems relatively simple, imagine that the cue ball (on the right) is moving with simple rolling motion, its angular momentum is therefore related to its linear motion.

before collision of two snooker balls

It then hits the stationary object ball and an impulse is transferred between them.

during collision of two snooker balls

After the collision the cue ball is stationary and the object ball moves to the left with rolling motion.

after collision of two snooker balls

Since the object ball is moving in the same way as the object ball was then both linear and angular momentum are conserved then there would appear to be no problem.

However I think its worth investigating this more carefully. How is the angular momentum transferred between the balls? To transfer angular momentum in a collision we need two impulses which are not in line. However the tenancy would be to put backspin rather than forward spin on the object ball, for instance, if the cue ball is spinning in an anti-clockwise direction and is in contact with the object ball then it would tend to turn the object ball in a clockwise direction.

snooker collision

So why doesn't this happen? why does the object ball spin in the same direction even though the one of the faces of the balls will be going up and the other will be going down?

The only explanation I can think of for this is that:

This would mean that there are two sets of impulses which are not in line, this would cause the torque which stops the cue ball from turning and starts the object ball turning.

collision of two snooker balls

So we have an impulse between the two balls and perpendicular to the face. Because of the low friction there is no component of impulse along the face even though there is relative movement in this direction.

There is also an impulse along the cloth.

Collision in Two Dimensions

The situation where we ignore rotation and friction is discussed on this page.

Side Spin

When we take rotation into account then we need to adjust the direction of the impulse accordingly.

left side

Multiple Collisions

If the objects were all moving then we could assume that the balls are unlikely to hit each other simultaneously. Therefore we could avoid the complexities of multiple collisions by assuming an infinitesimally small time difference between the collisions and treat them as a sequence of individual collisions.

However, in snooker, it often happens that there is a block of touching, stationary balls these are then hit by a moving ball. In some cases, it would not be very accurate to model this as a sequence of individual collisions, so we need to work out how the impulse is distributed in the collision.

If they are in a straight line then the impulse will just travel along the line.

multiple collision in a line

If they are not in line then it can get more complicated to calculate how the impulse is distributed.

multiple collisions


metadata block
see also:

 

Correspondence about this page

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.