Answer:
The maximum value of f is 363, which is reached in (11,11) and (-11,-11) and the minimum value of f is -33, which is reached in (√11,-√11) and (-√11,√11)
Step-by-step explanation:
f(x,y) = 3xy, lets find the gradient of f. First lets compute the derivate of f in terms of x, thinking of y like a constant.
![f_x(x,y) = 3y](https://tex.z-dn.net/?f=%20f_x%28x%2Cy%29%20%3D%203y%20)
In a similar way
![f_y(x,y) = 3x](https://tex.z-dn.net/?f=%20f_y%28x%2Cy%29%20%3D%203x%20)
Thus,
![\nabla{f} = (3y,3x)](https://tex.z-dn.net/?f=%5Cnabla%7Bf%7D%20%3D%20%283y%2C3x%29)
The restriction is given by g(x,y) = 121, with g(x,y) = 3x²+3y²-5xy. The partial derivates of g are
[ŧex] g_x(x,y) = 6x-5y [/tex]
![g_y(x,y) = 6y - 5x](https://tex.z-dn.net/?f=%20g_y%28x%2Cy%29%20%3D%206y%20-%205x%20)
Thus,
![\nabla g(x,y) = (6x-5y,6y-5x)](https://tex.z-dn.net/?f=%20%5Cnabla%20g%28x%2Cy%29%20%3D%20%286x-5y%2C6y-5x%29%20)
For the Langrange multipliers theorem, we have that for an extreme (x0,y0) with the restriction g(x,y) = 121, we have that for certain λ,
This can be translated into
If we sum the first two expressions, we obtain
![3x + 3y = \lambda (x+y)](https://tex.z-dn.net/?f=%203x%20%2B%203y%20%3D%20%5Clambda%20%28x%2By%29%20)
Thus, x = -y or λ=3.
If x were -y, then we can replace x for -y in both equations
3y = -11 λ y
-3y = 11 λ y, and therefore
y = 0, or λ = -3/11.
Note that y cant take the value 0 because, since x = -y, we have that x = y = y, and g(x,y) = 0. Therefore, equation 3 wouldnt hold.
Now, lets suppose that λ=3, if that is the case, we can replace in the first 2 equations obtaining
thus, 18y = 18x
y = x
and also,
18x = 18y
x = y
Therefore, x = y or x = -y.
If x = -y:
Lets evaluate g in (-y,y) and try to find y
g(-y,y) = 3(-y)² + 3y*2 - 5(-y)y = 11y² = 121
Therefore,
y² = 121/11 = 11
y = √11 or y = -√11
The candidates to extremes are, as a result (√11,-√11), (-√11, √11). In both cases, f(x,y) = 3 √11 (-√11) = -33
If x = y:
g(y,y) = 3y²+3y²-5y² = y² = 121, then y = 11 or y = -11
In both cases f(11,11) = f(-11,-11) = 363.
We conclude that the maximum value of f is 363, which is reached in (11,11) and (-11,-11) and the minimum value of f is -33, which is reached in (√11,-√11) and (-√11,√11)