Find the general solution of the second order differential equation y''(t)+y(t) = 5exp(2t)

The general solution yGS(t) to a differential equation in the form ay''(t)+by'(t)+cy(t)=f(t) is the sum of the complementary function yCF(t) and a particular solution yPS(t).First we find the complementary function, which is the general solution to the equation y''(t)+y(t)=0, so the right hand side is zero. The characteristic equation associated with this equation is r2+1=0, which has solutions r=±i. Hence yCF(t) = Acos(t)+Bsin(t) where A and B are arbitrary constants.Next we find a particular solution. We guess based on the right hand side that a particular solution has the form yPS(t)=Ce2t, where C is a constant to be determined.Differentiating twice we find that yPS''(t)=4Ce2t, so yPS''(t)+yPS(t) = 4Ce2t + Ce2t = 5Ce2t.But since y''(t)+y(t)=5e2t, this means that 5Ce2t must equal 5e2t, so we see that C=1, so yPS(t)=e2t.Therefore yGS(t) = yCF(t) + yPS(t) = Acos(t) + Bsin(t) + e2t.

AC

Related Further Mathematics A Level answers

All answers ▸

if y = (e^x)^7 find dy/dx


How do I find and plot the roots of a polynomial with complex roots on an Argand diagram? e.g. f(z) =z^3 -3z^2 + z + 5 where one of the roots is known to be 2+i


What is the polar form of the equation: x^2+y^2 =xy+1


f(x) = 9x^3 – 33x^2 –55x – 25. Given that x = 5 is a solution of the equation f(x) = 0, use an algebraic method to solve f(x) = 0 completely.