题目
Problem
Given that the equation
kx2+6kx+5=0,where k is a non-zero constant
has no real roots, find the range of possible values for k.
(4)
解答
解法一
思路
展开
二次方程没有实根时,判别式 b2−4ac<0。这里 a=k,b=6k,c=5。最后得到的是关于 k 的二次不等式,要注意题目已经说明 k=0。
答题过程
展开
For the equation
kx2+6kx+5=0,
we have
a=k,b=6k,c=5.
Since there are no real roots,
b2−4ac(6k)2−4(k)(5)36k2−20k<0<0<0.
Factorise:
4k(9k−5)<0.
The critical values are
k=0andk=95.
Since 4k(9k−5)<0 between these two values,
0<k<95.