The set of all values of m for which $mx^2 – 6mx + 5m + 1 > 0$ for all real x is? The answer given is $0<=m<1/4$
My working: $D>=0$
$=> (-6m)^2 -4(m)(5m+1)>=0$
$=> m(4m-1)>=0$
=> Either $m>=1/4$ or $m<=0$
Where am I going wrong?
The set of all values of m for which $mx^2 – 6mx + 5m + 1 > 0$ for all real x is? The answer given is $0<=m<1/4$
My working: $D>=0$
$=> (-6m)^2 -4(m)(5m+1)>=0$
$=> m(4m-1)>=0$
=> Either $m>=1/4$ or $m<=0$
Where am I going wrong?
On
If we want to solve $mx^2 - 6mx + 5m + 1 > 0$ then we do not want any real roots!
That is, the discriminant should be $\Delta<0$, not $\Delta\ge 0$.
Therefore we have $m(4m-1)<0$ from which you can easily conclude the result.
You need $mx^2-6mx+5m+1>0$ for all real $x$. So, $mx^2-6mx+5m+1$ is not zero for all real $x$. The discriminant should be negative. You also need $m$ to be positive. This gives $0<m<\dfrac 14$.
However, when $m=0$, $mx^2-6mx+5m+1\equiv 1$ is positive.
Therefore, $0\le m<\dfrac14$.