Differential equation after using Euler-Lagrange equations

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
4 replies · 3K views
Zaknife
Messages
10
Reaction score
0

Homework Statement


Particle is moving along the curve parametrized as below (x,y,z) in uniform gravitational field. Using Euler- Lagrange equations find the motion of the particle.

The Attempt at a Solution


[tex]\begin{array}{ll} x=a \cos \phi & \dot{x}= -\dot{\phi} a \sin \phi \\<br /> y=a \sin \phi & \dot{y}=\dot{\phi} a \cos \phi \\<br /> z=b \phi & \dot{z}= b \dot{\phi} \\<br /> \end{array}[/tex]
Lagrangean will be :
[tex]L=T-V=\frac{m}{2}\dot{\phi}^{2}(a^{2}+b^{2})-mgb\phi[/tex]
Using Euler-Lagrange equations we obtain:
[tex]\frac{d}{dt}\left(\frac{\partial \mathcal{L}}{\partial \dot{q_{l}}}\right)-\frac{\partial \mathcal{L}}{\partial q_{l}}=0[/tex]
[tex]m\ddot{\phi}(a^{2}+b^{2})+mgb=0[/tex]

How to deal with such differential equation ?
 
Physics news on Phys.org
So [itex]\phi[/itex] is the only generalised co-ordinate, and all the other letters are constants, right?

In that case, this is a differential equation of the form [tex]\ddot\phi = c[/tex] which gives a simple linear solution (which makes sense, because the only freedom you have is how fast you move along the curve).
 
So all i need to do is double integration ?
 
Zaknife said:
So all i need to do is double integration ?

That's correct. Write the equation in the form suggested by CompuChip and then integrate twice with respect to time. Since the right side is a constant is pretty simple to do.