jwang34
- 11
- 0
Homework Statement
Given a general solution to a system of differential equations:
Y(t)= C1(1;2i)e^(2it)+C2(1;-2i)e^(-2it)
side note: i is sqrt of -1, and the (1;2i) is a 2 by 1 matrix. The idea is to simplify the solution such that the imaginary components go away.
Homework Equations
Euler's formula.
The Attempt at a Solution
I have subbed the e^(2it) and e^(-2it) with their appropriate sin and cos counterparts. This is what I have have:
Y(t)= C1(1;2i)[cos(2t)+isin(2t)]+C2(1;-2i)[cos(2t)-isin(2t)]
and so from here, I lumped the cosines and sines together:
Y(t)=[C1(1;2i)+C2(1;-2i)]cos(2t)+i[C1(1;2i)+C2(1;-2i)]sin(2t)
I know I need to introduce two new free parameters to replace C1 and C2 but I'm not sure if I do that now or is there another way? I'm especially stumped as how to rid of the i from the (1;2i) and (1;-2i). Any suggestions are welcome. thanks.