题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
(i) A geometric series begins
10+8+6.4+⋯
(a) Find the sum to infinity of this series.
(2)
Given that the kth term of this series is less than 0.0005
(b) use algebra to find the smallest possible value of k.
(3)
(ii) An arithmetic series begins
850+843+836+⋯
Given that the sum of the first n terms of this series is Sn
find the greatest possible value of Sn
(4)
解答
(i)(a)
解法一
思路
展开
这是等比级数,首项 a=10,公比 r=108=0.8。因为 ∣r∣<1,可以用 sum to infinity 公式。
答题过程
展开
The first term is
a=10,
and the common ratio is
r=108=0.8.
Since ∣r∣<1,
S∞===1−ra1−0.81050.
(i)(b)
解法一
思路
展开
第 k 项是 10(0.8)k−1。题目要它小于 0.0005,用对数解指数不等式。因为 log(0.8)<0,除以它时不等号方向要改变。
答题过程
展开
The kth term is
10(0.8)k−1.
We need
10(0.8)k−1(0.8)k−1<0.0005<0.00005.
Taking logarithms,
(k−1)log(0.8)<log(0.00005).
Since log(0.8)<0,
k−1k−1>log(0.8)log(0.00005)>44.38….
So
k>45.38….
The smallest possible integer value is
k=46.
(ii)
解法一
思路
展开
这个 arithmetic series 的项先为正,后来变负。要让和最大,就应该加到最后一个正项为止。
答题过程
展开
The arithmetic series has
a=850,d=−7.
The nth term is
un=850+(n−1)(−7).
Find where the terms change from positive to negative:
850−7(n−1)=857−7n=n==007857122.428….
So the greatest sum is obtained when
n=122.
Now
S122====2122{2(850)+(122−1)(−7)}61(1700−847)61(853)52033.
Therefore, the greatest possible value of Sn is
52033.
解法二
思路
展开
也可以把 Sn 写成关于 n 的二次式。它是一条开口向下的抛物线,最大值在顶点附近;因为 n 必须是整数,再选最合适的整数。
答题过程
展开
Using the sum formula,
Sn===2n{2(850)+(n−1)(−7)}2n(1707−7n)21707n−27n2.
This quadratic has a maximum at
n====−2ab−2(−27)21707141707121.928….
Since n must be an integer, use n=122.
Then
S122==2122{2(850)+121(−7)}52033.
Therefore, the greatest possible value of Sn is 52033.