Answers to UMTYMP Calc III S07 Exam 3 Review
Problem 1
This is a fairly straightforward triple integral problem; to evaluate the integral by hand you'll have to switch to cylindrical coordinates.
In[9]:=
Out[9]=
In[10]:=
Out[10]=
In[11]:=
Out[11]=
In Cylindrical coordinates, the integral becomes
In[12]:=
Out[12]=
Problem 2
This problem is tedious, but doable. You have to compute three separate flux integrals because the surface is in three pieces: the top of the cylinder, the bottom, and the sides.
Top
You can actually set up and evaluate the flux across the bottom of the cylinder, but without any calculations I know it has to be 0; the outward pointing normal vector will point straight up, and on the top of the cylinder z=2, so the vectors in the vector field will look like this:
In[13]:=
Out[13]=
In other words they won't move up or down at all; the movement is perpendicular to the normal vector (i.e. parallel to the surface) and hence there is no flux.
Bottom
This one we actually have to compute. Here's a parametrization; I'm using the letter f so that I can let r be a paremeter, namely the radius:
In[14]:=
Out[14]=
In[17]:=
Out[17]=
In[18]:=
Out[18]=
In[20]:=
Out[20]=
That points in the wrong direction, so we switch it:
In[21]:=
Out[21]=
In[22]:=
Out[22]=
In[23]:=
Out[23]=
Sides
Quickly, using similar commands as above:
Out[24]=
In[28]:=
Out[28]=
In[29]:=
Out[29]=
In[30]:=
Out[30]=
That's the correct vector, since it points out; as expected, it's the same as the vector from the center (axis) of the cylinder out to the point on the cylinder.
In[32]:=
Out[32]=
In[33]:=
Out[33]=
Total Flux (Final Answer)
Adding the flux across the top, bottom and sides:
In[34]:=
Out[34]=
Problem 3
Look carefully at what you've computed in problems 1 and 2; they're the two sides of the Divergence Theorem! According to the Divergence Theorem your answers should therefore be equal.
Problem 4
(a)
First find the shadow of the solid in the xy-plane; this is a circle, and we can find the radius by setting two equations equal. For simplicity I'll replace +with .
In[35]:=
Out[35]=
We want the positive square root, of course.
where
0 ≤ r ≤ 2
0 ≤ t ≤ 2π
/6 ≤ z ≤
(b)
In[36]:=
Out[36]=
In[37]:=
Out[37]=
In[38]:=
Out[38]=
Problem 5
(a)
In[39]:=
Out[39]=
Here 0 ≤ t ≤ 2π. Other answers are possible
(b)
In[40]:=
Out[40]=
In[41]:=
Out[41]=
Anything this ugly is a sign you shouldn't have to use curl F.
In the present problem we can use Stokes' Theorem to convert the surface integral to a line integral using the original vector field F. F is ugly, but not as bad -- and on our curve it's even nicer:
In[42]:=
Out[42]=
Now let's do the line integral:
In[44]:=
Out[44]=
In[45]:=
Out[45]=
Problem 6
Here are two pictures of the region of integration, with one face left off and the other drawn as a wire mesh:
From In[93]:=
Problem 7
There are, again, many different ways to do this. The standard way is actually one of the longer ways, but probably the most familiar to all of you:
In[95]:=
Out[95]=
In[114]:=
Out[114]=
In[115]:=
Out[115]=
In[116]:=
Out[116]=
Remember that we computed G = Curl F above
In[117]:=
Out[117]=
In[119]:=
Out[119]=
For the first part of the problem I just need to set up te next integral (but I can have Mathematica evaluate it as long as I've typed it in):
In[120]:=
Out[120]=
Via Stokes Theorem this is equivalent to the integral of F along the standard unit circle:
In[121]:=
Out[121]=
In[123]:=
Out[123]=
In[124]:=
Out[124]=
Created by Mathematica (May 8, 2007) |