Rate of change of a multivariable function in the direction of the unit vector
u=(a,b).
Directional derivative of f in the direction u is:
Duf(x0,y0)=h→0limhΔz=h→0limhf(x0+ha,y0+hb)−f(x0,y0)
If fx and fy are continuous at (x,y), then f has a directional
derivative in any direction u=(a,b).
Duf(x,y)=afx(x,y)+bfy(x,y)
Also the directional derivative can be written as:
Duf(x0,y0)=⟨fx(x0,y0),fy(x0,y0)⟩⋅u
Gradient
Denoted by ∇f. Can be extended for functions with more inputs.
∇f(x0,y0)=⟨fx(x0,y0),fy(x0,y0)⟩=∂x∂fi+∂y∂fj
The ∇ is the “del operator”.
∇≡∂x∂i+∂y∂j
Critical point
Aka stationary point. A point where the gradient is zero or where one of the partial derivatives is undefined.
Maxmimum of Directional Derivative
Maximum value of the directional derivative D_\boldsymbol{u} f is
∣∇f∣ and occurs when the gradient vector and
u has the same direction.