Finding Angle of Sphere Falling From Table Edge

Click For Summary
The discussion centers on calculating the angle at which a solid spherical ball begins to slip off the edge of a table, given a coefficient of static friction. Participants explore various equations related to energy conservation, torque, and forces acting on the ball, debating the validity of their approaches. Key points include the need to consider the ball's rotation and the forces at the contact point, as well as the importance of integrating forces over the entire sphere rather than treating it as a point mass. There is a consensus that a co-rotating frame could simplify the analysis, but some participants express a preference for solving the problem using an inertial frame. The conversation highlights the complexities of applying physics principles to this scenario.
  • #91
Satvik Pandey said:
But ##\omega=\frac { v }{ r }##

Is that true when the ball is slipping?
 
Physics news on Phys.org
  • #92
ehild said:
Yes, you can apply the integrating factor method at the end.
Explain your method first, and define the variables. What are v, a, and alpha? What is omega? What do you mean that you can not use a=rα? And do not use the symbol a for two different things (acceleration of the CoM and v2.

Let ## \theta## be the angle at which the ball is slipping and rotating together.
The CoM of the sphere performs circular motion about the edge. right?
Let the tangential velocity and the acceleration of the CoM at that particular angle ##\theta## be ##v## and ##a## respectively.
Let ## \omega## be the angular velocity of the CoM of the ball about the edge.

p3.png
ehild said:
What do you mean that you can not use a=rα? And do not use the symbol a for two different things (acceleration of the CoM and v2.

I meant ## \alpha## to be the angular acceleration of the that ball about the CoM. We can not use this formula as the ball is slipping.

Sorry for using a for two different things. I am going to change it.

voko said:
Is that true when the ball is slipping?

Here v is the tangential velocity of the CoM at angle ##\theta## and ## \omega## is the angular velocity of the CoM of the ball and the ball is doing circular motion about the edge. So can we not use this equation ##v=r \omega##?
 
Last edited:
  • #93
Satvik Pandey said:
So I have 2 equations-

##mgcos\theta -N=m\frac { { v }^{ 2 } }{ r } ##

and ##\\ mgsin\theta -\mu N=ma##

##mgcos\theta -m\frac { { v }^{ 2 } }{ r }= N##

or and ##\\ mgsin\theta -\mu (mgcos\theta -m\frac { { v }^{ 2 } }{ r })=ma##

Here we can not use ##a=r \alpha##

So ##\\ mgsin\theta -\mu (mgcos\theta -m\frac { { v }^{ 2 } }{ r })=m\frac{dv}{dt}##

or ##\\ mgsin\theta -\mu (mgcos\theta -m\frac { { v }^{ 2 } }{ r })=m\frac{dv}{d \theta} \omega ##

But ## \omega=\frac { v }{ r } ##

So ##mgsin\theta -\mu (mgcos\theta -m\frac { { v }^{ 2 } }{ r } )=m\frac { vdv }{ rd\theta } ##

Let ##{ v }^{ 2 }=x\\ So 2vdv=dx##

##gsin\theta -\mu (gcos\theta -\frac { x }{ r } )=\frac { dx }{ 2rd\theta } ##

##\frac { dx }{ 2rd\theta } =gsin\theta -\mu gcos\theta +\mu \frac { x }{ r } ##

##\frac { dx }{ d\theta } -2\mu x+2rg(\mu cos\theta -sin\theta )=0##

I think this is linear differential equation. Should I solve this with integrating factor method?
Am I correct till here?

I have now edited it. Please see the quoted text.
 
  • #94
Ah, so ##\omega## is the angular velocity of the CoM, not of the ball itself. Disregard #91 in that case.
 
  • #95
voko said:
Ah, so ##\omega## is the angular velocity of the CoM, not of the ball itself. Disregard #91 in that case.

Is differential equation that I have derived correct?
 
  • #96
I do not see any obvious mistake.
 
  • #97
Satvik Pandey said:
Let ## \theta## be the angle at which the ball is slipping and rotating together.

Theta is the angle of the radius, connecting the centre of the sphere with the edge, with respect to the vertical.
As the sphere touches the edge, the centre moves along a circle, but that circular motion is decoupled from the rotation of the sphere.
Satvik Pandey said:
The CoM of the sphere performs circular motion about the edge. right?
Let the tangential velocity and the acceleration of the CoM at that particular angle ##\theta## be ##v## and ##a## respectively.
Let ## \omega## be the angular velocity of the CoM of the ball about the edge.

that is correct.

Satvik Pandey said:
I meant ## \alpha## to be the angular acceleration of the that ball about the CoM. We can not use this formula as the ball is slipping.

You can totally disregard the rotation of the ball about its centre because of the slipping. The slipping ensures that the force of friction is kinetic, wirth defined magnitude Fk=μN.
But you can define angular variables for the circular motion of the centre. The angular velocity of the circular motion is ω=v/r, and the angular acceleration is α=a/r.
 
  • #98
Satvik Pandey said:
I have now edited it. Please see the quoted text.
The editing looks terrible, :Dbut the equation is OK.
 
  • #99
ehild said:
The editing looks terrible, :Dbut the equation is OK.

It is very lengthy to solve that equation with Integrating Factor method.:confused:
I hope that I solve it soon.
 
  • #100
There is an other method to solve the linear inhomogeneous differential equation x'-2μx=f(θ).
Take the general solution of the homogeneous part: it is x=Ce2μθ.
Add a particular solution Xp of the inhomogeneous equation: the general solution will be x=Ce2μθ+Xp.
In case the inhomogeneous part contains sine and cosine functions, you can seek the solution in the form Xp=Acos(θ)+Bsin(θ). Replacing Xp =Acos(θ)+Bsin(θ) into the equation, you can find the constants A and B.
 
  • #101
ehild said:
There is an other method to solve the linear inhomogeneous differential equation x'-2μx=f(θ).
Take the general solution of the homogeneous part: it is x=Ce2μθ.
Add a particular solution Xp of the inhomogeneous equation: the general solution will be x=Ce2μθ+Xp.
In case the inhomogeneous part contains sine and cosine functions, you can seek the solution in the form Xp=Acos(θ)+Bsin(θ). Replacing Xp =Acos(θ)+Bsin(θ) into the equation, you can find the constants A and B.

I am getting

##x=-rg\left( \frac { 3sin\theta -cos\theta }{ 2 } \right) +C##

or ##{ v }^{ 2 }=-rg\left( \frac { 3sin\theta -cos\theta }{ 2 } \right) +C##

Am I correct?
 
  • #102
I do not think so. Have you tried to substitute it back into the de?
 
  • #103
ehild said:
I do not think so. Have you tried to substitute it back into the de?

What is de?
 
  • #104
differential equation
 
  • #105
ehild said:
differential equation
No
 
  • #106
Try.
And read my post #100 carefully.
 
Last edited:
  • #107
There were some mistakes in my solution. Now I got
##x=-\frac { rg }{ 2 } (3sin\theta +cos\theta )+C##.
I have substituted ## \mu=0.5##.
 
  • #108
What is C? Is X solution if C is not zero?
 
  • #109
Should I find ##x## at angle 41.82 and put it in this equation to find C?
 
  • #110
Yes, it would be the next step if your solution were correct. But it is not. Read my post ##100.
 
  • #111
I was trying to solve it using IF method.:p

##\frac { dx }{ d\theta } -x=2rg(sin\theta -\mu cos\theta )##

Here ##IF=e^{\int-d\theta}=e^{-\theta}##

##x{ e }^{ -\theta }=\int { { e }^{ -\theta } } \left\{ 2rg(sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } \left\{ (sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } \left\{ (sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } sin\theta \quad d\theta -\mu \int { { e }^{ -\theta }cos\theta } d \theta##

##x{ e }^{ -\theta }=2rg\left\{ -\frac { { e }^{ -\theta }\left( sin\theta +cos\theta \right) }{ 2 } -\frac { 1 }{ 2 } \frac { { e }^{ -\theta }\left( sin\theta -cos\theta \right) }{ 2 } \right\} ##

##x{ e }^{ -\theta }=-rg{ e }^{ -\theta }\left\{ \frac { \left( sin\theta +cos\theta \right) }{ 1 } +\frac { \left( sin\theta -cos\theta \right) }{ 2 } \right\} ##

##x{ e }^{ -\theta }=-rg{ e }^{ -\theta }\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\}##

##x=-rg\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +C##

What am doing wrong?:confused:
 
  • #112
Satvik Pandey said:
I was trying to solve it using IF method.:p

##\frac { dx }{ d\theta } -x=2rg(sin\theta -\mu cos\theta )##

Here ##IF=e^{\int-d\theta}=e^{-\theta}##

##x{ e }^{ -\theta }=\int { { e }^{ -\theta } } \left\{ 2rg(sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } \left\{ (sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } \left\{ (sin\theta -\mu cos\theta ) \right\} d\theta ##

##x{ e }^{ -\theta }=2rg\int { { e }^{ -\theta } } sin\theta \quad d\theta -\mu \int { { e }^{ -\theta }cos\theta } d \theta##

##x{ e }^{ -\theta }=2rg\left\{ -\frac { { e }^{ -\theta }\left( sin\theta +cos\theta \right) }{ 2 } -\frac { 1 }{ 2 } \frac { { e }^{ -\theta }\left( sin\theta -cos\theta \right) }{ 2 } \right\} ##
Where is the integration constant? You must add it before multiplying by eθ.
##x=-rg\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +C##
is not the general solution of the differential equation. You can see if you substitute it back.
 
  • #113
ehild said:
Where is the integration constant? You must add it before multiplying by eθ.
##x=-rg\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +C##
is not the general solution of the differential equation. You can see if you substitute it back.

Oh! My silly mistake.:H
##x{ e }^{ -\theta }=-rg{ e }^{ -\theta }\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +C##

or ##x=-rg\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +\frac { C }{ { e }^{ -\theta } } ##

or ##x=-rg\left\{ \frac { 3sin\theta +cos\theta }{ 2 } \right\} +{ Ce }^{ \theta }##. Right?
 
  • #114
It is right now.

Ceθ is the general solution of the homogeneous equation x'-x=0. I said earlier that the general solution is equal to that + a particular solution of the original equation. You repeatedly ignored my advice to look at my post #100 or substitute back into the original equation.
 
  • #115
ehild said:
You repeatedly ignored my advice to look at my post #100 or substitute back into the original equation.

Sorry:s.
So I should now find x at angle 41.82 and put it in this equation to find C.
At ## \theta=0## velocity of the ball is also 0. Can I also use this condition to find C?
 
  • #116
Satvik Pandey said:
Sorry:s.
So I should now find x at angle 41.82 and put it in this equation to find C.

Yes. But take care, you should use the angle in radians in the exponent.

Satvik Pandey said:
At ## \theta=0## velocity of the ball is also 0. Can I also use this condition to find C?
No, it was a different situation, with Fs not equal to μN except the endpoint. You get v at 41.82° from that solution.
 
  • #117
ehild said:
No, it was a different situation, with Fs not equal to μN except the endpoint.

Fs is static friction. right?
Do you want to say that till angle 41.82 static friction acts on the ball and after that kinetic friction acts on the the ball and in differential equation we have assumed ## \theta## to be the angle at which the ball is slipping and rotating together that's why we can't use the initial condition at which v and ## \theta## are equal to zero.right?
But the value of ## \mu_{s}= \mu_{k}=0.5## so numerically Frictional force is always equal to 0.5N.
 
  • #118
Satvik Pandey said:
Fs is static friction. right?
Do you want to say that till angle 41.82 static friction acts on the ball and after that kinetic friction acts on the the ball and in differential equation we have assumed ## \theta## to be the angle at which the ball is slipping and rotating together that's why we can't use the initial condition at which v and ## \theta## are equal to zero.right?
In the second stage of the motion, yes.
Satvik Pandey said:
But the value of ## \mu_{s}= \mu_{k}=0.5## so numerically Frictional force is always equal to 0.5N.

No. The static friction is a limit, not a defined value. Fs≤μsN while the kinetic friction is Fk=μkN.When the ball rolled we used the condition that the angular velocity of rotation was the same as the angular velocity of the circular motion the CoM performed.
 
  • Like
Likes Satvik Pandey
  • #119
Satvik Pandey said:
##\frac { dx }{ d\theta } -x=2rg(sin\theta -\mu cos\theta )##

In #93, the equation was $$ \frac { dx }{ d\theta } -2 \mu x + 2rg(\mu cos\theta - sin\theta) = 0. $$
 
  • #120
One thing to keep in mind is that the general solution of the equation $$ {dx \over ds} - k x = f(s) $$ is given by $$ x = e^{ks} \left[x_0 + \int\limits_0^s e^{-kt} f(t) dt\right] .$$
 
  • Like
Likes Satvik Pandey

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 9 ·
Replies
9
Views
770
  • · Replies 97 ·
4
Replies
97
Views
6K
Replies
3
Views
1K
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K