Implicit Differentiation

From Math Wiki
Revision as of 18:37, 23 November 2015 by MathAdmin (talk | contribs) (Created page with " == Background == So far, you may only have differentiated functions written in the form <math style="vertical-align: -5px">y=f(x)</math>. But some functions are better descr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left(0,0\right)} and radius 4, and is really the graph of two functions , the upper and lower semicircles:

Upper semicircle.png Lower semicircle.png

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:

Curve.png

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 Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\dfrac {dy}{dx}}} 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:  
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 2yy'}
Reason:  
Think , and view it as Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle (f(x))^{2}} to see that the derivative is by the chain rule, but write it as Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 2yy'} .

2)  

Solution:  
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle xy'+y}
Reason:  
and are both functions of which are being multiplied together, so the product rule says it's .

3)   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \cos y}

Solution:  
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -y'\sin y}
Reason:  
The function is inside of the cosine function, so the chain rule gives Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle (-\sin y)\cdot y'=-y'\sin y} .

4)   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\sqrt {x+y}}}

Solution:  
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {1+y'}{2{\sqrt {x+y}}}}}
Reason:  
Write it as Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle (x+y)^{\frac {1}{2}}} , and use the chain rule to get   Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\frac {1}{2}}\left(x+y\right)^{-{\frac {1}{2}}}\cdot \left(1+y'\right)} , then simplify.

Exercise 1: Compute y'

Find if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \sin y-3x^{2}y=8} .

Note the term requires the chain rule, the Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 3x^{2}y}   term needs the product rule, and the derivative of 8 is 0.

We get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\sin y-3x^{2}y&=&8\\\left(\cos y\right)y'-\left(3x^{2}y'+6xy\right)&=&0\quad ({\text{derivative of both sides with respect to }}x)\\\left(\cos y\right)y'-3x^{2}y'&=&6xy\\\left(\cos y-3x^{2}\right)y'&=&6xy\\y'&=&{\dfrac {6xy}{\cos y-3x^{2}}}.\end{array}}}

Exercise 2: Find equation of tangent line

Find the equation of the tangent line to Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x^{2}+2xy-y^{2}+x=2}   at the point Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left(1,0\right)} .

We first compute by implicit differentiation.

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}x^{2}+2xy-y^{2}+x&=&2\\2x+2xy'+2y-2yy'+1&=&0\\x+xy'+y-yy'+{\frac {1}{2}}&=&0\\xy'-yy'&=&-x-y-{\frac {1}{2}}\\(x-y)y'&=&-(x+y+{\frac {1}{2}})\\y'&=&-{\dfrac {x+y+{\frac {1}{2}}}{x-y}}\end{array}}}


At the point Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left(1,0\right)} , we have and . Plugging these into our equation for gives

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}y'&=&-{\dfrac {1+0+{\frac {1}{2}}}{1-0}}=-{\frac {3}{2}}.\\\end{array}}}

This means the slope of the tangent line at Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left(0,1\right)} is , and a point on this line is Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle \left(1,0\right)} . Using the point-slope form of a line, we get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\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:

Tangent line and curve.png

Exercise 3: Compute y"

Find Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle y''} if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle ye^{y}=x} .

Use implicit differentiation to find first:

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\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 Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle y''} is just the derivative of Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\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 (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle ye^{y}} to be .

So

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}y''&=&-1\left(ye^{y}+e^{y}\right)^{-2}\left(ye^{y}y'+y'e^{y}+e^{y}y'\right)\\\\&=&{\dfrac {-1}{\left(ye^{y}+e^{y}\right)^{2}}}\left(ye^{y}y'+2y'e^{y}\right)\\\\&=&-{\dfrac {y'e^{y}\left(y+2\right)}{\left(e^{y}\right)^{2}\left(y+1\right)^{2}}}\\\\&=&-{\dfrac {y'\left(y+2\right)}{e^{y}\left(y+1\right)^{2}}}\quad ({\text{since }}e^{y}\neq 0).\end{array}}}


But we mustn't leave in our final answer. So, plug Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle y'={\dfrac {1}{e^{y}\left(y+1\right)}}} back in to get

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}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}}}\end{array}}}


as our final answer.


~Page created by Jordan Tousignant