Lagrangian Mechanics, bead on a hoop

Click For Summary

Homework Help Overview

The discussion revolves around a problem in Lagrangian mechanics involving a bead on a hoop. Participants are analyzing the equations of motion and equilibrium positions, as well as exploring the stability of these positions.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the correctness of their attempts at solving part A of the problem, with some noting a sign error. They explore the concept of equilibrium positions and the implications of constant dynamical variables.
  • Questions arise regarding the method of expansion around equilibrium points, particularly whether to expand sine and cosine functions and how to handle different equilibrium scenarios.
  • There is a focus on the nature of the solutions depending on parameters such as ω and g/R, with discussions about the stability of equilibrium points.

Discussion Status

The discussion is ongoing, with participants providing guidance to each other about the expansion methods and the implications of their findings. Some participants express uncertainty about specific steps, while others offer clarifications and corrections to previous statements.

Contextual Notes

Participants are navigating the constraints of the problem, including the need to analyze multiple cases for stability and the dimensional consistency of their equations. There is a recognition of the complexity involved in determining the nature of equilibrium points.

dumbperson
Messages
77
Reaction score
0

Homework Statement



This is the problem:
http://i.imgur.com/OJyzfhz.png?1

Homework Equations



$$\frac{dL}{dq_i}-\frac{d}{dt}\frac{dL}{d\dot{q_i}}=0$$
$$ L=\frac{1}{2}mv^2-U(potential energy)$$

The Attempt at a Solution



This is my attempt at question A):

http://i.imgur.com/IeJVGm3.jpgDoes this look right? If not, am I atleast in the right direction. If I am right, how do I tackle B? I have no clue how to even begin on B.

Thanks
 
Physics news on Phys.org
Your solution of A is generally correct, but there is a sign error in it.

To find the equilibrium positions, use the main property of equilibrium: everything stays constant. That means that all the dynamical variables are constant, and their derivatives are zero.
 
  • Like
Likes   Reactions: 1 person
Alright, thanks. I see I need a minus sign before the first term of my final answer. I'll try B with your tip!
 
voko said:
Your solution of A is generally correct, but there is a sign error in it.

To find the equilibrium positions, use the main property of equilibrium: everything stays constant. That means that all the dynamical variables are constant, and their derivatives are zero.

at C, do you think they want me to do a taylor expansion around theta_equilibrium?
 
Yes, the idea is that you should end up with ## \ddot \theta + \omega ^2 \theta = 0 ##, where ##\omega## is to be determined from the expansion.
 
voko said:
Yes, the idea is that you should end up with ## \ddot \theta + \omega ^2 \theta = 0 ##, where ##\omega## is to be determined from the expansion.

I actually have no idea where/how to do the expansion. Shouldn't I do it on x(theta), y(theta) and z(theta) ?

Alsol, this is how I did B):

Eq. of motion is

$$\frac{g}{R}\sin{\theta}+\ddot{\theta}-\omega^2\sin{\theta}\cos{\theta}=0$$

the 2nd derivative is zero at equilibrium so i get

$$\theta_{eq} = arccos(\frac{g}{R\omega^2})$$
 
Last edited:
dumbperson said:
I actually have no idea where/how to do the expansion. Shouldn't I do it on x(theta), y(theta) and z(theta) ?

You do it in the equation of motion you obtained.

$$\theta_{eq} = arccos(\frac{g}{R\omega^2})$$

Does it exist for all values of ##\omega##?

What about ## \sin \theta = 0 ##?
 
voko said:
You do it in the equation of motion you obtained.
Does it exist for all values of ##\omega##?

What about ## \sin \theta = 0 ##?

It exists for
$$R\omega^2\geq g $$

Expansion of sine around my theta_eq??

