• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Series

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=1n​ak​=a1​+a2​+⋯+an​)

Example:

(∑k=15​k=1+2+3+4+5=15)

Common Summation Formulas

  • (∑k=1n​k=2n(n+1)​)
  • (∑k=1n​k2=6n(n+1)(2n+1)​)
  • (∑k=1n​k3=[2n(n+1)​]2)
  • (∑k=0n−1​ark=ar−1rn−1​)(GP)

4.0Properties of Series

  • Linearity:

(∑(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.

  • Arithmetic Series:

[Sn​=2n​[2a+(n−1)d]]

  • Geometric Series:

[Sn​=a1−r1−rn​]

  • Sum of First ( n ) Natural Numbers:

[1+2+3+⋯+n=2n(n+1)​]

  • Sum of Squares:

[12+22+32+⋯+n2=6n(n+1)(2n+1)​]

  • Sum of Cubes:

[13+23+33+⋯+n3=[2n(n+1)​]2]

  • Telescoping Series:

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−31​6​=32​6​=9)

Example 5: Telescoping Series

Q: Evaluate (∑k=110​k(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​

Table of Contents


  • 1.0Introduction to Series
  • 2.0Types of Series
  • 2.1Arithmetic Series
  • 2.2Geometric Series
  • 2.3Harmonic Series
  • 2.4Infinite Series
  • 2.5Special Series
  • 3.0Summation of Series
  • 3.1Summation Notation
  • 3.2Common Summation Formulas
  • 4.0Properties of Series
  • 5.0Sum of Series: Formulas and Methods
  • 6.0Solved Examples on Series
  • 6.1Example 1: Arithmetic Series
  • 6.2Example 2: Geometric Series
  • 6.3Example 3: Series of Squares
  • 6.4Example 4: Infinite Geometric Series
  • 6.5Example 5: Telescoping Series

Frequently Asked Questions

A sequence is an ordered list of numbers, while a series is the sum of those numbers.

For infinite geometric series, if ( |r| < 1 ), it converges. Otherwise, check the limit of partial sums.

No, the harmonic series diverges; its sum grows without bound.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO