|
|
Line 19: |
Line 19: |
| | | |
| | | |
− | == Examples == | + | == Example 1 == |
| | | |
− | 1. Find <math>y'</math> if <math>\sin y-3x^{2}y=8</math>.
| + | Find <math>y'</math> if <math>\sin y-3x^{2}y=8</math>. |
| | | |
| [Think <math>y=f\left(x\right)</math> and momentarily view the equation as <math>\sin f\left(x\right)-3x^{2}f\left(x\right)=8</math> | | [Think <math>y=f\left(x\right)</math> and momentarily view the equation as <math>\sin f\left(x\right)-3x^{2}f\left(x\right)=8</math> |
Line 38: |
Line 38: |
| \end{array}</math> | | \end{array}</math> |
| | | |
− | 2. Find the equation of the tangent line to <math>\tan y=\dfrac{y}{x}</math> | + | |
| + | == Example 2 == |
| + | |
| + | Find the equation of the tangent line to <math>\tan y=\dfrac{y}{x}</math> |
| at the point <math>\left(\frac{\pi}{4},\frac{\pi}{4}\right)</math>. | | at the point <math>\left(\frac{\pi}{4},\frac{\pi}{4}\right)</math>. |
| | | |
Line 77: |
Line 80: |
| \end{array}</math> | | \end{array}</math> |
| | | |
− | 3. Find <math>y''</math> if <math>ye^{y}=x</math>. | + | |
| + | == Example 3 == |
| + | |
| + | Find <math>y''</math> if <math>ye^{y}=x</math>. |
| | | |
| Use implicit differentiation to find <math>y'</math> first: | | Use implicit differentiation to find <math>y'</math> first: |
Line 106: |
Line 112: |
| back in to get | | back in to get |
| | | |
− | <math>\begin{array}{rcl} | + | ::<math>\begin{array}{rcl} |
| y'' & = & -\dfrac{\frac{1}{e^{y}\left(y+1\right)}\left(y+2\right)}{e^{y}\left(y+1\right)^{2}}\\ | | y'' & = & -\dfrac{\frac{1}{e^{y}\left(y+1\right)}\left(y+2\right)}{e^{y}\left(y+1\right)^{2}}\\ |
| & = & -\dfrac{y+2}{\left(e^{y}\right)^{2}\left(y+1\right)^{3}} | | & = & -\dfrac{y+2}{\left(e^{y}\right)^{2}\left(y+1\right)^{3}} |
Revision as of 22:51, 16 November 2015
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
Find
if
.
[Think
and momentarily view the equation as
to realize that the
term requires
the chain rule and the
term needs the
product rule when differentiating, while the derivative
of 8 is just 0.]
Then we get

Example 2
Find the equation of the tangent line to
at the point
.
We first compute
by implicit differentiation. Note the derivative
of the right side requires the quotient rule.

At the point
we have
and
. Plugging these into our equation for
gives

This means the slope of the tangent line at
is
, and a point on this line is
.
Using the point-slope form of a line, we have

Example 3
Find
if
.
Use implicit differentiation to find
first:

Now
is just the derivative of
with respect to
(remember
). This will require
the chain rule. Note that we already found the derivative of
to be
. So

But we mustn't leave
in our final answer. So, plug
back in to get

as our final answer.