Bleh, I'm new to latex so I accidentally pressed the post thread button instead of the preview post one.
Anyway, let me elaborate.
[tex]x = e^u[/tex], where u is a function of x.
Using the chain rule:
[tex]\frac{dy}{du} = \frac{dy}{dx} \cdot \frac{dx}{du} = e^u \frac{dy}{dx}[/tex]
Now, using the product rule:
[tex]\frac{d^2y}{du^2} = \frac{d}{du}(\frac{dy}{du}) = \frac{d}{du}(e^u \frac{dy}{dx}) = e^u \frac{dy}{dx} + e^u \frac{d^2}{dx^2} \cdot \frac{dx}{du}[/tex]
My question is:
Shouldn't [itex]\frac{dx}{du}[/itex] be [itex]\frac{dy}{du}[/itex]?