Find the solution the the differential equation d^2y/dx^2 + (3/2)dy/dx + y = 22e^(-4x)

We first find the complementary function by guessing y=e^(kx). Substituting this into the equation d^2y/dx^2 + (3/2)dy/dx + y = 0. we find k^2 + (3/2)k + 1 = 0 which factorises into (k+2)(k+1/2). So our complementary function is y= Ae^(-2x) + Be^(-x/2). Now we find any particular integral by guessing y = Le^(-4x). Substituting this in to the equation d^2y/dx^2 + (3/2)dy/dx + y = 22e^(-4x) we find that L(16e^(-4x) - 4e^(-4x) + e^(-4x)) = 22e^(-4x) and L=2. So the solution to the differential equation is y= Ae^(-2x) + Be^(-x/2) + 2e^(-4x) //

NE

Related Further Mathematics A Level answers

All answers ▸

Let E be an ellipse with equation (x/3)^2 + (y/4)^2 = 1. Find the equation of the tangent to E at the point P where x = √3 and y > 0, in the form ax + by = c, where a, b and c are rational.


Find the general solution to the differential equation: d^2y/dx^2 - 8 dy/dx +16y = 2x


A curve has equation y=(2-x)(1+x)+3, A line passes through the point (2,3) and the curve at a point with x coordinate 2+h. Find the gradient of the line. Then use that answer to find the gradient of the curve at (2,3), stating the value of the gradient


Prove by induction that (n^3)-n is divisible by 3 for all integers n>0 (typical fp1 problem)