A sequence a1,a2,a3,… is called an arithmetic sequence (or arithmetic progression, AP) if the difference between any two consecutive terms is constant.
This constant difference is called the common difference d:
d=an+1−anfor all n≥1
The general term of an arithmetic sequence is:
an=a1+(n−1)d
where:
- a1 = first term
- d = common difference
- n = term number
Example: Find the 10th term of the AP: 3,7,11,15,…
Here a1=3, d=4.
a10=3+(10−1)(4)=3+36=39
The sum of the first n terms of an arithmetic series is:
Sn=2n[2a1+(n−1)d]
Alternatively, if the last term an=l is known:
Sn=2n(a1+l)
Example: Find the sum of the first 20 terms of 2+5+8+11+⋯
Here a1=2, d=3, n=20.
S20=220[2(2)+(20−1)(3)]=10[4+57]=10×61=610
Sigma notation ∑ is used to write series compactly.
∑k=1nak=a1+a2+a3+⋯+an
For an arithmetic series with first term a1 and common difference d:
∑k=1n[a1+(k−1)d]=2n[2a1+(n−1)d]
Example: Evaluate k=1∑5(3k−1)
=2+5+8+11+14=40
Using the formula: a1=2, d=3, n=5:
S5=25[2(2)+4(3)]=25[4+12]=25(16)=40✓
These are essential formulas for evaluating series using sigma notation.
∑k=1nk=1+2+3+⋯+n=2n(n+1)
Example: k=1∑10k=210×11=55
∑k=1nk2=12+22+32+⋯+n2=6n(n+1)(2n+1)
Example: k=1∑5k2=65×6×11=55
∑k=1nk3=13+23+33+⋯+n3=[2n(n+1)]2
Example: k=1∑4k3=[24×5]2=102=100
Note: Observe that k=1∑nk3=(k=1∑nk)2, a beautiful identity!
∑k=1nc=nc(c is a constant)
∑k=1ncak=c∑k=1nak
∑k=1n(ak±bk)=∑k=1nak±∑k=1nbk
Example: Evaluate k=1∑n(2k2+3k+1)
=2∑k=1nk2+3∑k=1nk+∑k=1n1
=2⋅6n(n+1)(2n+1)+3⋅2n(n+1)+n
=3n(n+1)(2n+1)+23n(n+1)+n