✔ 最佳答案
For geometric sequence, 4, 16, 64, 256, ….
The general term is given by tn = ar^(n-1)
Where a is the first term, n is the number of term, r is common ratio
a = 4
r = 16/4 = 4, 64/26 = 4, 256/64 = 4
common ratio r = n term / previous term
tn = 4 x 4^(n-1) (x =乘, ^ raise to the power e.g. 4^3 = 4自乘三次 = 64)
First term (n = 1), t1 = 4 x 4^(1-1) = 4 x 4^(0) = 4 x 1 = 4
Second term (n = 2), t2 = 4 x 4^(2-1) = 4 x 4^(1) = 4 x 4 = 16
Third term (n = 3), t3 = 4 x 4^(3-1) = 4 x 4^(2) = 4 x 16 = 64
Fourth term (n = 4), t4 = 4 x 4^(4-1) = 4 x 4^(3) = 4 x 64 = 56
For term n,
tn = 4 x 4^(n-1)
This only applies to geometric sequence, 4, 16, 64, 256, ….
Another example, for geometric sequence 3, 6, 12, 24 .......
a = 3, r = 6/3 =2, 12/6 =2, 24/12 = 2
For term n,
tn = 3 x 2^(n-1)
Comment:
I hope you know the arithmetic sequence as well.
2010-12-15 08:00:14 補充:
Sequence 有不同種類
For Arithmetic Sequence,
Term is given by: tn = a + (n-1)d
Where a = first term, n is number of term, and d = is the common difference.
Common difference = term n – previous term
For example: 2,5,8,11, ….
a = 2, d = 3 (given by 5 -2)
tn = 2 + (n-1)3
問題是決定那一類Sequence.