Particle free to slide along a frictionless rotating curve

AI Thread Summary
A particle of mass m moves along a frictionless curve y(x), rotating about the y-axis with a constant angular speed ω, while subject to a uniform gravitational field g. The net force acting on the particle is derived from gravitational and centripetal components, leading to a complex equation of motion. Two methods, Newtonian and Lagrangian, were employed to derive the equations, revealing a discrepancy in the terms involving velocity derivatives. The issue was resolved by recognizing that y' is a function of x, which aligns both approaches. The discussion highlights the importance of careful application of the Euler-Lagrange equation in dynamic systems.
Nathanael
Homework Helper
Messages
1,650
Reaction score
246

Homework Statement


A particle (of mass m) is free to move along a frictionless curve y(x) which is rotating about the y-axis at a constant angular speed ω. A uniform gravitational field (of strength g) acts along the negative y direction. Find the equation of motion of the particle.
(That's not the entire problem, but it's enough to explain the discrepancy I'm coming across.)

Homework Equations


##y'\equiv \frac{dy}{dx}##

3. The attempt at a Newtonian Solution:
This picture should help explain the force equation:
rotating_curve.png

The net force along the curve is due to gravity, namely ##mg\sin(\tan^{-1}(y'))=\frac{mgy'}{\sqrt{1+y'^2}}##

This has to account for the net acceleration in this direction, which comes from two things; the component of xω2 along the curve, and dv/dt the time derivative of the speed of the particle.
Since ##v=\frac{\dot x}{\cos(\tan^{-1}(y'))}=\dot x\sqrt{1+y'^2}## we have ##\dot v = \ddot x\sqrt{1+y'^2}+\frac{\dot x\dot y' y'}{\sqrt{1+y'^2}}##

Therefore the net-force equation in the direction along the curve is:

##\frac{mgy'}{\sqrt{1+y'^2}}=\frac{x\omega ^2}{\sqrt{1+y'^2}}-\big ( \ddot x\sqrt{1+y'^2}+\frac{\dot x\dot y' y'}{\sqrt{1+y'^2}} \big ) ##

Which can be written a little more nicely:

##x\omega^2-gy'=\ddot x(1+y'^2)+\dot x \dot y'y'##

4. The attempt at a Lagrangian Solution:

For the Lagrangian, I get ##L=\frac{m}{2}(x^2\omega^2+v^2)-mgy##

Where v is the speed as before: ##v=\frac{\dot x}{\cos(\tan^{-1}(y'))}=\dot x\sqrt{1+y'^2}##

So ##L=\frac{m}{2}(x^2\omega^2+\dot x^2(1+y'^2))-mgy##

Then the E-L equation gives:

##\frac{ \partial L}{\partial x}=m(\omega^2x-gy')=\frac{d}{dt}\big (\frac{ \partial L}{\partial \dot x} \big ) = \frac{d}{dt}\big ( m\dot x(1+y'^2)\big ) =m\big (\ddot x(1+y'^2)+2\dot x \dot y' y' \big )##

##x\omega^2-gy'=x(1+y'^2)+2\dot x \dot y' y'##
The right-most term differs by a factor of 2 from the Newtonian method. I can't seem to find the reason for this discrepancy; the force equation seems right to me.
 
Physics news on Phys.org
In the E-L approach, did you take into account that ##y'## is a function of ##x##?
 
  • Like
Likes Nathanael
TSny said:
In the E-L approach, did you take into account that ##y'## is a function of ##x##?
Ohh, so it should have been: ##\frac{ \partial L}{\partial x}=m(\omega^2x-gy'+\dot x^2y'y'')##

Then by the chain rule: ## \dot x y''=\dot y'##

Thus: ##\frac{ \partial L}{\partial x}=m(\omega^2x-gy'+\dot x\dot y'y')##

Which leaves the equation the same as in the Newtonian approach.

I'm used to the discrepancy being due to a mistake in the Newtonian approach... Now I know to be careful with the E-L approach too! Thanks TSny!
 
Looks good.
 
Even though they are equivalent, I like the form ##\dot x^2y'y''## rather than ##\dot x\dot y'y'## because ##y'y''## is just a function of ##x## that you can easily get from the curve ##y(x)##.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top