1

Show that $x^3+3x+1=0$ has exactly one real solution.

Manu
  • 19

4 Answers4

4

Hint: use Calculus. Note that derivative always takes positive value.

  • I downvoted this. In my opinion you missed explaining key points. You should explain the significance of obtaining a positive derivative. It indicates that the slope of the curve is always increasing, and that it can cut the x-axis at only one point, hence it can have only one real root. – Akshar Gandhi Oct 13 '16 at 08:48
  • @ Aksshar Gandhi. Quite often some answers posted here are hints (and I had clearly marked it as hint). – P Vanchinathan Oct 13 '16 at 09:01
0

The discriminant is

$$\Delta = - 4 \cdot 3^3 - 27 = - 5 \cdot 27 < 0$$

From the negativity of $\Delta$, we conclude that the cubic polynomial has only one real root.

0

A general method would be to check value of polynomial at Maxima and minima (Wiggles). If both values have same sign then only one real root. If no Wiggles then too single root.

jnyan
  • 2,441
0

Let $f$ defined by $f(x)=x^3+3x+1$. we know there is at least one real root.

assume there are $2$ real roots $a$ and $b$.

the polynomial function $f$ is continuous at $[a,b]$ and has a derivative in $(a,b)$.

Role's Theorem allows us to say there exists $c\in(a,b)$ such that

$f'(c)=3c^2+3=0$ which is not possible.

so there is only one real root.