Implicit 'higher' differentiation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
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:
[tex]\partial[/tex]2f
[tex]\partial[/tex]x2

now, I know that for a single order [tex]\partial[/tex]f/[tex]\partial[/tex]x, I would simply use the chain rule property:
[tex]\partial[/tex]f = -[tex]\partial[/tex]F/[tex]\partial[/tex]x
[tex]\partial[/tex]x ... [tex]\partial[/tex]F/[tex]\partial[/tex]f

But now, how would I find
[tex]\partial[/tex]2f
[tex]\partial[/tex]x2
for an implicit equation?
 
Last edited:
Physics news on Phys.org
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:
[tex]\partial[/tex]2f
[tex]\partial[/tex]x2

now, I know that for a single order [tex]\partial[/tex]f/[tex]\partial[/tex]x, I would simply use the chain rule property:
[tex]\partial[/tex]f = -[tex]\partial[/tex]F/[tex]\partial[/tex]x
[tex]\partial[/tex]x ... [tex]\partial[/tex]F/[tex]\partial[/tex]f

But now, how would I find
[tex]\partial[/tex]2f
[tex]\partial[/tex]x2
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.