Using the substitution u = ln(x), find the general solution of the differential equation y = x^2*(d^2(y)/dx^2) + x(dy/dx) + y = 0

dy/dx = (dy/du)(1/x), d^2(y)/dx^2 = (d^2(y)/du^2)(1/(x^2)) - (dy/du)*(1/(x^2))   

(x^2)( (d^2(y)/du^2)(1/(x^2)) - (dy/du)(1/(x^2)) ) + x(dy/du)*(1/x) + y = 0       

d^2(y)/du^2 - dy/du + dy/du + y = 0  

d^2(y)/du^2 + y = 0

y = Asin(u) + Bcos(u)

y = Asin(ln(x)) + Bcos(ln(x))                   

IK

Related Further Mathematics A Level answers

All answers ▸

How do I prove that the differential of coshx is equal to sinhx?


How do you deal with 3 simultaneous equations? (Struggling with Q7 of AQA specimen paper 1)


Where does Euler's Formula come from?


How do I integrate arctan(x) using integration by parts?