Explore the connection between curves, graphs of equations, and graphs of functions.
Identify points on curves near which the graph of the curve can be implicitly realized as the graph of a function.
Use the technique of implicit differentiation to deduce facts about derivatives of implicitly defined functions.
Understand the role of the chain rule in the technique of implicit differentiation.
Use implicit differentiation to deduce geometric properties of graphs of equations.
We begin this section with some simple observations about curves \(\mathcal{C}\) in \(\R^2\text{.}\) Currently our main way of defining such a curve is as the graph of an equation. For example, let \(\mathcal{C}\) be the unit circle centered at the origin is defined as the graph of the equation
That is, \(\mathcal{C}\) is the set of all points \(P=(x,y)\) satisfying \(x^2+y^2=1\text{.}\) We call this an implicit description of the circle \(\mathcal{C}\) as its points are not given to us explicitly via some formula; rather, to produce actual points on \(\mathcal{C}\) it is up to us to find solutions to the equation (e.g., \(P=(-1,0)\text{,}\)\(Q=(\sqrt{2}/2, \sqrt{2}/2)\)).
Figure16.1.Graph of \(x^2+y^2=1\)
A similar way of defining a curve in \(\R^2\) is as the graph of a function. In other words, given a function \(f\colon D\rightarrow \R\text{,}\) we define its graph to be the curve \(\mathcal{C}\) consisting of all points of the form \(P=(x,f(x))\text{,}\) where \(x\in D\text{.}\) Note that this description gives an explicit formula for producing points on the curve: namely, given any \(a\) in the domain, the point \(P=(a,f(a))\) lies on the graph.
Figure16.2.Graph of the function \(f(x)=x^2\)
The graph of a function can also be understood as the graph of an equation: indeed, the set of points of the form \(P=(x,f(x))\) are precisely the the set of solutions \((x,y)\) to the equation
\begin{equation*}
y=f(x)\text{.}
\end{equation*}
In other words, all curves that are graphs of functions can also be thought of as graphs of equations. However, not all graphs of equations are graphs of functions! Indeed, our circle above is an example of a curve that is a graph of an equation, but not the graph of a function. How do I know? It fails the vertical line test!
Life is somewhat easier for us when a curve does happen to given as the graph of a function. For example, in this scenario, we have a systematic way of determining what the tangent line to a given point is. That technique is not in general available to us for the circle \(x^2+y^2=1\text{,}\) as that curve is not the graph of any function \(f\text{.}\) So how can we answer questions about tangent lines to that curve. The next example illustrates a technique that we call implicit differentiation. We give a formal description of the technique in Procedure 16.4.
Example16.3.Implicit differentiation: circle.
Use implicit differentiation to compute an equation of the tangent line to the circle \(\mathcal{C}\colon x^2+y^2=1\) at the point \(P=\left(-\frac{1}{3}, \frac{2\sqrt{2}}{3}\right)\text{.}\)
Solution.
The segment of \(\mathcal{C}\) consisting of points lying very close to \(P\) does pass the vertical line test, and thus we can think of the \(y\)-coordinate value of points on this segment as being given by a function \(y=y(x)\) of the \(x\)-coordinate. The slope of the tangent line to \(\mathcal{C}\) at \(P\) is then given by \(y'(-1/3)\text{.}\) In order to deduce information about \(y'(x)\) we take the derivative of both sides of the defining equation of \(\mathcal{C}\text{,}\) making sure to treat \(y\) not as an independent variable, but rather a function of \(x\text{:}\)
and let \(P=(a,b)\) be a point on \(\mathcal{C}\) such that near \(P\) the curve \(\mathcal{C}\) satisfies the vertical line test.
We can think of the portion of \(\mathcal{C}\) near \(P\) as the graph of an implicit function \(y=f(x)\) relating \(y\) as a function of \(x\text{.}\)
Under the assumption in (1), we can compute the derivative of this implicit function \(f\) at \(x=a\) as follows:
Replace (mentally or explicitly) each instance of \(y\) in (16.1) with \(y(x)\text{,}\) to emphasize that we now treat \(y\) as a function of \(x\text{.}\)
Take the derivative of both sides of (16.1), with respect to \(x\text{,}\) taking care to treat \(y=y(x)\) as a function of \(x\text{.}\) You will make frequent use of the chain rule, as well as potentially the product and quotient rules, when doing so.
Attempt to solve for \(y'(x)\) in terms of \(x\) and \(y\text{,}\) yielding an expression of the form
The curve \(\mathcal{C}\) defined by the equation \(x^2=y^3+3y^2\) is called Tschirnhausen’s cubic.
Verify that \(P=(2,1)\) is a point on \(\mathcal{C}\text{.}\)
Use implicit differentiation to find an equation of the tangent line to \(\mathcal{C}\) at the point \(P=(2,1)\text{.}\)
Assuming \(y=y(x)\) is can be understood as a function of \(x\) for points on \(\mathcal{C}\) near \((2,1)\text{,}\) compute \(y''(2)\text{.}\)
Solution.
To verify that \(P=(2,1)\) lies on \(\mathcal{C}\text{,}\) we simply evaluate the left- (LHS)and right-hand sides (RHS) of the defining equation and verify that they are equal:
Following Procedure 16.4 we write \(y=y(x)\) for each instance of \(y\) in the defining equation of \(\mathcal{C}\) and then take the derivative of both sides of the equation with respect to \(x\text{:}\)
Let \(\mathcal{C}\) be the ellipse defined by the equation \(5x^2-6xy+2y^2=1\text{.}\) Find all points \(P\) on \(\mathcal{C}\) where the tangent line to \(\mathcal{C}\) at \(P\) is horizontal.
We look for point \(P=(x,y)\) where \(y'(x)=0\text{,}\) making the tangent line horizontal. According to our derivation above, for this to be the case we need need \(6y-10x=0\text{,}\) or equivalently, \(y=\frac{5}{3}x\text{.}\) Substituting this back in to the defining equation of \(\mathcal{C}\text{,}\) we see that
We conclude that \(x=\pm 3/\sqrt{5}\text{.}\) Using \(y=\frac{5}{3}x\text{,}\) we see that the points
\begin{align*}
P \amp =(3/\sqrt{5},5/\sqrt{5})\amp Q\amp=(-3/\sqrt{5},-5/\sqrt{5})
\end{align*}
are the two points where the tangent lines to \(\mathcal{C}\) are horizontal. Below you find a graph of \(\mathcal{C}\text{,}\) the points \(P\) and \(Q\text{,}\) and their horizontal tangent lines.
Example16.7.Implicit: trig equation.
Let the curve \(\mathcal{C}\) be defined by the equation \(x\sin(y^2+y)+y=4x\text{.}\)
Verify that \(P=(0,0)\) is a point on this curve.
Find an equation of the tangent line to \(\mathcal{C}\) at \(P\text{.}\)
Solution.
It is easily seen that the point \(P=(0,0)\) satisfies the defining equation of \(\mathcal{C}\text{.}\)
and thus \(y'(0)=4\text{.}\) It follows that the tangent line to \(\mathcal{C}\) at \(P=(0,0)\) has defining equation \(y=4x\text{.}\) Below we graph \(\mathcal{C}\) and the tangent line at \(P\text{.}\)