I am trying to prove that $x^2 +1 \geq 2x$ without using circular logic (meaning first assuming that this inequality is true and then moving to the $2x$ to the left side and factoring it). Thanks.
How to prove that $x^2 +1 \geq 2x$?
9.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 5 best solutions below
On
If $x \le 0$, it is true.
If $x=1$, there is equality.
If $x>1$, you put $x=1+\epsilon $ with $\epsilon>0$.
then $$x^2+1=(1+\epsilon)^2+1$$ $$=1+\epsilon^2+2\epsilon+1$$ $$=2 (1+\epsilon)+\epsilon^2>2x $$
If $0 <x <1$ put $y=\frac {1}{x}>1 $. then $$y^2+1=\frac {1}{x^2}+1$$ $$=\frac {x^2+1}{x^2}>2\frac {1}{x} $$ $$\implies 1+x^2>2x $$ Done!
On
Work backwards . . .
\begin{align*} &(x-1)^2 \ge 0&&\text{[since squares are nonnegative]}\\[4pt] \implies\;&x^2-2x+1 \ge 0\\[4pt] \implies\;&x^2 + 1 \ge 2x\\[4pt] \end{align*} Alternatively, work forwards, but use $\iff$ . . . \begin{align*} &x^2+1 \ge 2x \qquad\qquad\qquad\qquad\qquad\qquad\qquad\qquad\;];\;\;\; \\[4pt] \iff\;&x^2-2x + 1 \ge 0\\[4pt] \iff\;&(x-1)^2 \ge 0\\[4pt] &\text{which is true since squares are nonnegative.}\\[4pt] \end{align*} This allows the argument to be reversed without actually reversing it.
But to use the $\iff$ version, you need to be careful to make sure that each line is equivalent to the previous one (i.e., each implies the other).
$$x^2 + 1 = x^2 - 2x + 1 + 2x = \underbrace{(x-1)^2}_{\geq 0} + 2x \geq 2x$$