How to show for $x\in \mathbb{R}$, $|x|\leqslant 1+x^2$

247 Views Asked by At

How to show for $x\in \mathbb{R}$, $$|x|\leqslant 1+x^2$$

I can show $2|x|\leq 1+x^2$, but how to show the above?

6

There are 6 best solutions below

0
On BEST ANSWER

Observe that $$ 2|x|\leq 1+x^2 \quad \implies \quad |x|\leq \frac{1+x^2}2 \le 1+x^2. $$

0
On

For real $x,|x|^2=x^2$ and $$4|x|^2-4|x|+4=(2|x|-1)^2+3\ge3$$

4
On

Let $|x|=t$ ;

You get : $$|x|\leqslant 1+x^2 \implies t^2-t+1 \ge 0$$

Now, the discriminant of $t^2-t+1$ is : $$b^2-4ac=1-4=-3 <0$$ Therefore;

$$ t^2-t+1 \ge 0 ~\forall ~t \in \mathbb R^+$$ Hence :

$$|x|\leqslant 1+x^2 ~~\forall ~x \in \mathbb R$$

2
On

Since $|x|\geq 0$, you have $|x|\leq 2|x|$, and so by inserting the inequality you know $2|x|\leq 1+x^2$ you'd get the desires $|x|\leq 2|x|\leq 1+x^2$.

0
On

by $AM-GM$ we have $$1+x^2\geq 2|x|\geq |x|$$

0
On

Well you've actually proven something stronger.

Since $|x|\ge 0$ and $2>1$, then $|x|\le 2|x| \le 1 + x^2$.

But, if you want to be thorough.

$(|x|-1)^2\ge 0$

$x^2-2|x|+1\ge 0$

$x^2 +1\ge 2|x|$

$x^2+1\ge 2|x| \ge |x|$.

That's all.