题目
Problem
The curve C1 has equation
y=x(4−x2)
(a) Sketch the graph of C1 showing the coordinates of any points of intersection with the coordinate axes.
(3)
The curve C2 has equation y=xA where A is a constant.
(b) Show that the x coordinates of the points of intersection of C1 and C2 satisfy the equation
x4−4x2+A=0.
(1)
(c) Hence find the range of possible values of A for which C1 meets C2 at 4 distinct points.
(3)
解答
(a)
解法一
思路
展开
先把函数展开成 y=4x−x3,这是负三次函数形状。截距由 x(4−x2)=0 得到。
答题过程
展开
y=x(4−x2)=4x−x3.
The intersections with the coordinate axes occur when y=0:
x(4−x2)=x(2−x)(2+x)=00.
So
x=−2,x=0,x=2.
The sketch should be a negative cubic curve crossing the axes at
(−2,0),(0,0),(2,0).
(b)
解法一
思路
展开
交点满足两个 y 相等。由于 C2 中有 xA,乘以 x 去分母即可。
答题过程
展开
At intersections,
x(4−x2)=xA.
Multiply by x:
x2(4−x2)=4x2−x4=AA.
Rearrange:
x4−4x2+A=0.
This is the required result.
(c)
解法一
思路
展开
令 u=x2,方程变成 u2−4u+A=0。要有 4 个不同的 x 值,需要这个关于 u 的二次方程有两个不同的正根。
答题过程
展开
Let
u=x2.
Then
x4−4x2+A=0
becomes
u2−4u+A=0.
For 4 distinct real x values, this equation must have two distinct positive u roots.
First, the product of the two u roots is A, so
A>0.
Also, the roots must be distinct:
b2−4ac(−4)2−4(1)(A)16−4AA>0>0>0<4.
Therefore
0<A<4.
解法二
思路
展开
函数图像与分析法。
我们将方程 x4−4x2+A=0 变形为 4x2−x4=A。令左侧函数为 f(x)=4x2−x4(其中 x=0,因为 C2 在 x=0 处无定义)。
要使方程有 4 个不同的实根,水平直线 y=A 必须与曲线 y=f(x) 有 4 个不同的交点。
通过对 x2 进行配方,可以得到 f(x)=4−(x2−2)2。
由于 (x2−2)2≥0,该函数的最大值为 4(在 x2=2 即 x=±2 处取得)。
又因为 x=0,排除原点处的局部极小值 f(0)=0。
因此,为了保证有 4 个交点,直线 y=A 必须介于极小值 0 和最大值 4 之间,即 0<A<4。
答题过程
展开
We can rewrite the equation x4−4x2+A=0 as:
4x2−x4=A
Let f(x)=4x2−x4 for x=0. For the equation to have 4 distinct real roots, the line y=A must intersect the curve y=f(x) at 4 distinct points.
We can complete the square for f(x):
f(x)===−(x4−4x2)−((x2−2)2−4)4−(x2−2)2.
Since (x2−2)2≥0, the maximum value of f(x) is 4, which occurs when x2=2⟹x=±2.
For x=0, we have f(x)>0. Thus, the graph of f(x) has a local minimum (excluding x=0) at f(0)=0 and two maximum points at (2,4) and (−2,4).
For the horizontal line y=A to intersect y=f(x) at 4 distinct points, A must lie strictly between the local minimum and the maximum value:
0<A<4.