Prove the equation $4x^3+6x^2+5x=-7$ has only one solution.
Hello all. It is easy to prove this by defining the function $f(x)=4x^3+6x^2+5x+7$ and claiming it is a monotonic increasing function at $\mathbb{R}$, and since it is continuous at $\mathbb{R}$, and $f(-2)\le 0, f(-1)\ge 0$ then based on the MVT there exists a point $c\in[-2,-1]$ such that $f(c)=0$.
How do I prove there's only one real root using Rolle's theorem or Lagrange? Thanks in advance :)
For example, let's assume that $p(x)=4x^3+6x^2+5x+7=0$ has $2$ solutions $x_1<x_2$ such that $p(x_1)=p(x_2)=0$. Then, by Rolle's theorem, there must be $c \in (x_1,x_2)$ such that $p'(c)=0$. But $p'(x)=12x^2+12x+5=0$ has no zeros, since $\Delta=12^2-4\cdot 5\cdot 12=-96<0$.