Higher Partial Derivatives, and Optimization
Higher Partial Derivatives, and Optimization
Global max inside the the highest contour, z = 30, close to (0, 0).
Global min inside the z = 21 contour, neanear (2.5, 5).
12.
, 2 , and it looks like another repeat at the same height,
,0 .
2
2
Global min inside the negative contours, near
, .
2
Global max at
13.
(a) Find the maximum profit that can be made, assuming the prices are fixed.
(b) Find the rate of change of that maximum profit as p1 increases.
(a)
Revenue R = p1 q1 + p2 q2
Profit = P = R C = p1 q1 + p2 q2 2q22 2q22 + 10
We take derivatives and look for critical points by setting them equal to zero.
Set
and
P
= p1 4q1 = 0
q1
p1
gives q1 =
4
P
= p2 4q2 = 0
q2
gives q2 =
p2
4
p2 p2
p21 p22 2p21 2p22
+
+ 10 = 1 + 2 + 10
4
4
16
16
8
8
24. An open rectangular box has volume 32 cm3 . What are the lengths of the edges giving the
minimum surface area?
If we let x and y be the length and width of the box, and z be the height, the total surface
area is
S = bottom + 2 sides + 2 ends
= xy + 2xz + 2yz
Since we need the volume to be 32 cm3 , then we must have 32 = xyz, so we can simplify
32
z=
xy
32y
32x
+2
xy
xy
64 64
+
= xy +
y
x
S
64
Set
=y 2 =0
x
x
64
gives y = 2
x
64
S
=x 2 =0
and setting
y
y
64
gives x = 2
y
S = xy + 2
64
64
y4
=
=
2
x2
64
64
y2
so y = 0 or y 3 = 64
y = 4 cm
Knowing that y = 4 gives x = y642 = 4 cm as well (not surprising, given the symmetry of
the box). Finally, that means that the height is z = 32/xy = 2 cm.
It is straightforward to check, using the second derivative test, that this is a local minimum
for S. Checking that it is a global minimum is more than we have seen in this course.
25. A closed rectangular box with faces parallel to the coordinate planes has one bottom corner
at the origin and the opposite top corner in the first octant on the plane
3x + 2y + z = 1
What is the maximum volume of such a box?
1 2y
1 2(1 3x)/4
=
6
6
2 + 6x
6x = 1
4
24x = 4 2 + 6x
18x = 2
1
x=
9
1 3x
1
and then y =
=
4
6
1
Finally, this gives
us z= 1 3x 2y = 3 . Thus, we should place the corner of the box
1 1 1
at (x, y, z) =
, ,
.
9 6 3
To verify that this is a local maximum for the volume, we use the second derivative test:
2V
= 6y
x2
2V
= 4x
y 2
2V
= 1 6x 4y
xy
1 1 1
, ,
,
9 6 3
2V
= 6y = 1
x2
4
2V
= 4x =
y 2
9
2
V
6 4
1
=1 =
xy
9 6
3
4
1
1
D = (1)( ) ( )2 = > 0
9
3
3
and since Vxx < 0, the critical point is a local maximum for the volume.