Scalar Fields and Parametric Curves
Scalar Fields
A scalar field assigns a single real number to each point in some subset of . Think of temperature at every point in a room, or electric potential throughout a region of space.
You can visualize scalar fields using level curves (in 2D) or level surfaces (in 3D), which are the sets of points where the field takes a constant value.
Parametric Curves and Arc Length
A parametric curve traces out a path in space as the parameter varies over an interval . Common examples:
- A helix:
- A circle in the -plane:
The arc length of on measures the total distance traveled along the curve:
The quantity is the infinitesimal arc length element . This is exactly what shows up inside line integrals.

Line Integrals and Their Properties
Definition and Evaluation
The line integral of a scalar field along a curve is written . It accumulates the values of along the curve, weighted by arc length. If is parameterized by for , the evaluation formula is:
Here's the step-by-step process:
- Parameterize the curve. Write on .
- Compute and then its magnitude .
- Substitute into to get .
- Multiply by and integrate from to .
A classic application: if a wire has shape and density function , its total mass is .

Properties of Scalar Line Integrals
A crucial property of scalar line integrals is independence of orientation. Unlike line integrals of vector fields, reversing the direction you traverse does not change the value of . The scalar line integral depends on the geometric curve itself, not on which direction you walk along it.
Why? The arc length element is always positive regardless of traversal direction, so the integral stays the same.
The integral is also independent of parameterization: any smooth reparameterization of the same curve gives the same result, as long as the curve is traversed exactly once.
Applications and Theorems
Work and Vector Line Integrals
The section above covers scalar line integrals (integrating ). There's a closely related but distinct object: the line integral of a vector field, which computes work. The work done by a force along is:
This integral does depend on orientation: reversing the curve flips the sign of . That makes physical sense, since walking against a force versus with it should give opposite work values.
Examples include the work done by gravity on an object moving along a curved path, or the work done by an electric field on a charged particle.
Fundamental Theorem of Line Integrals
If is a conservative vector field with potential function (meaning ), then:
This is the multivariable analogue of the Fundamental Theorem of Calculus. Two important consequences:
- The integral depends only on the endpoints, not on the particular path connecting them.
- Over any closed curve (where ), the integral is zero.
Note that this theorem applies to vector line integrals (), not directly to scalar line integrals (). The original guide conflated these two types. Keep them straight: scalar line integrals use and measure accumulated value along a curve; vector line integrals use and measure work-like quantities.