vector calculus
Line Integrals
You should know: vector fields, integral
Overview
A line integral generalizes ordinary integration from a straight interval [a,b] to an arbitrary curve C in the plane or in space. A scalar line integral ∫_C f ds sums a scalar quantity (like mass density) along the curve's arc length; a vector line integral ∫_C F·dr sums the component of a vector field F along the curve's direction of travel, computing quantities like work done by a force along a path.
Intuition
For the scalar case, imagine a wire shaped like curve C with variable density f at each point; ∫_C f ds adds up mass along the wire's length. For the vector case, imagine pushing a particle along a path C through a force field F (like wind or gravity); ∫_C F·dr adds up the tiny amounts of work F·dr done at each infinitesimal step along the path — work being force times the component of displacement in the force's direction.
Interactive Graph
Formal Definition
Scalar and vector line integrals along a curve C parametrized by r(t), t∈[a,b]:
ds = |r'(t)| dt is the arc-length element
Valid when F=∇f is conservative — the integral only depends on endpoints, not the path
Notation
| Notation | Meaning |
|---|---|
| Scalar line integral of f along curve C with respect to arc length | |
| Vector line integral (work) of field F along curve C | |
| Line integral around a closed curve C |
Derivation
The vector line integral formula follows from the definition of work as force times displacement, applied incrementally: over a small parameter step dt, the particle moves by dr=r'(t)dt, and the incremental work is F·dr.
Incremental work over an infinitesimal displacement along the path
Summing (integrating) incremental work over the whole parameter range gives total work
Properties
Reversal of orientation
Condition: Reversing the direction of travel negates the vector line integral (scalar line integrals ∫f ds are unaffected)
Additivity over pieced curves
Theorems
Corollaries
Follows from Fundamental Theorem for Line Integrals
Applications
Worked Examples
Compute r'(t) = (1, 2t).
Compute F(r(t)) = ⟨t², t⟩, then dot with r'(t).
Integrate over t from 0 to 1.
Answer: 1
Practice Problems
Evaluate ∫_C F·dr where F=⟨2x,3y⟩ and C is r(t)=(cos t, sin t), t∈[0, π/2].
Show F=⟨2xy, x²⟩ is conservative, find its potential, and use it to evaluate ∫_C F·dr from (0,0) to (2,3).
Common Mistakes
Assuming ∫_C F·dr is always path-independent.
Path independence only holds for CONSERVATIVE vector fields (F=∇f). For a general vector field, different paths between the same two points can give different line integral values.
Forgetting to include |r'(t)| in a scalar line integral ∫f ds, treating it like a vector line integral.
Scalar line integrals require ds=|r'(t)|dt (arc-length element, always positive), while vector line integrals use dr=r'(t)dt directly (a vector, direction matters). Mixing these up gives wrong signs or magnitudes.
Quiz
Historical Background
Line integrals developed from 19th-century physics, particularly the concept of work done by a force along a path, formalized as vector calculus matured with Green, Stokes, and Maxwell's development of field theory in the mid-1800s. The distinction between path-independent (conservative) and path-dependent line integrals became central to understanding energy conservation in mechanics and electromagnetism.
- 1820s-1830s
George Green develops potential theory, laying groundwork for path-independent line integrals
George Green
- 1850s
William Thomson (Lord Kelvin) and Stokes formalize vector line integrals for physics applications
Lord Kelvin, George Gabriel Stokes
Summary
- Line integrals generalize integration to curves: scalar ∫_C f ds sums a quantity over arc length; vector ∫_C F·dr sums a field's component along the direction of travel.
- Vector line integrals compute work done by a force field along a path.
- The Fundamental Theorem for Line Integrals: if F=∇f, then ∫_C F·dr = f(endpoint) − f(start), independent of the path.
- Reversing a curve's orientation negates a vector line integral but leaves a scalar line integral unchanged.
- Sets up the machinery (circulation, work) needed for Green's theorem and the broader Stokes/divergence theorems.
References
- WebsiteWikipedia — Line integral
Mathematics