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 ▸

Prove by induction that 11^n - 6 is divisible by 5 for all positive integer n.


Explain the process of using de Moivre's Theorem to find a trigonometric identity. For example, express tan(3x) in terms of sin(x) and cos(x).


How do i figure out if integrals are improper or not and how do i know which limit is undefined?


The quadratic equation x^2-6x+14=0 has roots alpha and beta. a) Write down the value of alpha+beta and the value of alpha*beta. b) Find a quadratic equation, with integer coefficients which has roots alpha/beta and beta/alpha.