Which coordinates are functions of s in Euler-Lagrange equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
wglmb
Messages
16
Reaction score
0
I have a Lagrangian [tex]L = \frac{R^2}{z^2} ( -\dot{t}^2 +\dot{x}^2 +\dot{y}^2 +\dot{z}^2)[/tex] and I want to find the Euler-Lagrange equations [tex]\frac{\partial L}{\partial q} = \frac{d}{ds} \frac{\partial L}{\partial \dot{q}}[/tex]
I'm fine with the LHS and the partial differentiation on the RHS, but when it comes to the [tex]\frac{d}{ds}[/tex] I'm not sure which coordinates I'm supposed to consider as a function of s.

Is it all of them (ie t, x, y, z, and their derivatives)
Or is it only the one I'm doing the equation for (so for the z-equation that's just z and its derivative)?
 
Physics news on Phys.org
Consider the RHS of the z equation in two steps. First step: What is

[tex]\frac{\partial L}{\partial \dot{z}}?[/tex]
 
[tex]\frac{2R^2}{z^2}\dot{z}[/tex]
 
wglmb said:
[tex]\frac{2R^2}{z^2}\dot{z}[/tex]

So

[tex]\frac{d}{ds} \frac{\partial L}{\partial \dot{z}} = \frac{d}{ds} \left( \frac{2R^2}{z^2}\dot{z} \right) = ?[/tex]
 
Well this is it - I don't know what should be considered a function of s.

If it's just z-dot then [tex]\frac{2R^2}{z^2}\ddot{z}[/tex]

If it's z-dot & z then [tex]\frac{2R^2}{z^2}\ddot{z} - \frac{4R^2}{z^3}\dot{z}^2[/tex]
 
If [itex]z[/itex] weren't a function of [itex]s[/itex], then [itex]\dot{z}[/itex] would always be zero.
 
oops, haha good point. Thanks.