题目
Problem
Solve the simultaneous equations
y−3x=x2+y2+6x−4y=4,4,
showing all your working.
(7)
解答
解法一
思路
展开
先由直线方程得到 y=3x+4,再代入第二个方程。这样会得到一个关于 x 的二次方程,解出 x 后再代回直线求 y。
答题过程
展开
From
y−3x=4,
we have
y=3x+4.
Substitute this into the second equation:
x2+(3x+4)2+6x−4(3x+4)=x2+9x2+24x+16+6x−12x−16=10x2+18x−4=5x2+9x−2=4400.
Factorise:
5x2+9x−2=(5x−1)(x+2)=00.
Thus
x=51orx=−2.
When x=51,
y=3(51)+4=523.
When x=−2,
y=3(−2)+4=−2.
Therefore the solutions are
(51,523)and(−2,−2).