Comment:
Migration of unmigrated content due to installation of a new plugin
Composition Setup
Excerpt
hidden
true
Learn a valuable shortcut for dealing with a specific kind of elastic collision.
The game of pool is an excellent showcase of interesting physics. One of the most common occurences in a game of pool is an almost perfectly elastic collision between a moving cue ball and a stationary ball of equal mass. These collisions occur in two dimensions.
One very useful rule of thumb for pool players is the right angle rule: after the collision the cue ball's final velocity and the final velocity of the struck ball will make a right angle (assuming that both are moving).
Note
Note that this rule is only valid in the limit that ball spin can be ignored. If the cue ball has significant spin, then the rule will be violated.
Toggle Cloak
id
proof
Proof of the Rule
Cloak
id
proof
When this rule applies, it is very powerful. The following examples showcase the utility of the right angle rule.
Deck of Cards
id
bigdeck
Wiki Markup
The game of pool is an excellent showcase of interesting physics. One of the most common occurences in a game of pool is an almost perfectly elastic collision between a moving cue ball and a stationary ball of equal mass. These collisions occur in two dimensions.
One very useful rule of thumb for pool players is the _right angle rule_: after the collision the cue ball's final velocity and the final velocity of the struck ball will make a right angle (assuming that both are moving).
{note}Note that this rule is only valid in the limit that ball spin can be ignored. If the cue ball has significant spin, then the rule will be violated.{note}
{info}The rule is generically valid for *elastic* collisions between *equal mass* objects when *one is stationary* before the collision. A short proof is to square the magnitude of each side of the vector version of the equation of momentum conservation:\\ \\
{latex}\begin{large} \[ m^{2}v_{1,i}^{2} = m^{2}(v_{1,f}^{2} + 2\vec{v}_{1,f}\cdot \vec{v}_{2,f} + v_{2,f}^{2}) \]\end{large}{latex} \\
Cancelling the masses and comparing to the equation of kinetic energy conservation will immediately yield the result that \\
{latex}\begin{large}\[ \vec{v}_{1,f}\cdot\vec{v}_{2,f} = 0 \]\end{large}{latex}
which implies that one of the objects has zero final velocity or else the objects move at right angles to one another after the collision.{info}
When this rule applies, it is very powerful. The following examples showcase the utility of the _right angle rule_.
h2. Part A
The cue ball is moving at 4.0 m/s when it impacts the 5-ball, which is at rest prior to the collision. The cue ball exits the (perfectly elastic) collision at an angle of 30 degrees from its original direction of motion. What are the final speeds of each ball?
System: Cue ball and 5-ball as [point particles|point particle]. External forces are assumed negligible compared to the collision forces.
Models: [Momentum and Impulse] plus [Constant Mechanical Energy].
Approach: We begin with a picture. Since the initial direction of motion of the cue ball is not specified, we arbitrarily assign it to move along the x-axis prior to the collision. We also arbitrarily assign it positive x- and y-velocity components after the collision.
Rather than implementing the elastic collision constraint of constant mechanical energy in the usual way, we will use the _right angle rule_ described above. Using that rule plus conservation of y-momentum, we know that the 5-ball will have a final velocity directed at 60° below the positive x-axis in our coordinates. With this information in hand, we can simply write the equations of momentum conservation for our system.
{note}Recall that we are assuming external impulses are negligible compared to the internal impulse of the collision.{note}
{latex}
Card
label
Part A
Part A
The cue ball is moving at 4.0 m/s when it impacts the five ball, which is at rest prior to the collision. The cue ball exits the (perfectly elastic) collision at an angle of 30 degrees from its original direction of motion. What are the final speeds of each ball?
Solution
Toggle Cloak
id
sysa
System:
Cloak
id
sysa
Cue ball and five ball as point particles.
Toggle Cloak
id
inta
Interactions:
Cloak
id
inta
Impulse from external forces is ignored since the collision is assumed to be instantaneous.
Toggle Cloak
id
moda
Models:
Cloak
id
moda
plus .
Note that the rule we have derived above relies on the fact that the kinetic energy remains constant during the collision. For this reason, we have stated that we are using the mechanical energy model, though it will not be explicitly used in the solution.
Toggle Cloak
id
appa
Approach:
Cloak
id
appa
Toggle Cloak
id
diaga
Diagrammatic Representation
Cloak
id
diaga
We begin with a picture. Since the initial direction of motion of the cue ball is not specified, we arbitrarily assign it to move along the x-axis prior to the collision. We also arbitrarily assign it positive x- and y-velocity components after the collision.
Before Collision
After Collision
Image Added
Image Added
Cloak
diaga
diaga
Toggle Cloak
id
matha
Mathematical Representation
Cloak
id
matha
Rather than implementing the elastic collision constraint of constant mechanical energy in the usual way, we will use the right angle rule described above. Using that rule plus conservation of y-momentum, we know that the five ball will have a final velocity directed at 60° below the positive x-axis in our coordinates. With this information in hand, we can simply write the equations of momentum conservation for our system.
Note
Recall that we are assuming external impulses are negligible compared to the internal impulse of the collision.
{latex}
{tip}Can you see that this result satisfies the elastic collision requirement (remembering that the masses are equal)? Considering the assignment of the cosine and the sine, we see that as the cue ball's angle grows the speed it retains shrinks. Does this make sense?{tip}
h2. Part B
The cue ball is moving at 2.0 m/s when it impacts the 5-ball, which is at rest prior to the collision. The cue ball exits the (perfectly elastic) collision with a speed of 1.5 m/s. What angle with respect to the original direction of travel of the cue ball is made by each ball after the collision?
System and Models: As in Part A.
Approach: The same solution method as in Part A will lead to the same relationships:
{latex}\begin{large}\[v^{cue}_{f} = v^{cue}_{i}\cos(\theta^{cue})\]
\[ v^{5}_{f} = v^{cue}_{i}\sin(\theta^{cue})\] \end{large}{latex}
This time, however, we solve for the angles:
{latex}\begin{large}\[ \theta^{cue} = \cos^{-1}\left(\frac{v^{cue}_{f}}{v^{cue}_{i}}\right) = 41^{\circ} \]
\[ \theta^{5} = 90^{circ} - \theta^{cue} = 49^{\circ}\]\end{large}{latex}
Tip
Can you see that this result satisfies the elastic collision requirement (remembering that the masses are equal)? Considering the assignment of the cosine and the sine, we see that as the cue ball's angle grows the speed it retains shrinks. Does this make sense?
Cloak
matha
matha
Cloak
appa
appa
Card
label
Part B
Part B
The cue ball is moving at 2.0 m/s when it impacts the five ball, which is at rest prior to the collision. The cue ball exits the (perfectly elastic) collision with a speed of 1.5 m/s. What angle with respect to the original direction of travel of the cue ball is made by each ball after the collision?