If $x^2+bx+c=0$ has real roots, show that the roots of the equation $x^2+bx+c(x+a)(2x+b)=0$ are real for all real values of $a$.
I could do it by standard way by proving determinant is postive. But, I was looking for some better way because I think the two equations are related somehow. Can someone suggest me another smart way?
If $f(x) = x^2 + bx + c$ has two real roots, we know from it's derivative that it's minimum is obtained at $x = -\frac{b}{2}$, and as it has two real roots we have that $f(-\frac{b}{2}) \lt 0$
Observe that if we plug $x = -\frac{b}{2}$ into $g(x) = x^2 + bx + c(x+a)(2x+b)$ we get $g(-\frac{b}{2}) = -\frac{b^2}{4}$, and as $-\frac{b^2}{4} \leq 0 \forall b \in \mathbb{R}$
To conclude as we have a point which we can guarantee is always $\leq 0$ we know that $g(x)$ must always have at least one real root, which may be repeated.