Integrals Over Curves and Surfaces
Integrals Over Curves and Surfaces
Note that the arc-length integral is the same, regardless of whether the reparametrization
reverses or preserves orientation. This will not be the case for the next type of integration
we consider.
Before we introduce the second (and more important) type of integration, we must in-
troduce the concept of a covector.
Covectors
Definition 5. A covector on Rn is a linear function ω : Rn → R.
Remark.
for all x ∈ Rn .
Line Integrals
Definition 8. Let U ⊂ Rn be open. A differential 1-form is a function
ω : U → (Rn )∗ .
Remark. More concretely, ∀x ∈ U ,
X
ω(x) = ωi (x)dxi
if γ̃ reverses orientation.
Note that, unlike in the case of arc length integrals, the orientation of the parametrization
does matter to the value of the integral.
Note that potentials are not unique; in fact, given a potential function f for some 1-form
ω, we can obtain another potential f˜ for ω by simply adding a constant—i.e. by defining
f˜(x) = f (x) + c
Note that this theorem implies that the line integral of a differential over a curve is
path-independent; that is, the integral depends only on the endpoints and orientation of the
curve, and not the path itself.
Note also that this theorem implies that the integral of an exact 1-form over a closed
curve is zero. In fact, we have the following set of equivalences:
Theorem 14. Let ω be a continuous 1-form defined on an open set U ⊂ Rn . Then the
following statements are equivalent:
1. ω is exact.
R
2. γ ω is path independent for any curve γ.
R
3. γ ω = 0 for any closed curve γ.
A related notion is that of a closed 1-form:
Definition 15. A C 1 1-form ω = ωi dxi defined on U ⊂ Rn is closed if
P
∂ωi ∂ωj
= for all 1 ≤ i, j ≤ n.
∂xj ∂xi
Note that, since partial derivatives commute, a C 1 and exact 1-form is always closed.
The next theorem gives a condition under which exactness is equivalent to being closed; to
state it, we need one more definition:
Definition 16. A subset U ⊂ Rn is star-shaped if there exists x ∈ U such that, for any
y ∈ U , the line segment from x to y is contained in U.
Theorem 17. Let U ⊂ Rn be star-shaped, and let ω be a C 1 1-form on U. Then ω is exact
if and only if ω is closed.
Rn , rectangles and convex sets are examples of star-shaped sets. However, the set R2 −{0}
is not star-shaped; this allows for the interesting 1-form utilized in the next definition:
Definition 18. Let γ : [a, b] → R2 − {0} be a C 1 closed curve, and set
−ydx + xdy
ω= .
x2 + y 2
1
R
Then the winding number (about the origin) of γ is the quantity 2π γ
ω.
Note that ω is closed, but not exact, and so can have a nonzero line integral over a closed
curve. As we saw in class, the 1-form ω measures the angle a curve turns through; the
winding number is an integer which gives the number of times the curve winds about the
origin.
Pullbacks of 1-forms
Definition
Pn 19. Let U ⊂ Rk , V ⊂ Rn be open. Given a C 1 function Φ : U → V and a 1-form
ω = i=1 ωi di on V, the pullback Φ∗ ω of ω by Φ is the 1-form on U given by
n
X
∗
Φ ω := (ωi ◦ Φ)dΦi
i=1
x1 γ1 (t)
x = ... = γ(t) = ...
xn γn (t)
and so X X
γ ∗ω = (ωi ◦ γ)dγi = (ωi ◦ γ)γi0 (t)dt = hω(γ(t)), γ 0 (t)idt
i i
Rb
γ ∗ ω.
R
and therefore γ
ω= a
Green’s Theorem
Definition 20. Let ω = ωx dx + ωy dy be a C 1 1-form on an open subset U of R2 . Then the
exterior derivative of ω is the expression
∂ωy ∂ωx
dω := − dxdy.
∂x ∂y
Theorem 21. (Green’s Theorem) Let Ω ⊂ R2 be a region such that ∂Ω is a finite union of
piecewise C 1 simple closed curves; let ω be a C 1 1-form on an open set U ⊃ Ω. Then
Z Z
ω= dω
∂Ω Ω
Cross Products
Now we turn to the task of defining the integral over a surface. Our first definition will be
analogous to the arc-length integral over a curve, and will be based on the idea of surface
area. However, to develop a concept of surface area, we must first define the cross product.
Definition 22. The cross product of two vectors x = (x1 , x2 , x3 ), y = (y1 , y2 , y3 ) ∈ R3 is
the vector in R3 given by
x2 y2 x 1 y1 x1 y 1
x × y := e1 − e2 + e3 .
x3 y3 x3 y 3 x2 y 2
Although this is not the determinant of a real matrix, it is a helpful mnemonic device; if
we perform “cofactor expansion” on the first column, we obtain the formula for the cross
product of two vectors (x1 , x2 , x3 ), (y1 , y2 , y3 ) ∈ R3 .
1. u · (v × w) = det[u v w]
2. v × w = −w × v
3. v × w ⊥ span{v, w}
4. v × v = 0
5. (cv) × w = c(v × w)
6. (u + v) × w = (u + v) × (u + w)
Remark. In the above proposition, (2) - (6) follow fairly directly from (1). (7) can be
shown by brute force calculation, but its geometrical motivation will be discussed shortly.
Recall that u · (v × w) = det[u v w] is the three-dimensional area of the parallelotope
determined by u, v, w. If u is a unit vector orthogonal to v and w, then the parallelotope
is a prism whose base is the 2-dimensional parallelogram determined by v and w and whose
height is 1. We would then expect the volume of this parallelotope to be the area of the
base parallelogram. But since v × w is also orthogonal to v and w, it is parallel to the unit
vector u, and we have
Definition 24. The two-dimensional area of the parallelogram P (v, w) determined by the
vectors v, w ∈ R3 is the quantity kv × wk.
Remark. Recall that we defined the cosine of the angle θ between two vectors v and w
by the equation
v · w = kvkkwk cos θ.
Moreover, we know from geometry that the area of the parallelogram spanned by v, w should
be kvkkwk sin θ; combining with Definition 24, we should then have
kv × wk = kvkkwk sin θ.
Substituting these equations into (7) from Proposition 23, we get
kvk2 kwk2 sin2 θ + kvk2 kwk2 cos2 θ = kvk2 kwk2 ,
which is consistent with a familiar and fundamental trigonometric identity. This justifies
our defining sin θ and cos θ in this way.
Now that we have a convenient formula for the 2-dimensional area of a parallelogram in
3
R , we can define the first notion of integration over a surface.