Let Z = f(x,y) = 3x3 -5y2 -225x + 70y + 23. (i) Find the stationary points of z. (ii) Determine if at these points the function is at a relative maximum, relative minimum, infixion point, or saddle point.
Given f(x, y) = 3x3 - 5y2 - 225x + 70y + 23
(i) for stationary point: fx = 0 & fy = 0
fx(x, y) = 9x2 - 225 = 0
9x2 = 225
x2 =
x =
x =
fy(x, y) = -10y + 70 = 0
-10y = -70
y =
y = 7
therefore the possible stationary points are ( , 7) and ( -, 7)
(ii) now to Determine if at these points the function is at a relative maximum, relative minimum, infixion point, or saddle point.
fxy = 0 , fxx = 18x and fyy = -10
therefore,
D = fxx fyy - (fxy)2 = (18x)(-10) - (0)2 = -180x
D( , 7) = - 180 = -900 < 0
D( - , 7) = - 180 = 900 > 0
fxx( - , 7) = 18 = -90 < 0
therefore by second order extremum test,
( -, 7) is relative maximum and ( , 7) is saddle point
Comments