
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The del operator is a vector calculus symbol used for compact notation. It is defined as the gradient operator (โ) which is the sum of partial derivatives with respect to x, y, and z axes. The gradient of a function results in a vector, while the divergence of a vector yields a scalar. The curl of a vector is expressed as the cross product of the gradient operator and the vector, resulting in a vector.
Typology: Summaries
1 / 1
This page cannot be seen from the preview
Don't miss anything!

The symbolic operator โdelโ is widely used for compact notation. It is a vector defined as
โx
i + โ โy
j + โ โz
k = ( โ โx
โy
โz
where i, j, k correspond to the unit vector in the x, y, z axis.
Recall that the product of (^) โxโ and a function f (x, y, z) is โfโx. Then we have the gradient of a
function f expressed as
grad f = โf = ( โf โx
, โf โy
, โf โz
The gradient of a function f is a vector.
Moreover, for a vector F = (u, v, w) where u = u(x, y, z), v = v(x, y, z), w = w(x, y, z) are all
functions of x, y, z, the divergence of this vector F can be seen as the dot product of โ and vector
F, expressed as
div f = โ ยท F = โuโx + (^) โyโv + โwโz (3)
The divergence of a vector results in a scalar.
On the other hand, the curl of the vector F can be consideres as the cross product of โ and
vector F, expressed as
curl f = โ ร F =
i j k
โ โx
โ โy
โ โz
u v w
= i( โw โy
โ โv โz
) + j( โu โz
โ โw โx
) + k( โv โx
โ โu โy
Note that the curl of a vector results in a vector. Equation (4) can also be expressed as
curl f = โ ร F =
i j k
โ โx
โ โy
โ โz
u v w
= [( โw โy
โ โv โz
), ( โu โz
โ โw โx
), ( โv โx
โ โu โy