5

I need to prove that the equation $x^4 + x^2 + 1 = 0$ has no solution in $\mathbb{R}$.

How would I go about proving this?

Greg Martin
  • 78,820
GWAO
  • 67

3 Answers3

42

$x^2$ and $x^4$ are not negative, so $$1+x^2+x^4\ge1$$ for any real number $x$.

ajotatxe
  • 65,084
5

I would solve the equation. Take $y=x^2$. Then the equation is $y^2+y+1=0$. This is quadratic and easy to solve.

Matt Samuel
  • 58,164
4

Easy! Since $x^4 \ge 0$ and $x^2 \ge 0$ for all $x \in \Bbb R$, we have $x^4 + x^2 \ge 0$, whence $x^4 + x^2 + 1 > 0$, $\forall x \in \Bbb R$. No zeroes in $\Bbb R$, no solution! QED!!!

Of course, if we allow $x \in \Bbb C$, we have a different story altogether, which is told in a different place.

Hope this helps. Cheers!

And as ever,

Fiat Lux!!!

Robert Lewis
  • 71,180