Find values of $m$ for which the roots of $2x^2-mx-8$ differ by $m-1$.
When I attempted to solve this I tried to simplify it into something like this: $((m-1)+2)((m-1)-4)$ but when I expanded I got $m^2 -4m -5$ which is nowhere near $2x^2-mx-8$ so my question is how to do solve these types of problems. I thank you in advance for your help. :)
The roots, by quadratic formula, are:
$$x=\frac{m\pm \sqrt{m^2+64}}{4}$$
The difference is $$\frac{m+\sqrt{m^2+64}-(m-\sqrt{m^2+64})}{4}=\frac{\sqrt{m^2+64}}{2}$$
So $$2m-2=\sqrt{m^2+64}\implies 4m^2-8m+4=m^2+64\implies (3m+10)(m-6)=0$$
So $m=\frac{-10}{3}, 6$.