题目
Problem
The line with equation y=4x+c, where c is a constant, meets the curve with equation
y=x(x−3)
at only one point.
(a) Find the value of c.
(4)
(b) Hence find the coordinates of the point of intersection.
(3)
解答
(a)
解法一
思路
展开
直线和曲线只有一个交点,所以联立后得到的二次方程有一个重复根,判别式等于 0。
答题过程
展开
At the point of intersection,
4x+c=4x+c=x2−7x−c=x(x−3)x2−3x0.
For exactly one point of intersection,
(−7)2−4(1)(−c)=49+4c=c=00−449.
解法二
思路
展开
只有一个交点说明直线是曲线的切线。切线斜率是 4,所以让曲线导数等于 4,先求切点,再求 c。
答题过程
展开
For the curve,
y=x(x−3)=x2−3x,
so
dxdy=2x−3.
Since the tangent has gradient 4,
2x−3=x=427.
At this point,
y===27(27−3)27⋅2147.
Substitute into y=4x+c:
47=47=c=4(27)+c14+c−449.
(b)
解法一
思路
展开
把 c=−449 代入联立得到的二次方程。它应该有一个重复根。
答题过程
展开
Using
x2−7x−c=0
and c=−449,
x2−7x+449=(x−27)2=00.
Thus
x=27.
Then
y=4(27)−449=47.
Therefore the point of intersection is
(27,47).