Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

This cheat sheet covers the three core differential operators of multivariable calculus: gradient, divergence, and curl. These tools describe how scalar fields and vector fields change in space, which is essential in physics, engineering, and advanced calculus. Students need a quick reference because the notation is compact, the meanings are geometric, and the formulas are easy to mix up.

It is designed to help connect computation with interpretation.

Key Facts

  • For a scalar field f(x,y,z)f(x,y,z), the gradient is f=fx,fy,fz\nabla f = \left\langle \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right\rangle.
  • The directional derivative of ff in the unit direction u\mathbf{u} is Duf=fuD_{\mathbf{u}}f = \nabla f \cdot \mathbf{u}.
  • The gradient f\nabla f points in the direction of greatest increase of ff, and the maximum rate of increase is f\lVert \nabla f \rVert.
  • For a vector field F=P,Q,R\mathbf{F}=\langle P,Q,R\rangle, the divergence is F=Px+Qy+Rz\nabla \cdot \mathbf{F}=\frac{\partial P}{\partial x}+\frac{\partial Q}{\partial y}+\frac{\partial R}{\partial z}.
  • For a vector field F=P,Q,R\mathbf{F}=\langle P,Q,R\rangle, the curl is ×F=RyQz,PzRx,QxPy\nabla \times \mathbf{F}=\left\langle \frac{\partial R}{\partial y}-\frac{\partial Q}{\partial z},\frac{\partial P}{\partial z}-\frac{\partial R}{\partial x},\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}\right\rangle.
  • The Laplacian of a scalar field is 2f=(f)=2fx2+2fy2+2fz2\nabla^2 f = \nabla \cdot (\nabla f)=\frac{\partial^2 f}{\partial x^2}+\frac{\partial^2 f}{\partial y^2}+\frac{\partial^2 f}{\partial z^2}.
  • If F=f\mathbf{F}=\nabla f, then ×F=0\nabla \times \mathbf{F}=\mathbf{0} whenever the needed second partial derivatives are continuous.
  • For sufficiently smooth vector fields, (×F)=0\nabla \cdot (\nabla \times \mathbf{F})=0.

Vocabulary

Scalar field
A scalar field assigns one number, such as temperature or height, to each point in space.
Vector field
A vector field assigns a vector, such as velocity or force, to each point in space.
Gradient
The gradient is the vector of first partial derivatives of a scalar field and points toward greatest increase.
Divergence
Divergence measures the net outward flow or source strength of a vector field at a point.
Curl
Curl measures the local rotation or circulation tendency of a vector field at a point.
Laplacian
The Laplacian is the divergence of the gradient and measures how a scalar field compares to nearby values.

Common Mistakes to Avoid

  • Using the gradient on a vector field is wrong because f\nabla f is defined for a scalar field ff, while vector fields use operators such as F\nabla \cdot \mathbf{F} and ×F\nabla \times \mathbf{F}.
  • Forgetting that Duf=fuD_{\mathbf{u}}f = \nabla f \cdot \mathbf{u} requires u\mathbf{u} to be a unit vector is wrong because a nonunit direction scales the derivative by its length.
  • Mixing up divergence and curl is wrong because F\nabla \cdot \mathbf{F} produces a scalar, while ×F\nabla \times \mathbf{F} produces a vector in three dimensions.
  • Reversing signs in the curl formula is wrong because the component order determines orientation, especially in PzRx\frac{\partial P}{\partial z}-\frac{\partial R}{\partial x} and QxPy\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}.
  • Assuming zero divergence means zero curl is wrong because divergence describes source behavior, while curl describes rotational behavior.

Practice Questions

  1. 1 Find f\nabla f for f(x,y,z)=x2y+yz3f(x,y,z)=x^2y+yz^3.
  2. 2 Compute F\nabla \cdot \mathbf{F} for F(x,y,z)=x2,xy,z3\mathbf{F}(x,y,z)=\langle x^2,xy,z^3\rangle.
  3. 3 Compute ×F\nabla \times \mathbf{F} for F(x,y,z)=yz,xz,xy\mathbf{F}(x,y,z)=\langle yz,xz,xy\rangle.
  4. 4 Explain why a field with F=0\nabla \cdot \mathbf{F}=0 can still have nonzero curl, using the meanings of divergence and curl.

Understanding Multivariable Calculus Gradient, Divergence, Curl

A useful first step is to identify what kind of quantity a problem gives you. Temperature, pressure, height, and electric potential assign one number to each location. They are scalar fields.

Wind velocity, water flow, and magnetic force assign a direction and a size at each location. They are vector fields. This distinction determines which operator makes sense.

A gradient starts with a scalar field and produces a vector. Divergence starts with a vector field and produces a scalar.

Curl starts with a vector field and produces another vector. Keeping track of the input and output prevents many formula errors.

The directional derivative has a practical meaning beyond its formula. Imagine walking across a hill whose height is described by a function. Your direction of travel affects how quickly your elevation changes.

Walking across a contour line gives no immediate change in height. Walking directly uphill gives the largest increase. The direction must have length one when using the directional derivative.

If it is not a unit vector, its length wrongly changes the reported rate. This is one of the most common calculation mistakes. Normalize a direction vector before taking its dot product with the gradient.

Divergence describes local expansion or compression of flow. Think of a tiny balloon placed in moving air. Positive divergence means the air near that point tends to spread the balloon outward.

Negative divergence means flow tends to squeeze inward. Zero divergence does not mean the field is zero or motionless. It means that the local inflow and outflow balance.

In fluid mechanics, an incompressible liquid is often modeled with zero divergence. In electromagnetism, divergence helps connect an electric field to the charge density that produces it. The sign matters, so check each component derivative carefully and match it with the correct coordinate.

Curl measures a local tendency to rotate, not whether a path happens to curve. Place a tiny paddle wheel in a flowing fluid. If it spins, the field has curl at that location.

The curl vector points along the wheel's rotation axis according to the right hand rule. A field can carry objects around a curved path while having zero curl in some regions, so pictures alone can mislead. For a gradient field, curl vanishes under ordinary smoothness conditions.

This fact is important for conservative force fields, where work depends only on the starting and ending positions. The Laplacian gives another kind of information.

It compares a value with nearby values and appears in heat flow, wave equations, gravity, and diffusion. Learn the meanings first, then use formulas as compact ways to calculate them.