题目
Problem
A geometric sequence has first term a and common ratio r, where r>0.
Given that
- the 3rd term is 20
- the 5th term is 12.8
(a) show that r=0.8.
(1)
(b) Hence find the value of a.
(2)
Given that the sum of the first n terms of this sequence is greater than 156,
(c) find the smallest possible value of n.
(Solutions based entirely on graphical or numerical methods are not acceptable.)
(4)
解答
(a)
解法一
思路
展开
等比數列的第 n 項公式為 un=arn−1。
- 建立方程:
- 第 3 項為 u3=ar2=20。
- 第 5 項為 u5=ar4=12.8。
- 消去首項求公比:
將兩式相除以消去 a:
u3u5=ar2ar4=r2=2012.8=0.64
由於已知公比 r>0,所以對 0.64 開平方根即可證得 r=0.8。
答题过程
展开
The n-th term of a geometric sequence is given by:
un=arn−1.
Given the 3rd term is 20 and the 5th term is 12.8, we have:
ar2=ar4=20,12.8.(1)(2)
Dividing equation (2) by equation (1) to eliminate a:
ar2ar4=r2=2012.80.64.
Since r>0, taking the positive square root:
r=0.64=0.8.
(b)
解法一
思路
展开
利用 (a) 小題求出的 r=0.8 以及第 3 項的表達式 ar2=20,代入求得首項 a 的值。
答题过程
展开
From part (a), we have r=0.8 and ar2=20.
Substituting r=0.8 into the equation:
a(0.8)2=0.64a=a=a=20200.642031.25(or 4125).
(c)
解法一
思路
展开
- 列出不等式:等比數列的前 n 項和公式為 Sn=1−ra(1−rn)。
將 a=31.25,r=0.8 代入公式,並令 Sn>156:
1−0.831.25(1−0.8n)>156
- 代数化简:
156.25(1−0.8n)>156⟹1−0.8n>0.9984⟹0.8n<0.0016
- 對數求解:兩邊取自然對數(或常用對數)。注意由於底數 0.8<1,對數值為負數,兩邊同除以 log0.8 時不等號方向需要翻轉:
n>log0.8log0.0016
求出數值界限後,取大於該界限的最小整數即可。
答题过程
展开
The sum of the first n terms Sn of a geometric progression is:
Sn=1−ra(1−rn).
Substitute a=31.25 and r=0.8 into the inequality Sn>156:
1−0.831.25(1−0.8n)>0.231.25(1−0.8n)>156.25(1−0.8n)>1−0.8n>1−0.8n>0.8n<156156156156.251560.99840.0016.
Taking the common logarithm (base 10) of both sides:
log(0.8n)<nlog(0.8)<log(0.0016)log(0.0016).
Since log(0.8)≈−0.0969<0, dividing by log(0.8) reverses the inequality sign:
n>n>n>log(0.8)log(0.0016)−0.09691−2.7958828.85...
Since n must be an integer, the smallest possible value of n is:
n=29.