Dylan
Woah! What’s up with this?
Julia
I didn’t know functions were explicit!
Dylan
The and are on the same side of the equation! I can’t deal with this.
James
Functions can be explicit or implicit! And it not the way you’re thinking Julia...

Introduction

So far we have dealt only with explicitly defined functions, where . Here is dependent variable and it is given in terms of the independent variable . Functions given in terms of both independent and dependent variables are called implicit functions.

Guided Example

Which of the following equations defined as a function of implicitly?
Graph the curve defined by this equation: Now, in the following Sage cell, solve for . For help using the solve command refer to the documentation here.
Graph the two explicit equations on the same axis below.
Which of the following are true?
is a function of . is a function of . is a function of .
Using the functions you found, differentiate to find the slope of the tangent lines at the point . You may do this in the above Sage cell or by hand.

Unfortunately not all implicit equations can be easily solved for , which is why we use implicit differentiation!

Use the equation obtained from the above explanation to find at
We can fairly easily use Sage to do this process for us, to illustrate the process evaluate the following Sage cell.
What did you get as output from your Sage cell? (copy just the answer portion after the ‘‘==” and before the ‘‘]”)

On Your Own

In each of the following problems, evaluate the derivative by hand, and use the Sage cells as a check.

Consider the equation . Using the following Sage cell implicitly differentiate to find using the same commands as shown in the previous question.

What did you get as output from your Sage cell? (copy just the answer portion after the ‘‘==” and before the ‘‘]”)

Using your result in the previous section, evaluate at the point .
Now use Sage Math again to find for , copy your answer in the same way as indicated in the previous section.

Perpendicular at a Point

Julia
Wow, implicit differentiation is rough.
Dylan
You’re telling me... I’ve been doing this for hours! I wish we could at least do a little more with it if I have to learn it.
James
Did I hear that you guys want to know more about using implicit differentiation?
Julia and Dylan
James! Tell us more!
James
Alright guys, you can use implicit differentiation with implicit functions to tell if two functions are perpendicular at a point!
Julia
But how?
Dylan
Yeah, I don’t see how that helps.
James
It’s easy - all we have to do is see if the tangent lines are perpendicular at that point, and if they are, then so are the curves!
Graph and on the same set of axes.

Do they look perpendicular anywhere?

Yes No
To show two lines are perpendicular you must show that the slope of one is the opposite inverse of the other
Show the two curves are (or are not) perpendicular at the origin. You can do this in the Sage cell provided or by hand.
Slope of at the origin:

Slope of at the origin:

Are the lines perpendicular at the origin?

In Summary

There are two main methods to differentiate implicit equations

(a)
Solve for and then differentiate.
(b)
Treat as and differentiate with respect to the variable , eventually solving for to give the value of the derivative at any point .