题目
Problem
A geometric series has first term a and common ratio r.
Given that
- the third term in the series is 64
- the sixth term in the series is −8
(a) show that
r=−21
(2)
(b) find the sum to infinity of the series.
(4)
解答
(a)
解法一
思路
展开
第 3 项是 ar2,第 6 项是 ar5。两式相除可以消去 a,得到 r3。
答题过程
展开
The third term is
ar2=64.
The sixth term is
ar5=−8.
Divide the second equation by the first:
ar2ar5=r3=r=64−8−81−21.
This is the required result.
(b)
解法一
思路
展开
先用 ar2=64 和 r=−21 求出首项 a,再用无穷等比级数公式。
答题过程
展开
Using ar2=64 and r=−21,
a(−21)2=4a=a=6464256.
Since ∣r∣<1, the sum to infinity is
S∞====1−ra1−(−21)256232563512.