Section14 4
Section14 4
Tangent Planes
Linear Approximations
Differentials
Tangent Planes
Suppose a surface S is given by z = f (x, y ), and P = (x0 , y0 , z0 ) is
a point on S. Clearly, z0 = f (x0 , y0 ).
Tangent Planes
Suppose a surface S is given by z = f (x, y ), and P = (x0 , y0 , z0 ) is
a point on S. Clearly, z0 = f (x0 , y0 ).
To find the equation of the tangent plane to S at P, observe that
there are two particular curves through P on S:
I the intersection curve of S with the plane y = y0 :
i j k
n = r10 (x0 ) × r20 (y0 ) = 1 0 fx (x0 , y0 )
0 1 fy (x0 , y0 )
= h−fx (x0 , y0 ), −fy (x0 , y0 ), 1i
We usually rewrite it as
fx = 4x, fy = 2y
fx (1, 1) = 4, fy (1, 1) = 2
So the equation of the tangent plane is
z − 3 = 4(x − 1) + 2(y − 1)
Or
z = 4x + 2y − 3
Linearization
Solution.
fx = 4x, fy = 2y
f (1, 1) = 3, fx (1, 1) = 4, fy (1, 1) = 2
So the linearization of f at (1, 1) is
d d
fx (0, 0) = f (x, 0) = 0, fy (0, 0) = f (0, y ) = 0
dx dy
So the linearization of f at (0, 0) is
x2 1
f (x, x) = 2
= >0
2x 2
no matter how x → 0.
Further, one can see that the function f (x, y ) is NOT even
continuous at (0, 0): take another path, say y = 0, and let x → 0,
get
x0
f (x, 0) = 2 = 0.
x + 02
Differentiability
Theorem
If fx , fy exist near (x0 , y0 ) and are continuous at (x0 , y0 ), then f is
differentiable at (x0 , y0 ).
Example
Show that f (x, y ) = e xy is differentiable at (1, 0) and find its
linearization there. Then use it to approximate f (1.1, −0.1).
Example
Show that f (x, y ) = e xy is differentiable at (1, 0) and find its
linearization there. Then use it to approximate f (1.1, −0.1).
Solution.
fx = ye xy , fy = xe xy
exist and are continuous everywhere, in particular at (1, 0). So f is
differentiable at (1, 0). The linearization is
Solution.
fx = ye xy , fy = xe xy
exist and are continuous everywhere, in particular at (1, 0). So f is
differentiable at (1, 0). The linearization is
Linear approximation:
In other words,
or
∆z = f (x, y ) − f (x0 , y0 ) ≈ dz,
whenever (x, y ) is close to (x0 , y0 ).
Example
Let z = f (x, y ) = x 2 + 3xy − y 2 .
I find the total differential dz;
I If x changes from 2 to 2.05 and y changes from 3 to 2.96,
compare ∆z and dz.
Example
Let z = f (x, y ) = x 2 + 3xy − y 2 .
I find the total differential dz;
I If x changes from 2 to 2.05 and y changes from 3 to 2.96,
compare ∆z and dz.
Solution.
I fx = 2x + 3y and fy = 3x − 2y , then