Victor B. answered 12/04/21
PhD candidate in Mathematics with 10+ years of teaching experience
First, solve the homogenous equation y''- 4y + 4y = 0. The corresponding characteristic equation is
r2-4r + 4 =0, or (r-2)2=0. Then the homogeneous solution is yh= C1 e2t + C2 t e2t.
Now, let's use the method of variation of parameters to find a particular solution. That is, we seek a solution of the form yp = u e2t + v t e2t, where u and v satisfy the equations
u =- ∫(t e2t )(3 e2t)/W and v = ∫(e2t )(3 e2t)/W.
Here W is the Wronskian of the homogeneous solutions which can be computed as the determinant of
e2t te2t
2e2t e2t + 2t e2t
so W = e4t + 2te4t - 2te4t = e4t.
Then u =- ∫3t = -3t2/2 , and v = ∫3 = 3t.
So yp = -3t2e2t/2 + 3t2e2t = 3t2e2t/2.
Altogether, the general solution is y = C1 e2t + C2 t e2t + 3t2e2t/2.