Solve the second order ODE, giving a general solution: x'' + 2x' - 3x = 2e^-t

First find an auxiliary equation, for the complimentary function:m^2 + 2m - 3 = 0, (m+3)(m-1)=0m=1 or m=-3So the complimentary function is: x= Ae^t + Be^-3tFor the particular integral (PI), let x = Ue^-tthen x' = -Ue^-tand x'' = Ue^-tBy substituting these in : U(e^-t) - 2U(e^-t) -3U(e^-t) = 2e^-tDividing by e^-t, -4U=2, U=-0.5So the PI is: x= 0.5e^-tAnd, finally, the general solution is: x= Ae^t +Be^-3t +0.5e^-t

IF

Related Further Mathematics A Level answers

All answers ▸

If the complex number z = 5 + 4i, work out 1/z.


Given that abc = -37 + 36i; b = -2 + 3i; c = 1 + 2i, what is a?


Prove by induction the sum of the natural numbers from 1 to n is n(n+1)/2


What is the general solution to the equation d2y/dx2 + dy/dx - 2y = -3sinx + cosx (d2y/dx2 signals a second order derivative)