Billiard Ball backspin (draw English) - Rigid body dynamics

Click For Summary

Homework Help Overview

The discussion revolves around the dynamics of a billiard ball subjected to a cue strike, focusing on the effects of backspin and the transition to natural rolling. The problem is situated within the context of rigid body dynamics, specifically examining angular velocity, forces, and torques involved in the motion of the ball.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the relationship between linear and angular momentum, questioning how to calculate the angular velocity immediately after impact and the conditions for natural rolling. There are discussions on using Newton's laws and the concepts of impulse and torque to derive necessary equations.

Discussion Status

Participants are actively engaging with the problem, offering various perspectives on the calculations needed for angular velocity and the role of friction. Some have suggested simplifying assumptions, while others are questioning the definitions and relationships involved, indicating a productive exploration of the topic.

Contextual Notes

There is an ongoing debate about the assumptions regarding the duration of the cue's impact and the effects of friction, with some participants suggesting that certain forces can be ignored for specific parts of the problem. The lack of explicit consensus on these assumptions reflects the complexity of the dynamics involved.

Bonulo
Messages
46
Reaction score
0
I've been presented with the following problems, and would like some help/affirmation:

SITUATION:
A billiard ball with mass m and radius r is in rest on a horizontal table. The ball is hit with a billiard cue the height r/3 above the table, and has the velocity v0 immediately after the hit.
The force from the cue F remains horizontal during the hit and the contact between cue and ball is short-termed. The kinetic coefficient of friction between the table and the ball is mu_k

PROBLEM a) Determine the ball's angular velocity omega0 immediately after the hit.
-----
Since the below-c.m. hit will give the ball backspin (draw English), the ball won't have natural roll. Therefore, I can't use the simple equation v0 = omega0*r, since that relationship only exist in natural roll.

Instead, I have to use Newton's 2nd law, sum_F = m*a and the rotational equivalent sum_tau = I * alpha, where tau is torque (around the c.m.), I is moment of inertia of the ball and alpha is its angular acceleration.

(1) sum_F = m*a <=> sum_F = m*alpha*r
<=> F - mu_k*m*g = m*alpha*r

(2) sum_tau = I*alpha <=> r*F - 2/3*r*mu_k*m*g = (2/3)*m*r^2*alpha

The two expressions each have only one unknown variable, alpha. In (1) alpha is the translational contribution to the angular acceleraton, and in (2) its the rotational contribution to the angular acceleration. Sum_alpha can now be determined. The hit has the duration dt, so omega0 = sum_alpha * dt. By substituting the expression for alpha into that equation I ought to have determined omega0. Right?

PROBLEM b) What's the velocity of the ball when it beings to do natural roll?
----
The roll is natural when v = omega * r. Since the v0 and r is known, I should then be able to determine expressions for v and omega from the kinematic equations for the two types of motion. I guess the rolling friction can be ignored, since the needed coefficient isn't given. Therefore, there is no horizontal force. Right?

PROBLEM c) Determine the work of the friction force during the ball's movement until it starts rolling on the table.
----
The ball starts at the angle 0 and reaches an angle theta. The torque is constant, since the kinetic friction is constant. Then the work done by the friction force must be W_f = tau*(theta-0) <=> W_f = tau*theta. Right?

:shy:
 
Physics news on Phys.org
Bonulo said:
PROBLEM a) Determine the ball's angular velocity omega0 immediately after the hit.
-----
Since the below-c.m. hit will give the ball backspin (draw English), the ball won't have natural roll. Therefore, I can't use the simple equation v0 = omega0*r, since that relationship only exist in natural roll.

Instead, I have to use Newton's 2nd law, sum_F = m*a and the rotational equivalent sum_tau = I * alpha, where tau is torque (around the c.m.), I is moment of inertia of the ball and alpha is its angular acceleration.

(1) sum_F = m*a <=> sum_F = m*alpha*r
<=> F - mu_k*m*g = m*alpha*r

