Show Global Min. of f(x,y): x>= 0.1, y>= 0.1

  • Thread starter Thread starter ArnfinnS
  • Start date Start date
  • Tags Tags
    Global
Click For Summary
SUMMARY

The function f(x,y) = x^2 + y^2 + (xy)^-1 has a global minimum in the domain x >= 0.1 and y >= 0.1, as established using the extremal value theorem. Critical points were identified by setting the partial derivatives f_x = 2x - (1/(x^2*y)) and f_y = 2y - (x/(y^2*x)) to zero, yielding x = y = 1/√2. The second derivative test confirmed this point as a local minimum, and since the function is continuous and differentiable in the domain, it is also a global minimum. Transforming the function using u = 1/x and v = 1/y further supports this conclusion.

PREREQUISITES
  • Understanding of the extremal value theorem
  • Knowledge of partial derivatives and critical points
  • Familiarity with second derivative tests
  • Basic concepts of function continuity and differentiability
NEXT STEPS
  • Study the extremal value theorem in detail
  • Learn how to compute and interpret partial derivatives
  • Explore the second derivative test for identifying local minima and maxima
  • Investigate function transformations and their implications on critical points
USEFUL FOR

Mathematicians, calculus students, and anyone involved in optimization problems will benefit from this discussion, particularly those focusing on multivariable functions and critical point analysis.

ArnfinnS
Messages
11
Reaction score
0
hi. I've got another problem.

i have the function :
f(x,y) = x^2 + y^2 +(xy)^-1

iam supposed to use the "extremalvalue theorem" to show that this function have a global minimum on the area x>= 0.1 ,y>= 0.1

and i also need to argue if the same thing is satisfied for x>0 and y>0.

for this one , there is given a hint : to set u=1/x and v=1/y..and then iam supposed to look at the function f(x,y) = g(u,v)

First of all , I tried to find the partials which i think is :
f_x = 2x - (1/(x^2*y))
f_y = 2y -(x/(y^2*x))

how can i do this? Can anyone help me?

i got that the function has local minimum in the point x=y= 1/(2^(1/4))
if this is a local minimum , can i then directly say that it has to be a global minimum for x>0 and y>0 ?
 
Physics news on Phys.org


To show the global minimum of a function, we need to find the point where the function has the lowest value in the given domain. In this case, we are given the domain x>= 0.1 and y>= 0.1. To use the "extremal value theorem", we need to find the critical points of the function within this domain.

Using the partial derivatives you have found, we can set them equal to 0 to find the critical points:

f_x = 2x - (1/(x^2*y)) = 0
f_y = 2y -(x/(y^2*x)) = 0

Solving these equations, we get x = y = 1/√2, which is within the given domain. This means that the point (1/√2, 1/√2) is a critical point and could potentially be the global minimum.

To confirm this, we can use the second derivative test to check if this point is a minimum or maximum. Taking the second partial derivatives, we get:

f_xx = 2 + (2/(x^3*y))
f_xy = -(1/(x^2*y^2))
f_yy = 2 + (2/(y^3*x))

Evaluating these at x=y=1/√2, we get f_xx = f_yy = 6 and f_xy = -4. This means that the point (1/√2, 1/√2) is a local minimum.

Now, to show that this is also a global minimum, we need to show that there are no other points within the given domain that have a lower value than this point. Since the function is continuous and differentiable within the given domain, we can use the "extremal value theorem" to conclude that the global minimum must occur at either the critical point we found or at the boundaries of the domain.

To check the boundaries, we can use the hint given and set u=1/x and v=1/y. This will transform the function into g(u,v) = u^2 + v^2 + u*v. We can then use the same process as before to find the critical points of this new function.

Setting the partial derivatives of g(u,v) equal to 0, we get u = v = 1/√2, which is equivalent to x=y
 

Similar threads

Replies
12
Views
3K
Replies
11
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
13
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
25
Views
2K
Replies
8
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K