LaTeX derivative help

  • Context: LaTeX 
  • Thread starter Thread starter devious_
  • Start date Start date
  • Tags Tags
    Derivative Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
devious_
Messages
312
Reaction score
3
I posted the same thread twice. Oops. :-p
 
Last edited:
Physics news on Phys.org
Derivative

[tex]x = e^u[/tex], where u is a function of x.

Using the chain rule:
[tex]\frac{dy}{du} = e^u\frac{dy}{dx}[/tex]

Using the product rule:
[tex]\frac{d^2y}{du^2} = \frac{d}{du}(e^u\frac{dy}{dx}) = e^u\frac{dy}{dx}+e^u\frac{d^2y}{dx^2}\cdot\frac{dx}{du}[/tex]

Why is it [tex]\frac{dx}{du}[/tex]?
 
Last edited:
What's this "y"-thingy?
It doesn't appear in your first line
 
(latex hint: you can use [ itex ] tags for formulas that go in a paragraph)

(Did you mean [itex]y = e^u[/itex]?)


Anyways, the chain rule says that:

[tex] \frac{dp}{dq} = \frac{dp}{dr} \frac{dr}{dq}[/tex]

In your calculation, you had to compute:

[tex] \frac{d}{du} \left( \frac{dy}{dx} \right)[/tex]

So, throw it into the chain rule and see what you get.
 
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]?
 
Last edited:
Nevermind. I see where I went wrong.