Return to the Purplemath home page

 


powered by FreeFind

 

Print-friendly page

 

 

Derivation of Finite Geometric Summation Formula

This formula is actually quite simple to prove: just use polynomial long division.

The summation formula is:

    sum[i=1 to n][a-sub-i] = a [ (1 - r^n) / (1 - r) ]

Rearranging the terms of the series into the usual "descending order" for polynomials, we get a series expansion of: Copyright © Elizabeth Stapel 2006-2008 All Rights Reserved

    arn–1 + arn–2 + ... + ar3 + ar2 + ar + a

A basic property of polynomials is that if you divide xn – 1 by x – 1, you'll get:

    xn–1 + xn–2 + ... + x3 + x2 + x + 1

That is:

    x^(n-1) + ... + x^2 + x + 1 = (x^n - 1)/(x - 1)

Applying the above to the geometric summation (and reversing both subtractions, so the value of that last fraction isn't changed), we get:

    arn–1 + arn–2 + ... + ar3 + ar2 + ar + a

      = a(rn–1 + rn–2 + ... + r3 + r2 + r + 1)

      = a [ (1 - r^n) / (1 - r) ]

Note: The above derivation can be extended to give the formula for infinite series, but requires tools from calculus. For now, just note that, since r | < 1, a basic property of exponential functions is that rn gets closer and closer to zero as n gets larger. Very quickly, rn is as close to nothing as makes no matter, and, "at infinity", is ignored. This is why the rn is missing in the infinite-sum formula.

Return to lesson

Top  |  Return to Index

Cite this article as:

Stapel, Elizabeth. "Derivation of Finite Geometric Summation Formula." Purplemath. Available from
    http://www.purplemath.com/modules/series7.htm. Accessed
 

 

Lessons index

Lessons CD




Purplemath:
  Linking to this site
  Printing pages
  Donating
  School licensing


Reviews of
Internet Sites:
   Free Help
   Practice
   Et Cetera

The "Homework
   Guidelines"

Study Skills Survey

Tutoring ($$)


This lesson may be printed out for your personal use.

Content copyright protected by Copyscape website plagiarism search
  

  Copyright © 2006-2008  Elizabeth Stapel   |   About   |   Terms of Use

 

 Feedback   |   Error?