Find the general solution of: y'' + 4y' + 13y = sin(x)

First we find the auxilary equation by substituting y with m^0, y' with m^1 and y'' with m^2. We get m^2 + 4m + 13 and find the roots using the differential equation, m = (-4 +- (16-4x1x13)^0.5)/(2x1).

From this we get complex roots m = -2 + 3i and m = -2 - 3i. Now we solve the homogenous form using these roots, y = e^(-2x) (Acos(3x) + Bsin(3x)).

So we have solved the differential equation for when the right hand side is equal to zero but we must solve it for when the RHS is equal to sin(x) so we need to take y = psin(x) + qcos(x) and find y' and y'' to substitute into the LHS. So y' = -psin(x) + qcos(x) and y'' = -pcos(x) - qsin(x).

By comparing coefficients of the substitued LHS and the RHS we get, (-pcos(x) - qsin(x)) + 4(-psin(x) + qcos(x)) + 13(pcos(x) + qsin(x)) == sin(x). After comparing coefficients and solving the resulting simultaneous equation we find, p = -1/40 and q = 3/40.

Now we just put all the parts together to obtain the general solution to the equation, y = e^(-2x) (Acos(3x) + Bsin(3x)) - (1/40)cos(x) + (3/40)sin(x).

TT

Related Further Mathematics A Level answers

All answers ▸

How far is the point (7,4,1) from the line that passes through the points (6,4,1) and (6,3,-1)?


Prove by induction that f(n) = 2^(k + 2) + 3^(3k + 1) is divisible by 7 for all positive n.


Find the GS to the following 2nd ODE: d^2y/dx^2 + 3(dy/dx) + 2 = 0


Prove by induction that n^3+5n is divisible by 3 for every natural number.