10. Vector Fields and Line Integrals

Work And Circulation

Work and Circulation in Vector Fields

students, imagine pushing a shopping cart through a store πŸ›’. Sometimes you push in the same direction the cart wants to move, and the job feels easier. Other times you push against the motion, and it takes more effort. In multivariable calculus, this idea becomes work. When the force depends on where you are in space, we use a vector field and a line integral to measure how much work is done along a path.

In this lesson, you will learn to:

  • explain what work and circulation mean in vector fields,
  • connect them to line integrals,
  • compute them using multivariable calculus tools,
  • and see how they fit into the bigger picture of conservative fields and potential functions.

What Work Means in a Vector Field

A vector field assigns a vector to each point in space. For example, a force field in the plane might be written as $\mathbf{F}(x,y)=\langle P(x,y),Q(x,y)\rangle$. This means that at each point $(x,y)$, the force has an $x$-component $P(x,y)$ and a $y$-component $Q(x,y)$.

Work measures how much a force contributes to motion along a path. In physics, the idea is simple: only the part of the force pointing along the motion does useful work. If the force points in the same direction as movement, the work is positive. If it points opposite the movement, the work is negative. If it is perpendicular, the work is zero.

Suppose an object moves along a curve $C$ from point $A$ to point $B$, and the force field is $\mathbf{F}$. The total work is the line integral

$$W=\int_C \mathbf{F}\cdot d\mathbf{r}$$

where $d\mathbf{r}$ is a tiny displacement along the curve. If the curve is parametrized by $\mathbf{r}(t)=\langle x(t),y(t)\rangle$ for $a\le t\le b$, then

$$W=\int_a^b \mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)\,dt.$$

This formula says to take the force at each point on the path, dot it with the direction of motion, and add up all those tiny contributions.

Example: Constant Force

If $\mathbf{F}=\langle 3,4\rangle$ is constant and an object moves from $(0,0)$ to $(2,1)$ along any path, then the work is the dot product of force and displacement:

$$W=\mathbf{F}\cdot\langle 2,1\rangle=3(2)+4(1)=10.$$

Because the force is constant, the path does not matter. This is a nice warm-up, but most real vector fields are not constant, so the path often matters a lot.

Line Integrals and the Meaning of Direction

A line integral adds up values along a curve, not across an interval or region. In work problems, the curve is the path of motion, and the integrand is the part of the force aligned with the path.

If $\mathbf{r}(t)=\langle x(t),y(t)\rangle$, then the tangent vector is $\mathbf{r}'(t)=\langle x'(t),y'(t)\rangle$. The dot product

$$\mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)$$

tells us how strongly the field helps or resists motion at each moment.

This is why direction matters so much. A field can have a large magnitude, but if the object moves nearly perpendicular to it, the dot product is small. For example, if a wind blows east and a cyclist rides north, the wind does very little work on the cyclist 🌬️🚴.

Example: A Simple Path

Let $\mathbf{F}(x,y)=\langle y,x\rangle$ and let the path be the line segment from $(0,0)$ to $(1,1)$. A parametrization is $\mathbf{r}(t)=\langle t,t\rangle$ for $0\le t\le 1$, so $\mathbf{r}'(t)=\langle 1,1\rangle$.

Then

$$\mathbf{F}(\mathbf{r}(t))=\langle t,t\rangle,$$

and

$$\mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)=t+t=2t.$$

So the work is

$$W=\int_0^1 2t\,dt=1.$$

students, notice how the formula turns a path problem into a single-variable integral.

Circulation: Measuring Movement Around a Curve

Circulation measures how much a vector field pushes along a closed curve. Think of a little paddle wheel floating in a fluid current 🌊. If the current tends to spin the wheel around the curve, the field has circulation.

For a closed curve $C$, circulation is given by

$$\oint_C \mathbf{F}\cdot d\mathbf{r}$$

where the circle on the integral sign means the curve is closed. This is the same type of line integral as work, but the path ends where it begins.

A positive circulation means the field tends to move in the chosen direction around the curve. A negative circulation means it tends to move the other way. The value depends on the orientation of the curve, usually counterclockwise being positive.

Work vs. Circulation

These two ideas are closely related:

  • Work usually refers to motion from one point to another along an open path.
  • Circulation usually refers to motion around a closed loop.

Both use the integral $\int_C \mathbf{F}\cdot d\mathbf{r}$. The main difference is the shape of the curve and the interpretation.

Example: Circulation Around a Circle

Let $\mathbf{F}(x,y)=\langle -y,x\rangle$ and let $C$ be the circle $x^2+y^2=1$, oriented counterclockwise. Parametrize the circle by $\mathbf{r}(t)=\langle \cos t,\sin t\rangle$ for $0\le t\le 2\pi$.

Then

$$\mathbf{r}'(t)=\langle -\sin t,\cos t\rangle,$$

and

$$\mathbf{F}(\mathbf{r}(t))=\langle -\sin t,\cos t\rangle.$$

So

$$\mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)=\sin^2 t+\cos^2 t=1.$$

Therefore,

