Curves
A curve in space is parameterised by:
r(t)=(x(t),y(t),z(t)),t∈[t1,t2]
Orientation: Parameter t gives direction along the curve.
Closed curve: r(t1)=r(t2)
Definition of Line Integral
Given vector field F(r) and curve Γ:
∫ΓF⋅dr=∫t1t2F(r(t))⋅dtdrdt

Interpretation: The integral adds up the component of F along the curve at each point.
Properties
-
Parameterisation independent: Different parameterisations of the same curve give the same integral.
-
Orientation matters: Reversing the curve multiplies by −1:
∫−ΓF⋅dr=−∫ΓF⋅dr
-
Additivity: For Γ=Γ1+Γ2:
∫Γ=∫Γ1+∫Γ2
Work Done
Physical interpretation: If F is force, the line integral gives work done:
W=∫ΓF⋅dr
Example: Work done by gravity moving an object along a path.
Example
Evaluate ∫ΓF⋅dr for F=(2xy,x2) along:
- Straight line from (0,0) to (1,1)
- Parabola y=x2 from (0,0) to (1,1)
Line: Parameterise r(t)=(t,t), t∈[0,1].
dtdr=(1,1)
F=(2t2,t2)
F⋅dtdr=2t2+t2=3t2
∫013t2dt=[t3]01=1
Parabola: Parameterise r(t)=(t,t2), t∈[0,1].
dtdr=(1,2t)
F=(2t3,t2)
F⋅dtdr=2t3+2t3=4t3
∫014t3dt=[t4]01=1
Both paths give the same result — F may be conservative.
Conservative Fields
A vector field is conservative if the line integral depends only on endpoints, not the path.
Equivalent conditions:
- F=∇ϕ for some scalar field ϕ (potential)
- F⋅dr is an exact differential
- ∮CF⋅dr=0 for all closed curves C
- ∇×F=0 (curl-free)
Path Independence
If F=∇ϕ:
∫ΓF⋅dr=∫Γ∇ϕ⋅dr=ϕ(rend)−ϕ(rstart)
The line integral equals the potential difference.
Proof:
∇ϕ⋅dr=∂x∂ϕdx+∂y∂ϕdy+∂z∂ϕdz=dϕ
Finding the Potential
If we know F=∇ϕ and want ϕ:
ϕ(r)=∫r0rF⋅dr+C
Choose any convenient path (e.g., along coordinate axes).
Why Line Integrals Matter
- Work done by forces: Fundamental in mechanics
- Circulation: ∮v⋅dr measures rotation in fluids
- Electromagnetic induction: ∮E⋅dr=−dtdΦ (Faraday’s law)
- Conservative systems: Potential energy reconstructs from force field