Section 3.10 : Implicit Differentiation
3. For x2+y2=2 do each of the following.
- Find y′ by solving the equation for y and differentiating directly.
- Find y′ by implicit differentiation.
- Check that the derivatives in (a) and (b) are the same.
Show All Solutions Hide All Solutions
a Find y′ by solving the equation for y and differentiating directly. Show All Steps Hide All StepsStart Solution
First, we just need to solve the equation for y.
y2=2−x2⇒y=±(2−x2)12Note that because we have no restriction on y (i.e. we don’t know if y is positive or negative) we really do need to have the “±” there and that does lead to issues when taking the derivative.
Now, because there are two formulas for y we will also have two formulas for the derivative, one for each formula for y.
The derivatives are then,
y=(2−x2)12⇒y′=−x(2−x2)−12(y>0)y=−(2−x2)12⇒y′=x(2−x2)−12(y<0)As noted above the first derivative will hold for y>0 while the second will hold for y<0 and we can use either for y=0 as the plus/minus won’t affect that case.
Start Solution
First, we just need to take the derivative of everything with respect to x and we’ll need to recall that y is really y(x) and so we’ll need to use the Chain Rule when taking the derivative of terms involving y.
Taking the derivative gives,
2x+2yy′=0 Show Step 2Finally, all we need to do is solve this for y′.
y′=−xyFrom (a) we have a formula for y written explicitly as a function of x so plug that into the derivative we found in (b) and, with a little simplification/work, show that we get the same derivative as we got in (a).
Also, because we have two formulas for y we will have two formulas for the derivative.
First, if y>0 we will have,
y=(2−x2)12⇒y′=−xy=−x(2−x2)12=−x(2−x2)−12Next, if y<0 we will have,
y=−(2−x2)12⇒y′=−xy=−x−(2−x2)12=x(2−x2)−12So, in both cases, we got the same derivative as we should.