Derivative of Functions of Two Variables 1D  3D  Contents

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

Partial Derivatives  3D  Polar Coordinates  Top of Page  Contents

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

figure1


[D]


Exercises

Exercise: Find the x- and y-partial derivatives of the following functions at the indicated points.

  • 1. f(x,y) = px + qy + r for constants p, q, and r.
  • 2. f(x,y) = ax2 + 2bxy + cy2 for constants a, b, and c
  • 3. f(x,y) = x3 - 3xy2
  • 4. f(x,y) = -x4 + 2x2 - y2

  • Critical Points of Functions 1D   3D  Polar Coordinates  Parametric Equations   Top of Page  Contents


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

    figure2


    [D]


    Exercises

    Exercises: Find the critical points of the following functions:
  • 1. f(x,y) = x2 + 4y2 -2x + 4y + 3
  • 2. f(x,y) = x2 - 3xy + 2y2
  • 3. f(x,y) = x - xy2
  • 4. f(x,y) = x3 - 3xy2
  • 5. f(x,y) = -x4 + 2x2 - y2
  • 6. f(x,y) = -(x2+y2)2 + 2(x2+y2)
  • 7. f(x,y) = |xy|.


  • Tangent Planes and Normal Vectors  1D   3D   Parametric Equations Polar Coordinates  Top of Page  Contents


    If both partial derivatives of f exist at a point (x0,y0), then the equation of the tangent plane of f at (x0,y0) is T(x,y) = f(x0,y0) + fx(x0,y0)(x - x0) + fy(x0,y0)(y - y0). 

    figure6


    [D]


    figure7


    [D]

    Exercises

     Find the equations of the tangent planes and the normal lines for the following functions at the indicated points.
  • 1. f(x,y) = x2 + 4y2 -2x + 4y + 3 at (0,0)
  • 2. f(x,y) = x2 - 3xy + 2y2 at (0,0)
  • 3. f(x,y) = x - xy2 at (0,0)
  • 4. f(x,y) = x3 - 3xy2 at (0,0)
  • 5. f(x,y) = -x4 + 2x2 - y2 at (0,0), (1,0), and (0,1)
  • 6. f(x,y) = -(x2+y2)2 + 2(x2+y2) at (0,0), (1,0), and (0,1)

  • Chain Rule  1D   3D  Polar Coordinates  Top of Page  Contents


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

    figure11


    [D]


    Exercises

  • How could this demonstration be extended into a proof of the chain rule for two variables?
  • Find the maximum and minimum values of f(x(t),y(t)) where (x(t),y(t)) = (cos(t),sin(t)), 0 ≤t≤ 2π and f(x,y) = xy.
  • Same problem for x(t) = cos(t), y(t) = 2sin(t), 0≤t≤2π and f(x,y) = x2 + y2


  • Differentiability 1D   3D  Polar Coordinates  Top of Page  Contents

    The function f is differentiable at a point (x0,y0) if

    lim(x,y) --> (x0,y0) |f(x,y) - L(x,y)|/d((x,y), (x0,y0)) = 0

    where d((x,y), (x0,y0)) = √[(x-x0)2 + (y - y0)2] is the distance from (x,y) to (x0,y0) and L(x, y) is the equation for the tangent plane to the function f(x, y) at the point (x0, y0).


    figure12


    [D]


    Exercises

  • Use the demonstrations for continuity and differentiability in two variables to give an argument for why differentiability at a point implies continuity at a point.