beetle2
- 110
- 0
Homework Statement
Rewrite the 2nd oder non linear D.E \frac{d^2x}{dt^2}+x^2+x=0
as a series of 1st order equations
Homework Equations
a\frac{d^2x}{dt^2}+b\frac{dx}{dt}+cx=0
\frac{dx}{dt}=y
\frac{dy}{dt}=-\frac{c}{a}x-\frac{b}{a}y
The Attempt at a Solution
a=1, b=0 , c=1
SO
\frac{dx}{dt}=y
\frac{dy}{dt}=-\frac{1}{1}x-\frac{0}{1}y = -x
Is that right?