All Modules

University Math Lab: Systems & Structures FREE

Loading simulation...

Gradient & Directional Derivatives

70 min University Math Lab: Systems & Structures

Learning Objectives

  • Calculate gradients
  • Find directional derivatives
  • Apply to optimization

Key Concepts

Gradient

∇f = ⟨∂f/∂x, ∂f/∂y, ∂f/∂z⟩

Directional Derivative

Rate of change in direction u

Theory

**Gradient Properties:** - Points in direction of steepest increase - Magnitude = max rate of change - Perpendicular to level curves **Directional Derivative:** D_u f = ∇f · u Where u is a unit vector in the desired direction.

Examples

∇f for f(x,y) = x² + xy

Solution: ∇f = ⟨2x + y, x⟩