Properties of Line Integrals
Line integrals let you compute quantities accumulated along a curve, whether that's work done by a force, mass of a wire, or flux across a boundary. This section covers the core properties that make line integrals manageable and the techniques you'll use to actually evaluate them.
One distinction to keep in mind throughout: properties of scalar line integrals () and vector line integrals () sometimes behave differently, especially when it comes to reversing orientation.
Fundamental Properties
Linearity is the most frequently used property. For any constants and and integrable functions and on a curve :
This combines two ideas: additivity (you can split a sum of integrands) and homogeneity (you can pull out scalar constants). The same linearity holds for vector line integrals with .
Path additivity lets you break a curve into pieces. If is composed of consecutive smooth segments and (written ), then:
This is essential for piecewise-smooth curves, where you parameterize and integrate each smooth segment separately, then add the results.
Orientation reversal is where scalar and vector line integrals diverge. Let denote the curve traversed in the opposite direction.
- For scalar line integrals: (the sign does not change, because regardless of direction)
- For vector line integrals: (the sign does flip, because reverses)
This distinction trips people up on exams. The scalar element measures arc length (always positive), while carries directional information.
Applications and Implications
These properties give you a toolkit for simplifying problems before you compute anything:
- Use linearity to split a complicated integrand into parts you can handle separately.
- Use path additivity to deal with curves that have corners or switch formulas (e.g., a path that follows a line segment then an arc).
- Use orientation reversal strategically: if a vector line integral is easier to compute in the reverse direction, compute it that way and negate the result.
Evaluation Techniques

Parameterization
The standard method for evaluating a line integral is to parameterize the curve and reduce everything to a single-variable integral.
For a scalar line integral :
- Parameterize the curve: for .
- Compute the speed: .
- Substitute and integrate:
For a vector line integral :
- Parameterize the curve the same way.
- Compute (you need the vector, not just its magnitude).
- Substitute and integrate:
Notice the difference: scalar line integrals use the magnitude , while vector line integrals use the vector in a dot product.
Quick example: Evaluate where is the upper half of the unit circle.
- Parameterize: , .
- Speed: .
- Integrate: .
Numerical Methods
When an antiderivative doesn't exist in closed form, numerical approximation methods like the trapezoidal rule or Simpson's rule work on line integrals too. You divide the parameter interval into subintervals, approximate the integrand on each, and sum. This is the same idea as in single-variable calculus, applied after parameterization converts the line integral into a definite integral.
Fundamental Theorem for Line Integrals
This is the vector-calculus analogue of the Fundamental Theorem of Calculus, and it's a major time-saver. If (meaning is a conservative vector field with potential function ), and is any smooth curve from point to point , then:
The integral depends only on the endpoints, not on the path taken. This means:
- You never need to parameterize the curve. Just evaluate the potential function at the two endpoints and subtract.
- The integral around any closed curve is zero: when is conservative.
To use this theorem, you first need to verify that is conservative (check that in 2D, or that in 3D on a simply connected domain), then find the potential function .

Change of Variables / Coordinate Systems
Sometimes a curve is more naturally described in polar, cylindrical, or spherical coordinates. The idea is straightforward: parameterize the curve in whatever coordinate system is most convenient, compute , and proceed as usual. For instance, a spiral is much easier to parameterize in polar coordinates than in Cartesian. The evaluation formula doesn't change; you're just choosing a smarter parameterization.
Advanced Topics
Stokes' Theorem and Its Significance
Stokes' theorem connects line integrals to surface integrals. If is a smooth vector field defined on an oriented surface with boundary curve (oriented by the right-hand rule), then:
This generalizes the Fundamental Theorem of Calculus to higher dimensions. It also generalizes Green's theorem, which is the special case where is a flat region in the -plane.
Stokes' theorem matters because it lets you convert between two types of integrals, and you can choose whichever is easier to compute. In physics, it shows up constantly:
- In electromagnetism, it connects the circulation of the electric field to the rate of change of magnetic flux (Faraday's law).
- In fluid dynamics, it relates the circulation of a velocity field to the vorticity flux through a surface.
Applying Stokes' Theorem
To apply Stokes' theorem in practice:
- Identify the pieces: the vector field , the surface , and its boundary curve .
- Check orientation: the surface normal and the boundary curve must be consistently oriented via the right-hand rule. If you curl the fingers of your right hand along , your thumb should point in the direction of the surface normal.
- Decide which side to compute. If the line integral looks hard, compute the surface integral of instead (or vice versa).
- Compute. Calculate , parameterize the surface, and evaluate the surface integral. Or parameterize and evaluate the line integral directly.
One powerful application: if everywhere on , then . This gives another way to identify conservative fields on simply connected domains.
Stokes' theorem also connects to the divergence theorem (Gauss' theorem), which relates a surface integral over a closed surface to a volume integral of divergence. Together, these three results (Green's, Stokes', divergence) form the backbone of multivariable integral theorems.