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

d2y/dx2 - 8 dy/dx +16 y = 2x Auxiliary Equation: m2 - 8m +16 = 0 (m - 4)= 0 m = 4  (repeated root) Complimentary function: y = (A+Bx)e4x Particular integral: try yp = ax + b dyp/dx = a d2yp/dx2 = 0 0 - 8(a) + 16(ax + b) = 2x -8a + 16ax +16b = 2x Equate x1 terms: 16a = 2          => a = 1/8 Equate x0 terms: -8a + 16b = 0     => b = a/2 = 1/16 yp = 1/8 x + 1/16 ANSWER: (A+Bx)e4x + 1/8 x + 1/16

OF

Related Further Mathematics A Level answers

All answers ▸

Define tanh(t) in terms of exponentials


A parabola with equation y^2=4ax for constant a is translated by the vector (2,3) to give the curve C. The curve C passes through the point (4,7), what is the value of a?


Two planes have eqns r.(3i – 4j + 2k) = 5 and r = λ (2i + j + 5k) + μ(i – j – 2k), where λ and μ are scalar parameters. Find the acute angle between the planes, giving your answer to the nearest degree.


Let I(n) = integral from 1 to e of (ln(x)^n)/(x^2) dx where n is a natural number. Firstly find I(0). Show that I(n) = -(1/e) + n*I(n-1). Using this formula find I(1).