题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
Find the range of values of k for which the quadratic equation
kx2+8x+2(k+7)=0
has no real roots.
(6)
解答
解法一
思路
展开
二次方程没有实根时,判别式必须小于 0。这里变量是 x,参数是 k,所以把 a=k、b=8、c=2(k+7) 代入 b2−4ac<0,再解关于 k 的二次不等式。
答题过程
展开
For no real roots,
b2−4ac<0.
Here
a=k,b=8,c=2(k+7).
So
82−4(k){2(k+7)}64−8k(k+7)64−8k2−56k<0<0<0.
Divide by −8, remembering to reverse the inequality:
k2+7k−8(k+8)(k−1)>0>0.
The critical values are k=−8 and k=1.
Since the product is positive outside the two roots,
k<−8ork>1.