Properties of Differential Operator and Proper Formalism

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Nano-Passion
Messages
1,291
Reaction score
0
Let us take a function defined by

[tex]y=cx[/tex]
To differentiate that, we use the operator d/dx
[tex]\frac{d}{dx} y = \frac{d}{dx} cx^{-1}[/tex]
By the chain rule/implicit differentiation on the left and normal differentiation on the right we get,
[tex]\frac{dy}{dx} = -1c x^{-2}[/tex]

What confuses me is the proper usage of the formalism to get

[tex]\frac{d^2y}{dx^2} = 2cx^{-3}[/tex]

It doesn't seem that we can use the same operation as last time.
 
Physics news on Phys.org
Your initial calculation is wrong, x is not supposed to be x^(-1), it remains x, and after the differentiation it is 1. The second derivative is then, of course, 0.
 
Why not?

##\dfrac{d^2y}{dx^2}## is just a (slightly confusing, if you think too hard about what ##dx^2## is supposed to mean) abbreviation for ##\dfrac{d}{dx}\left(\dfrac{d}{dx}y\right)##.

(I assumed your first equation was a typo for ## y = cx^{-1}##).
 
meldraft said:
Your initial calculation is wrong, x is not supposed to be x^(-1), it remains x, and after the differentiation it is 1. The second derivative is then, of course, 0.
Typo.
AlephZero said:
Why not?

##\dfrac{d^2y}{dx^2}## is just a (slightly confusing, if you think too hard about what ##dx^2## is supposed to mean) abbreviation for ##\dfrac{d}{dx}\left(\dfrac{d}{dx}y\right)##.

(I assumed your first equation was a typo for ## y = cx^{-1}##).

Oh thank you! Now I realize why it is written in that form