Worked Problems Section 81

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

MATH 010B - Spring 2018

Worked Problems - Section 8.1

For these questions, recall what Green’s Theorem states:


I ZZ  
∂N ∂M
M dx + N dy = − dx dy
C D ∂x ∂y

which allows us to change the path integral along a curve C to a double integral over a
region D. This can drastically simplify the computations of some path integrals to very
easy calculations using double integrals.

1. Let D be the triangle in the xy-plane with vertices at (−2, 3), (2, 0), and (5, 5).
Describe the boundary ∂D as a piecewise smooth curve, oriented counterclockwise.
(Use t as a parameter. Begin the curve at point (−2, 3).)

Solution: Just construct linear pieces for each component using a table.
For the line from (−2, 3) to (2, 0), and for t ∈ [0, 1], use the table

t x(t) y(t)
0 -2 3
1 2 0

which gives us the first component as f1 (t) = (x(t), y(t)) = (4t − 2, −3t + 3). We
do the same for (2, 0) to (5, 5), and for t ∈ [1, 2]

t x(t) y(t)
1 2 0
2 5 5

which gives us the second component as f2 (t) = (x(t), y(t)) = (3t − 1, 5t − 5). We
do the same for (5, 5) to (−2, 3), and for t ∈ [2, 3]

t x(t) y(t)
2 5 5
3 -2 3

which gives us the third component as f3 (t) = (x(t), y(t)) = (−7t + 19, −2t + 9).
Therefore, the boundary ∂D can be given as the piecewise curve defined as

f1 (t) = (4t − 2, −3t + 3)
 for t ∈ [0, 1]
f(t) = f2 (t) = (3t − 1, 5t − 5) for t ∈ [1, 2]

f3 (t) = (−7t + 19, −2t + 9) for t ∈ [2, 3]


2. Verify Green’s theorem for the indicated region D and boundary ∂D, and functions
M and N .

D = [−1, 6] × [−1, 6], M (x, y) = x, N (x, y) = y

Solution: Note that the region D is the unit square. The problem tells us to
verify Green’s theorem, so we must compute both sides. In the question, it asks us
to compute over C + , which I take to mean the positive portion of square D, which is
in the upper half plane. Therefore, it has three pieces, which go from (1, 0) to (1, 1),
from (1, 1) to (−1, 1), and from (−1, 1) to (−1, 0). The three parameterizations can
be given as

x1 (t) = (1, t) for t ∈ [0, 1]


x2 (t) = (−2t + 3, 1) for t ∈ [1, 2]
x3 (t) = (−1, −t + 3) for t ∈ [2, 3]

and the derivatives as

x01 (t) = (0, 1) for t ∈ [0, 1]


x02 (t) = (−2, 0) for t ∈ [1, 2]
x03 (t) = (0, −1) for t ∈ [2, 3]

Remember that xj (t) = (“x”, “y”) and x0j (t) = (“dx”, “dy”). Then computing the
line integral, we get
Z 3 Z
X
M (x, y) dx + N (x, y)dy = x dx + y dy
C j=1 Cj
Z 1 Z 2
= (1)(0) + (t)(1) dt + (−2t + 3)(−2) + (1)(0) dt
0 1
Z 3
+ (−1)(0) + (−t + 3)(−1) dt
2
 2  1  2  3
t 2
 2 t
= + 2t − 6t
1
+ − 3t
2 0 2
2
1 9 4
= + 8 − 12 − 2 + 6 + − 9 − + 6 = 13 − 13
2 2 2
=0

Now compute the double integral over region D


ZZ   Z 1Z 1
∂N ∂M
− dx dy = (0 − 0) dx dy
D ∂x ∂y −1 −1
Z 1Z 1
= 0 dx dy
−1 −1
=0

Both answers are the same, so Green’s theorem is satisfied. 

2
3. Evaluate
I
(2xy) dx + (xy 2 ) dy
C

