thomas49th
- 645
- 0
Homework Statement
Show that the equation x= e^t converts the equation
ax^{2}\frac{d^{2}y}{dx^{2}} + bx\frac{dy}{dx} + cy = 0
in which a,b,c are coefficients
Homework Equations
The Attempt at a Solution
x = e^t and so does dx/dt. So you can write dx/dt = x
using the chain rule
dy/dx = dy/dt * dt/dx
=> dy/dt * 1/x
now here is the bit that is tricky.
ax^{2}\frac{d^{2}y}{dx^{2}} + b\frac{dx}{dt} + cy = 0
Apparently I cannot simply stick \frac{dy}{dt} * \frac{1}{x}
into the second order deravite to give \frac{d^{2}y}{d^{2}t} * \frac{1}{x^{2}}. Why not? Does \frac{d^{2}y}{dx^{2}} \neq \frac{dy}{dx^{2}}??
Also I thought maybe you differentiate the chain rule again
\frac{d^{2}y}{dx^{2}} = -\frac{dy}{dt}\frac{1}{x^{2}}
But that doesn't seem to help (have I differentiated it correctly as I didn't use the product rule because I don't think dy/dt is a function of x).
Any suggestions
Thomas