Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2024 May Q4

A Level / Edexcel / P1

IAL 2024 May Paper · Question 4

题目

Problem

The curve C1C_1 has equation

y=x2+kx9\begin{align*} y=x^2+kx-9 \end{align*}

and the curve C2C_2 has equation

y=3x25x+k\begin{align*} y=-3x^2-5x+k \end{align*}

where kk is a constant.

Given that C1C_1 and C2C_2 meet at a single point PP,

(a) show that

k2+26k+169=0.\begin{align*} k^2+26k+169=0. \end{align*}
(3)

(b) Hence find the coordinates of PP.

(3)

解答

(a)

解法一

思路

展开

两曲线交点满足两个 yy 相等。整理后得到关于 xx 的二次方程。它们只交于一个点,所以这个二次方程有重根,即判别式等于 00

答题过程

展开

At intersections,

x2+kx9=3x25x+k.\begin{align*} x^2+kx-9=-3x^2-5x+k. \end{align*}

Rearrange:

4x2+(k+5)x(9+k)=0.\begin{align*} 4x^2+(k+5)x-(9+k)=0. \end{align*}

Since the curves meet at a single point, this quadratic has equal roots, so

b24ac=0.\begin{align*} b^2-4ac=0. \end{align*}

Thus

(k+5)24(4)(9k)=0k2+10k+25+144+16k=0k2+26k+169=0.\begin{align*} (k+5)^2-4(4)(-9-k)=&\,0\\ k^2+10k+25+144+16k=&\,0\\ k^2+26k+169=&\,0. \end{align*}

This is the required result.

(b)

解法一

思路

展开

先解 (a) 的方程求 kk,再代回交点方程求 xx。因为只有一个交点,得到的二次方程会是完全平方。

答题过程

展开

From part (a),

k2+26k+169=0(k+13)2=0k=13.\begin{align*} k^2+26k+169=&\,0\\ (k+13)^2=&\,0\\ k=&\,-13. \end{align*}

Substitute k=13k=-13 into the intersection equation:

4x2+(k+5)x(9+k)=04x28x+4=0x22x+1=0(x1)2=0.\begin{align*} 4x^2+(k+5)x-(9+k)=&\,0\\ 4x^2-8x+4=&\,0\\ x^2-2x+1=&\,0\\ (x-1)^2=&\,0. \end{align*}

So

x=1.\begin{align*} x=1. \end{align*}

Use C1C_1:

y=12+(13)(1)9=21.\begin{align*} y =&\,1^2+(-13)(1)-9\\ =&\,-21. \end{align*}

Therefore

P=(1,21).\begin{align*} P=(1,-21). \end{align*}