• About Us
  • Contact
Prepzy Icon

An AI-powered learning and assessment platform that delivers personalized, high-quality exam preparation through engaging video lectures and smart practice, accessible anytime, anywhere.

Prepzy IconPrepzy Icon

QUICK LINKS

Home

About Us

Courses

Resources

Contact Us

FREE RESOURCES

CBSE Notes - Class 10

CBSE Notes - Class 12

CBSE Previous Year Question Papers

CBSE Previous Year Question Solutions

Chapter Summary Videos

Learning Articles

Blog

LEGAL

Privacy Policy

Terms of Service

CONTACT

Email: contact@prepzy.ai

Phone: +91 74599 68555


EXPLORE BY CLASS & SUBJECT

Learning Articles

Class 9 Science Articles

Class 9 Social Science Articles

Class 9 Maths Articles

Class 10 Science Articles

Class 10 Social Science Articles

Class 10 Maths Articles

Class 11 Physics Articles

Class 11 Chemistry Articles

Class 11 Biology Articles

Class 11 Maths Articles

Class 12 Physics Articles

Class 12 Chemistry Articles

Class 12 Biology Articles

Class 12 Maths Articles

Class 11 Business Studies Articles

Class 11 Accountancy Articles

Class 11 Economics Articles

Class 12 Business Studies Articles

Class 12 Accountancy Articles

Class 12 Economics Articles

CBSE Exam Preparation Tips

Board Exam Strategy

Notes

Class 10 Maths Notes

Class 10 Science Notes

Class 11 Physics Notes

Class 11 Chemistry Notes

Class 12 Maths Notes

Class 12 Physics Notes

Class 12 Chemistry Notes

Class 12 Biology Notes

Class 9 Science Notes

Class 9 Social Science Notes

Class 9 Maths Notes

Class 8 Science Notes

Class 8 Social Science Notes

Class 8 Maths Notes

Class 7 Science Notes

Class 7 Social Science Notes

Class 7 Maths Notes

Class 6 Science Notes

Class 6 Social Science Notes

Class 6 Maths Notes

Previous Year Papers

CBSE Class 10 Previous Year Questions

CBSE Class 12 Previous Year Questions

Class 10 Maths Previous Year Questions

Class 10 Science Previous Year Questions

Class 12 Physics Previous Year Questions

Class 12 Chemistry Previous Year Questions

Class 12 Maths Previous Year Questions

Class 12 Biology Previous Year Questions

PYQ Solutions

Class 10 Maths Previous Year Solutions

Class 10 Science Previous Year Solutions

Class 12 Physics Previous Year Solutions

Class 12 Chemistry Previous Year Solutions

Class 12 Maths Previous Year Solutions

Class 12 Biology Previous Year Solutions


2026 GlobusLearn Services India Private Limited. All rights reserved.

Privacy Policy

Terms of Service

Understanding and Calculating the Sum of Geometric Progressions

Understanding and Calculating the Sum of Geometric Progressions

Fundamentals of Geometric Progressions

Defining Geometric Progressions and Their Characteristics

A geometric progression (G.P.) is a sequence where each term after the first is obtained by multiplying the previous term by a fixed non-zero number called the common ratio. This constant ratio ensures the sequence grows or shrinks exponentially. For instance, the sequence 3, 6, 12, 24, 48, ... is a geometric progression with a common ratio of 2.

It is important to note that none of the terms in a G.P. can be zero, as this would disrupt the constant ratio property. The general form of a geometric sequence is:

\[ a, \quad ar, \quad ar^{2}, \quad ar^{3}, \quad \ldots, \quad ar^{n-1} \]

where \(a\) is the first term and \(r\) is the common ratio.

Example:

Identify the common ratio and verify if the sequence 5, 15, 45, 135, ... is a geometric progression.

Solution:

Calculate the ratio of the second term to the first term:

\[ r = \frac{15}{5} = 3 \]

Check the ratio for the next terms:

\[ \frac{45}{15} = 3, \quad \frac{135}{45} = 3 \]

Since the ratio is constant, the sequence is a geometric progression with common ratio \(r = 3\).

Calculating the Sum of Finite Geometric Series

Deriving the Formula for the Sum of \(n\) Terms

The sum of the first \(n\) terms of a geometric progression is called a geometric series. To find this sum, consider the series:

\[ S_n = a + ar + ar^{2} + \ldots + ar^{n-1} \]

There are two scenarios to consider:

  • If the common ratio \(r = 1\), then all terms are equal, and the sum is simply:

\[ S_n = na \]

  • If \(r \neq 1\), multiply both sides of the sum by \(r\):

\[ rS_n = ar + ar^{2} + ar^{3} + \ldots + ar^{n} \]

Subtracting the original sum from this equation gives:

