Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Geometric Progression Sum of GP Explained Clearly

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Sum of GP Formula for Finite and Infinite Geometric Series with Proof and Examples

The concept of Geometric Progression Sum of GP plays a key role in mathematics and is widely applicable to topics like sequences, finance, population studies, and competitive exams. Knowing how to find the sum of a GP helps students solve problems quickly and accurately, both in school and in real life.


What Is Geometric Progression Sum of GP?

A Geometric Progression (GP) is a sequence where each term after the first is found by multiplying the previous term by a fixed number called the common ratio. For example, in the sequence 2, 4, 8, 16, each term is twice the one before (common ratio r = 2). The sum of GP means adding up terms of such a sequence. You’ll find GP sum applied in compound interest problems, computer algorithms, and modeling of real-world repeated multiplication situations.


Key Formula for Geometric Progression Sum of GP

Here’s the standard formula to find the sum of the first n terms in a geometric progression:

If the first term is \(a\) and common ratio is \(r\):
When \( r \neq 1 \):
\( S_n = a \dfrac{1 - r^n}{1 - r} \)

For an infinite GP (\( |r| < 1 \)), sum is:
\( S_{\infty} = \dfrac{a}{1 - r} \)


Cross-Disciplinary Usage

Geometric Progression Sum of GP is not only useful in Maths but also plays an important role in Physics (radioactive decay, oscillations), Computer Science (algorithms, data structures), and daily logical reasoning. JEE, NEET, and board exams often feature problems based on GP sum calculations. Many real-life patterns, like growth of populations or money doubling, follow this principle.


Step-by-Step Illustration

  1. Given the GP: 3, 6, 12, 24, ...
    First term, \( a = 3 \), common ratio, \( r = 2 \)
  2. Find the sum of the first 5 terms:
  3. Apply the formula:
    \( S_5 = 3 \dfrac{1 - 2^5}{1 - 2} \)
  4. Calculate \(2^5 = 32\):
    \( S_5 = 3 \dfrac{1 - 32}{-1} = 3 \dfrac{-31}{-1} = 3 \times 31 = 93 \)
  5. Final Answer: The sum of the first five terms is 93.

Speed Trick or Vedic Shortcut

Here’s a quick shortcut for mental calculation when the ratio is 2 and you want the sum of terms doubling each time (as in 2, 4, 8...):

Shortcut: Instead of adding each term, just use \( S_n = first\ term \times (2^n - 1) \). For example, for the sequence 5, 10, 20…, sum of 4 terms:

  1. \( 5 \times (2^4 - 1) = 5 \times (16 - 1) = 5 \times 15 = 75 \)

Speed tricks like this help save time in maths competitions and exams. Vedantu’s live teaching sessions include more such shortcuts to help you learn faster.


Try These Yourself

  • Find the sum of the first 6 terms of the GP: 2, 6, 18, 54...
  • Calculate the sum to infinity for the sequence 8, 4, 2, 1, ...
  • What is the 7th term of the GP: 3, 9, 27, ...?
  • Does the GP 1, -2, 4, -8, ... have a sum to infinity? Why or why not?

Frequent Errors and Misunderstandings

  • Plugging in the wrong value for n (number of terms) in the formula.
  • Applying the infinite sum formula when \( |r| \geq 1 \) (which is incorrect — only use when the ratio is between -1 and 1).
  • Subtracting in the wrong order in \((1 - r^n)\) or the denominator \((1 - r)\).
  • Confusing geometric progression (GP) with arithmetic progression (AP).

Relation to Other Concepts

The idea of Geometric Progression Sum of GP connects closely with topics such as Arithmetic Progression (where you add a constant) and Sequences and Series in general. GP and AP are regularly compared in exams, so understanding the differences is important for higher-level problem-solving.


Classroom Tip

Remember: For the infinite sum of a GP, check the absolute value of the ratio first. If \( |r| < 1 \), use the infinity formula. If not, you cannot sum it to infinity! Vedantu teachers often show this visually using graphs or blocks, making it much easier to grasp during live classes.