(2) sum_tau = I*alpha <=> r*F - 2/3*r*mu_k*m*g = (2/3)*m*r^2*alpha

The two expressions each have only one unknown variable, alpha. In (1) alpha is the translational contribution to the angular acceleraton, and in (2) its the rotational contribution to the angular acceleration. Sum_alpha can now be determined. The hit has the duration dt, so omega0 = sum_alpha * dt. By substituting the expression for alpha into that equation I ought to have determined omega0. Right?
They want you to find the angular velocity immediately after the impact. Think of it this way. The cue exerts an impulse on the ball (F \Delta t) that imparts the given linear momentum. Now consider the angular impulse that that force exerted to find the angular momentum after impact.

PROBLEM b) What's the velocity of the ball when it beings to do natural roll?
----
The roll is natural when v = omega * r. Since the v0 and r is known, I should then be able to determine expressions for v and omega from the kinematic equations for the two types of motion. I guess the rolling friction can be ignored, since the needed coefficient isn't given. Therefore, there is no horizontal force. Right?
Yes. Once you've properly found the initial angular and linear speed of the ball, apply Newton's 2nd law for translation and rotation. (What's the only horizontal force acting on the ball?) What you call "natural roll" is also called "rolling without slipping"; you are solving for the speed at which that condition is met.

PROBLEM c) Determine the work of the friction force during the ball's movement until it starts rolling on the table.
----
The ball starts at the angle 0 and reaches an angle theta. The torque is constant, since the kinetic friction is constant. Then the work done by the friction force must be W_f = tau*(theta-0) <=> W_f = tau*theta. Right?
I'd find the work done by friction by finding the change in total kinetic energy.
 
Problem a)

Doc Al said:
They want you to find the angular velocity immediately after the impact. Think of it this way. The cue exerts an impulse on the ball (F \Delta t) that imparts the given linear momentum. Now consider the angular impulse that that force exerted to find the angular momentum after impact.

The angular momentum after the impact is L=I \omega, but what is the angular impulse? The net torque? Otherwise, I haven't found examples or equations with the angular impulse in the textbook.
 
Just like linear impulse is F \Delta t, angular impulse is \tau \Delta t. Given "F", what torque does it exert?
 
The que force F exerts the torque 2/3 r F, and the kinetic friction force f exerts a resistive torque -r f, so that the net torque is r (2/3 F-f), or r (2/3 F - \mu m g).
 
Last edited:
Bonulo said:
The que force F exerts the torque 2/3 r F
Right. But I would assume that the duration of impact is very short; so short that the ball has yet to move. Ignore the kinetic friction for part a.
 
Doc Al said:
Right. But I would assume that the duration of impact is very short; so short that the ball has yet to move. Ignore the kinetic friction for part a.

Yeah, of course :) That must be the justification for that information.

Then; the (linear) impulse is F dt, the angular impulse is \tau dt = 2/3 r F dt and the angular momentum is L = I \omega.
 
Last edited:
Right! (Where "r" in this case is really "2r/3". :smile: )
 
Yes, I just corrected it. But - isn't the angular momentum the same as the angular impulse?

Merely using \tau = dL/dt gives \tau dt = L - or doesn't it? This gives \omega_0 = (2/3 F dt)/(2/5 m r).
 
Last edited:
  • #10
OOOOO. I found it! If you want, a while back I found this paper that has tons and tons of this stuff all on pool. It might be in there.
 
  • #11
Bonulo said:
Yes, I just corrected it. But - isn't the angular momentum the same as the angular impulse?
Yes. \tau \Delta t = I \Delta \omega = I \omega_0.

Merely using \tau = dL/dt gives \tau dt = L - or doesn't it? This gives \omega_0 = (2/3 F dt)/(2/5 m r).
Simplify that further. (Write F dt in terms of v_0.)
 
  • #12
cyrusabdollahi said:
OOOOO. I found it! If you want, a while back I found this paper that has tons and tons of this stuff all on pool. It might be in there.