\[ rS_n - S_n = ar^{n} - a \]

Factoring out \(S_n\) and \(a\), we get:

\[ (r - 1) S_n = a (r^{n} - 1) \]

Therefore, the sum of the first \(n\) terms is:

\[ S_n = a \frac{r^{n} - 1}{r - 1} = a \frac{1 - r^{n}}{1 - r} \]

Example:

Calculate the sum of the first 5 terms of the geometric progression 3, 6, 12, 24, ...

Solution:

First term, \(a = 3\)

Common ratio, \(r = \frac{6}{3} = 2\)

Number of terms, \(n = 5\)

Using the formula:

\[ S_5 = 3 \times \frac{2^{5} - 1}{2 - 1} = 3 \times \frac{32 - 1}{1} = 3 \times 31 = 93 \]

Hence, the sum of the first 5 terms is 93.

Summation of Infinite Geometric Series

Understanding and Applying the Sum to Infinity

When a geometric progression has infinitely many terms and the absolute value of the common ratio is less than 1 (\(|r| < 1\)), the series converges to a finite sum called the sum to infinity. This sum is given by:

\[ S_{\infty} = \frac{a}{1 - r} \]

This formula is particularly useful in converting repeating decimals into fractions.

Example:

Express the repeating decimal \(0.4444\ldots\) as a fraction.

Solution:

Rewrite the decimal as an infinite geometric series:

\[ 0.4 + 0.04 + 0.004 + 0.0004 + \ldots \]

Here, \(a = 0.4\) and \(r = 0.1\)

Sum to infinity is:

\[ S_{\infty} = \frac{0.4}{1 - 0.1} = \frac{0.4}{0.9} = \frac{4}{9} \]

Therefore, \(0.4444\ldots = \frac{4}{9}\).

Practical Applications and Problem Solving with Geometric Series

Determining Terms and Sums in Geometric Progressions

To solve problems involving geometric progressions, it is essential to identify the first term, common ratio, and the number of terms. These parameters allow calculation of specific terms or the sum of terms using the formulas discussed.

Example:

Find the sum of the first 6 terms of the geometric progression 4, 12, 36, ...

Solution:

First term, \(a = 4\)

Common ratio, \(r = \frac{12}{4} = 3\)

Number of terms, \(n = 6\)

Sum of \(n\) terms is:

\[ S_6 = 4 \times \frac{3^{6} - 1}{3 - 1} = 4 \times \frac{729 - 1}{2} = 4 \times \frac{728}{2} = 4 \times 364 = 1456 \]

Thus, the sum of the first 6 terms is 1456.

Summary Table for Quick Reference

Concept

Formula

Conditions

General term of G.P.

\( T_n = a r^{n-1} \)

Any \(n \geq 1\)

Sum of first \(n\) terms

\( S_n = a \frac{1 - r^{n}}{1 - r} \)

\( r \neq 1 \)

Sum of first \(n\) terms (if \(r=1\))

\( S_n = n a \)

All terms equal

Sum to infinity

\( S_{\infty} = \frac{a}{1 - r} \)

\( |r| < 1 \)

Glossary of Key Terms

Term

Definition

Geometric Progression (G.P.)

A sequence where each term is obtained by multiplying the previous term by a constant ratio.

Common Ratio (\(r\))

The fixed multiplier between consecutive terms in a G.P.

First Term (\(a\))

The initial term of a geometric sequence.

General Term (\(T_n\))

The \(n^{th}\) term of a geometric progression, given by \(a r^{n-1}\).

Geometric Series

The sum of terms of a geometric progression.

Sum of \(n\) Terms (\(S_n\))

The total of the first \(n\) terms of a G.P.

Sum to Infinity (\(S_{\infty}\))

The sum of infinitely many terms of a G.P. when \(|r| < 1\).

Convergence

When the sum of an infinite series approaches a finite value.

Finite Series

A series with a limited number of terms.

Infinite Series

A series with an unlimited number of terms.

Frequently Asked Questions

What defines a geometric progression?

A geometric progression is a sequence where each term is found by multiplying the previous term by a constant called the common ratio.

How do you calculate the sum of the first \(n\) terms of a G.P.?

Use the formula \( S_n = a \frac{1 - r^{n}}{1 - r} \) when \(r \neq 1\), where \(a\) is the first term and \(r\) is the common ratio.

What is the significance of the common ratio in a G.P.?

The common ratio determines how the sequence progresses; it is the factor by which each term is multiplied to get the next term.

When can the sum to infinity of a geometric series be calculated?

The sum to infinity exists only if the absolute value of the common ratio is less than 1 (\(|r| < 1\)).

How can geometric series be used to convert repeating decimals to fractions?

Repeating decimals can be expressed as infinite geometric series, and their sum to infinity formula helps convert them into exact fractions.