题目
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
y=(x+5)(3x+2)(2x−5).
The curve C2 has equation
y=3x2−33x−50.
Use algebra to find the x coordinates of the points of intersection of C1 and C2.
(5)
解答
解法一
思路
展开
交点处两条曲线的 y 值相等。先把 C1 展开,再与 C2 相等并整理。由于两边常数项相同,整理后会出现一个 x 因子。
答题过程
展开
First expand C1:
(x+5)(3x+2)=3x2+17x+10.
So
(x+5)(3x+2)(2x−5)===(3x2+17x+10)(2x−5)6x3−15x2+34x2−85x+20x−506x3+19x2−65x−50.
At the points of intersection,
6x3+19x2−65x−50=3x2−33x−50.
Bring all terms to one side:
6x3+16x2−32x=2x(3x2+8x−16)=2x(3x−4)(x+4)=000.
Therefore
x=0,x=34,x=−4.