Content
    Nabla Operator (\nabla)

Vector Calculus

Some notes about Vector Calculus. Mainly Divergence, Gradient and Curl.

Nabla Operator (\nabla)

=(x1,,xn)\nabla = \left (\frac\partial{\partial x_1},\ldots, \frac\partial{\partial x_n}\right)

For a 3-dimensional cartesian coordinate system:

=(x,y,z)=exx+eyy+ezz\nabla = \left(\frac\partial {\partial x}, \frac\partial {\partial y}, \frac\partial {\partial z}\right) = \vec e_x \frac\partial {\partial x} + \vec e_y \frac\partial {\partial y} + \vec e_z \frac\partial {\partial z}

Sometimes \vec\nabla is written instead of \nabla to show that it’s basically a vector.

The Nabla Operator can be seen as “Vector of partial derivative operators”. The dimension is same as the input dimension.

Operator: takes as input a function an outputs an other function.

Gradient (grad\operatorname{grad})

The gradient represents the slope of the tangent of the graph of a function.

Input: A Scalar field

Output: A Vector field

The direction of the gradient at one position shows the direction of the biggest change (steepest ascent) in the scalar field. The vectors are pointing “uphills”. The length (absolute value) of the gradient at that point is a measurement of the change (slope, steepness).

f=fx1e1++fxnen\nabla f = \frac{\partial f}{\partial x_1}\mathbf{e}_1 + \cdots + \frac{\partial f}{\partial x_n }\mathbf{e}_n

eie_i: The orthogonal unit vectors pointing in the coordinate directions

The Gradient is always perpendicular to the Contour lines.

Divergence (div\operatorname{div})

The divergence is a vector operator that measures the magnitude of a vector field’s source or sink. It is a scalar field with signed components (positive values for sources, negative values for sinks).

Input: A Vector field

Output: A Scalar field

The divergence is the scalar product between the Nabla operator =(x1,,xn)\nabla=(\tfrac{\partial}{\partial x_1},\ldots,\tfrac{\partial}{\partial x_n}) and the vector F=(F1,,Fn)\vec F = (F_1, \ldots,F_n).

divF=F=F1x1+F2x2++Fnxn=i=1nFixi\operatorname{div}\,\vec F = \nabla\cdot\vec F =\frac{\partial F_1}{\partial x_1}+\frac{\partial F_2}{\partial x_2}+\cdots +\frac{\partial F_n}{\partial x_n} = \sum_{i=1}^n\frac{\partial F_i}{\partial x_i}


  • Category

  • Mathematics

  • Tags

  • Calculus

  • Created

  • 9. September 2015


  • Modified

  • 3. June 2023