Find all $m \in R$ such that equation $(m + 1)x^2 -2(m - 3)x + m + 1 = 0$ has at least one root such that its absolute value is smaller than $0.9$
If $m = 1$ this equation has only one solution $x = -1$ which does not meet the requirements. If $m = -1$ then $x = 0$, which meets the requirements. Now I can assume that $m < 1$ and the equation has two solutions $x_1$ and $x_2$.
Is there any way to solve it faster than just substituting $x_1 = \frac{-b +/- \Delta}{2a}$ into $|x_1| < 0.9$ and doing the same thing for $x_2$?
You can also try working in reverse, and work out the equation for $m$ (which is linear in $m$). The equation for $x\neq 1$ is $$m=\frac {8-(x+3)^2}{(x-1)^2}$$
What are the values of $m$ when $-0.9\lt x\lt 0.9$?