Well, yeah.. I'd like to see it. I've found some PDF's myself too.
 
  • #13
Its called Amateur Phyiscs for the Amateur pool player. (its not amateur)~107 pgs
 
  • #14
Doc Al said:
Simplify that further. (Write F dt in terms of v_0.)

Is it necessary? Since the quantity F is mentioned in the symbolic description, it's considered known.

I guess it should be simplified via v_0 = a dt, and F = m a = m v_0/dt. And also the rotational contribution, v_0 = r \omega and \tau dt = I \omega_o.
 
  • #15
http://www.physics.ohio-state.edu/~penningt/262/ps/apapp.pdf#search='amateur%20physics%20for%20the%20amateur%20pool%20player
 
Last edited by a moderator:
  • #16
cyrusabdollahi said:
Its called Amateur Phyiscs for the Amateur pool player. (its not amateur)~107 pgs

Heh, I found that. It's a top Google hit. I didn't find anything directly applicable in it though.
 
  • #17
Bonulo said:
Is it necessary? Since the quantity F is mentioned in the symbolic description, it's considered known.
While F is mentioned, I wouldn't call it "known". What you know is the impulse, not the force.

I guess it should be simplified via v_0 = a dt, and F = m a = m v_0/dt. And also the rotational contribution, v_0 = r \omega and \tau dt = I \omega_o.
That won't help, since you don't know F or \Delta t. But you do know that the impulse F \Delta t = m v_0; use that to eliminate those unknowns (F & \Delta t) from your expression for \omega_0.
 
  • #18
Then: \omega_0 = (2/3 v_0)/(2/5 r) - ?
 
Last edited:
  • #19
Yes: \omega_0 = (5/3) (v_0/r)
 
  • #20
Thanks for the help.
 
  • #21
Problems

I'm having problems with b) and c), and the assignment's due tomorrow!

In b) - there is constant acceleration (also angular), but - the rotational velocity changes direction, so I'll have to use two periods of time t, right? One for the time up to the point where the rotational velocity \omega = 0, and one for the time from that point and up to the point where there's natural roll. If natural roll doesn't start immediately, which I don't think it does.

The c) should be quite easy - but it does involve the result from b), so I can't do it before b) is solved.


Bonulo said:
SITUATION:
A billiard ball with mass m and radius r is in rest on a horizontal table. The ball is hit with a billiard cue the height r/3 above the table, and has the velocity v0 immediately after the hit.
The force from the cue F remains horizontal during the hit and the contact between cue and ball is short-termed. The kinetic coefficient of friction between the table and the ball is mu_k

PROBLEM a) Determine the ball's angular velocity \omega_0 immediately after the hit.
-----

\omega_0 = 5/3 v_0/r

PROBLEM b) What's the velocity of the ball when it beings to do natural roll?
----


PROBLEM c) Determine the work of the friction force during the ball's movement until it starts rolling on the table.
----
 
  • #22
The way I would approach b) is to find expressions (based on the linear and angular accelerations) for the linear and angular speeds as a function of time. Then solve for the time at which the "natural roll" condition is met.
 
  • #23
I get the following expression for the time:

t = (v_0 - \omega_0 r)/(-3/2 \mu_k g)

Where the 0 suffix indicates the velocities immediately following the shot, and the \mu_k is the coefficient of kinetic friction (exerted during the slide). Does it seam reasonable?
 
  • #24
(Sorry for the delayed response... had a bit of a snowstorm to deal with. :smile: )

Several comments:

(1) Once again, express \omega_0 in terms of v_0.

(2) Signs matter! Realize that in the "natural roll" condition, \omega and v must have the same orientation. But in this problem, \omega_0 is actually going opposite to v_0.

(3) Once you get the correct t, solve for the final speed of the ball. Your answer should be in terms of v_0. Once again, signs matter.
 

Similar threads

  • · Replies 60 ·
3
Replies
60
Views
5K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
4K