
P1: OSO/OVY P2: OSO/OVY QC: OSO/OVY T1: OSO
MHDQ256-Ch13 MHDQ256-Smith-v1.cls December 31, 2010 16:55
LT (Late Transcendental)
CONFIRMING PAGES
13-77 SECTION 13.7
..
Extrema of Functions of Several Variables 885
23. (a) The following data show the height and weight of a small
numberofpeople.Usethelinearmodeltopredicttheweight
of a 6
8
person and a 5
0
person. Comment on how accu-
rate you think the model is.
Height (inches) 68 70 70 71
Weight (pounds) 160 172 184 180
(b) Add thedata point (70, 221) andrepeat part(a). How much
influence can one point have?
24. The accompanying data show the average number of points
professional football teams score when starting different
distances from the opponents’ goal line. The number of points
is determined by the next score, so that if the opponent scores
next, the number of points is negative. Use the linear model to
predict the average number ofpoints starting (a) 60 yards from
the goal line and (b) 40 yards from the goal line.
Yards from goal 15 35 55 75 95
Average points 4.57 3.17 1.54 0.24 −1.25
In The Hidden Game of Pro Football, authors Carroll, Palmer
and Thorn claim that when a team loses a fumble they lose an
average of 4 points regardless of where they are on the field.
That is, a fumble at the 50-yard line costs the same number
of points as a fumble at the opponents’ 10-yard line. Use your
result to verify this claim.
............................................................
In exercises 25–28, calculate the first two steps of the steepest
ascent algorithm from the given starting point.
25. f (x, y) = 2xy − 2x
2
+ y
3
, (0, −1)
26. f (x, y) = 3xy − x
3
− y
2
, (1, 1)
27. f (x, y) = x − x
2
y
4
+ y
2
, (1, 1)
28. f (x, y) = xy
2
− x
2
− y, (1, 0)
............................................................
29. Calculate one step of the steepest ascent algorithm for
f (x, y) = 2xy −2x
2
+ y
3
,starting at(0, 0).Explain ingraph-
ical terms what goes wrong.
30. Define a steepest descent algorithm for finding local minima.
............................................................
In exercises 31–36, find the absolute extrema of the function on
the region.
31. f (x, y) = x
2
+ 3y − 3xy, region bounded by y = x, y = 0
and x = 2
32. f (x, y) = x
2
+ y
2
− 4xy, region bounded by y = x, y =−3
and x = 3
33. f (x, y) = x
2
+ y
2
, region bounded by (x − 1)
2
+ y
2
= 4
34. f (x, y) = x
2
+ y
2
− 2x − 4y, region bounded by y = x,
y = 3 and x = 0
35. f (x, y) = xye
−x
2
/2−y
2
/2
with 0 ≤ x ≤ 2, 0 ≤ y ≤ 2
36. f (x, y) = ln(x
2
+ y
2
+ 1) − y
2
/2 with 0 ≤ x
2
+ y
2
≤ 4
............................................................
37. Heron’s formula gives the area of a triangle with sides of
lengths a, b and c as A =
√
s(s −a)(s −b)(s − c), where
s =
1
2
(a + b + c). For a given perimeter, find the triangle of
maximum area.
38. Find the maximum of x
2
+ y
2
on the square with −1 ≤ x ≤ 1
and −1 ≤ y ≤ 1. Use your result to explain why a computer
graph of z = x
2
+ y
2
with the graphing window −1 ≤ x ≤ 1
and −1 ≤ y ≤ 1 does not show a circular cross section at the
top.
39. Find all critical points of f (x, y) = x
2
y
2
and show that
Theorem 7.2 fails to identify any of them. Use the form of
the function to determine what each critical point represents.
Repeat for f (x, y) = x
2/3
y
2
.
40. Complete the square to identify all local extrema of
(a) f (x, y) = x
2
+ 2x + y
2
− 4y + 1,
(b) f (x, y) = x
4
− 6x
2
+ y
4
+ 2y
2
− 1.
41. In exercise 3, there is a saddle point at (0, 0). One possibil-
ity is that there is (at least) one trace of z = x
3
− 3xy + y
3
with a local minimum at (0, 0) and (at least) one trace with
a local maximum at (0, 0). To analyze traces in the planes
y = kx (for some constant k), substitute y = kx and show that
z = (1 +k
3
)x
3
− 3kx
2
. Show that f (x) = (1 +k
3
)x
3
− 3kx
2
has a local minimum at x = 0ifk < 0 and a local maximum
at x = 0ifk > 0. (Hint: Use the Second Derivative Test from
section 3.4.)
42. In exercise 4, there is a saddle point at (0, 0). As in
exercise 41, find traces such that there is a local maximum
at (0, 0) and traces such that there is a local minimum
at (0, 0).
43. (a) In example 7.3, (0, 0) is a critical point but is not classi-
fied by Theorem 7.2. Use the technique of exercise 41 to
analyze this critical point.
(b) Repeat for f (x, y) = x
2
− 3xy
2
+ 4x
3
y.
44. (a) For f (x, y, z) = xz − x + y
3
− 3y, show that (0, 1, 1)
is a critical point. To classify this critical point,
show that f (0 +x, 1 + y, 1 + z) = xz + 3y
2
+
y
3
+ f (0, 1, 1). Setting y = 0 and xz > 0, conclude
that f (0, 1, 1) is not a local maximum. Setting y = 0 and
xz < 0, concludethat f (0, 1, 1) isnot a localminimum.
(b) Repeat for the point (0, −1, 1).
............................................................
In exercises 45–48, label the statement as true or false and
explain why.
45. If f (x, y) has a local maximum at (a, b), then
∂ f
∂x
(a, b) =
∂ f
∂y
(a, b) = 0.
46. If
∂ f
∂x
(a, b) =
∂ f
∂y
(a, b) = 0, then f (x, y) has a local maxi-
mum at (a, b).
47. In between any two local maxima of f (x, y) there must be at
least one local minimum of f (x, y).
48. If f (x, y) has exactly two critical points, they can’t both be
local maxima.
............................................................