We explored Geometric Progression Sum of GP—from definition, formula, step-by-step examples, frequent mistakes, and valuable connections to other math ideas. Keep practicing with Vedantu to build confidence in using this formula for exams and real-world maths.


Direct Links to Related Topics


FAQs on Geometric Progression Sum of GP Explained Clearly

1. What is the sum of a geometric progression (GP)?

The sum of a geometric progression (GP) is the total obtained by adding all its terms, where each term is multiplied by a common ratio. If the first term is a and common ratio is r, then the sum of first n terms is:

Sₙ = a(1 − rⁿ) / (1 − r), when r ≠ 1.

This formula is widely used in algebra to calculate the sum of finite geometric series.

2. What is the formula for the sum of n terms of a GP?

The formula for the sum of n terms of a GP is Sₙ = a(1 − rⁿ) / (1 − r) for r ≠ 1.

  • a = first term
  • r = common ratio
  • n = number of terms
If r = 1, then the sum becomes Sₙ = na.

3. How do you find the sum of a GP step by step?

To find the sum of a GP, use the standard formula with the correct values of a, r, and n.

  • Step 1: Identify the first term a.
  • Step 2: Find the common ratio r.
  • Step 3: Count the number of terms n.
  • Step 4: Apply Sₙ = a(1 − rⁿ)/(1 − r).
This method works for any finite geometric progression.

4. What is the sum of an infinite geometric progression?

The sum of an infinite GP is S = a / (1 − r) when |r| < 1.

This formula works only if the common ratio satisfies |r| < 1, meaning the terms decrease in magnitude. If |r| ≥ 1, the infinite series does not have a finite sum.

5. Can you give an example of the sum of a GP?

Yes, for the GP 2, 4, 8, 16, the sum of first 4 terms is 30.

  • a = 2
  • r = 2
  • n = 4
Using Sₙ = a(1 − rⁿ)/(1 − r):
S₄ = 2(1 − 2⁴)/(1 − 2) = 2(1 − 16)/(-1) = 2(−15)/(-1) = 30.

6. What happens to the sum formula when r = 1 in a GP?

When r = 1, the GP becomes a constant sequence and the sum is Sₙ = na.

This is because every term equals the first term a, so adding n identical terms gives n × a.

7. What is the difference between arithmetic progression and geometric progression sum?

The key difference is that a GP sum uses multiplication by a common ratio, while an AP sum uses addition of a common difference.

  • GP sum: Sₙ = a(1 − rⁿ)/(1 − r)
  • AP sum: Sₙ = n/2 [2a + (n − 1)d]
In a geometric progression, each term is multiplied by r, whereas in an arithmetic progression, each term increases by d.

8. How do you derive the formula for the sum of a GP?

The sum formula of a GP is derived by multiplying the series by the common ratio and subtracting.

  • Let Sₙ = a + ar + ar² + ... + arⁿ⁻¹
  • Multiply by r: rSₙ = ar + ar² + ... + arⁿ
  • Subtract: Sₙ − rSₙ = a − arⁿ
This gives Sₙ(1 − r) = a(1 − rⁿ), so Sₙ = a(1 − rⁿ)/(1 − r).

9. When does an infinite geometric series converge?

An infinite geometric series converges only when the common ratio satisfies |r| < 1.

If |r| is less than 1, the terms approach zero and the sum approaches S = a/(1 − r). If |r| ≥ 1, the series diverges and has no finite sum.

10. What are common mistakes when finding the sum of a GP?

Common mistakes in finding the sum of a geometric progression include using the wrong formula or incorrect values.

  • Confusing GP formula with AP formula
  • Forgetting the condition r ≠ 1 in Sₙ formula
  • Using infinite sum formula when |r| ≥ 1
  • Incorrect calculation of rⁿ
Always verify the value of r and whether the series is finite or infinite before applying formulas.