$$\sin(\theta)=\sqrt{1-(\frac{g}{R\omega^2})^2}+\frac{g}{R\omega^2}\cdot (\theta -\arccos(\frac{g}{R\omega^2})-0.5\sqrt{1-(\frac{g}{R\omega^2})^2}\cdot (\theta -\arccos(\frac{g}{R\omega^2})^2+.. $$

I'm not really sure about what you meant with ''what about sin(theta)=0 ?'' . Sorry
 
My question was whether ## \sin \theta = 0 ## also gives equilibrium points.

Your expansion is correct, but you do not need terms that are above linear in ##\theta##.
 
  • #10
voko said:
My question was whether ## \sin \theta = 0 ## also gives equilibrium points.

Your expansion is correct, but you do not need terms that are above linear in ##\theta##.

Oh, ofcourse! I forgot sin(theta). theta = 0 is an equilibrium point too.(well and pi but I guess that's not very reasonable here)

So I just have to expand sin(theta)cos(theta) now and then write it out?
 
  • #11
Also, how do you type in tex inside your normal sentences? The way I do it ([ tex] [/ tex]) , my text comes on a new line.
 
  • #12
you can use itex instead. (sorry for jumping in on this thread). Don't be too quick to dismiss theta=Pi. What do questions b) and c) actually ask you for?
 
  • #13
dumbperson said:
Oh, ofcourse! I forgot sin(theta). theta = 0 is an equilibrium point too.(well and pi but I guess that's not very reasonable here)

Do not guess. Your task is to find out whether ##\theta = \pi ## is a stable equilibrium.

So I just have to expand sin(theta)cos(theta) now and then write it out?

Yes - about each equilibrium. Note that in all cases except ## \theta_{e} = 0 ##, you will have to change your variable to ## \theta^* = \theta - \theta_{e} ##, so that the resultant equation have the canonical form ##\ddot {\theta ^*} + k^2 \theta ^* = 0 ##.
 
  • Like
Likes   Reactions: 1 person
  • #14
voko said:
Do not guess. Your task is to find out whether ##\theta = \pi ## is a stable equilibrium.



Yes - about each equilibrium. Note that in all cases except ## \theta_{e} = 0 ##, you will have to change your variable to ## \theta^* = \theta - \theta_{e} ##, so that the resultant equation have the canonical form ##\ddot {\theta ^*} + k^2 \theta ^* = 0 ##.

I think I have it now. I did the expansion around theta_eq=pi, and the differential equation was the one of an exponential function(so not stable).

Around theta_eq=arccos(g/(Rω^2)), I found

$$k^2=\frac{3g^2}{R^2\omega^2}-\omega^2$$
 
  • #15
dumbperson said:
I think I have it now. I did the expansion around theta_eq=pi, and the differential equation was the one of an exponential function(so not stable).

At ## \theta = 0 ##, the linearized equation is ## \ddot \theta + (\frac g R - \omega^2) \theta = 0 ##. Clearly, the nature of its solution depends critically on ##(\frac g R - \omega^2)##, and three cases are possible. You should analyze all of them.

Same for ## \theta = \pi ##.
 
  • #16
dumbperson said:
$$k^2=\frac{3g^2}{R^2\omega^2}-\omega^2$$

I do not think it is correct. I obtain a similar expression, yet a different one.
 
  • Like
Likes   Reactions: 1 person
  • #17
voko said:
At ## \theta = 0 ##, the linearized equation is ## \ddot \theta + (\frac g R - \omega^2) \theta = 0 ##. Clearly, the nature of its solution depends critically on ##(\frac g R - \omega^2)##, and three cases are possible. You should analyze all of them.

Same for ## \theta = \pi ##.
Thanks again! forgot about that. Still get that with theta_eq=pi, it is unstable in every case. I also see I made a mistake with determining k in my previous post, I got a K now that makes it stable for the allowed \omega (minus the end point).
 
  • #18
voko said:
I do not think it is correct. I obtain a similar expression, yet a different one.

I got this one now:

$$k^2=\omega^2(1-(\frac{g}{R\omega})^2),$$
 
  • #19
dumbperson said:
I got this one now:

$$k^2=\omega^2(1-(\frac{g}{R\omega})^2),$$

This is not self-consistent dimensionally. ##(\frac{g}{R\omega})^2## has the dimension of frequency squared, while 1, from which it is subtracted, is dimensionless.
 
  • #20
By the way, how did you analyze the case ##\theta_e = 0## and ## R\omega^2 = g ##?
 
  • #21
voko said:
This is not self-consistent dimensionally. ##(\frac{g}{R\omega})^2## has the dimension of frequency squared, while 1, from which it is subtracted, is dimensionless.

The omega within the square should also be squared, that's my answer(just forgot to write the square here)
 
  • #22
Woops
 
  • #23
voko said:
By the way, how did you analyze the case ##\theta_e = 0## and ## R\omega^2 = g ##?

The motion is linear(theta=b*t+c) , so not stable. Is this correct?
 
Last edited:
  • #24
dumbperson said:
The omega within the square should also be squared, that's my answer(just forgot to write the square here)

Good. That is the solution I get as well.

dumbperson said:
I had that the motion will then be quadratic in time(0.5at²), not stable. Is this correct?

You obtained this equation from the power series expansion. That the first member of the expansion turns out to be zero does not really mean that a small oscillation regime is impossible. You should just continue the expansion and get the first member that isn't zero.
 
  • Like
Likes   Reactions: 1 person
  • #25
voko said:
Good. That is the solution I get as well.



You obtained this equation from the power series expansion. That the first member of the expansion turns out to be zero does not really mean that a small oscillation regime is impossible. You should just continue the expansion and get the first member that isn't zero.

If you mean what I think you mean, I expanded it further and the first nonzero term is a cubic one?

$$0.5\theta^3\frac{g}{R}+\ddot{\theta}=0 $$

but isn't this term super small that we ignore it?
 
  • #26
dumbperson said:
If you mean what I think you mean, I expanded it further and the first nonzero term is a cubic one?

$$0.5\theta^3\frac{g}{R}+\ddot{\theta}=0 $$

but isn't this term super small that we ignore it?

We ignore it when there are bigger terms. But in this case there are not, and if we ignore this, we reach the wrong conclusion that this equilibrium point is not stable. While it is now seen (I hope) that it is stable.
 
  • #27
voko said:
We ignore it when there are bigger terms. But in this case there are not, and if we ignore this, we reach the wrong conclusion that this equilibrium point is not stable. While it is now seen (I hope) that it is stable.

Thank you very very much for all the help
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K