题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
In an arithmetic series,
- the sixth term is 2
- the sum of the first ten terms is −80
For this series,
(a) find the value of the first term and the value of the common difference.
(4)
(b) Hence find the smallest value of n for which
Sn>8000
(3)
解答
(a)
解法一
思路
展开
设首项为 a,公差为 d。第六项给一个方程,前十项和再给一个方程,联立即可。
答题过程
展开
The sixth term is 2, so
a+5d=2.
Also,
S10=210(2a+9d)=−80.
Thus
5(2a+9d)=2a+9d=−80−16.
Solve
a+5d=2a+9d=2,−16.
Doubling the first equation gives
2a+10d=4.
Subtract:
d=a+5(20)=a=20,2,−98.
Therefore,
a=−98,d=20.
(b)
解法一
思路
展开
把 a=−98,d=20 代入 Sn 公式,解不等式。最后要取最小整数 n。
答题过程
展开
Using
Sn=2n(2a+(n−1)d),
we need
2n(2(−98)+(n−1)20)>2n(−196+20n−20)>2n(20n−216)>n(10n−108)>10n2−108n−8000>5n2−54n−4000>800080008000800000.
Solve
5n2−54n−4000=0.
The positive root is n≈34.2.
Therefore, the smallest integer value of n is 35.
解法二
思路
展开
试错法(Trial and improvement)。由于我们只需要求出满足 Sn>8000 的最小整数 n,代入 a=−98 和 d=20 得到 Sn=10n2−108n。利用计算器直接测试邻近的整数值,找到分界点即可。
答题过程
展开
From part (a), we have a=−98 and d=20.
The sum of the first n terms is given by:
Sn====2n[2(−98)+(n−1)20]n[−98+10(n−1)]n(10n−108)10n2−108n
We want to find the smallest integer n such that Sn>8000.
Let’s test integer values for n using a calculator:
S34===10(34)2−108(34)11560−36727888<8000
S35===10(35)2−108(35)12250−37808470>8000
Since S34<8000 and S35>8000, the smallest integer value of n for which the sum exceeds 8000 is 35.