Transformation from an ODE 2nd degree to ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
brad sue
Messages
270
Reaction score
0
Hi, I would to check if my transformation from an ODE 2nd degree to ODE 1st degree is fine:

X''(t)+X(t)=0

I set:
X1(t)=X(t)
X2(t)=X'(t)
this implies that:
X1'(t)=X2(t)
so the original equation becomes:
X2'(t)=-X1(t)

PLease tell me if I am right?

B
 
Physics news on Phys.org
Yes, that is correct. So you have two first order equations:
[tex]\frac{dX_1}{dt}= X_2[/tex]
and
[tex]\frac{dX_2}{dt}= -X_1[/tex]
instead of the single second order equation
[tex]\frac{d^2X}{dt^2}+ X= 0[/tex]