Series: Types, Summation Formulas, Properties, Applications & Examples
1.0Introduction to Series
A series in mathematics is the sum of the terms of a sequence. While a sequence lists numbers in a specific order, a series focuses on their sum. In JEE Maths, series play a critical role in algebra, calculus, and problem-solving.
For example, the sum of the sequence 2, 4, 6, 8 is the series:
( 2 + 4 + 6 + 8 = 20 ).
Series can be finite (with a fixed number of terms) or infinite (continuing indefinitely). Mastery of series helps in evaluating complex expressions, solving calculus problems, and tackling various JEE questions efficiently.
2.0Types of Series
Arithmetic Series
An arithmetic series is the sum of the terms in an arithmetic progression (AP), where each term increases by a constant difference.
General Form:
(Sn=a+(a+d)+(a+2d)+...+[a+(n−1)d])
Sum of n Terms:
Sn=2n[2a+(n−1)d]
or
Sn=2n(a1+an)
Example:
Sum of first 5 terms of 3, 7, 11, ...
( a = 3, d = 4, n = 5 )
(S5=25[2⋅3+(5−1)⋅4]=25[6+16]=25⋅22=55)
Geometric Series
A geometric series is the sum of a geometric progression (GP), where each term is multiplied by a common ratio.
General Form:
(Sn=a+ar+ar2+...+arn−1)
Sum of n Terms (for(r=1)):
Sn=ar−1rn−1
Sum to Infinity (for ( |r| < 1 )):
S∞=1−ra
Example:
( a = 2, r = 3, n = 4 )
(S4=23−134−1=2281−1=2⋅40=80)
Harmonic Series
A harmonic series is formed by taking the sum of reciprocals of an arithmetic progression.
General Form:
(Sn=a1+a+d1+a+2d1+...+a+(n−1)d1)
The harmonic series diverges as (n→∞), i.e., its sum grows without bound.
Example:
The classic harmonic series: (1+21+31+...)
Infinite Series
- A series with an infinite number of terms.
- Examples:
Convergent: ∑2n1=1
Divergent: ∑n1 (Harmonic series)
Special Series
i. Series of Natural Numbers:
(1+2+3+...+n=2n(n+1))
ii. Series of Squares:
(12+22+32+...+n2=6n(n+1)(2n+1))
iii. Series of Cubes:
(13+23+33+...+n3=[2n(n+1)]2)
iv. Telescoping Series:
A series where many terms cancel each other when expanded, simplifying the sum.
3.0Summation of Series
Summation Notation
The symbol (∑)(σ) represents the sum of a sequence.
General Notation:
(∑k=1nak=a1+a2+⋯+an)
Example:
(∑k=15k=1+2+3+4+5=15)
Common Summation Formulas
- (∑k=1nk=2n(n+1))
- (∑k=1nk2=6n(n+1)(2n+1))
- (∑k=1nk3=[2n(n+1)]2)
- (∑k=0n−1ark=ar−1rn−1)(GP)
4.0Properties of Series
(∑(ak+bk)=∑ak+∑bk)
(∑c⋅ak=c∑ak)
- Splitting:
A series can often be split into simpler parts for easier calculation. - Convergence/Divergence:
For infinite series, convergence determines if the sum approaches a finite value. - Telescoping:
A telescoping series collapses to just a few terms after cancellation.
5.0Sum of Series: Formulas and Methods
Knowing how to sum different types of series is essential for JEE.
[Sn=2n[2a+(n−1)d]]
[Sn=a1−r1−rn]
- Sum of First ( n ) Natural Numbers:
[1+2+3+⋯+n=2n(n+1)]
[12+22+32+⋯+n2=6n(n+1)(2n+1)]
[13+23+33+⋯+n3=[2n(n+1)]2]
If (S=(a1−a2)+(a2−a3)+⋯+(an−an+1)),
Then (S=a1−an+1).
6.0Solved Examples on Series
Example 1: Arithmetic Series
Q: Find the sum of the first 20 terms of the series 5, 8, 11, ...
A:
( a = 5, d = 3, n = 20 )
(S20=220[2⋅5+(20−1)⋅3]=10[10+57]=10×67=670)
Example 2: Geometric Series
Q: Find the sum of first 6 terms of GP: 3, 6, 12, 24, ...
A:
( a = 3, r = 2, n = 6 )
(S6=32−126−1=3×(64−1)=3×63=189)
Example 3: Series of Squares
Q: Calculate (12+22+32+...+102).
A:
(S=610⋅11⋅21=62310=385)
Example 4: Infinite Geometric Series
Q: Find the sum of the infinite series: (6+2+32+...)
A:
(a=6,r=31)
(S∞=1−316=326=9)
Example 5: Telescoping Series
Q: Evaluate (∑k=110k(k+1)1).
A: (k(k+1)1=k1−k+11)
So,
S=(1−21)+(21−31)+...+(101−111)
All intermediate terms cancel, leaving:
1−111=1110