While the operators we will be seeing won’t seem to be too important for now, understanding them will provide an analytical insight to the deeply conceptual concepts we will be discussing. Numbers are there to simplify thoughts and learning how to maneuver through the numbers using concepts such as vector calculus is not only helps simplify our understanding, but might also lead us into discovering some new properties of the functions we are studying.

Gradient

For a real-valued function f(x, y, z) on 3, the gradient f(x, y, z) is a vector-valued function on 3, that is, its value at a point (x, y, z) is the vector
$$\nabla f (x, y, z) = \left ( \dfrac{\partial f}{ \partial x} , \dfrac{\partial f}{ \partial y} , \dfrac{\partial f}{ \partial z} \right ) = \dfrac{\partial f}{ \partial x}\textbf{i} + \dfrac{\partial f}{ \partial y}\textbf{j} + \dfrac{\partial f}{ \partial z}\textbf{k}$$
in 3, where each of the partial derivatives is evaluated at the point (x, y, z). So in this way, you can think of the symbol as being “applied” to a real-valued function f to produce a vector f.

It turns out that the divergence and curl can also be expressed in terms of the symbol . This is done by thinking of as a vector in 3, namely
$$\nabla = \dfrac{\partial}{ \partial x}\textbf{i} + \dfrac{\partial}{ \partial y}\textbf{j} + \dfrac{\partial}{ \partial z}\textbf{k}$$

Divergence

The divergence for a vector field$\mathbf{f}(x,y,z)=f_1(x,y,z)\textbf i+f_2(x,y,z)\textbf j+f_3(x,y,z)\textbf k$ is the dot product of f with (thought of as a vector):
$$\begin{aligned} \nabla\cdot\textbf{f} &= \left ( \dfrac{\partial}{ \partial x}\textbf{i} + \dfrac{\partial}{ \partial y}\textbf{j} + \dfrac{\partial}{ \partial z}\textbf{k} \right ) \cdot (f_1(x, y, z)\textbf{i} + f_2(x, y, z)\textbf{j} + f_3(x, y, z)\textbf{k}) \\[4pt] &= \left ( \dfrac{\partial}{ \partial x} \right ) (f_1) + \left ( \dfrac{\partial }{ \partial y} \right ) (f_2) + \left ( \dfrac{\partial}{ \partial z} \right ) (f_3) \\[4pt] &= \dfrac{\partial f_1}{ \partial x} + \dfrac{\partial f_2}{ \partial y} + \dfrac{\partial f_3}{ \partial z} \\[4pt] &= \text{div }\textbf{f} \\[4pt] \end{aligned}$$

Curl

The curl for a vector field $\mathbf{f}(x,y,z)=P(x,y,z)\textbf i+Q(x,y,z)\textbf j+Z(x,y,z)\textbf k$ is the cross product of f with (thought of as a vector):
$$\begin{aligned} \nabla \times \textbf{f} &= \begin{vmatrix} \textbf{i} & \textbf{j} & \textbf{k} \\[4pt] \dfrac{\partial}{ \partial x} & \dfrac{\partial}{ \partial y} & \dfrac{\partial }{ \partial z} \\[4pt] \nonumber P(x, y, z) & Q(x, y, z) & R(x, y, z) \\[4pt] \end{vmatrix} \\[4pt] \nonumber &=\left ( \dfrac{\partial R}{ \partial y} - \dfrac{\partial Q}{ \partial z}\right )\textbf{i} - \left ( \dfrac{\partial R}{ \partial x} - \dfrac{\partial P}{ \partial z} \right )\textbf{j} + \left ( \dfrac{\partial Q}{ \partial x} - \dfrac{\partial P}{ \partial y} \right )\textbf{k} \\[4pt] \nonumber &= \left ( \dfrac{\partial R}{ \partial y} - \dfrac{\partial Q}{ \partial z}\right )\textbf{i} + \left (\dfrac{\partial P}{ \partial z}-\dfrac{\partial R}{ \partial x} \right )\textbf{j} + \left ( \dfrac{\partial Q}{ \partial x} - \dfrac{\partial P}{ \partial y} \right )\textbf{k} \\[4pt] \nonumber &=\text{curl }\textbf{f} \\[4pt] \end{aligned}$$

Laplacian

For a real-valued function f(x, y, z), the Laplacian of f, denoted by Δf, is given by
$$\nabla f (x, y, z) = \nabla\cdot \nabla f = \dfrac{\partial^ 2 f}{ \partial x^ 2} + \dfrac{\partial^ 2 f}{ \partial y^ 2} + \dfrac{\partial ^ 2 f}{ \partial z^ 2}$$

$$\begin{aligned} \text{div }\nabla f &= \nabla\cdot\nabla f \\[4pt] \nonumber &=\left ( \dfrac{\partial}{ \partial x}\textbf{i} + \dfrac{\partial}{ \partial y}\textbf{j} + \dfrac{\partial}{ \partial z}\textbf{k} \right ) \cdot \left ( \dfrac{\partial f}{ \partial x}\textbf{i} + \dfrac{\partial f}{ \partial y}\textbf{j} + \dfrac{\partial f}{ \partial z}\textbf{k} \right ) \\[4pt] \nonumber &=\dfrac{\partial}{ \partial x} \left ( \dfrac{\partial f}{ \partial x} \right ) + \dfrac{\partial}{ \partial y} \left ( \dfrac{\partial f}{ \partial y} \right ) + \dfrac{\partial}{ \partial z} \left ( \dfrac{\partial f}{ \partial z} \right ) \\[4pt] \nonumber &= \dfrac{\partial^2 f}{ \partial x^ 2} + \dfrac{\partial^ 2 f}{ \partial y^ 2} + \dfrac{\partial^ 2 f}{ \partial z^ 2} \\[4pt] \end{aligned}$$