This is a second order differential equation with constant coefficients. The characteristic polynomial of the homogeneous equation is r2−4=0. The roots of this polynomials are r1=2 and r2=−2. The general solution of the homogeneous equation is then V=c1e2t+c2e−2t.
A particular solution of the nonhomogeneous equation is cte2t, where c is a constant. To determine it, we replace V=cte2t and dt2d2V=4c(1+t)e2t in the equation, we obtain
4c(1+t)e2t−4cte2t=8t⟹4ce2t=8e2t⟹c=2.
The solution is then
V(t)=c1e2t+c2e−2t+2te2t.
To determine c1 and c2 we use the initial conditions:
V(0)=c1+c2=4 and
dtdV=(2c1+4t+2)e2t−2c2e−2t⇒dtdV(0)=2c1−2c2+2=6⇒c1−c2=2.
Then c1=3 and c2=1. We obtain finally
V(t)=3e2t+e−2t+2te2t.
Comments