Implicit 'higher' differentiation

City88
Messages
13
Reaction score
0
Hi,
I'm working on a cal III problem involving implicit differentiation.
I have to find the second order partial derivative of an implicit function, basically:
\partial2f
\partialx2

now, I know that for a single order \partialf/\partialx, I would simply use the chain rule property:
\partialf = -\partialF/\partialx
\partialx ... \partialF/\partialf

But now, how would I find
\partial2f
\partialx2
for an implicit equation?
 
Last edited:
Physics news on Phys.org
What is the implicit function you are given?
 
City88 said:
Hi,
I'm working on a cal III problem involving implicit differentiation.
I have to find the second order partial derivative of an implicit function, basically:
\partial2f
\partialx2

now, I know that for a single order \partialf/\partialx, I would simply use the chain rule property:
\partialf = -\partialF/\partialx
\partialx ... \partialF/\partialf

But now, how would I find
\partial2f
\partialx2
for an implicit equation?

Do the same thing again. For example, if the function were z, given by 3xz+ yez= 1, then the partial derivative, with respect to x, would be given by 3z+ 3xzx+ yezzx= 0.

Differentiating that a second time, with respect to x, 3zx+ 3zx+ 3xzxx+ yez(zx)2+ yezzxx= 0.

You can solve that for zxx in terms of x, y, z, and zx.
 
Back
Top