Confused about Euler-Lagrange Equations and Partial Differentiation

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 · 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
[tex]\frac{2R^2}{z^2}\dot{z}[/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]
 
oops, haha good point. Thanks.