Differential equations for the fail!
Ok, I have an exam tomorrow, and I was just practising, and I can't get this freaking differential equation. >:[
This is what I have so far:
x''(t) -2x'(t) + 5x(t) = 4t * et
Homogenous:
(a2 - 2a + 5) eat = 0
a2 - 2a + 5 = 0
D = (-2)2 - 4 * 5 * 1 = -16
a = (2 +/- 4i) / 2 = 1 +/- 2i
x(t) = Ae(1+2i)t + Be(1-2i)t
Re(x(t)): e(1+2i)t = et * (cos(2t) - i sin(2t))
= et * cos(2t) - i * et sin(2t)
(1+2i)* = 1-2i
x(t) = Ae(1+2i)t + Be(1-2i)t
= Aet * cos(2t) - Ai * et sin(2t) + Bet * cos(2t) + Bi * et sin(2t)
x(t) = (A+B)cos(2t) * et + (B-A)i * sin(2t) * et
Can someone help me out with the particular solution?