题目
Problem
The curve C has equation
y=x2+3x−4,x=0.
The straight line l has equation
y=kx+2
where k is a constant.
(a) Show that l meets C when
(k−3)x2+6x−2=0.
(2)
(b) Hence find the value of k for which l is a tangent to C.
(3)
解答
(a)
解法一
思路
展开
直线和曲线相交时 y 值相等。把 kx+2 和 x2+3x−4 相等,再乘以 x 去分母。
答题过程
展开
At intersections,
kx+2=x2+3x−4.
Bring all terms to one side:
kx−3x+6−x2=0.
Multiply by x:
(k−3)x2+6x−2=0.
This is the required result.
(b)
解法一
思路
展开
若直线与曲线相切,那么交点方程只有一个实根,所以判别式等于 0。
答题过程
展开
For tangency, the quadratic
(k−3)x2+6x−2=0
has equal roots. Therefore its discriminant is zero:
b2−4ac=62−4(k−3)(−2)=36+8(k−3)=8k+12=k=0000−23.
解法二
思路
展开
也可以用切线斜率。曲线的导数等于直线斜率 k,同时切点也必须满足 (a) 的交点方程。把 k=3−x22 代回去即可。
答题过程
展开
For the curve
y=x2+3x−4,
the gradient is
dxdy=−x22+3.
At a point of tangency, the gradient of the curve is the gradient of the line, so
k=3−x22.
Substitute this into the equation from part (a):
(k−3)x2+6x−2=(3−x22−3)x2+6x−2=−2+6x−2=6x=x=000432.
Then
k====3−(2/3)223−4/923−29−23.