I want to find Minimum of function $x+\frac{2}{x}$ for $x>0$ with following solution. My problem is how can we say we found the answer with following solution. Solution:
Let Minimum be something like c. We have:
$x+\frac{2}{x} \ge c \to \frac{x^2+2}{x} \ge c \to x^2 + 2 \ge cx \to x^2 -cx +2 \ge 0 $
So $\Delta \le 0$ because the quadratic must not have two solutions so it will be only positive or zero. So:
$\Delta = c^2 - 8 \le 0 \to c^2 \le 8 \to -2\sqrt{2} \le c \le +2\sqrt{2}$
My question is how can we say with following solution that the minimum of $x+\frac{x}{2}$ must be $+2\sqrt{2}$? We find the maximum of $c$, How can we say that maximum is minimum of function? Is it a valid solution?
Thanks and sorry for my English.
Since $x+\frac2x>0$, we can assume that $x+\frac2x$ has a non-negative lower bound $c$ for $x>0$, that is: $$\exists c\ge 0\;\forall x>0\;x+\frac2x\ge c$$
This inequality is equivalent to $$\exists c\ge 0\;\forall x>0\;x^2-cx+2\ge 0$$
The polynomial $x^2-cx+2$ has no negative root, because the sum of the roots is $c(\ge 0)$ and their product is $2$.
So, under the assumption $x^2-cx+2\ge0\;\forall x>0$, the polynomial has one root or no root. As you has pointed, that fact is equivalent to this: $$c^2-8\le 0$$ or (remember that $c\ge 0$) $$0\le c\le 2\sqrt 2$$
To sum up:
This means that $c$ is the greatest lower bound for $x+\frac 2x$. Since $$\sqrt 2+\frac2{\sqrt 2}=2\sqrt 2$$ this lower bound is reached, and thus, it is the minimum that you are looking for.