Double derivative definition question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.
 
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.