题目
Problem
(i) (a) In an arithmetic series the first term is a and the common difference is d.
Show that
Sn=2n{2a+(n−1)d}
(3)
(b) Hence find
900+892+884+⋯+500
(3)
(ii) Given that the first three terms of a geometric series are
k+4k−211−k
where k is a constant,
(a) show that
2k2−11k−40=0
(3)
Given also that this series is convergent,
(b) find the value of S∞
(4)
解答
(i)(a)
解法一
思路
展开
标准推导:正序写一遍 Sn,倒序写一遍,两式相加。
答题过程
展开
Writing the sum forwards and backwards:
Sn=Sn=a+(a+d)+(a+2d)+⋯+(a+(n−1)d)(a+(n−1)d)+(a+(n−2)d)+⋯+a
Adding these two expressions,
2Sn=n[2a+(n−1)d]
Sn=2n{2a+(n−1)d}
(i)(b)
解法一
思路
展开
识别首项 a=900,公差 d=−8,末项 500。先用通项公式求项数 n,再用 (a) 的公式求和。
答题过程
展开
Here a=900 and d=−8. The nth term is
un=900+(n−1)(−8)=908−8n.
Setting un=500:
908−8n=500⟹n=8408=51.
Using the formula from (a),
S51=251[2×900+(51−1)(−8)]=251(1800−400)=251×1400=35700.
(ii)(a)
解法一
思路
展开
等比数列相邻项的比值相等:u1u2=u2u3,交叉相乘后展开整理。
答题过程
展开
For a geometric series, u1u2=u2u3, so
(k−2)2=(k+4)(11−k).
Expanding both sides,
k2−4k+4=11k−k2+44−4k
k2−4k+4=−k2+7k+44
2k2−11k−40=0.(shown)
(ii)(b)
解法一
思路
展开
解二次方程求 k,再判断哪个 k 使公比 ∣r∣<1(收敛条件),最后用 S∞=1−ra。
答题过程
展开
Solving 2k2−11k−40=0:
k=411±121+320=411±441=411±21
k=8ork=−25.
For k=8: the first three terms are 12,6,3, giving r=126=21. Since ∣r∣<1, the series converges.
For k=−25: the first three terms are 23,−29,227, giving r=−3. Since ∣r∣>1, the series diverges.
So k=8, a=12, r=21. Therefore
S∞=1−ra=1−2112=2112=24.