Why is it possible to find the minimum when it cannot be?

38 Views Asked by At

My question is similar to $xy=1 \implies $minimum $x+y=$?. Given that xy = 1 and x, y are real numbers we need to find minimum of x + y . So by doing the first derivative, I find that minimum comes at x = y = 1; that is minimum is 2. But take x = -100 and y = -1/100. Now xy = 1 but x + y = -100.01 ; which is much less than 2. Similarly we can take a lot of negative numbers and prove that 2 is never the minimum, but why did the derivative method gave me 2 as minimum? What was the mistake?

1

There are 1 best solutions below

0
On BEST ANSWER

Well, when we find stationary points, we find local maxima and local minima and not the absolute maxima or absolute minima. For the function $f(x)=x+\frac{1}{x}$ you have a locan minima at $x=1$ which is higher than the local maxima at $x=-1$

Graph

So as seen in the graph, in its neighbourhood it is minima at $x=1$ and maxima at $x=-1$, but they are not global maxima and minima