Fiveable

Calculus IV Unit 19 Review

QR code for Calculus IV practice questions

19.3 Applications to work and circulation

19.3 Applications to work and circulation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Work and Line Integrals

Calculating Work Using Line Integrals

Work measures the energy transferred by a force acting on an object as it moves along a path. In vector calculus, you compute it as the line integral of a force vector field F\vec{F} along a curve CC:

W=CFdrW = \int_C \vec{F} \cdot d\vec{r}

At each point along the path, the dot product Fdr\vec{F} \cdot d\vec{r} captures only the component of force in the direction of motion. Force perpendicular to the path does zero work.

To actually evaluate this integral, you parameterize the path with a vector-valued function r(t)\vec{r}(t) for t[a,b]t \in [a, b], then compute:

W=abF(r(t))r(t)dtW = \int_a^b \vec{F}(\vec{r}(t)) \cdot \vec{r}\,'(t) \, dt

Note the distinction between two types of line integrals you'll encounter:

  • Line integral of a vector field (used for work): CFdr\int_C \vec{F} \cdot d\vec{r}. This depends on the direction you traverse CC.
  • Line integral of a scalar function (used for mass, arc length, etc.): Cfds\int_C f \, ds, where ds=r(t)dtds = \|\vec{r}\,'(t)\| \, dt is the arc length element. This does not depend on orientation.

Force fields are vector fields representing the force on an object at each point in space. Gravitational fields, electric fields, and fluid velocity fields are common examples.

Path Independence and Conservative Fields

Path independence means the value of CFdr\int_C \vec{F} \cdot d\vec{r} depends only on the endpoints of CC, not on which route you take between them. If paths C1C_1 and C2C_2 share the same start and end points, then:

C1Fdr=C2Fdr\int_{C_1} \vec{F} \cdot d\vec{r} = \int_{C_2} \vec{F} \cdot d\vec{r}

A vector field with this property is called conservative. Gravity and electrostatic force are conservative. Friction is not, because the work it does depends on the length and shape of the path (and it always removes energy from the system).

The fundamental theorem for line integrals is what makes conservative fields so convenient. If F=f\vec{F} = \nabla f for some scalar function ff, then:

CFdr=f(r(b))f(r(a))\int_C \vec{F} \cdot d\vec{r} = f(\vec{r}(b)) - f(\vec{r}(a))

You skip the parameterization entirely and just evaluate the potential function at the two endpoints.

Calculating Work Using Line Integrals, Conservative Vector Fields · Calculus

Conservative Forces and Potential Energy

Relationship Between Conservative Forces and Potential Energy

In physics, conservative forces are written with a sign convention: F=U\vec{F} = -\nabla U, where U(x,y,z)U(x, y, z) is the potential energy function. The negative sign means force points in the direction of decreasing potential energy (objects naturally move toward lower energy states).

The work done by a conservative force then equals the negative change in potential energy:

W=ΔU=(UfinalUinitial)=UinitialUfinalW = -\Delta U = -(U_{\text{final}} - U_{\text{initial}}) = U_{\text{initial}} - U_{\text{final}}

So if an object moves from high potential to low potential, the force does positive work on it (it speeds up). Familiar examples:

  • Gravitational potential energy: U=mghU = mgh. A falling object loses potential energy, and gravity does positive work.
  • Electrostatic potential energy: U=kq1q2/rU = kq_1 q_2 / r. A charge moving toward an opposite charge loses potential energy as the electric force does positive work.

In both cases, the work depends only on the initial and final positions, never on the path.

Calculating Work Using Line Integrals, Vector Fields · Calculus

Properties of Conservative Force Fields

Three equivalent ways to identify a conservative field F\vec{F} (on a simply connected domain):

  1. Zero curl: ×F=0\nabla \times \vec{F} = \vec{0} everywhere in the domain.
  2. Path independence: CFdr\int_C \vec{F} \cdot d\vec{r} depends only on endpoints.
  3. Zero circulation on closed loops: CFdr=0\oint_C \vec{F} \cdot d\vec{r} = 0 for every closed curve CC.

These three conditions are all equivalent, and any one of them implies the other two. The zero-curl test (condition 1) is usually the fastest way to check whether a given field is conservative.

Conservative forces also conserve mechanical energy. Since W=ΔUW = -\Delta U and the work-energy theorem gives W=ΔKW = \Delta K (change in kinetic energy), you get:

ΔK+ΔU=0K+U=constant\Delta K + \Delta U = 0 \quad \Longrightarrow \quad K + U = \text{constant}

Total mechanical energy is preserved whenever only conservative forces act.

Circulation and Closed Paths

Defining Circulation

Circulation measures how much a vector field "flows along" a closed loop. For a vector field F\vec{F} and a closed curve CC, circulation is:

Circulation=CFdr\text{Circulation} = \oint_C \vec{F} \cdot d\vec{r}

The sign tells you the rotational tendency relative to your chosen orientation:

  • Positive circulation: net flow in the counterclockwise direction (standard orientation).
  • Negative circulation: net flow in the clockwise direction.
  • Zero circulation: no net rotational tendency around the loop.

Circulation connects directly to curl through Stokes' theorem. If SS is any oriented surface bounded by CC, then:

CFdr=S(×F)dS\oint_C \vec{F} \cdot d\vec{r} = \iint_S (\nabla \times \vec{F}) \cdot d\vec{S}

This tells you that circulation around a loop equals the total curl "flux" through any surface spanning that loop. If ×F=0\nabla \times \vec{F} = \vec{0} everywhere, Stokes' theorem immediately gives zero circulation on every closed path, which is consistent with the conservative field properties above.

Properties of Closed Paths and Circulation

A closed path starts and ends at the same point. Circles, ellipses, rectangles, or any simple closed curve all qualify.

The key results connecting circulation to the rest of this unit:

  • Conservative fields have zero circulation on every closed path. This follows directly from the fundamental theorem for line integrals: if F=f\vec{F} = \nabla f, then CFdr=f(P)f(P)=0\oint_C \vec{F} \cdot d\vec{r} = f(P) - f(P) = 0 for any closed curve starting and ending at PP.
  • Nonzero circulation implies non-conservative. If you find any closed path where CFdr0\oint_C \vec{F} \cdot d\vec{r} \neq 0, the field cannot be conservative and has no potential function.
  • Circulation detects rotation in physical systems. In fluid dynamics, the circulation of a velocity field around a closed curve measures the net rotational motion of the fluid. A vortex has large circulation around loops enclosing its center, even if the fluid speed is the same at every point on the loop.

This gives you a practical diagnostic: computing circulation on a well-chosen closed path is often the quickest way to confirm that a field is not conservative, without needing to check the curl component by component.