where C is the closed, piecewise smooth curve formed by traveling in straight lines
between the points (−4, 1), (−4, −3), (1, −2), (1, 6), and back to (−4, 1), in that
order.

Solution: After drawing the points, you will see the region is a trapezoid, which
has parallel vertical lines at x = −4 and x = 1. The other two lines can be given
as y = 51 x − 11
5
and y = x + 5. Therefore, we can describe the region D as
 
1 11
D = (x, y) −4 ≤ x ≤ 1, x −
≤y ≤x+5
5 5

Now we compute using Green’s Theorem


I ZZ  
∂N ∂M
M dx + N dy = − dx dy
C D ∂x ∂y
Z 1 Z x+5
= (y 2 − 2x) dy dx
1
−4 5
x− 11
5
1  y=x+5
y3
Z 

= − 2xy
−4 3 y= 15 x− 11
5
3 !
Z 1   
1 1 11 1 11 1
= x− − 2x x− − (x + 5)3 + 2x(x + 5) dx
−4 3 5 5 5 5 3
Z 1
4
31x3 + 327x2 + 903x + 4239 dx

=
375 −4
  1
4 31 4 327 3 903 2
= x + x + x + 4239x
375 4 3 2 −4
625
=
3

3
4. Verify Green’s theorem for the disc D with center (0, 0) and radius R and the
following functions.

(a) M (x, y) = 5xy 2 , N (x, y) = −5x2 y


(b) M (x, y) = x + y, N (x, y) = y
(c) M (x, y) = 6xy, N (x, y) = 6xy
(d) M (x, y) = 2y, N (x, y) = x

Solution: For all of these questions, we must compute the line integral and the
double integral over the region. Note since the path, and the region are the same,
we define them first. Let the parameterization of the path C, the circle of radius
R, be

x(t) = (R cos(t), R sin(t)) for t ∈ [0, 2π]


x0 (t) = (−R cos(t), R sin(t)) for t ∈ [0, 2π]

The region D is just the disk with center (0, 0) and radius R. It is easier to use
polar coordinates, so the region is described in polar coordinates as

x = r cos(θ)
y = r sin(θ)
dx dy = r dr dθ

for r ∈ [0, R] and θ ∈ [0, 2π]. We will convert all Cartesian integrals to polar.
(a) First compute the line integral
Z Z
M dx + N dy = 5xy 2 dx − 5x2 y dy
C
ZC2π
(5R cos(t)R2 sin2 (t))(−R sin(t)) dt

=
0
Z 2π
(−5R sin(t)R2 cos2 (t))(R cos(t)) dt

+
0
Z 2π
4
cos(t) sin3 (t) + cos3 (t) sin(t) dt

= −5R
0
  2π
4 1 4 1 4

= −5R sin (t) − cos (t)
4 4 0
=0

Now compute the double integral over region D.


ZZ   ZZ
∂N ∂M
− dx dy = −10xy − 10xy dx dy
D ∂x ∂y D
Z 2π Z R
2
= 20R cos(θ) sin(θ)r dr dθ
0 0
Z R  Z 2π 
2
= 20R r dr cos(θ) sin(θ) dθ
0 0
!
2 R
2π !
r 1
= 20R2 − cos 2
(θ)
2 0 2
0
 2
R
= 20R2 (0) = 0
2

4
(b) First compute the line integral
Z Z
M dx + N dy = (x + y) dx + y dy
C
ZC2π
= ((R cos(t) + R sin(t))(−R sin(t))) dt
0
Z 2π
+ ((R sin(t))(R cos(t))) dt
0
Z 2π
2
= −R sin2 (t) dt
0
R2
=− (t − sin(t) cos(t))|2π
0
2
= −πR2

Now compute the double integral over region D.


ZZ   ZZ
∂N ∂M
− dx dy = (0 − 1) dx dy
D ∂x ∂y D
ZZ
=− dx dy
D
= −πR2
ZZ
where we interpret dx dy as the area of the region D. Since D is just a circle
D
of radius R, its area is πR2 , and we avoid the integral computation.

