Hassan H. answered 07/29/13
Math Tutor (All Levels)
Hello Sun,
The problem you pose is probably best handled by the method of Variation of Parameters. We first seek to solve the associate homogeneous equation
y''' - y'' + y' - y = 0
which is solved by finding the roots to the characteristic equation
r3 - r2 + r - 1 = (r - 1)(r2 + 1) = 0
which lead to the solution of the homogeneous equation
y = c1y1(t) + c2y2(t) + c3y3(t) = c1et + c2cos(t) + c3sin(t).
The Wronskian, W(t) = W(y1,y2,y3)(t), turns out to be
W(t) = 2et,
and, defining the determinant Wk to be W with the kth column replaced by (0,0,...,0,1), you will find that the solution (via Cramer's Rule and one integration) looks like
Y(t) = ∑k=13( yk(t) ∫t0t ( (g(s)Wk(s)) / W(s) ) ds.
From this formula (which is essentially the result of the Method of Variation of Parameters), and computing the Wk's on your own, along with W, I think you should be able to reproduce the answer given. If not, let us know where you are getting hung up, and what you've tried so far.
Best of luck, and I hope this helps!
Regards,
Hassan H.