If both roots of the quadratic equation
$$2x^2 +kx -(k+1)=0$$
are greater than $1$, then $k$ lies in what interval?
I tried to solve this using using different graphical and algebraic method but i seem to miss a crucial insight which is stopping me from getting the answer. Please help here.
HINT: Roots of the given quadratic equation are: $$x_{1,2} = \frac{-k\pm \sqrt{k^2+4\cdot2(k+1)}}{2\cdot2} = \frac{-k\pm \sqrt{k^2+8k+8}}{4}$$ and we are asked to find interval for $k$ when both of these roots are greater than $1$. After Dr. Sonnhard Graubner's comment, I realized that you should also check for $k^2+8k+8 \ge 0$. This will give you one more interval for $k$. Can you take it from here?