Homework #3: Double Integrals, Green'S Theorem and Surface Integrals
Homework #3: Double Integrals, Green'S Theorem and Surface Integrals
1. [10] Let F be the vector eld vector eld F(x, y) = x2 y i + x y 4 j. Let C be the curve with equation x2/3 + y 2/3 = 1, oriented counterclockwise and let D be the region inside C. (a) Use the Matlab function quad to compute numerically the line integral C F dr using the denition of the line integral of a vector eld. Save your answer as the variable Answer1. Hint: Parametrize C using x = cos3 t, y = sin3 t, 0 t 2 . (b) Using Greens theorem, express the line integral in part (a) as a double integral on the region D viewed as a region of type I. Use the Matlab function dblquad to evaluate numerically the double integral. Save your answer as the variable Answer2. (c) Use Matlab to make a two-dimensional plot of the region D of integration. The graph should appear as Figure 1.
Engineering Mathematics IV (MATH 2ZZ3) Winter 2012 2. [10] Let S be the surface parametrized by r(u, v) := u, (2 u) (u 1)2 cos v, (2 u) (u 1)2 sin v , 0 u 2,
0 v 2 .
(a) Plot the surface S using the Matlab command surf and dividing both intervals where the parameters are dened into 20 equal subintervals. On the same graph, plot the unit normal vectors (pointing away from the x-axis) at the points on S corresponding to the parameters u = k/4, k = 1, . . . , 7 and v = l 2 /3, l = 0, 1, 2. The graph should appear as Figure 2. (b) Use the Matlab function dblquad to evaluate numerically the surface area of S. Save your answer in the variable Answer3.