AJ L. answered 05/12/23
Patient and knowledgeable Calculus Tutor committed to student mastery
f(x,y) = x3+y3-10xy+25
∂f/∂x = 3x2-10y
∂f/∂y = 3y2-10x
3x2-10y = 0
3x2 = 10y
x = √(10y/3) <-- x has to be positive, so -√(10y/3) isn't considered
3y2-10x = 0
3y2-10√(10y/3) = 0
3y2 = 10√(10y/3)
9y4 = 100(10y/3)
9y4 = 1000y/3
27y4 - 1000y = 0
y(27y3-1000) = 0
y(3y-10)(9y2+30y+100) = 0 <-- Use difference of cubes formula
y1=0
3y-10 = 0 --> y2=10/3
9y2+30y+100 = 0 has a complex solution because its discriminant is <0, so it's not considered
List critical points
(x,y1) = √(10(0)/3) = (0,0)
(x,y2) = √(10(10/3)/3) = (10/3,10/3) <-- again, x must be positive, so x=-10/3 is not considered
Determine 2nd partial derivatives for Hessian matrix
∂2f/∂x2 = 6x
∂2f/∂y2 = 6y
∂2f/∂x∂y = -10
At (0,0):
H = (∂2f/∂x2)(∂2f/∂y2) - (∂2f/∂x∂y)2 = [6(0)][6(0)] - (-10)2 = 0 - 100 = -100<0, so (0,0) is a saddle point, which means (0,6) is also a saddle point, which means (0,6) is neither
At (10/3,10/3):
H = (∂2f/∂x2)(∂2f/∂y2) - (∂2f/∂x∂y)2 = [6(10/3)][6(10/3)] - (-10)2 = (20)(20) - 100 = 400 - 100 = 300>0, so (10/3,10/3) is either a local maximum or minimum, so it's not global, which means it's neither
At (√20,6):
H = (∂2f/∂x2)(∂2f/∂y2) - (∂2f/∂x∂y)2 = (6√20)[6(6)] - (-10)2 = 216√20 - 100 > 0, so (√20,6) is a global minimum because ∂2f/∂x2 > 0.
Hope this helped!