• 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
Sum of n Terms

Sum of n Terms 

The sum of n terms refers to the total of the first n terms of a sequence, commonly in Arithmetic Progression (AP) or Geometric Progression (GP). It is a fundamental concept in mathematics and helps solve problems involving series and patterns. The formula varies for different types of sequences. In AP, the sum depends on the first term and common difference, while in GP, it depends on the first term and common ratio. It’s widely used in competitive exams like JEE. 

1.0What is the Formula for Sum of n Terms?

The formula for sum of n terms varies based on the type of sequence:

  1. Sum of n Terms in Arithmetic Progression (AP)
  2. Sum of n Terms in Geometric Progression (GP)
  3. Sum to n Terms of Special Series

2.0Sum of n Terms in Arithmetic Progression (AP)

Definition:

An Arithmetic Progression (AP) is a sequence where each term differs from the previous one by a constant difference, called the common difference (d).

Formula for nth Term in AP:

an​=a+(n−1)d 

Where:

  • a = first term
  • d = common difference
  • n = number of terms

Sum of N Terms of an AP Formula:

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

Where l is the last term.

3.0Solved Examples on Sum of N Terms of an AP 

Example 1: Find the sum of first 10 terms of the AP: 3, 6, 9, ...

Solution:
a = 3, d = 6 - 3 = 3, n = 10 

S10​=210​[2×3+(10−1)×3]=5×[6+27]=5×33=165Answer: 165

Example 2: Find the sum of first 15 natural numbers.

Here, a = 1, d = 1, n = 15:

S15​=215​[2×1+(15−1)×1]S15​=215​×(2+14)S15​=215​×16=120Answer: 120

Example 3: Find the sum of the first 20 terms of the AP:

7, 13, 19, 25, ...

Solution:
Here,
a = 7 (first term)

d = 13 - 7 = 6 (common difference)

n = 20

Sum of n terms:

Sn​=2n​[2a+(n−1)d]S20​=220​[2×7+(20−1)×6]=10×[14+114]=10×128=1280Answer: 1280

Example 4: The sum of the first n terms of an AP is Sn​=3n2+5n. Find its first term and common difference.

Solution:
Given:Sn​=3n2+5nFirst term a =S1​:S1​=3×12+5×1=3+5=8Common difference d:a2​=S2​−S1​S2​=3×22+5×2S2​=3×4+10S2​=12+10=22d=a2​−a1​d=(S2​−S1​)=22−8=14

Answer: First term a = 8, Common difference d = 14

Example 5: The sum of the first n terms of an AP is Sn​=n2+2n. Find its nth term.

Solution:

nth term:an​=Sn​−Sn−1​ Sn​=n2+2nSn−1​=(n−1)2+2(n−1)Sn−1​=n2−2n+1+2n−2=n2−1Now,an​=n2+2n−(n2−1)=2n+1Answer: an​=2n+1

Example 6: Find the sum of all natural numbers from 1 to 100.

Solution:

This is an AP with a = 1, d = 1, n = 100:

S100​=2100​[2×1+(100−1)×1]S100​=50×[2+99]S100​=50×101=5050Answer: 5050

Example 7: A sum of ₹1000 is to be divided among 25 persons such that each person gets ₹2 more than the previous one. Find how much the first and last persons get.

Solution:

This forms an AP where:n=25S25​=1000d=2Sum formula:Sn​=2n​[2a+(n−1)d]1000=225​[2a+24×2]1000=225​[2a+48]1000×2=25[2a+48]2000=25×(2a+48)2a+48=252000​=802a=80−48=32⇒a=16First person’s share: ₹16Last person’s share:an​=a+(n−1)dan​=16+24×2=16+48=64Answer: First person gets ₹16, Last person gets ₹64

4.0Sum of n Terms in Geometric Progression (GP)

Definition:

A Geometric Progression (GP) is a sequence where each term is multiplied by a fixed number called the common ratio (r).

Formula for nth Term of GP:

an​=a⋅rn−1

Sum of n Terms of GP Formula

Case 1: When r=1:

Sn​=a⋅r−1rn−1​ 

Case 2: When r = 1:

Sn​=n×a

5.0Solved Examples on Sum of N Terms of GP 

Example 1: Find the sum of first 5 terms of the GP: 2, 4, 8, ...

Here, a = 2, r = 2, n = 5:

S5​=2⋅2−125−1​S5​=2⋅132−1​S5​=2⋅31=62Answer: 62

Example 2: Find the sum of the first 5 terms of the GP: 3,6,12,….

Solution:

Here,a=3,r=36​=2,n=5Using the sum formula for GP (forr=1)Sn​=a⋅r−1rn−1​S5​=3⋅2−125−1​S5​=3⋅132−1​=3⋅31=93Answer: 93

Example 3: Find the sum of first 4 terms of the GP: 81,27,9,….

Solution:

