I would like to represent the following finite progressions in sigma notation:
Finding the nth term of a geometric progression: an=a1(rn−1), where a1 is the first time and r is the common ratio
The sum of a geometric progression: Sn=a11−rn1−r
- Determining the nth term of an arithmetic progression:an=a1+(n−1)d,
where d is the common difference - And finally, the sum of an arithmetic progression: Sn=n2(2a1+(n−1)d)
Answer
You wish to expression the sum of the first n terms of an geometric progression and the sum of the first n terms of an arithmetic progression in summation notation.
Sum of a geometric progression: If the initial term is a1 and the common ratio is r, then the kth term of the geometric progression is ak=a1rk−1. Hence, the sum of the first n terms of the geometric progression is
Sn=n∑k=1a1rk−1={a11−rn1−rif r≠1na1if r=1
Notice that the index of the variable must be different from the index of the upper limit. Otherwise, all n terms in the sum would be equal to a1rn−1.
Sum of an arithmetic progression: If the initial term is a1 and the common difference is d, then the kth term of the arithmetic progression is ak=a1+(k−1)d. Hence, the sum of the first n terms of the arithmetic progression is
Sn=n∑k=1[a1+(k−1)d]=n2[2a1+(n−1)d]=n(a1+an)2
No comments:
Post a Comment