题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
The curve C1 has equation
xy=215−5x,x=0.
The curve C2 has equation
y=x3−27x−5.
(a) Show that C1 and C2 meet when
2x4−7x2−15=0.
(2)
Given that C1 and C2 meet at points P and Q,
(b) find, using algebra, the exact distance PQ.
(5)
解答
(a)
解法一
思路
展开
交点满足两个曲线的 y 值相同。由 C1 可写出 xy=215−5x,再把 C2 的 y 代入即可。
答题过程
展开
At an intersection,
y=x3−27x−5.
Since C1 has equation
xy=215−5x,
substitute the expression for y:
x(x3−27x−5)=x4−27x2−5x=215−5x215−5x.
The −5x terms cancel:
x4−27x2−215=0.
Multiplying by 2 gives
2x4−7x2−15=0.
(b)
解法一
思路
展开
把 x2 看成一个整体来解四次方程。解出两个交点的坐标后,用距离公式求 PQ。
答题过程
展开
Let
u=x2.
Then
2u2−7u−15=(2u+3)(u−5)=00.
So
u=5oru=−23.
Since u=x2, reject u=−23. Hence
x2=5,x=±5.
Use C2 to find the y coordinates.
For x=5,
y===(5)3−275−555−275−5235−5.
For x=−5,
y===(−5)3−27(−5)−5−55+275−5−235−5.
So the two points are
(5,235−5)and(−5,−235−5).
Therefore
PQ===(25)2+(35)220+4565.