Eigenvalues of coefficient matrix problem

DrunkApple
Messages
110
Reaction score
0

Homework Statement


Determine the general solution of the system of homogeneous differential equations.
The system of homogeneous differential equations is:
X'_{1}(t) = 141x_{1}(t) - 44x_{2}(t)
X'_{2}(t) = 468x_{1}(t) - 146_{2}(t)

What is Eigenvalues of Coefficient Matrix?
What is corresponding eigenvectors?
What is expression for x_{1}(t)?
What is expression for x_{2}(t)

Homework Equations


The Attempt at a Solution


What is Eigenvalues of Coefficient Matrix?
|144 - 44 | = A
|146 -146|
det|144-λ -44 | = P(λ)
|468 -146-λ|
= (144-λ)(-146-λ) - (-44)(468)
= -21024 -144λ +146λ + λ^{2} + 20592
= λ^{2} +2λ -432
Do I use quadratic equation to find λ?
 
Physics news on Phys.org
yes of course, then you find the eigenvectors, then you find your solution to the DE using these eigenvectors
 
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