
Andrea O. answered 04/05/15
Tutor
4.9
(196)
Tutors in Math from Elementary Math to Calc, Hablo Español
This is a non homogeneous equation:
y'' + p(t)y' +q(t)y = g(t), where g(t) ≠ 0
So the general solution to the non homogeneous equation:
y(t)= c1y1 + c2y2 + Y(t), where Y is any one particular solution to the homogeneous equation.
Step 1: Find the general solution to the homogeneous equation so you set the equation equal to zero:
y'' - 3y' + 2y = 0, take the coefficients of y'', y' and y and place them in ar2 +br+c=0
r2 - 3r +2 = 0, now factor
(r-2)(r-1), so r = 1, 2
The general solution for the homogeneous equation is:
c1et+c2e2t
Step 2: Find one particular solution Y(t) to the non homogeneous equation:
y'' - 3y' + 2y = 21, set y=A because 21 is just a constant without an x, if the equation equaled t2 then y = (At2+Bt+C)
if y=A, y'=0 and y''=0
Plug in y, y' and y'' and you get
2y=21, solve for y and you get
Y(t)=21/2
Step 3: put it all together
y(t)= c1y1 + c2y2 + Y(t)
The general solution:
y(t)= c1et+c2e2t+ (21/2)