Why can we use small angle approximation in Lagrangian mechanics problems?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 23K views
Messages
4,796
Reaction score
32
In the context of a Lagrangian mechanics problem (a rigid pendulum of length l attached to a mass sliding w/o friction on the x axis), I found the following equations of motion and now I must solve them in the small oscillation limit. (I know the equations are correct)

[tex](m_1+m_2)\ddot{x}+m_2l\ddot{\theta}\cos(\theta)-m_2l\dot{\theta}^2\sin(\theta)=0[/tex]

[tex]l\ddot{\theta}+\ddot{x}\cos(\theta)+g\sin(\theta)=0[/tex]

I know that small thetas mean [itex]\cos\theta \approx 1[/itex] and [itex]\sin\theta\approx \theta[/itex] but why can we say that [itex]\dot{\theta}^2\approx 0[/itex]? The angle can be small and nevertheless vary furiously fast. What indicates that if theta is small, the so is its derivative?
 
  • Like
Likes   Reactions: Muntadzar
on Phys.org
Well for one thing the potential energy at the top of the swing must be small if theta is small, so the KE (0.5*m*v^2) at the bottom must be small as well.
 
But there is also the kinetic energy of the sliding block in the expression of the energy:

[tex]E=-m_2gl\cos\theta+\frac{1}{2}m_1\dot{x}^2+\frac{1}{2}m_2(\dot{x}^2+2l\dot{x}\dot{\theta}\cos\theta+(l\dot{\theta})^2)[/tex]

Can one extract [itex]\theta\approx 0 \Rightarrow \dot{\theta}^2\approx 0[/tex] from that?[/itex]
 
I think so. theta is a function of time, and as with all oscillators the energy sloshes between PE and KE so PE_max=KE_max. You have
[tex]PE_m=-m_2gl\cos\theta_m[/tex]
is small, so
[tex]KE_m=\frac{1}{2}m_1\dot{x}^2+\frac{1}{2 }m_2(\dot{x}^2+2l\dot{x}\dot{\theta}\cos\theta+(l \dot{\theta})^2)[/tex]
is also small. The KE of m1 makes KE of the pendulum that much smaller. You already know that cos(theta) is one, so with the energy in the first terms the last term implies that theta_dot^2 must also be small.

EDIT: corrected last sentence
EDIT2: can't get equation to render right..
 
Last edited:
Are [itex]x[/itex] and [itex]\theta[/itex] truly independent variables, as implied by your original post? Rather than assume [itex]\ddot\theta\approx0[/itex] (which is not correct, otherwise you would not get harmonic motion), eliminate one of either [itex]x[/itex] or [itex]\theta[/itex] by use of the small angle approximation.
 
Since [tex]\theta \approx sin \theta[/tex], [tex]\dot{\theta} \approx cos \theta \approx 1[/tex]. I don't see how [tex]\dot{\theta}^2 \approx 0[/tex]
 
Let us use the small angle approximation, and formulate a 2 order diff. eq for the angle. We get:
[tex]\ddot{\theta}+b\theta\dot{\theta}^{2}+\omega^{2}\theta=0, \omega^{2}=\frac{(m_{1}+m_{2})g}{m_{1}l}, b=\frac{m_{2}}{m_{1}}[/tex]
Suppose that we DO chop away the term including the first derivative.
The typical solution will therefore be of the form: [itex]\theta(t)=A\cos(\omega{t}), A<<1[/itex]
where the inequality is the small angle approximation.
Note now that the order of magnitude of the retained terms in the diff.eq is [itex]A\omega^{2}[/itex] whereas the order of magnitude of the chopped away term is [itex]A^{3}\omega^{2}<<A\omega^{2}[/itex]
that is, the chopping procedure yields a CONSISTENT dominant balance picture.

The other two possible two-term dominant balance procedures won't give a consistent picture.