Double derivative definition question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
transgalactic
Messages
1,386
Reaction score
0
a derivative of function is marked as
[tex] \frac{\mathrm{df} }{\mathrm{d} x}[/tex]
why the double derivative is marked as
[tex] \frac{\mathrm{d^2f} }{\mathrm{d} x^2}[/tex]

i tried to build it using the original definition
[tex] \frac{d\frac{\mathrm{df} }{\mathrm{dx}} }{dx}[/tex]
its not working
??
 
Physics news on Phys.org
It's a silly question, and is more due to notation than to a derivation. If you wanted to do a derivation, however, it would go along the lines of:

[tex]\frac{d}{dx} \frac{d}{dx} f = \left(\frac{d}{dx}\right)^2 f = \frac{d^2}{(dx)^2}f[/tex] and we omit the parentheses from the denominator.
 
You are only asking about the notation? It's just notation. I don't know what you mean by trying to "build it". (And in English it's "second" derivative, not "double" derivative.)
 
ok you got
[tex] \frac{d^2}{(dx)^2}f[/tex]
its not
[tex] \frac{\mathrm{d^2f} }{\mathrm{d} x^2}[/tex]
 
No, they're the same thing. [tex]\frac{d}{dx}[/tex] and [tex]\frac{d^2}{(dx)^2}[/tex] are operators on functions. It doesn't matter if you put it in the numerator or off to the side, it means the same thing. As for dropping the parentheses, we have two ways we could possibly interpret [tex]dx^2[/tex]. Either [tex]d(x^2)[/tex] or [tex](dx)^2[/tex]. But [tex]x^2[/tex] is completely irrelevant to second differentiation, so it has to be the latter.