roam
- 1,265
- 12
Homework Statement
Find the general solution to the following differential equation:
\frac{d^2 y}{dt^2} - 2 \frac{dy}{dt} + 2y =e^t
The correct answer must be: y(t) = C_1 e^t \cos t + C_2 e^2 \sin t +e^t
The Attempt at a Solution
I haven't been able to get the correct answer so far. The eigenvalues are:
\lambda^2-2 \lambda +2 = 0
\lambda = \frac{2 \pm \sqrt{4-8}}{2} = 1 \pm i
So the general solution of the corresponding homogeneous equation is:
y_h(t) = C_1 e^{(1-i)t} + C_2 e^{(1-i)t}
And with inspection a particular solution is yp = et, so the general solution must be:
y(t) = C_1 e^{(1-i)t} + C_2 e^{(1-i)t} + e^t
Using Euler's formula:
y(t) = C_1 \frac{e^t}{\cos t + i \sin t} + C_2 e^t (\cos t + i \sin t)+ e^t
So, why is my answer so different from the correct answer provided? What do I have to do in order to get the correct answer?
Any help is really appreciated.