wofsy
- 724
- 0
Can someone tell me how to solve the ODE,
d2x/dt2 = -cosx d2y/dt2 = -cosy in the plane?
d2x/dt2 = -cosx d2y/dt2 = -cosy in the plane?
HallsofIvy said:Those two equations are completely independent- so it is not necessary to "separate variables". You are just solving two separate second order differential equations. And, in fact you just need to integrate each twice.
HallsofIvy said:If d2x/dt2= cos(x) is a single equation in the dependent variable x as a function of t. There is absolutely no reason to introduce y. Since the independent variable "t" does not appear in the equation, I would use "quadrature":
Let v= dx/dt so that d2x/dt2= dv/dt= (dv/dx)(dx/dt)= v dv/dx. Now you have vdv/dx= cos(x) or vdv= cos(x)dx. Integrating, (1/2)v2= sin(x)+ C. dx/dt= v= \sqrt{2(sin(x)+ C)} or
\frac{dx}{\sqrt{2(sin(x)+ C)}}= dt
That left side is an "elliptical integral".
Of course, y will be exactly the same, though possibly with different constants of integration.