Texts: Hw15-max-and-min-values: Problem 4
Problem Value: 1 point(s). Problem Score: 61%. Attempts Remaining: 20 attempts.
Help Entering Answers (1 point) Part 1
Find and classify all the critical points of f(x, y) = 5xy(9 - x - y) - 45y - 10xy - 5y^2 - 45x - 5x^2 - 10xy
fxx = -10y
fyy = -45 - 10x - 10y
fy = -10
The critical points of f are: (0,0), (-3,-3), (-9,0), (0,-9) (Separate points with commas.)
Part 2
D(0,0) = fxx(0,0)fyy(0,0) - (fxy(0,0))^2
Therefore, D(0,0) = 0
and fxx(0,0) = -10(0) = 0
Therefore, 0,0 is a saddle point of f.
D(9, 0) = fxx(9, 0)fyy(9, 0) - (fxy(9, 0))^2
Therefore, D(9, 0) = (-10)(-45 - 10(9) - 10(0)) - (0)^2 = -10(45 - 90) = 450 - 900 = -450
and fxx(-9, 0) = -10(0) = 0
Therefore, 9,0 is a saddle point of f.
D(0,9) = fxx(0,9)fyy(0,9) - (fxy(0,9))^2
Therefore, D(0,9) = (-10)(-45 - 10(0) - 10(9)) - (0)^2 = -10(-45 - 90) = 10(135) = 1350
and fxx(0,-9) = -10(-9) = 90
Therefore, 0,-9 is a saddle point of f.
D(3, 3) = fxx(3, 3)fyy(3, 3) - (fxy(3, 3))^2
Therefore, D(3, 3) = (-10)(-45 - 10(3) - 10(3)) - (0)^2 = -10(-45 - 60) = 10(105) = 1050
and fx(3, -3) = -10(-3) = 30
Therefore, 3, -3 is a local minimum of f.