Sun K.
asked 07/24/13Find the general solution?
Find the general solution of y"'-y"-y'+y=2e^(-t)+3.
y=c1et+c2tet+c3e-t+(1/2)te-t+3 (This is the answer)
1 Expert Answer
Inactive Tutor answered 07/25/13
Plugging y = ert into the differential equation, you have
r3 - r2 - r + 1 = r2(r-1) - (r-1) = (r+1)(r-1)2
r = -1, and r = 1 (double roots)
So, the homogeneous solution is
yh = c1et+c2tet+c3e-t
Since r = -1 matches the particular solution too, the particular solution should have a form: y* = Cte-t + 3.
y*' = Ce-t (-t+1)
y*'' = Ce-t (t-2)
y*''' = Ce-t (-t+3)
So, from y*"'-y*"-y*'+y*=2e-t+3 we have,
Ce-t (-t+3-t+2+t-1+t) = 2e-t
C = 1/2
Answer: y = yh + y* = c1et+c2tet+c3e-t+(1/2)te-t+3 {edited}
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Inactive Tutor
I found a small error and corrected it.
07/26/13