Question
The number of real values of x that satisfies the equation:
$$x^4+4x^3+12x^2+7x-3=0$$
Let $f(x)=x^4+4x^3+12x^2+7x-3$
My Approach
$f'(x)=4x^3+12x^2+24x+7$
$f''(x)=12x^2+24x+24$
$f''(x)=12(x^2+2x+2)$
Discriminant of $f''(x)$=$-4$
So, $f"(x)$ is always positive.
So, $f'(x)$ is increasing, and it has one or zero roots.
But, since it is cubic, it has 1 root.
Calculate $f(0)$= $-3$
Calculate $f(1)$= Positive
Calculate $f(-1) = -1$
Calculate $f(-2)= 15$
So, we know that there is a root between $0$ and $1$ and also between $-2$ and $-1$
Now, I'm stuck, How to prove that there are no more roots?
Any hints would help a lot.