[Math] Implicit Differentiation Proof

calculusderivatives

I'm sure this question has been asked before and yet I can't find it.

Is there a proof of implicit differentiation or is it simply an application of the chain rule? If it's the former, could you give or point me to the proof? If the latter, could you explain exactly how conceptually it works (or point to a link that does so)?

Thank you.

Best Answer

It doesn't make any more sense to "prove implicit differentiation" than it does to "prove numbers," but I assume you're asking why implicit differentiation is valid i.e. preserves the truth of equations.

Implicit differentiation is just an application of the chain and other derivative rules to both sides of an equation, with (in the usual case) $y$ an abridgment of $f(x)$. Observe:

$$\frac{d}{dx}g(f(x),x)=\frac{\partial g}{\partial f}(f(x),x)\cdot\frac{df}{dx}(x)+\frac{\partial g}{\partial x} \tag{1}$$

$$\left(g(y,x)\right)'=\frac{\partial g}{\partial y}y'+\frac{\partial g}{\partial x} \tag{2}$$

The first is how you would take the derivative of a function of both $y=f(x)$ and $x$, but notice the difference between $d/dy$ and $\partial/\partial y$, while the latter equation is the same thing in fewer symbols courtesy of implicit differentiation. You always use ID in contexts where you have a function of both dependent and independent variables, and it's valid because of the above analogy - and it indeed generalizes to arbitrarily many dependent (or independent!) variables. For example, if we understand $u$ and $v$ to be functions of $t$ then we can differentiate

$$u^2+tv^2=1\quad\longrightarrow\quad 2uu'+(1\cdot v^2+t\cdot2vv')=0.$$

Related Question