I am asked the question:
Find the range of values for ${k}$ such that ${kx^2 + 3x + 9k = 0}$ has real roots.
So from my understanding, there are distinct roots if ${b^2 - 4ac\ge 0}$
My first step is to substitute the values into ${b^2 - 4ac}$ which gives me:
${(3)^2 - 4(k)(9k)} \ge 0$
${9 - 36k^2} \ge 0$
divided by 9 becomes
${1 - 4k^2 \ge 0}$
=> ${1 \ge 4k^2}$
=> ${{1\over4} \ge k^2}$
=> ${{1\over 2} \ge k}$
=> ${k \le {1\over2}}$
Is my answer correct or have I taken a wrong turn?
Notice, you should use mod ($|\ \ \ |$) as follows $$k^2\le \frac{1}{4}$$ or $$|k|\le \frac{1}{2}$$ or $$-\frac 12\le k\le \frac 12$$