Transformation from an ODE 2nd degree to ODE

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:
\frac{dX_1}{dt}= X_2
and
\frac{dX_2}{dt}= -X_1
instead of the single second order equation
\frac{d^2X}{dt^2}+ X= 0
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top