Find the general solution of y'' - 3y' + 2y = 2e^x

First we need to find the complementary function - the solutions of y'' -3y' + 2y = 0. By setting y=Ae^(kx) (A is a constant) we get :A(k^2 - 3k + 2)y = 0. This means k^2 - 3k + 2 = 0 =(k-1)(k-2). If 2 things multiply to give zero then at least one of them must be zero so we can have k=1 or k=2. Therefore any solution of the form y = Ae^x + Be^(2x) where A and B are constants solves y'' -3y' + 2y = 0 .
Now we need the particular integral. Since the right hand side of y'' - 3y' + 2y = 2e^x has an e^x term we guess a solution of the form y=Ce^x ( C constant). However, from above we see that this is part of the complementary function and so will not work as the left hand side of the equation will be 0. So we guess y = Cxe^x . Substituting this in we get: (Cx+2C)e^x - 3(Cx + C)e^x +2Cxe^x = 2e^xThe coefficients of xe^x cancel out to zero so we get: -Ce^x = 2e^x Which means C = -2 and therefore out general solution is: y = Ae^x + Be^(2x) - 2xe^x

JT

Related Further Mathematics A Level answers

All answers ▸

Find the eigenvalues and eigenvectors of the matrix M , where M{2,2} = (1/2 2/3 ; 1/2 1/3) Hence express M in the form PDP^-1 where D is a diagonal matrix.


Solve the second order differential equation d^2y/dx^2 - 4dy/dx + 5y = 15cos(x), given that when x = 0, y = 1 and when x = 0, dy/dx = 0


Sketch the curve y= ((3x+2)(x-3))/((x-2)(x+1)) and find values of y for which y>=3


Prove that sum(k) from 0 to n is n(n+1)/2, by induction