Here is the problem
$2x^2+6x+1+k(x^2+2)$, find the condition that must be satisfied by k in order that the expression may be positive for all real values of x.
The quadratic of the form $ax^2+bx+c$ will be positive for all real values of x, if $\displaystyle{\frac{4ac-b^2}{4a} > 0}$.
Therefore, $\displaystyle{\frac{4(2+k)(2k+1)-36}{4(2+k)}>0}$
$\displaystyle{\frac{(k-1)(2k+7)}{(2+k)}}>0$
Considering the 4 ranges, with $k$ values of -14/4, -2 and 1 The inequality is true when $k<-2$ and $k>1$.
However the book answer is only $k>1$. What have I done wrong?
Thank you