VOOZH about

URL: https://www.geeksforgeeks.org/maths/geometric-series/

⇱ Geometric Series - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Geometric Series

Last Updated : 23 Jul, 2025

In a Geometric Series, every next term is the multiplication of its Previous term by a certain constant, and depending upon the value of the constant, the Series may increase or decrease.

Geometric Sequence is given as: 

  • a, ar, ar2, ar3, ar4,..... {Infinite Sequence}
  • a, ar, ar2, ar3, ar4, ....... arn {Finite Sequence}

Geometric Series for the above is written as:

  • a + ar + ar2 + ar3 + ar4 + . . . OR {Infinite Series}
  • a + ar + ar2 + ar3 + ar4 + . . . arn OR {Finite Series}

Where,

  • a = First term, and r = Common Factor.

Convergence of Geometric Series

The convergence of a geometric series (infinite) depends solely on the value of the common ratio r:

  • Convergent Series: The series converges if the absolute value of the common ratio is less than 1: ∣r∣ < 1
  • Divergent Series: The series diverges if the absolute value of the common ratio is equal to or greater than 1: ∣r∣ ≥ 1

Geometric Series Formula

The Geometric Series formula for the Finite series is given as,

Where

  • Sn = sum up to nth term,
  • a = First term, and
  • r = common factor.

Derivation for Geometric Series Formula

Suppose a Geometric Series for n terms: 

Sn = a + ar + ar2 + ar3 + .... + arn-1 . . . (1)

Multiplying both sides by the common factor (r):

r Sn = ar + ar2 + ar3 + ar4 + ... + arn . . . (2)

Subtracting Equation (1) from Equation (2):

(r Sn - Sn) = (ar + ar2 + ar3 + ar4 +. . . arn) - (a + ar + ar2 + ar3 + . . . + arn-1)

⇒ Sn (r-1) = arn - a

⇒ Sn (1 - r) = a (1-rn)

Note: When the value of k starts from 'm', the formula will change.

, when r≠0

For Infinite Geometric Series

n will tend to Infinity, n ⇢ ∞, Putting this in the generalized formula:

nth term for the G.P. : an = arn-1

Geometric Sequence Vs Geometric Series

Some of the common differences between Geometric Sequences and Series are listed in the following table:

AspectGeometric SequenceGeometric Series
DefinitionA sequence of numbers where each term is obtained by multiplying the previous term by a fixed, non-zero number (common ratio).The sum of terms in a geometric sequence.
General Forma, ar, ar2, ar3, ar4, . . .a + ar + ar2 + ar3 + ar4 + . . .
Example2, 6, 18, 54, . . .2 + 6 + 18 + 54 + . . .

People Also View,

Comment

Explore