(c) First compute the line integral


Z Z
M dx + N dy = 6xy dx + 6xy dy
C C
Z 2π
= (6(R cos(t)R sin(t))(−R sin(t))) dt
0
Z 2π
+ (6(R cos(t)R sin(t))(R cos(t))) dt
0
Z 2π
3
= −6R (cos(t) sin2 (t) + cos2 (t) sin(t)) dt
0
  2π
3 1 3 1 3

= −6R sin (t) − cos (t)
3 3 0
=0

Now compute the double integral over region D.


ZZ   ZZ
∂N ∂M
− dx dy = (6y − 6x) dx dy
D ∂x ∂y D
Z 2π Z R
=6 (R sin(θ) − R cos(θ)) r dr dθ
0 0
Z R  Z 2π 
= 6R r dr (sin(θ) − cos(θ)) dθ
0 0
R !
r2
− cos(θ) − sin(θ)|2π

= 6R 0
2 0
 2
R
= 6R (0) = 0
2

5
(d) First compute the line integral
Z Z
M dx + N dy = 2y dx + x dy
C C
Z 2π
= (2R sin(t)(−R sin(t))) dt
0
Z 2π
+ ((R cos(t))(R cos(t))) dt
0
Z 2π
2
=R (−2 sin2 (t) + cos(t)) dt
0
  2π
2 1 3
= R − t + sin(t) cos(t)
2 2 0
2
= −πR

Now compute the double integral over region D.


ZZ   ZZ
∂N ∂M
− dx dy = (1 − 2) dx dy
D ∂x ∂y D
ZZ
=− dx dy
D
= −πR2
ZZ
where we interpret dx dy as the area of the region D. Since D is just a circle
D
of radius R, its area is πR2 , and we avoid the integral computation.


6
5. Evaluate
I
(2x3 − y 3 ) dx + (4x3 + y 3 ) dy
C

where C is the unit circle.

Solution: Since C is the unit circle, we can describe the region D as


n √ √ o
D = (x, y) −1 ≤ x ≤ 1, − 1 − x2 ≤ y ≤ 1 − x2

Now we compute using Green’s Theorem


I ZZ  
∂N ∂M
M dx + N dy = − dx dy
C D ∂x ∂y
Z 1 Z √1−x2
= √
(12x2 + 3y 2 ) dy dx
−1 − 1−x2

Z 1 Z 1−x2
= √
(9x2 + 3x2 + 3y 2 ) dy dx
−1 − 1−x2
Z 1 Z 2π
= r(9r2 cos2 (θ) + 3r2 ) dθ dr
Z0 1 Z0 2π
= (9r3 cos2 (θ) + 3r3 ) dθ dr
0Z 10  Z 2π 
3 2
= 3r dr (3 cos (θ) + 1) dθ
0 0
1 !   2π !
3 4 5 3
= r θ + sin(2θ)
4 0 2 4 0
  
3 10π
=
4 2
15π
=
4


7
6. Find the area bounded by one arc of the cycloid x = a(θ −sin(θ)), y = a(1−cos(θ)),
where a > 0, and 0 ≤ θ ≤ 2π, and the x-axis using Green’s theorem.
I
(2x3 − y 3 ) dx + (4x3 + y 3 ) dy
C

where C is the unit circle.


ZZ
Solution: Note that the area of a region D is given by 1 dA. To use Green’s
D
Theorem, we need to construct a vector field F = (M, N ), such that

∂N ∂M
− = f (x, y) = 1
∂x ∂y
There is no unique choice of F, so we just choose one that works, say
 y x
