Find the values of $q$ for which the quadratic equation $qx^2-4qx+5-q=0$ will have no real roots.
So I've gotten as far as using the discriminant to find the values of $q$, but I'm stuck on the last step. $$(-4q)^2-4(q)(5-q)<0$$ $$16q^2-4q(5-q)<0$$ $$16q^2-20q+4q^2<0$$ $$20q^2-20q<0$$ $$20q(q-1)<0$$ What step should be taken next to find the values of $q$?
Thank you.
This is where it's handy to make a sign chart.
First, let's consider when it is zero:
$$20q(q-1) = 0 \Leftrightarrow q = 0 \textrm{ or } q = 1$$
Now, let's see what happens on the intervals $(-\infty,0),(0,1),(1,\infty)$. I claim that we can plug in any point within those intervals and whatever sign it has, that will be the sign on the whole interval. Let's accept that for now and see what it tells us.
For $(-\infty,0)$: take $q = -1$ then $20q(q-1) = -20(-2) = 40 > 0$ so this does not work
For $(0,1)$: take $q = 1/2$ then $20q(q-1) = 10(-1/2) < 0$ so this works.
For $(1,\infty)$, take $q = 2$ then $20q(q-1) > 0$ so this does not work.
Thus, the interval we seek is $(0,1)$.
The reason this works depends on some calculus. Without going into details, we are dealing with a continuous function. Intuitively, that means when drawing $20q(q-1)$ on a graph, you can do so without lifting your pencil. So imagine a sign change: it would have to cross the $x$-axis at some point, i.e. have a zero. Thus for a continuous function, identifying its roots is identifying precisely where the sign changes.