题目
Problem
The curve C1 has equation
y=x2+kx−9
and the curve C2 has equation
y=−3x2−5x+k
where k is a constant.
Given that C1 and C2 meet at a single point P,
(a) show that
k2+26k+169=0.
(3)
(b) Hence find the coordinates of P.
(3)
解答
(a)
解法一
思路
展开
两曲线交点满足两个 y 相等。整理后得到关于 x 的二次方程。它们只交于一个点,所以这个二次方程有重根,即判别式等于 0。
答题过程
展开
At intersections,
x2+kx−9=−3x2−5x+k.
Rearrange:
4x2+(k+5)x−(9+k)=0.
Since the curves meet at a single point, this quadratic has equal roots, so
b2−4ac=0.
Thus
(k+5)2−4(4)(−9−k)=k2+10k+25+144+16k=k2+26k+169=000.
This is the required result.
(b)
解法一
思路
展开
先解 (a) 的方程求 k,再代回交点方程求 x。因为只有一个交点,得到的二次方程会是完全平方。
答题过程
展开
From part (a),
k2+26k+169=(k+13)2=k=00−13.
Substitute k=−13 into the intersection equation:
4x2+(k+5)x−(9+k)=4x2−8x+4=x2−2x+1=(x−1)2=0000.
So
x=1.
Use C1:
y==12+(−13)(1)−9−21.
Therefore
P=(1,−21).