F= − ,
2 2
We can compute the left hand side of Green’s Theorem using x(θ) = (a(θ −
sin(θ)), a(1 − cos(θ))) to get
I I
1
M dx + N dy = −y dx + x dy
C 2 C
1 0
Z
= (−a(1 − cos(θ))(a(1 − cos(θ))) + (a(θ − sin(θ)))(a sin(θ))) dθ
2 2π
1 0
Z
= (−a2 (1 − cos(θ))2 + a2 (θ sin(θ) − sin2 (θ))) dθ
2 2π
1 2 0
Z
= a (−(1 − cos(θ))2 + (θ sin(θ) − sin2 (θ))) dθ
2
Z2π
1 2 0
= a (−1 + 2 cos(θ) − cos2 (θ) + θ sin(θ) − sin2 (θ)) dθ
2
Z2π0
1
= a2 (−2 + 2 cos(θ) + θ sin(θ)) dθ
2 2π
1
= a2 (−2θ + 3 sin(θ) − θ cos(θ))|02π
2
1
= a2 (6π)
2
= 3πa2

where the bounds are chosen backwards due to the orientation of the curve, and
get a positive area.


8
7. Evaluate
I
y 2 dx + x2 dy
C

for C the boundary of the region that lies between the curves y = x and y = x2 .

Solution: Note that the region D has the bounds 0 ≤ x ≤ 1 and x2 ≤ y ≤ x.


We also let M = y 2 , and N = x2 . Then by Green’s Theorem
I ZZ
2 2
y dx + x dy = (2x − 2y) dy dx
C D
Z 1Z x
= (2x − 2y) dy dx
0 x2
Z 1
x
= (2xy − y 2 ) x2 dx
Z0 1
x2 − 2x3 + x4 dx

=
0
1
x3 x4 x5
= − +
3 2 5 0
1
=
30


8. Evaluate
I
ex sin(y) dx + ex cos(y) dy
C

where C is the closed curve consisting of the semicircle y = 1 − x2 and the interval
−1 ≤ x ≤ 1.

Solution:
√ Note that the region D has the bounds −1 ≤ x ≤ 1 and 0 ≤ y ≤
1 − x2 . We also let M = ex sin(y), and N = ex cos(y). Then by Green’s Theorem
I ZZ
x x
e sin(y) dx + e cos(y) dy = (ex cos(y) − ex cos(y)) dy dx
C D

Z 1 Z 1−x2
= 0 dy dx
−1 0
=0

9
9. Evaluate
I √
x
(y + e ) dx + (2x + cos(y 2 )) dy
C

where C is the boundary of the region enclosed by the parabolas y = x2 and x = y 2 .


Solution: Note that√the region D has the bounds 0 ≤ x ≤ 1 and x2 ≤ y ≤ x.
We also let M = y + e x , and N = 2x + cos(y 2 ). Then by Green’s Theorem
I √
ZZ
x 2
(y + e ) dx + (2x + cos(y )) dy = (2 − 1) dy dx
C D

Z 1Z x
= dy dx
0 x2
Z
√ 1
= ( x − x2 ) dx
0
 1
2 3/2 x3

1
= x − =
3 3 0 3

10. Evaluate
I
2
(1 − y 3 ) dx + (x3 + ey ) dy
C

where C is the boundary of the region between the two circles x2 + y 2 = 4 and
x2 + y 2 = 9, positively oriented with respect to the outer circle.

Solution: The picture of the situation is given above. Notice that there are many
Ci that would have to be considered to do the path integral separately. This is a
hint to do the problem using Green’s Theorem. We will hold off on the boundaries
2
of the region D for now, but let M = 1 − y 3 , and N = x3 + ey . Then by Green’s
Theorem
I ZZ
3 3 y2
(1 − y ) dx + (x + e ) dy = (3x2 − (−3y 2 )) dy dx
C ZDZ
=3 (x2 + y 2 ) dy dx
D

10
Now notice that the problem will be very easy to do using polar coordinates, since
the shaded region is bounded by 2 ≤ r ≤ 3 and 0 ≤ θ ≤ 2π. Therefore, we have
ZZ
=3 (x2 + y 2 ) dy dx
D
Z 2π Z 3
=3 r3 dr dθ
0
3 2
3π 4
= r
2 2
195
= π
2


11

You might also like