题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
(a) Given
y−x=4
and
2x2−xy=8
show that
x2−4x−8=0
(2)
(b) Hence solve the simultaneous equations
y−x=4
2x2−xy=8
writing the answers in the form p+q3, where p and q are integers to be found.
(4)
解答
(a)
解法一
思路
展开
由 y−x=4 得到 y=x+4,再代入第二个方程。因为题目要求 “show that”,中间展开步骤要写清楚。
答题过程
展开
From
y−x=4,
we have
y=x+4
Substitute this into 2x2−xy=8:
2x2−x(x+4)=2x2−x2−4x=x2−4x−8=880
as required.
(b)
解法一
思路
展开
用 (a) 得到的二次方程。这个方程不能整数因式分解,所以可以配方,得到含 3 的精确解。
答题过程
展开
From part (a),
x2−4x−8=0
Complete the square:
x2−4x−8=(x−2)2−12=(x−2)2=x−2=0012±23
So
x=2±23
Since y=x+4,
y=6±23
Therefore the solutions are
x=2+23,y=6+23
and
x=2−23,y=6−23