Simplifying a solution that has complex eigenvalues

Jamin2112
Messages
973
Reaction score
12

Homework Statement



I'll give an example.

Ex: x'=[-1/2 1; -1 -1/2]x.

Homework Equations



Assume a solution of the form x=$ert for these type of problems.

Euler's formula: ebi = cosb + isinb

The Attempt at a Solution



|A-rI|=0

---> r= -1/2 +/- i

---> x= e-t/2 ( C1(cost + isint)(1 i)T + C2(cos(-t) +isin(-t))(1 -i)T )

I understand that I can simplify a little with the fact that sin(-t)=sin(t) and cos(-t)=-cos(t), but I don't understand how to simplify it all the way to

C1e-t/2 (cost -sint)T + C2e-t/2(sint cost)T,

which is the answer in the book.

So, explain.
 
Physics news on Phys.org
so basically your 2 linearly independent solutions are

\textbf{x}_1 = e^{-t/2}(cos(t) + i.sin(t))(\begin{matrix} 1 \\ i \end{matrix})
\textbf{x}_2 = e^{-t/2} (cos(-t) + i.sin(-t))(\begin{matrix} 1 \\ -i \end{matrix})

note that any linear combination of these will also be a solution, so perhaps you could try taking 2 linear combinations that simplify things... making sure they are still linearly independent
 
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