Second Midterm Exam Math 212 Fall 2010
Second Midterm Exam Math 212 Fall 2010
2
f
xy
2
f
yx
2
f
y
2
_
=
_
4 4
4 12y
2
_
(c) Using the multivariable second derivative test, classify the critical points of f.
Solution: We have
2
f
x
2
= 4 > 0 everywhere, and the determinant of Hf is 16(3y
2
1), so by
the second derivative test, (1, 1) and (1, 1) are local minima and (0, 0) is a saddle point.
(d) Starting from the point (3, 2), in which direction does the function f decrease most
rapidly?
Solution: The negative of the gradient points in the direction of greatest decrease:
f(3, 2) = (4, 20), so the direction is
1
4
2
+ 20
2
(4, 20) .
2
3. [15 Points] Let I =
_
4
0
_
2
x
x
y
5
+ 1
dy dx
(a) Write I as the double integral over a region D in the plane. Sketch the region D.
(b) Reverse the order of integration, i.e. rewrite I as an iterated integral dx dy.
Solution:
_
2
0
_
y
2
0
x
y
5
+ 1
dx dy
(c) Compute I.
Solution:
_
2
0
_
y
2
0
x
y
5
+ 1
dx dy =
_
2
0
_
1
2
x
2
y
5
+ 1
y
2
x=0
_
dy
=
1
2
_
2
0
y
4
y
5
+ 1
dy
=
1
10
_
33
1
1
u
du where u = y
5
+ 1, du = 5ydy
=
1
10
ln 33
4. [15 Points] Find the dimensions of a right circular cylinder of the maximum possible
volume that can be inscribed in a sphere of radius 16. (Make sure to clearly explain what
your variables mean.)
3
Solution: Let the sphere by given by x
2
+y
2
+z
2
= 16
2
. By symmetry, we may as well assume
that the axis of the cylinder is the z-axis. Let (x, y, z) be a point on both the surface of the
sphere and the surface of the cylinder. The volume of the inscribed cylinder is then (r
2
)(2z),
where r =
_
x
2
+ y
2
is the radius and 2z is the height. Thus, we are trying to maximize the
function f(r, z) = r
2
z, subject to the constraint g(r, z) = r
2
+ z
2
= 16
2
.
To do so, we solve the Lagrange multiplier equation f = g, where f = (2rz, r
2
)
and g = (2r, 2z). This gives
2rz
2r
=
r
2
2z
, so r
2
= 2z
2
. Substituting this into the constraint
equation yields 3z
2
= 16
2
, so z =
16
3
, and r =
2z =
16
3
. Thus the largest volume cylinder
has height
32
3
and radius
16
3
.
5. [20 Points] Let W be the region in R
3
dened by the inequalities y x
2
, z 3 y, and
z 0. Let f(x, y, z) be a continuous function on W.
(a) Sketch the region W.
4
(b) Write
___
W
f(x, y, z) dV as an iterated integral in the order dz dy dx.
Solution:
___
W
f(x, y, z) dV =
_
3
3
_
3
x
2
_
3y
0
f(x, y, z)dz dy dx .
(c) Write
___
W
f(x, y, z) dV as an iterated integral in the order dx dy dz.
5
Solution:
___
W
f(x, y, z) dV =
_
3
0
_
3z
0
_
y
y
f(x, y, z)dx dy dz .
(d) Evaluate
___
W
y dV
Solution:
_
3
0
_
3z
0
_
y
y
y dx dy dz =
_
3
0
_
3z
0
y
_
y
y
1 dx dy dz
=
_
3
0
_
3z
0
2y
y dy dz
=
_
3
0
_
4
5
y
5/2
3z
y=0
_
dz
=
_
3
0
4
5
(3 z)
5/2
dz
=
8
35
(3 z)
7/2
3
z=0
=
8
35
3
7/2
=
216
35
3 .
6
6. [15 Points] Let f(x, y) = x
2
+ y
2
2x 4y. Find the absolute maximum and minimum
of f, subject to the constraints x
2
+ y
2
2 and y 0.
Solution: First, we set 0 = f = (2x 2, 2y 4), which tells us that (1, 2) is the only
critical point of f, but it is outside the region dened by the constraints. Thus the minimum
and maximum of f will be on the boundary. The curve bounding the region has two smooth
components, meeting non-smoothly at the points (
2, 0) and (
2, 0).
The rst component is given implicitly by the equation g
1
(x, y) = x
2
+y
2
= 2. Thus we
set f = g
1
, giving (2x 2, 2y 4) = (2x, 2y). After checking that there are no solutions
with x = 0 or y = 0, we get
2x2
2x
=
2y4
2y
, so
1
x
=
2
y
, and y = 2x. The line y = 2x meets the
circle x
2
+ y
2
= 2 in two points,
__
2
5
, 2
_
2
5
_
, but only
__
2
5
, 2
_
2
5
_
satises y 0.
The second boundary component is given implicitly by the equation g
2
(x, y) = y = 0.
We set f = g
2
, giving (2x 2, 2y 4) = (0, 1), so that x = 1, giving us the point (1, 0).
We now have four candidates for extrema of f on our region, the two points (
2, 0)
where the boundary components meet, and the two constrained critical points from the Lagrange
multiplier calculations,
__
2
5
, 2
_
2
5
_
and (1, 0). To nd the absolute maximum and minimum,
we just evaluate f at these four points:
f
_
2, 0
_
= 2 2
2
f
_
2, 0
_
= 2 + 2
2 absolute maximum
f
_
_
2
5
, 2
_
2
5
_
= 2 2
10 absolute minimum
f (1, 0) = 1
7