Difference between revisions of "Implicit Differentiation"
| Line 15: | Line 15: | ||
|[[File:Curve.png|250px]] | |[[File:Curve.png|250px]] | ||
|} | |} | ||
| − | We want to find derivatives of these functions without having to solve for <math style="vertical-align: -5px">y</math> explicitly. We do this by implicit differentiation. The process is to take the derivative of both sides of the given equation with respect to <math>x</math>, and then do some algebra steps to solve for <math style="vertical-align: -5px">y'</math> (or <math>\dfrac{dy}{dx}</math> if you prefer), keeping in mind that <math style="vertical-align: - | + | We want to find derivatives of these functions without having to solve for <math style="vertical-align: -5px">y</math> explicitly. We do this by implicit differentiation. The process is to take the derivative of both sides of the given equation with respect to <math>x</math>, and then do some algebra steps to solve for <math style="vertical-align: -5px">y'</math> (or <math>\dfrac{dy}{dx}</math> if you prefer), keeping in mind that <math style="vertical-align: -4px">y</math> is a function of <math style="vertical-align: 0px">x</math> throughout the equation. |
== Warm-up exercises == | == Warm-up exercises == | ||
Revision as of 15:18, 21 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: , the upper and lower semicircles:
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 do this by implicit differentiation. The process is to take the derivative of both sides of the given equation with respect to , and then do some algebra steps to solve for (or if you prefer), keeping in mind that is a function of throughout the equation.
Warm-up exercises
Given that is a function of , find the derivative of the following functions with respect to .
1)
| Solution: |
|---|
| Reason: |
|---|
| Think and view it as to see that the derivative is by the chain rule, but write it as . |
2)
| Solution: |
|---|
| Reason: |
|---|
| and are both functions of which are being multiplied together, so the product rule says it's . |
3)
| Solution: |
|---|
| Reason: |
|---|
| The function is inside of the cosine function, so the chain rule gives . |
4)
| Solution: |
|---|
| Reason: |
|---|
| Write it as , and use the chain rule to get , then simplify. |
Exercise 1: Compute y'
Find if .
Note the term requires the chain rule, the term needs the product rule, and the derivative of 8 is 0.
We get
Exercise 2: Find equation of tangent line
Find the equation of the tangent line to at the point .
We first compute by implicit differentiation.
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 get
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} y-0 & = & -\frac{3}{2}\left(x-1\right)\\ \\ y & = & -\frac{3}{2}x+\frac{3}{2}.\\ \end{array}}
Here's a picture of the curve and tangent line:
Exercise 3: Compute y"
Find if .
Use implicit differentiation to find first:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} ye^{y} & = & x\\ ye^{y}y'+y'e^{y} & = & 1\\ y'\left(ye^{y}+e^{y}\right) & = & 1\\ y' & = & \dfrac{1}{ye^{y}+e^{y}}\\ & = & \left(ye^{y}+e^{y}\right)^{-1} \end{array}}
Now is just the derivative of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left(ye^{y}+e^{y}\right)^{-1}}
with respect to . This will require the chain rule. Notice we already found the derivative of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ye^{y}}
to be .
So
But we mustn't leave Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'}
in our final answer. So, plug Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'=\dfrac{1}{e^{y}\left(y+1\right)}}
back in to get
as our final answer.