Implicit Differentia-Tion: Readings and Exercises
Implicit Differentia-Tion: Readings and Exercises
tion
by Sultan Sial
Strang 4.2
1
Implicit functions
A function of the form y = f (x) is called an
explicit function of y. Other forms are
called implicit.
Example
y = sin(x2 + x + 1) is an explicit function of
x.
Exercise
In Wolfram Alpha try:
plot sin(x)+sin(y)=1
Implicit differentiation
Implicit differentiation follows from the chain
rule. If we differentiate f (y(x)) then
d
dx
f ( y) = f (y) y (x)
2
by the chain rule.
Example
Consider an implicitly defined function
sin(x) + sin(y) = 1
At (/2, 0) this is
cos(/2) + cos(0) y = 0 y = 0
3
So, the tangent line is the horizontal line y =
0 which is the x-axis.
Example
Consider the ellipse
(x + y)2 (x y)2
22
+ 32
=1
At (1,1) we have
(1 + 1) (1 1)
2 (1 + y ) + 2 ( 1 y ) = 0
22 32
(1 + y ) = 0 y = 1
y=2x
4
5