Amath231 2.4.1
Amath231 2.4.1
Comment:
In many applications in the real world, conservation of energy does not have the simple
form of (2.35), because, for example, of energy losses due to friction – think of the space
shuttle re-entering the atmosphere. Dissipative, i.e. non-conservative forces have also to be
considered. It is nevertheless important to be able to find out whether a given force field is
conservative, and this is the problem we now consider.
x = g(t), a ≤ t ≤ b,
with g continuous.
ii) C is a simple closed curve means that g(a) = g(b) and g is a one-to-one function on
the interval a ≤ t < b. (Note the strict inequality t < b.) In geometric terms a simple
closed curve has no self-intersections.
iii) In what follows we shall consider a bounded open subset D of R2 , whose boundary,
denoted by ∂D, is a simple closed curve. In this situation we assume that the curve
∂D is oriented counter-clockwise, so that if you walk around the boundary, the region
D is on your left.
48
D
∂ D
Figure 2.8: A bounded open subset D and its boundary ∂D oriented counter-clockwise.
y
C2
(x,g(x))
D
C1
(x,f(x))
x
a x b
"Z #
ZZ Z b g(x)
H(x, y)dx dy = H(x, y)dy dx. (2.37)
x=a y=f (x)
D
49
Proof of Green’s theorem:
We give a proof subject to the assumption that D can be described by inequalities of the
form
f (x) ≤ y ≤ g(x), a ≤ x ≤ b, (2.38)
and
h(y) ≤ x ≤ k(y), c ≤ y ≤ d, (2.39)
where f, g, h and k are C 1 functions.
It is sufficient to prove two special cases of (2.36), namely
Z ZZ
∂F1
(F1 , 0) · dx = − dx dy, (2.40)
∂y
∂D D
and Z ZZ
∂F2
(0, F2 ) · dx = dx dy. (2.41)
∂x
∂D D
by the FTCII. Equation (2.40) follows, on comparing (2.42) and (2.43). A similar argument
based on (2.39) yields (2.41) (do it!), which completes the proof.
Example 2.4:
Verify Green’s theorem for the vector field F(x) = (xy, 2xy) and the triangluar region D
with vertices (0, 0), (1, 0) and (0, 1).
50
Solution:
a) The boundary of D taken counterclockwise is the piecewise C 1 curve
∂D = C1 ∪ C2 ∪ C3 .
Z Z Z Z
F · dx = F · dx + F·x+ F · dx. (2.44)
∂D C1 C2 C3
Observe that F = 0 on C1 (y = 0) and on C3 (x = 0), which implies that
Z Z
F · dx = 0 = F · dx. (2.45)
C1 C3
51
b) We calculate
∂F2 ∂F1
− = −x + 2y.
∂x ∂y
The right side of Green’s theorem is
ZZ ZZ
∂F2 ∂F1
− dxdy = (−x + 2y)dxdy
∂x ∂y
D D
Z1 Z 1−x
= (−x + 2y)dy dx
y=0
x=0
= · · · = 16 .
0 ≤ y ≤ 1 − x,
0 ≤ x ≤ 1,
which give the limits of integration.
Green’s theorem can be used to express a given line integral as a double integral, or
conversely, to express a given double integral as a line integral, provided you can choose a
suitable vector field. Here is an example of the latter.
Example 2.5:
Use a line integral to calculate the area enclosed by the ellipse
x2 y 2
+ 2 = 1.
a2 b
∂F2 ∂F1
The vector field F = (0, x) satisfies ∂x
− ∂y
= 1, so that Green’s theorem (2.36) gives
Z
A= (0, x) · dx,
∂D
where ∂D is the ellipse (a simple closed curve) oriented counter-clockwise. Using the standard
parametrization,
x = (a cos t, b sin t), 0 ≤ t ≤ 2π,
52