98s hw4
98s hw4
Assignment 4
1. Find all the local maxima, local minima, and saddle points of
1
the function f (x, y) = 2
.
x + 2y 2 1
[like 14.7 #27]
Sol. Solve
2x
fx = 2
=0
(x + 2y 2 1)2
4y
=0
fy = 2
(x + 2y 2 1)2
We have that (x, y) = (0, 0), which is the only critical point of
f . Since
fxx =
16xy
4(x2 6y 2 1)
6x2 4y 2 + 2
,
f
=
,
f
=
xy
yy
(x2 + 2y 2 1)3
(x2 + 2y 2 1)3
(x2 + 2y 2 1)3
Z.
Therefore,
0,
are saddle
2
2
points of f for each k Z.
3. Find all the local maxima, local minima, and saddle points of
the function f (x, y) = 2 2x2 y 2 .
[like 14.7 #44(b)]
Sol. Solve
fx = 4xy 2 = 0
fy = 4x2 y = 0
This shows that all points lying on the x-axis or y-axis are
critical points of f . Since
fxx = 4y 2 , fxy = 8xy, fyy = 4x2
It is clear that the second derivative test fails in this case. Note
that f (x, y) = 2 2x2 y 2 2. Hence f has local maxima 2.
4. Find the absolute maxima and minima of the function f (x, y) =
2x2 4x + y 2 4y + 1 on the rectangular plate 0 x 2, 0
y 3.
[like 14.7 #31]
Sol. Solve
fx = 4(x 1) = 0
fy = 2(y 2) = 0
we have that (x, y) = (1, 2), which is the only critical point of
f . Since
fxx = 4, fxy = 0, fyy = 2
So fxx fyy fxy 2 = 8 > 0 and fxx > 0, so f has local minimum
at (1, 2) with value f (1, 2) = 5. Denote the given rectangular
region by D, that is,
D = {(x, y)0 x 2, 0 y 3}
which is shown as following
1 2
2
2 = 3 3 = 1 = 1
Hence we have that (x, y 2 )= (1, 2) (x, y) = (1, 2).
Therefore, the points (1, 2) are the points on the curve
xy 2 = 2 nearest the origin.
6. Find the dimensions of the rectangle of greatest area that can
2
2
be inscribed in the ellipse x9 + y16 = 1 with sides parallel to the
coordinate axes.
[like 14.8 #11]
Sol.
4x =
y
8
4y =
Thus y = 18
x 4x = 8 18
x x = 0 or = 24 x =
4
y = 0 or y = 3 x. But (0, 0) is not on the ellipse g(x, y) = 0.
Substituting y = 34 x into g(x, y) = 0, that is,
2
43 x
x2
3 2
+
=1x=
y=2 2
9
16
2
Hence the length
of the rectangle is 3 2 and the width of the
rectangle is 4 2.
7. Find the maximum and minimum values of f (x, y, z) = x+2y +
3z on the sphere x2 + y 2 + z 2 = 30.
[like 14.8 #23]
Sol. Let g(x, y, z) = x2 + y 2 + z 2 30. Observe that
f = i + 2j + 3k
g = 2xi + 2yj + 2zk
If f = g, we have following system of equations
2x = 1
2y = 2
2z = 3
1
then y =
Thus x = 2
g(x, y, z) = 0, we have
= 2x, z =
3
2
105
7
f
,
,
= 2 105
7
7
7
Therefore,
the maximum value of f on x2 + y 2 + z 2 = 30 is
2
105 and the minimum value of f on x2 + y 2 + z 2 = 30 is
2 105.
8. Find the dimensions of the closed rectangular box with maximum volume that can be inscribed in a sphere of radius 3.
[like 14.8 #27]
Sol. This is equivalent to find the point (x, y, z) with x, y, z > 0
which maximize the function V (x, y, z) = (2x)(2y)(2z) = 8xyz
subject to g(x, y, z) = x2 + y 2 + z 2 9 = 0. Observe that
V = 8yzi + 8xzj + 8xyk
g = 2xi + 2yj + 2zk
If V = g, we have following system of equations
8yz = 2x
8xz = 2y
8xy = 2z
x2 + (x)2 + (x)2 9 = 0 x = 3
Thus y =z = 3.Therefore
the dimension of the rectangular
box are 2 3 by 2 3 by 2 3 for maximum volume.