Find the absolute maxima and minima of the function f(x, y) = 2x² +9y²
on the given domain bounded by the circle x2+y2 =9.
The domain of the circle is [-3,3].
The range of the circle is also [-3,3].
But the domain of the function f(x,y) are both the values of x and y that satisfies x2+y2 ≤ 9 because the circle is just the boundary.
The extreme points of the circle are the intercepts and the origin:
(0,0), (3,0),(-3,0),(0,-3),(0,3)
f(0,0) = 2(0)² +9(0)² = 0
f(3,0) = 2(3)² +9(0)² = 18
f(-3,0) = 2(-3)² +9(0)² = 18
f(0,-3) = 2(0)² +9(-3)² = 81
f(0,3) = 2(0)² +9(3)² = 81
Therefore
The absolute max of f(x,y) = 81
The absolute min of f(x,y) = 0