Respuesta :
Answer:
Step-by-step explanation:
Since it is said that the region R is a semicircular disc, we asume that the boundaries of the region are given by [tex]-2\leq x \leq 2, 0\leq y \leq \sqrt[]{4-x^2}[/tex]. First, we must solve the optimization problem without any restrictions, and see if the points we get lay inside the region of interest. To do so, consider the given function F(x,y). We want to find the point for which it's gradient is equal to zero, that is
[tex]\frac{dF}{dx}=9y=0[/tex]
[tex]\frac{dF}{dy}=9x=0[/tex]
This implies that (x,y) = (0,0). This point lays inside the region R. We will use the Hessian criteria to check if its a minimum o r a maximum. To do so, we calculate the matrix of second derivates
[tex]\frac{d^2F}{dx^2} = 0 = \frac{d^2F}{dy^2}[/tex]
[tex]\frac{d^2F}{dxdy} = 9 = \frac{d^2F}{dydx}[/tex]
so we get the matrix
[tex]\left[\begin{matrix} 0 & 9 \\ 9 & 0\end{matrix}\right][/tex]
Note that the first determinant is 0, and the second determinant is -9. THis tell us that the point is a saddle point, hence not a minimum nor maximum.
Since the function is continous and the region R is closed and bound (hence compact) the maximum and minimum must be attained on the boundaries of R. REcall that when [tex]-2\leq x \leq x [/tex] and y=0 we have that F(x,0) = 0. So, we want to pay attention to the critical values over the circle, restricting that the values of y must be positive. To do so, consider the following function
[tex]H(x,y, \lambda) = 9xy - \lambda(x^2+y^2-4)[/tex] which consists of the original function and a function that describes the restriction (the circle x^2+y^2=4), we want that the gradient of H is 0.
Then,
[tex] \frac{dH}{dx} = 9y-2\lambda x =0[/tex]
[tex] \frac{dH}{dx} = 9x-2\lambda y =0[/tex]
[tex] \frac{dH}{d\lambda} = x^2+y^2-4 =0[/tex]
From the first and second equation we get that
[tex]\lambda = \frac{9y}{2x} = \frac{9x}{2y}[/tex]
which implies that [tex]y^2=x^2[/tex]. If we replace this in the restriction, we have that [tex]x^2+x^2 = 2x^2 = 4[/tex] which gives us that [tex]x=\pm \sqrt[]{2}[/tex]. Since we only care for the positive values of y, and that [tex]y=\pm x[/tex], we have the following critical points [tex](\sqrt[]{2},\sqrt[]{2}), (-(\sqrt[]{2},\sqrt[]{2})[/tex]. Note that for the first point, the value of the function is
[tex]F(\sqrt[]{2},\sqrt[]{2}) = 9\cdot 2 =18[/tex]
as for the second point the value of the function is
[tex]F(-\sqrt[]{2},\sqrt[]{2}) = 9\cdot -2 =-18[/tex].
Then, the point [tex](\sqrt[]{2},\sqrt[]{2})[/tex] is a maximum and the point [tex] (-(\sqrt[]{2},\sqrt[]{2})[/tex] is a minimum.