A line integral is an integral computed along a curve in space, as opposed to an interval on the real line. Two flavors:

  • Scalar line integral : integrate a scalar function, weighted by arc length.
  • Vector line integral : integrate a vector field, weighted by tangential displacement (dot product).

Both reduce to ordinary single-variable integrals once the curve is parameterized.

Scalar line integral

For a smooth curve parameterized by , , and a continuous scalar function :

Three steps: (i) evaluate along the curve, (ii) multiply by the speed (the arc-length element), (iii) integrate in .

Independent of parameterization and orientation. Arc length is positive either way. So sees only the shape of the curve.

Physical meaning. If is linear mass density of a curved wire, is total mass. With , you get arc length.

Vector line integral

For an oriented smooth curve and a continuous vector field :

Three steps: evaluate at the curve, dot with the velocity, integrate.

Unit-tangent form. Using and :

Only the component of along the direction of motion contributes. Perpendicular components contribute nothing.

Component form. Writing and :

This is the form that appears in Green’s theorem and Stokes’ theorem.

Orientation matters. where is in reverse. Unlike scalar line integrals.

Physical meanings of the vector line integral

  • Work. If is a force field, is the work done on a particle moving along . The dot product picks out the component of force in the direction of motion.
  • Circulation. When is a closed curve, is the circulation of around — the net tendency of the field to flow around the loop.

“Circulation” is reserved for closed curves. For an open curve, is a line integral or work integral, never a circulation. A circulation requires both a vector field and a closed loop — neither alone has a circulation.

Path dependence

In general, line integrals depend on the path, not just on the endpoints. Example from the textbook: from to gives along , but along the L-shape (along -axis then up). Same endpoints, different paths, different answers.

The exception is conservative (gradient) fields, where path-independence holds and for any path from to .

Piecewise smooth curves

If has corners (like the L-shape), break it into smooth pieces and add the integrals.

Common parameterizations

  • Line segment from to : , .
  • Circle of radius in -plane, counterclockwise: , .
  • Graph : .

In context

Line integrals are the building blocks for the central theorems of vector calculus:

A contour integral in complex analysis (Chapter 12 in Vector Calculus and Complex Analysis) is essentially a vector line integral in disguise — see Contour integral.