I encounter it in a textbook with no solution. I calculated it and got a very complicated equation and cannot derive a decoupled first order set of equations from them. I would appreciate any hint about it. Thanks in advance.
Asked
Active
Viewed 61 times
0
-
More context would be helpful. What are $x$ and $y$? What system is this modeling? If $x$ and $y$ are independent spatial coordinates then this has a nice simplification. – Ninad Munshi Sep 19 '21 at 05:16
1 Answers
0
First we have
$$\begin{cases}\frac{\partial L}{\partial y} = 0 \\ \frac{\partial L}{\partial \dot{y}} = \frac{(1-x^2)}{2L}\end{cases} \implies \frac{d}{dt}\left(\frac{1-x^2}{2L}\right)=0$$
or in other words, $2L = k(1-x^2)$ for some $k\in\Bbb{R}$. Then similarly we have
$$\frac{\partial L}{\partial \dot{x}} = \frac{1}{1-x^2}\cdot\frac{1}{2L} = \frac{1}{k(1-x^2)^2}\implies \frac{4x\dot{x}}{k(1-x^2)^3} - \frac{1}{2L}\left(\frac{2x\dot{x}}{(1-x^2)^2}-2x\dot{y}\right)=0$$
which simplifies to
$$\dot{x}+(1-x^2)\dot{y}=0 \implies \frac{dy}{dx} = \frac{1}{x^2-1}$$
Ninad Munshi
- 34,407
-
Ohh I just focus on the complicated form of x equation. I should try to make use of y equation. Thanks for your answer! – YiPing Sep 19 '21 at 06:54