题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
Solve the equation
2y2+1=y215
(5)
解答
解法一
思路
展开
先乘以 y2 消去分母,得到关于 y2 的二次方程。令 u=y2 会让结构更清楚。
答题过程
展开
Since y=0, multiply both sides by y2:
2y2+1=2y4+y2=2y4+y2−15=y215150.
Let
u=y2.
Then
2u2+u−15=(2u−5)(u+3)=00.
So
u=25oru=−3.
But u=y2⩾0, so u=−3 gives no real solution.
Hence
y2=y==25±25±210.
解法二
思路
展开
也可以先把所有项移到一边,再直接把含 y 和 y1 的因式拆出来。这个方法比较短,但要注意最后仍然是在解 y2。
答题过程
展开
Start with
2y2+1−y215=0.
This can be factorised as
(2y−y5)(y+y3)=0.
So
2y−y5=0ory+y3=0.
From the first equation,
2y−y5=2y2−5=y2=y=0025±210.
From the second equation,
y+y3=y2+3=00,
which gives no real solution.
Therefore
y=±210.