$$\oint_C \mathbf{F}\cdot d\mathbf{r}=\int_0^{2\pi} 1\,dt=2\pi.$$

This field always points tangent to the circle, so it strongly supports motion around the loop. That makes the circulation positive and nonzero.

Conservative Fields and Why They Matter

A vector field is conservative if it is the gradient of a potential function. That means there is a scalar function $f$ such that

$$\mathbf{F}=\nabla f.$$

In a conservative field, line integrals depend only on the starting and ending points, not on the path taken. This has an important consequence for work:

$$\int_C \mathbf{F}\cdot d\mathbf{r}=f(B)-f(A).$$

So if $C$ is a closed curve, then $A=B$, and the work around the loop is

$$\oint_C \mathbf{F}\cdot d\mathbf{r}=0.$$

That means conservative fields have zero circulation around every closed curve in a region where the potential function is defined.

Example: A Conservative Field

Let $f(x,y)=x^2+y^2$. Then

$$\nabla f=\langle 2x,2y\rangle.$$

If an object moves from $(1,0)$ to $(2,1)$ in this field, the work is

$$f(2,1)-f(1,0)=(4+1)-(1+0)=4.$$

No matter which path is taken, the work is $4$. That path independence is one of the clearest signs of a conservative field.

How to Compute Work and Circulation

To compute a work or circulation integral, follow these steps:

  1. Parametrize the curve $C$ as $\mathbf{r}(t)=\langle x(t),y(t)\rangle$.
  2. Find the derivative $\mathbf{r}'(t)$.
  3. Substitute into the field to get $\mathbf{F}(\mathbf{r}(t))$.
  4. Take the dot product $\mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)$.
  5. Integrate over the parameter interval.

This procedure works for both work and circulation.

Example with a Nonclosed Path

Let $\mathbf{F}(x,y)=\langle x+y,y\rangle$ and let $C$ be the parabola $y=x^2$ from $x=0$ to $x=1$. A parametrization is $\mathbf{r}(t)=\langle t,t^2\rangle$, $0\le t\le 1$.

Then $\mathbf{r}'(t)=\langle 1,2t\rangle$, and

$$\mathbf{F}(\mathbf{r}(t))=\langle t+t^2,t^2\rangle.$$

So

$$\mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)=(t+t^2)(1)+t^2(2t)=t+t^2+2t^3.$$

The work is

$$\int_0^1 (t+t^2+2t^3)\,dt=\frac{1}{2}+\frac{1}{3}+\frac{1}{2}=\frac{4}{3}.$$

This is a good example of how a curve with changing direction can still be handled systematically.

Why Work and Circulation Fit the Bigger Picture

Work and circulation are not separate topics from vector fields and line integrals; they are two of the main reasons those tools exist. They show how a field influences motion along a path.

In the broader study of vector fields, these ideas help answer questions like:

  • Does the field do the same work along every path between two points?
  • Does the field rotate around a region or push motion in loops?
  • Can we find a potential function that makes the field easier to understand?

This connects directly to later ideas such as conservative fields, Green’s Theorem, and fluid flow. For instance, if a field has zero circulation around closed curves in a simply connected region, that often points toward conservativeness. If the field has visible circulation, it may describe a rotating fluid or a swirling force pattern.

Conclusion

Work and circulation are two powerful ways to measure how a vector field interacts with motion. Work tells how much a force helps or resists movement along a path. Circulation tells how much a field pushes around a closed loop. Both are computed with line integrals, and both depend on the direction of travel as well as the values of the field.

students, the big idea is this: vector fields are not just arrows on a graph. They can represent real effects like force, wind, and flow. Line integrals turn those arrows into measurable quantities, and work and circulation are two of the most important measurements in multivariable calculus.

Study Notes

  • A vector field assigns a vector to each point, such as $\mathbf{F}(x,y)=\langle P(x,y),Q(x,y)\rangle$.
  • Work along a curve $C$ is $\int_C \mathbf{F}\cdot d\mathbf{r}$.
  • If $\mathbf{r}(t)$ parametrizes $C$, then $\int_C \mathbf{F}\cdot d\mathbf{r}=\int_a^b \mathbf{F}(\mathbf{r}(t))\cdot \mathbf{r}'(t)\,dt$.
  • The dot product measures how much of the force points along the direction of motion.
  • Circulation is the line integral around a closed curve: $\oint_C \mathbf{F}\cdot d\mathbf{r}$.
  • Positive circulation means the field tends to move with the chosen orientation of the curve.
  • A conservative field has the form $\mathbf{F}=\nabla f$ for some potential function $f$.
  • In a conservative field, work depends only on endpoints: $\int_C \mathbf{F}\cdot d\mathbf{r}=f(B)-f(A)$.
  • For any closed curve in a conservative field, $\oint_C \mathbf{F}\cdot d\mathbf{r}=0$.
  • Work and circulation are central ideas in vector fields, line integrals, and fluid-flow style applications.

Practice Quiz

5 questions to test your understanding

Work And Circulation β€” Multivariable Calculus | A-Warded