Welcome to Westonci.ca, where you can find answers to all your questions from a community of experienced professionals. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

03* For which one of the following functions is (-1,-1) a relative minimum?
f(x,y)=xy + 1/x + 1/y
f(x,y)=x^2 +2x
f(x,y)=xy-y^2
f(x,y)=xy-1/x-1/y​


Sagot :

If (-1, -1) is an extremum of [tex]f[/tex], then both partial derivatives vanish at this point.

Compute the gradients and evaluate them at the given point.

  • [tex]f(x,y)=xy+\frac1x +\frac1y[/tex]

[tex]\nabla f = \left\langle y - \dfrac1{x^2}, x - \dfrac1{y^2}\right\rangle \implies \nabla f (-1,-1) = \langle-2,-2\rangle \neq \langle0,0,\rangle[/tex]

  • [tex]f(x,y) = x^2+2x[/tex]

[tex]\nabla f = \langle 2x+2,0\rangle \implies \nabla f(-1,-1) = \langle0,0\rangle[/tex]

  • [tex]f(x,y)=xy-y^2[/tex]

[tex]\nabla f = \langle y, x-2y\rangle \implies \nabla f(-1,1) = \langle-1,1\rangle \neq\langle0,0\rangle[/tex]

  • [tex]f(x,y) = xy-\frac1x-\frac1y[/tex]

[tex]\nabla f = \left\langle y + \frac1{x^2}, x + \frac1{y^2}\right\rangle \implies \nabla f(-1,1) = \langle0,0\rangle[/tex]

The first and third functions drop out.

The second function depends only on [tex]x[/tex]. Compute the second derivative and evaluate it at the critical point [tex]x=-1[/tex].

[tex]f(x,y) = x^2+2x \implies f'(x) = 2x + 2 \implies f''(x) = 2 > 0[/tex]

This indicates a minimum when [tex]x=-1[/tex]. In fact, since this function is independent of [tex]y[/tex], every point with this [tex]x[/tex] coordinate is a minimum. However,

[tex]x^2 + 2x = (x + 1)^2 - 1 \ge -1[/tex]

for all [tex]x[/tex], so (-1, 1) and all the other points [tex](-1,y)[/tex] are actually global minima.

For the fourth function, check the sign of the Hessian determinant at (-1, 1).

[tex]H(x,y) = \begin{bmatrix} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{bmatrix} = \begin{bmatrix} -2/x^3 & 1 \\ 1 & -2/y^3 \end{bmatrix} \implies \det H(-1,-1) = 3 > 0[/tex]

The second derivative with respect to [tex]x[/tex] is -2/(-1) = 2 > 0, so (-1, -1) is indeed a local minimum.

The correct choice is the fourth function.

We hope our answers were helpful. Return anytime for more information and answers to any other questions you may have. Thanks for using our service. We're always here to provide accurate and up-to-date answers to all your queries. Keep exploring Westonci.ca for more insightful answers to your questions. We're here to help.