Kelvin
- 52
- 0
I am trying to solve the following problem:
A particle of mass m is constrained to move under gravity with no friction on the surface xy=z. What is the trajectory of the particle if it starts from rest at (x,y,z) = (1,-1,-1) with z-axis vertical?
The lagrangian is
L=T-V=\frac{1}{2}m\left(\dot{x}+\dot{y}+\dot{z}\right)-mgz
the constrain is
g(x,y,z) = xy-z = 0
for the x-component,
<br /> \newcommand{\pd}[3]{ \frac{ \partial^{#3}{#1} }{ \partial {#2}^{#3} } }<br /> <br /> \frac{d}{dt}\pd{L}{\dot{x}}{} - \pd{L}{x}{} + \lambda \pd{g}{x}{} = 0<br />
where \lambda is the lagrange multiplier.
m \ddot{x}+\lambda y = 0<br />
Similarly,
m \ddot{y}+\lambda x = 0<br />
for z-component,
m\ddot{z}+mg-\lambda = 0
however, i find the system is very difficult to solve. I define
\phi = x + y
then
\dot{\phi} = \dot{x} + \dot{y}
\ddot{\phi} = \ddot{x} + \ddot{y}
then adding the first 2 equations,
m\ddot{\phi} + \lambda \phi = 0
which is the same as simple harmonic equation. but this is wrong because the answer of the question is x = - y = \sqrt{-z}
so, how can I solve the system of equations? and, is \lambda a constant, of a function of t?
thanks for your help
A particle of mass m is constrained to move under gravity with no friction on the surface xy=z. What is the trajectory of the particle if it starts from rest at (x,y,z) = (1,-1,-1) with z-axis vertical?
The lagrangian is
L=T-V=\frac{1}{2}m\left(\dot{x}+\dot{y}+\dot{z}\right)-mgz
the constrain is
g(x,y,z) = xy-z = 0
for the x-component,
<br /> \newcommand{\pd}[3]{ \frac{ \partial^{#3}{#1} }{ \partial {#2}^{#3} } }<br /> <br /> \frac{d}{dt}\pd{L}{\dot{x}}{} - \pd{L}{x}{} + \lambda \pd{g}{x}{} = 0<br />
where \lambda is the lagrange multiplier.
m \ddot{x}+\lambda y = 0<br />
Similarly,
m \ddot{y}+\lambda x = 0<br />
for z-component,
m\ddot{z}+mg-\lambda = 0
however, i find the system is very difficult to solve. I define
\phi = x + y
then
\dot{\phi} = \dot{x} + \dot{y}
\ddot{\phi} = \ddot{x} + \ddot{y}
then adding the first 2 equations,
m\ddot{\phi} + \lambda \phi = 0
which is the same as simple harmonic equation. but this is wrong because the answer of the question is x = - y = \sqrt{-z}
so, how can I solve the system of equations? and, is \lambda a constant, of a function of t?
thanks for your help