Suppose that $f(x) = x^3 + ax^2 + bx + c$ has three distinct integral roots and $f(x^2+2x+2)$ has no real roots.
- What is the minimum value of $a$?
- What is the minimum value of $b$?
- What is the minimum value of $c$?
- In the case when $a$, $b$ and $c$ take their minimum values, if the roots of $f'(x) = K$ are equal, then what is $K$?
My attempt:
I factorised $g(x) = x^2+2x+2$ as $(x+1)^2 + 1$. For all values of $g(x)$, $f(x)$ will always give a non-zero value. I tried getting multiple linear equations in $a$, $b$ and, $c$, but it got me nowhere. I don't see any other way to obtain minimum values of said variables, let alone attempt question 4.
This is a problem from a revision worksheet for our polynomials class.
Currently, I have no other ideas as to how to approach solving this problem. Any help would be appreciated.