Divergence and curl notation
For F : R3 → R3, the formulas for the divergence and curl are
| div F | = + + ![]() | ||
| curl F | = . |
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:
∇ = . |
Now, let’s take the dot product of the ∇ vector with F = (F1,F2,F3):
| ∇⋅ F | = ⋅ (F1,F2,F3) | ||
= F1 + F2 + F3 |
div F = ∇⋅ F = + + . |
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 | = × (F1,F2,F3) | ||
= ![]() | |||
= i - j + k![]() | |||
= i + j + k |
This is exactly the formula we gave above. So if you can use the rule that
“multiplication” by
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. |
+
+ 






+
+ 



+ 


