Result:
This function does not have a saddle point (DNE). However, there is a local maximum located at (1, 1/2).
Clarification:
The function in question is f(x,y) = 9 - 2x + 4y - x^2 - 4y^2
We will derive the values using partial derivatives with respect to x, y, and xy.
= -2 -2x
= 4 -8y
To identify the saddle point, we first locate the critical points by setting
-2 -2x=0 and 4 -8y=0
giving us x= 1 and y = 1/2, confirming the critical points as (1, 1/2).
To ascertain if there's a local maximum or minimum, we must evaluate
,
, and
.
The formula is
*
-
=0
= -2
= -8
=0
Plugging the values into the formula yields
(-2)*(-8) -0 =16 > 0, with
< 0 and
<0.
Thus, we identify a local maximum.
There is no saddle point for this function using the same formula that helped us find extrema.