题目
Problem
The straight line l has equation y=k(2x−1), where k is a constant.
The curve C has equation y=x2+2x+11.
Find the set of values of k for which l does not cross or touch C.
(6)
解答
解法一
思路
展开
直线不与曲线相交或相切,表示联立后得到的二次方程没有实根。因此判别式要小于 0。
答题过程
展开
At intersections,
k(2x−1)=2kx−k=x2+(2−2k)x+(11+k)=x2+2x+11x2+2x+110.
For the line not to cross or touch the curve,
(2−2k)2−4(1)(11+k)4−8k+4k2−44−4k4k2−12k−40k2−3k−10(k−5)(k+2)<0<0<0<0<0.
Therefore
−2<k<5.