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

IAL 2024 May Q8

A Level / Edexcel / P1

IAL 2024 May Paper · Question 8

题目

Problem

The curve C1C_1 has equation

y=x(4x2)\begin{align*} y=x(4-x^2) \end{align*}

(a) Sketch the graph of C1C_1 showing the coordinates of any points of intersection with the coordinate axes.

(3)

The curve C2C_2 has equation y=Axy=\dfrac{A}{x} where AA is a constant.

(b) Show that the xx coordinates of the points of intersection of C1C_1 and C2C_2 satisfy the equation

x44x2+A=0.\begin{align*} x^4-4x^2+A=0. \end{align*}
(1)

(c) Hence find the range of possible values of AA for which C1C_1 meets C2C_2 at 44 distinct points.

(3)

解答

(a)

解法一

思路

展开

先把函数展开成 y=4xx3y=4x-x^3,这是负三次函数形状。截距由 x(4x2)=0x(4-x^2)=0 得到。

答题过程

展开 y=x(4x2)=4xx3.\begin{align*} y=x(4-x^2)=4x-x^3. \end{align*}

The intersections with the coordinate axes occur when y=0y=0:

x(4x2)=0x(2x)(2+x)=0.\begin{align*} x(4-x^2)=&\,0\\ x(2-x)(2+x)=&\,0. \end{align*}

So

x=2,x=0,x=2.\begin{align*} x=-2,\quad x=0,\quad x=2. \end{align*}

The sketch should be a negative cubic curve crossing the axes at

(2,0),(0,0),(2,0).\begin{align*} (-2,0),\qquad (0,0),\qquad (2,0). \end{align*}

(b)

解法一

思路

展开

交点满足两个 yy 相等。由于 C2C_2 中有 Ax\frac{A}{x},乘以 xx 去分母即可。

答题过程

展开

At intersections,

x(4x2)=Ax.\begin{align*} x(4-x^2)=\frac{A}{x}. \end{align*}

Multiply by xx:

x2(4x2)=A4x2x4=A.\begin{align*} x^2(4-x^2)=&\,A\\ 4x^2-x^4=&\,A. \end{align*}

Rearrange:

x44x2+A=0.\begin{align*} x^4-4x^2+A=0. \end{align*}

This is the required result.

(c)

解法一

思路

展开

u=x2u=x^2,方程变成 u24u+A=0u^2-4u+A=0。要有 44 个不同的 xx 值,需要这个关于 uu 的二次方程有两个不同的正根。

答题过程

展开

Let

u=x2.\begin{align*} u=x^2. \end{align*}

Then

x44x2+A=0\begin{align*} x^4-4x^2+A=0 \end{align*}

becomes

u24u+A=0.\begin{align*} u^2-4u+A=0. \end{align*}

For 44 distinct real xx values, this equation must have two distinct positive uu roots.

First, the product of the two uu roots is AA, so

A>0.\begin{align*} A>0. \end{align*}

Also, the roots must be distinct:

b24ac>0(4)24(1)(A)>0164A>0A<4.\begin{align*} b^2-4ac&>0\\ (-4)^2-4(1)(A)&>0\\ 16-4A&>0\\ A&<4. \end{align*}

Therefore

0<A<4.\begin{align*} 0<A<4. \end{align*}

解法二

思路

展开

函数图像与分析法。 我们将方程 x44x2+A=0x^4 - 4x^2 + A = 0 变形为 4x2x4=A4x^2 - x^4 = A。令左侧函数为 f(x)=4x2x4f(x) = 4x^2 - x^4(其中 x0x \neq 0,因为 C2C_2x=0x=0 处无定义)。 要使方程有 4 个不同的实根,水平直线 y=Ay = A 必须与曲线 y=f(x)y = f(x) 有 4 个不同的交点。 通过对 x2x^2 进行配方,可以得到 f(x)=4(x22)2f(x) = 4 - (x^2 - 2)^2。 由于 (x22)20(x^2 - 2)^2 \ge 0,该函数的最大值为 44(在 x2=2x^2 = 2x=±2x = \pm\sqrt{2} 处取得)。 又因为 x0x \neq 0,排除原点处的局部极小值 f(0)=0f(0) = 0。 因此,为了保证有 4 个交点,直线 y=Ay = A 必须介于极小值 00 和最大值 44 之间,即 0<A<40 < A < 4

答题过程

展开

We can rewrite the equation x44x2+A=0x^4 - 4x^2 + A = 0 as:

4x2x4=A\begin{align*} 4x^2 - x^4 = A \end{align*}

Let f(x)=4x2x4f(x) = 4x^2 - x^4 for x0x \neq 0. For the equation to have 4 distinct real roots, the line y=Ay = A must intersect the curve y=f(x)y = f(x) at 4 distinct points.

We can complete the square for f(x)f(x):

f(x)=(x44x2)=((x22)24)=4(x22)2.\begin{align*} f(x) =&\,\, -(x^4 - 4x^2)\\[3mm] =&\,\, -((x^2 - 2)^2 - 4)\\[3mm] =&\,\, 4 - (x^2 - 2)^2. \end{align*}

Since (x22)20(x^2 - 2)^2 \ge 0, the maximum value of f(x)f(x) is 44, which occurs when x2=2    x=±2x^2 = 2 \implies x = \pm\sqrt{2}.

For x0x \neq 0, we have f(x)>0f(x) > 0. Thus, the graph of f(x)f(x) has a local minimum (excluding x=0x=0) at f(0)=0f(0) = 0 and two maximum points at (2,4)(\sqrt{2}, 4) and (2,4)(-\sqrt{2}, 4).

For the horizontal line y=Ay = A to intersect y=f(x)y = f(x) at 4 distinct points, AA must lie strictly between the local minimum and the maximum value:

0<A<4.\begin{align*} 0 < A < 4. \end{align*}