An integral computed along a curve in space instead of over 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 :
Evaluate along the curve, multiply by the speed (the arc-length element), integrate in .
Independent of parameterization and orientation: arc length is positive either way, so sees only the shape of the curve.
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 :
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 needs both a vector field and a closed loop; neither alone has one.
Path dependence
Line integrals depend on the path, not just the endpoints. Take from to : you get 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:
- Fundamental theorem of line integrals: a gradient field’s line integral equals the potential difference.
- Green’s theorem: closed-loop circulation in 2D equals a double integral of curl.
- Stokes’ theorem: closed-loop circulation in 3D equals flux of curl.
A Contour integral in complex analysis is a vector line integral in disguise.