Implicit Differentiation
Background
So far, you may only have differentiated functions written in the form . But some functions are better described by an equation involving and . For example, describes the graph of a circle with center and radius 4, and is really the graph of two functions: .
Sometimes, functions described by equations in and are too hard to solve for , for example . This equation really describes 3 different functions of x, whose graph is the curve:
We want to find derivatives of these functions without having to solve for explicitly. We can do this by implicit differentiation, in which we take the derivative of both sides of our equation with respect to , and do some algebra steps to solve for (or if you prefer), keeping in mind that is a function of throughout the equation.
Example 1
1. Find if .
[Momentarily think of and view the equation as to realize that the term requires the chain rule and the term needs the product rule when we differentiate with respect to , while the derivative of 8 is just 0.]
So we get \[ \begin{array}{rcl} \sin y-3x^{2}y & = & 8\\ \left(\cos y\right)\cdot y'-\left(3x^{2}y'+6xy\right) & = & 0\quad\textrm{(derivative of both sides with respect to \ensuremath{x})}\\ \left(\cos y\right)\cdot y'-3x^{2}y' & = & 6xy\\ \left(\cos y-3x^{2}\right)y' & = & 6xy\\ y' & = & \dfrac{6xy}{\cos y-3x^{2}} \end{array} \]