Derivative of Functions of Three Variables 1D  2D  Contents

A function f(x,y,z) is differentiable at a point (x0,y0,z0) if there is a well-defined tangent hyperplane at the point (x0,y0,z0,f(x0,y0,z0)), i.e. if there is a linear function plane L(x,y,z) = p(x-x0) + q(y-y0) + r(z-z0) + f(x0,y0,z0) which is closer to the graph than any other hyperplane through the point. 

Partial Derivatives 2D  Cylindrical Coordinates  Spherical Coordinates  Top of Page  Contents

The partial derivatives of a function of three variables are the slopes of the slice curves.
Figure1

[D]

Exercises

  • 1. Position the hotspot at the origin. What are the slopes of the tangent lines at this point?
  • 2. Where are the slopes of the tangent lines the greatest for all three slice curves?


  • Critical Points 1D   2D Cylindrical Coordinates  Spherical Coordinates  Top of Page  Contents

    A critical point of a function of two variables f(x,y,z) is a point (x0,y0,z0) such that fx(x0,y0,z0),= 0,  fy(x0,y0,z0) = 0, and fz(x0,y0,z0) = 0. 

    Figure2

    [D]

    Exercises

  • 1. Consider each of the three slice surfaces separately. How does the clockwise order of the coloring relate to the type of critical point found on that slice surface where the four colors meet?
  • 2. If the critical point on the graph of f(x, y, z) is a maximum, what can you say about the critical points on each of the slice surfaces?
  • 3. If the critical point on the graph of f(x, y, z) is a saddle, what can you say about the critical points on each of the slice surfaces?
  • 4. If the critical point on the graph of f(x, y, z) is a minimum, what can you say about the critical points on each of the slice surfaces?
  • 5. In the demo, enter the function f(x, y, z) = x4 - 5x2yz + y2 + z2 and set the hotspot at the point (0, 0, 0). The critical points on all three slices are local minima. Does this mean that the point (0, 0, 0) is a local minimum of the function f(x, y, z)? Why or why not?


  • Tangent Hyperplanes and Normal Vectors 1D   2D  Top of Page  Contents

    Consider a point P=(x0,y0,z0) in the domain of f(x,y,z). If at this point the xy-, yz-, and xz-slice curves are differentiable, then their tangent lines determine a hyperplane consisting of the points (x0,y0,z0,f(x0,y0,z0)) that is tangent to the hypersurface at P.
    Figure3

    [D]

    Exercises

  • 1. Find equations for the tangent hyperplanes at the point (x0, y0, z0) for each of the following functions: 
    • f(x, y, z) = x2 + y2 + z2
    • f(x, y, z) = x + y
    • f(x, y, z) = xy + 2xz + 3yz
    • f(x, y, z) = ex + 2y + sin(z)
  • 2. Describe the xy, xz, and yz slices of the tangent hyperplane at a critical point of a function.


  • Chain Rule 1D   2D  Top of Page  Contents

    For functions of three variables, there is more than one form of the chain rule. 

    Figure4

    [D]


    Exercises

  • 1. Give a formula for the chain rule for the special case that y(t) and z(t) are constant functions. Do the same for the case that x(t) and z(t) are constant functions and then for the case that x(t) and y(t) are constant functions.
  • 2. Use the chain rule to find the maxima and minima for the function f(x, y, z) = x + y + z along the curve (cos(t), sin(t), cos(2t)).


  • Differentiability  1D   2D  Top of Page  Contents

    The function f is differentiable at a point (x0,y0, z0) if
    lim(x,y,z) --> (x0,y0,z0) |f(x,y,z) - L(x,y,z)|/d((x,y,z), (x0,y0,z0)) = 0
    where d((x,y,z), (x0,y0,z0)) = √[(x-x0)2 + (y - y0)2 + (z - z0)2] is the distance from (x,y,z) to (x0,y0,z0) and L(x, y, z) is the equation for the tangent plane to the function f(x, y, z) at the point (x0, y0, z0).


    Figure5

    [D]

    Exercises

  • Test whether each function below is differentiable at the specified point:
    • f(x, y, z) = x2 + y2 + z2, P = (0.5, 0.5, 0.5)
    • f(x, y, z) = |z|, P = (0, 0, 0)
    • f(x, y, z) = |z|, P = (0, 0, 0.1)
    • f(x, y, z) = |x| + |y| + |z|, P = (0, 0, 0)
    • f(x, y, z) = |x3| + |y3| + |z3|, P = (0, 0, 0)