Find the absolute maximum and minimum values of f on the set D. f(x, y)= xy2, D = {(x, y)| x >= 0, y >= 0, x2 + y2 <= 3}
Solution:
Given, f(x, y) = xy2 --- (1)
D = {(x, y)| x >= 0, y >= 0, x2 + y2 <= 3}
We have to find the absolute maximum and minimum values of f on the set D.
The partial derivatives of f(x, y) is
df/dx = y2
df/dy = 2xy
Substitute y = 0 in (1)
We have x = 0
This implies that the critical point = f(0, 0) = 0.
To calculate the extreme values from x2 + y2 <= 3
Rewriting the expression as x2 + y2 = 3
y2 = 3 - x2
Taking square root,
y = √(3 - x2) --- (2)
Put the value of y in (1),
f(x) = x[√(3 - x2)]2
f(x) = x(3 - x2)
f(x) = 3x - x3
On differentiating,
f’(x) = 3 - 3x2
Let f’(x) = 0
3 - 3x2 = 0
3x2 = 3
x2 = 1
Taking square root,
x = ±1
Given, x > 0
So, the value of x is +1.
Put x = 1 in (2)
y = √(3 - 1)
y = √2
The absolute maximum is at (x, y) = (1, √2)
The absolute minimum is at (x, y) = (0, 0)
At (0, 0), f(0, 0) = 0
At (1, √2), f(1, √2) = 1(√2)2 = 2
Therefore, the absolute maximum and minimum values of f are 0 and 2.
Find the absolute maximum and minimum values of f on the set D. f(x, y)= xy2, D = {(x, y)| x >= 0, y >= 0, x2 + y2 <= 3}
Summary:
The absolute maximum and minimum values of f on the set D. f(x, y)= xy2, D = {(x, y)| x >= 0, y >= 0, x2 + y2 <= 3} are 0 and 2.
visual curriculum