c0der said:
Homework Statement
Solve the system x'' + αx = 0
x = [ x1 x2 ]
α constant
Homework Equations
x'' + αx = 0 Where x is a vector [x1 x2]
The Attempt at a Solution
The solution of x'' + αx = 0 is x = Acosh(√α x) + Bsinh(√α x)
That makes no since at all. x is a two dimensional vector but you have it as both a single function
and the independent variable!
IF we were given a single real function, x, satisfying x''+ αx= 0
THEN the solution would be either x= Asinh(√αt)+ Bcosh(√αt), x= Asin(√αt)+ Bcos(√αt), or x= At+ B, depending upon whether α was positive, negative, or 0 and t is the (unnamed in the equation) independent variable.
Are you given that α single real number? If so then the general solution would be
\begin{bmatrix}x_1(t) \\ x_2(t)\end{bmatrix}= \begin{bmatrix}Asinh(√αt)+ Bcosh(√αt) \\ Csinh(√αt)+ Dcosh(√αt)\end{bmatrix}
if α> 0,
\begin{bmatrix}x_1(t) \\ x_2(t)\end{bmatrix}= \begin{bmatrix}Asin(√αt)+ Bcos(√αt) \\ Csin(√αt)+ D cos(√αt)\end{bmatrix}
lf α< 0,
and
\begin{bmatrix}x_1(t) \\ x_2(t)\end{bmatrix}= \begin{bmatrix}At+ B \\ Ct+ D\end{bmatrix}
if α= 0.
Differentiating x
x' = √α*Acosh(√α x) + √α*Bsinh(√α x)
x'' = α*Acosh(√α x) + α*Bsinh(√α x)
Plugging this back into the original ODE
α*Acosh(√α x) + α*Bsinh(√α x) - α(Acosh(√α x) + Bsinh(√α x)) = 0 is satisfied
I can't get this in Eigenform to solve for the system. What do I do in this case?
I'm not sure what you
mean by "eigenform" but if α is a single number then the differential equation can be written in matrix form as
\begin{bmatrix}x_1(t) \\ x_2(t)\end{bmatrix}'= \begin{bmatrix}α & 0 \\ 0 & α\end{bmatrix}\begin{bmatrix}x_1(t)\\ x_2(t)\end{bmatrix}
which has α as the only eigenvalue.