Core Definition
An integral where the function is evaluated along a curve C. For a vector field F along a curve parameterized by r(t) on t∈[a,b]:
∫C​F⋅dr=∫ab​F(r(t))⋅r′(t)dt
Concept Explanation
Line integrals evaluate quantities (like potential changes, fluid flow, or mass) along a specific spatial trajectory. If a vector field F is conservative (gradient of a scalar potential), the line integral is path-independent and depends only on endpoints.
Visual / Geometric Intuition
Interactive Desmos Graph
Engineering Applications
Widely used to calculate mechanical work done by variable force fields along trajectories, analyze circulation in fluid mechanics (lift equations in flight), and solve voltage changes along wire loops in electromagnetics.
Example Problem
Evaluate the line integral ∫C​F⋅dr for the field F(x,y)=⟨y,−x⟩ along the straight line path r(t)=⟨t,t⟩ for t∈[0,1].
Solution
Step 1: Compute dr=r′(t)dt
r′(t)=⟨1,1⟩⟹dr=⟨1,1⟩dt
Step 2: Substitute r(t) into the vector field F
F(r(t))=⟨y(t),−x(t)⟩=⟨t,−t⟩
Step 3: Evaluate the dot product F(r(t))⋅r′(t)
⟨t,−t⟩⋅⟨1,1⟩=t(1)+(−t)(1)=0
Step 4: Integrate
∫C​F⋅dr=∫01​0dt=0
Connections & References