askvity

How to derive geometric sequence formula?

Published in Geometric Sequences and Series 3 mins read

The referenced YouTube video discusses how to derive the sum formula of a finite geometric series, not the formula for a geometric sequence itself. Therefore, I'll explain both how to find a general term in geometric sequence and how to derive the formula for the sum of a finite geometric series.

Geometric Sequence: Finding a General Term

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

  • First Term: a1
  • Second Term: a2 = a1 * r
  • Third Term: a3 = a2 r = a1 r r = a1 r2
  • Fourth Term: a4 = a3 r = a1 r2 r = a1 r3

Following this pattern, the nth term (an) of a geometric sequence can be expressed as:

*an = a1 r(n-1)**

This is the general formula for the nth term of a geometric sequence, where:

  • an is the nth term
  • a1 is the first term
  • r is the common ratio
  • n is the term number

Deriving the Sum Formula of a Finite Geometric Series

A geometric series is the sum of the terms in a geometric sequence. A finite geometric series is the sum of a limited number of terms. Let Sn represent the sum of the first n terms of a geometric series:

Sn = a1 + a1r + a1r2 + ... + a1r(n-1)

To derive the formula for Sn, we can follow these steps as described in the reference video:

  1. Multiply the series by r:

    rSn = a1r + a1r2 + a1r3 + ... + a1rn

  2. Subtract the second equation from the first:

    Sn - rSn = (a1 + a1r + a1r2 + ... + a1r(n-1)) - (a1r + a1r2 + a1r3 + ... + a1rn)

    Notice that most terms cancel out, leaving:

    Sn - rSn = a1 - a1rn

  3. Factor out Sn on the left and a1 on the right:

    Sn(1 - r) = a1(1 - rn)

  4. Solve for Sn:

    Sn = a1(1 - rn) / (1 - r)

This formula calculates the sum of the first n terms of a geometric series, where:

  • Sn is the sum of the first n terms
  • a1 is the first term
  • r is the common ratio
  • n is the number of terms

The video confirms this derivation, stating that the sum of a finite geometric series is a1(1 - rn) / (1 - r).

Related Articles