Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Directional Derivative

Rate of change of a multivariable function in the direction of the unit vector u=(a,b)\boldsymbol{u}=(a,b).

Directional derivative of ff in the direction u\boldsymbol{u} is:

Duf(x0,y0)=limh0Δzh=limh0f(x0+ha,y0+hb)f(x0,y0)hD_{\boldsymbol{u}} f(x_0,y_0) = \lim_{h\to 0} \frac{\Delta z}{h} = \lim_{h\to 0} \frac{f(x_0+ha, y_0+hb) - f(x_0,y_0)}{h}

If fxf_x and fyf_y are continuous at (x,y)(x,y), then ff has a directional derivative in any direction u=(a,b)\boldsymbol{u}=(a,b).

Duf(x,y)=afx(x,y)+bfy(x,y)D_{\boldsymbol{u}} f(x,y) = af_x(x,y) + bf_y(x,y)

Also the directional derivative can be written as:

Duf(x0,y0)=fx(x0,y0),fy(x0,y0)uD_{\boldsymbol{u}} f(x_0,y_0) = \Big\langle f_x(x_0,y_0),f_y(x_0,y_0)\Big\rangle \cdot \boldsymbol{u}

Gradient

Denoted by f\nabla f. Can be extended for functions with more inputs.

f(x0,y0)=fx(x0,y0),fy(x0,y0)=fxi+fyj\nabla f(x_0,y_0) = \Big\langle f_x(x_0,y_0),f_y(x_0,y_0) \Big\rangle = \frac{\partial f}{\partial x}\boldsymbol{i} +\frac{\partial f}{\partial y}\boldsymbol{j}

The \nabla is the “del operator”.

xi+yj\nabla \equiv \frac{\partial }{\partial x}\boldsymbol{i} +\frac{\partial }{\partial y}\boldsymbol{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\lvert \nabla f \rvert and occurs when the gradient vector and u\boldsymbol{u} has the same direction.