Divergence and curl notation

For F : R3 R3, the formulas for the divergence and curl are

div F = F1 x + F2 y + F3 z curl F = F3 y F2 z , F1 z F3 x , F2 x F1 y .

These formulas are easy to memorize using a tool called the “del” operator, denoted by . Think of as a “fake” vector composed of all the partial derivatives that we use just to help us remember the formulas:

= x, y, z.

Although it may not seem to make sense to just have the partial derivatives without them acting on a function, we won’t worry about that. This is just notation.

Now, let’s take the dot product of the vector with F = (F1,F2,F3):

F = x, y, z (F1,F2,F3) = xF1 + yF2 + zF3

If we think of each “multiplication” in the dot product as instead being the derivative of the corresponding F, then we have the formula for the divergence. So, if you can remember the del operator and how to take a dot product, you can easily remember the formula for the divergence

div F = F = F1 x + F2 y + F3 z .

This notation is also helpful because you will always know that F is a scalar (since, of course, you know that the dot product is a scalar product).

The curl, on the other hand, is a vector. We know one product that gives a vector: the cross product. And, yes, it turns out that curl F is equal to ×F. To see this, let’s take the cross product of the vector with F.

×F = x, y, z × (F1,F2,F3) = i j k x y z F1F2F3 = i yF3 zF2 j xF3 zF1 + k xF2 yF1 = F3 y F2 z i + F1 z F3 x j + F2 x F1 y k

This is exactly the formula we gave above. So if you can use the rule that “multiplication” by x is the same as taking the partial derivative with respect to x (and similar for the other derivatives), then you can remember the curl formula by

curl F = ×F.