题目
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+58−15
表示成 a3+b5 的形式,其中 a 和 b 为待求整数。
(b) 由此或用其他方法解方程
(x+53)5=40−2x3,
并把答案写成最简形式。
解答
(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.
解法二
思路
展开
这是评分标准列出的独立方法:直接把原方程两边平方,整理成关于 x 的二次方程,再检验平方后得到的两个候选解,以排除增根。
答题过程
展开
Expand the original equation:
x5+515=40−2x3.
Square both sides:
(x5+515)2=5x2+503x+375=7x2−2103x+1225=(40−2x3)21600−1603x+12x20.
Divide by 7 and complete the square:
x2−303x+175=(x−153)2=x=0500153±105.
Substitution into the original equation shows that 153+105 does not satisfy it, so this is an extraneous solution introduced by squaring.
For x=153−105,
LHS=RHS=2015−50,2015−50.
Therefore the solution is
x=153−105.