Section 4.6 - Directional Derivatives and the Gradient Vector

Section Objectives

  1. Compute directional derivatives and interpret them as slopes.
  2. Compute gradient vectors.
  3. Use gradient vectors as normal vectors.
  4. Use gradient vectors to determine the direction of maximum increase/decrease.



Directional derivatives

As we discussed earlier, the partial derivatives give slopes in the directions of the coordinate axes. For slopes in other directions, we need the directional derivative.


Definition:

Suppose is a two-variable function defined in a neighborhood of . The directional derivative of at in the direction of is given by

provided the limit exists.


Notice that the directional derivative reduces to our usual partial derivatives if or .



Theorem:

Suppose is a function such that and exist in a region . At any in , the directional derivative of in the direction of is given by



Examples







The gradient vector

Let be a function whose partial derivatives exist. The gradient of is defined by


Notice that with this definition, the theorem above shows that the directional derivative can be computed by the dot product

or more generally by



Examples







Properties of the gradient vector

Suppose is differentiable at .

  1. If , then for any unit vector .
  2. If , the is maximized when has the same direction as . The maximum value of is .
  3. If , the is minimized when has the same direction as . The minimum value of is .


Examples







Gradients and level curves

Theorem:

Suppose has continuous first-order partial derivatives in a neighborhood of the point . If , then is normal to the level curve through .



Examples







Three-dimensional directional derivatives and gradients

The definitions and theorems described above for two-variable functions can be generalized in rather ways to three-variable functions. In particular...

  1. points in the direction most rapid increase in .
  2. points in the direction most rapid decrease in .
  3. is normal to the level surface through .


Examples