Here,a=81,r=8127​=31​n=4Applying GP sum formula:Sn​=a⋅1−r1−rn​ (since∣r∣<1):S4​=81⋅1−31​1−(31​)4​=81⋅32​1−811​​=81⋅32​8180​​=81⋅8180​⋅23​=40⋅3=120Answer: 120

Example 4: The sum of infinite terms of a GP is 8, and the sum of squares of its terms is 192. Find the first term and common ratio.

Solution:

Let first term a and common ratio r (with |r| < 1):S∞​=1−ra​=8⇒a=8(1−r)Sum of squares of terms:Ssquares​=1−r2a2​=192Substitute a = 8(1 - r):1−r2[8(1−r)]2​=192(1−r)(1+r)64(1−r)2​=192⇒1+r64(1−r)​=19264(1−r)=192(1+r)64−64r=192+192r⇒256r=128⇒r=21​Now,a=8(1−21​)=8⋅21​=4Answer: First term a = 4, Common ratio r=21​

Example 5: Find the sum of the infinite GP: 21​+41​+81​+⋯

Solution:

Here,a=21​r=41​÷21​=21​(since ∣r∣<1) Sum of infinite GP:S∞​=1−ra​=1−21​21​​=21​21​​=1Answer: 1

Example 6: The sum of three numbers in GP is 21, and their product is 216. Find the numbers.

Solution:

Let the three numbers bera​,a,ar.Sum:ra​+a+ar=21⇒a(r1​+1+r)=21……iProduct:ra​⋅a⋅ar=a3=216⇒a=6Substitutea=6in(i):6(r1​+1+r)=21⇒r1​+1+r=27​Multiply both sides by 2r:2+2r+2r2=7r⇒2r2−5r+2=0Solve quadratic:r=45±25−16​​=45±3​r=2or21​Case1:r=2Numbers:26​=3,6,6×2=12Case2:r=21​Number1/26​=12,6,6×21​=3Both cases give the same numbers:3,6,12(order may vary).Answer: Numbers are 3, 6, 12

Key Concepts Covered:

  • Sum of n terms of GP:

Sn​=a⋅r−1rn−1​(for r=1)  

  • Sum of Infinite GP:

 S∞​=1−ra​(for ∣r∣<1)

  • Solving quadratic for common ratio
  • Application of GP in word problems

6.0Sum to n Terms of Special Series

Some common special series sums often asked in exams include:

  1. Sum of First n Natural Numbers:

Sn​=2n(n+1)​

  1. Sum of Squares of First n Natural Numbers:

Sn​=6n(n+1)(2n+1)​

  1. Sum of Cubes of First n Natural Numbers:

Sn​=(2n(n+1)​)2

Example (Special Series):

Find the sum of cubes of first 4 natural numbers.

S4​=(24×5​)2=(10)2=100

Answer: 100

7.0How Do You Find the Sum of n?

It depends on the sequence:

For AP: Use Sn​=2n​[2a+(n−1)d]For GP: Use Sn​=a⋅r−1rn−1​(if r=1)For Special Series: Use respective formulas forn,n2,n3, etc.

What is the Sum of 1 to n?

The sum of first n natural numbers:

Sn​=2n(n+1)​ 

Key Formulas Recap:

Type of Series

Sum Formula

Arithmetic Progression (AP)

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

Geometric Progression (GP) (r ≠ 1)

Sn​=a⋅r−1rn−1​

First n Natural Numbers

Sn​=2n(n+1)​

Sum of Squares of First n Numbers

Sn​=6n(n+1)(2n+1)​

Sum of Cubes of First n Numbers

Sn​=(2n(n+1)​)2

8.0Related Questions on Sum of n Terms

Q1. What is the formula for sum of n terms in AP?

Ans:  

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

Q2. What is the formula for sum of n terms in GP?

Ans:  

Sn​=a⋅r−1rn−1​(for r=1)

Q3. How do you find the sum of n?

Ans: It depends on the sequence. For the sum of first n natural numbers:

Sn​=2n(n+1)​

Q4. What is the nth term in AP?

Ans: an​=a+(n−1)d 

Q5. What is the nth term of GP?

Ans:  an​=a+(n−1)d

Q6. What is the sum of 1 to n?

Ans:  Sn​=2n(n+1)​

Table of Contents


  • 1.0What is the Formula for Sum of n Terms?
  • 2.0Sum of n Terms in Arithmetic Progression (AP)
  • 2.1Definition:
  • 3.0Solved Examples on Sum of N Terms of an AP 
  • 4.0Sum of n Terms in Geometric Progression (GP)
  • 4.1Sum of n Terms of GP Formula
  • 5.0Solved Examples on Sum of N Terms of GP 
  • 5.1Key Concepts Covered:
  • 6.0Sum to n Terms of Special Series
  • 6.1Example (Special Series):
  • 7.0How Do You Find the Sum of n?
  • 7.1Key Formulas Recap:
  • 8.0Related Questions on Sum of n Terms

Join ALLEN!

(Session 2025 - 26)


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 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

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

ISO