题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
(a) Write
23+58−15
in the form a3+b5 where a and b are integers to be found.
(3)
(b) Hence, or otherwise, solve
(x+53)5=40−2x3,
giving your answer in simplest form.
(3)
解答
(a)
解法一
思路
展开
分母是 23+5,所以乘以共轭 23−5 来有理化。展开时要特别小心 153=35 和 155=53。
答题过程
展开
23+58−15=====(23+5)(23−5)(8−15)(23−5)12−5163−85−245+757163−85−65+537213−14533−25.
(b)
解法一
思路
展开
先把含 x 的项移到同一边,得到一个和 (a) 相同分母结构的式子。然后直接使用 (a) 的有理化结果。
答题过程
展开
Starting with
(x+53)5=40−2x3,
expand and collect the x terms:
x5+515=x5+2x3=x(23+5)=40−2x340−51540−515.
So
x==23+540−5155(23+58−15).
Using part (a),
x==5(33−25)153−105.
解法二
思路
展开
独立于第一问的两边平方求解法(Otherwise)。
我们可以在不依赖第一问结果的情况下直接求解。先展开原方程得到 x5+515=40−2x3。
由于项中含有两种根式,我们可以通过将等号两边同时平方来消去根项。
平方后进行同类项合并,会得到关于 x 的一元二次方程 7x2−2103x+1225=0,除以 7 得到 x2−303x+175=0。
使用配方法求出 x=153±105,由于平方可能引入增根,我们将解代入原方程检验,最终确定符合要求的正解为 x=153−105。
答题过程
展开
Expand the equation:
x5+515=40−2x3
Square both sides of the equation:
(x5+515)2=5x2+1075x+375=5x2+503x+375=7x2−2103x+1225=(40−2x3)21600−1603x+12x21600−1603x+12x20.
Divide the entire equation by 7:
x2−303x+175=0
Solve by completing the square:
(x−153)2−675+175=(x−153)2=x−153=x−153=x=0500±500±105153±105.
We test both potential solutions in the original equation.
For x=153+105:
LHS===RHS===(153+105)5+5151515+50+5152015+50,40−2(153+105)340−90−2015−50−2015.
Since LHS=RHS, x=153+105 is an extraneous solution.
For x=153−105:
LHS===RHS===(153−105)5+5151515−50+5152015−50,40−2(153−105)340−90+20152015−50.
\begin{align*}
Since LHS=RHS, the correct solution is:
\end{align*}
x=153−105.