Summary of Directional Derivatives and the Gradient

Essential Concepts

  • A directional derivative represents a rate of change of a function in any given direction.
  • The gradient can be used in a formula to calculate the directional derivative.
  • The gradient indicates the direction of greatest change of a function of more than one variable.

Key Equations

  • Directional derivative (two dimensions)
    Duf(a,b)=limh0f(a+hcosθ,b+hsinθ)f(a,b)h  or  Duf(x,y)=fx(x,y)cosθ+fy(x,y)sinθ
  • Gradient (two dimensions)
    f(x,y)=fx(x,y)i+fy(x,y)j
  • Gradient (three dimensions)
    f(x,y,z)=fx(x,y,z)i+fy(x,y,z)j+fz(x,y,z)k
  • Directional derivative (three dimensions)
    Duf(x,y,z)=f(x,y,z)u=fx(x,y,z)cosα+fy(x,y,z)cosβ+fz(x,y,z)cosγ

Glossary

directional derivative
the derivative of a function in the direction of a given unit vector
gradient
the gradient of the function f(x,y) is defined to be f(x,y)=(f/x)i+(f/y)j which can be generalized to a function of any number of independent variables