ART

In mathematics, a geometric progression, also known as a geometric sequence, is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-one number called the common ratio. For example, the sequence 2, 6, 18, 54, ... is a geometric progression with common ratio 3. Similarly 10, 5, 2.5, 1.25, ... is a geometric sequence with common ratio 1/2.

Examples of a geometric sequence are powers rk of a fixed number r, such as 2k and 3k. The general form of a geometric sequence is

\( a,\ ar,\ ar^{2},\ ar^{3},\ ar^{4},\ \ldots

where r ≠ 1 is the common ratio and a is a scale factor, equal to the sequence's start value.

Elementary properties

The n-th term of a geometric sequence with initial value a = a1 and common ratio r is given by

\( a_{n}=a\,r^{n-1}. \)

Such a geometric sequence also follows the recursive relation

\( a_{n}=r\,a_{n-1} \) for every integer \( n\geq 1. \)

Generally, to check whether a given sequence is geometric, one simply checks whether successive entries in the sequence all have the same ratio.

The common ratio of a geometric sequence may be negative, resulting in an alternating sequence, with numbers alternating between positive and negative. For instance

1, −3, 9, −27, 81, −243, ...

is a geometric sequence with common ratio −3.

The behaviour of a geometric sequence depends on the value of the common ratio.
If the common ratio is:

positive, the terms will all be the same sign as the initial term.
negative, the terms will alternate between positive and negative.
greater than 1, there will be exponential growth towards positive or negative infinity (depending on the sign of the initial term).
1, the progression is a constant sequence.
between −1 and 1 but not zero, there will be exponential decay towards zero (→ 0).
−1, the absolute value of each term in the sequence is constant and terms alternate in sign.
less than −1, for the absolute values there is exponential growth towards (unsigned) infinity, due to the alternating sign.

Geometric sequences (with common ratio not equal to −1, 1 or 0) show exponential growth or exponential decay, as opposed to the linear growth (or decline) of an arithmetic progression such as 4, 15, 26, 37, 48, … (with common difference 11). This result was taken by T.R. Malthus as the mathematical foundation of his Principle of Population. Note that the two kinds of progression are related: exponentiating each term of an arithmetic progression yields a geometric progression, while taking the logarithm of each term in a geometric progression with a positive common ratio yields an arithmetic progression.

An interesting result of the definition of the geometric progression is that any three consecutive terms a, b and c will satisfy the following equation:

\( b^{2}=ac \)

where b is considered to be the geometric mean between a and c.
Geometric series

This section may stray from the topic of the article into the topic of another article, Geometric series. Please help improve this section or discuss this issue on the talk page. (February 2014)
Main article: Geometric series
2 + 10 + 50 + 250 = 312
− ( 10 + 50 + 250 + 1250 = 5 × 312 )
2 − 1250 = (1 − 5) × 312

Computation of the sum 2 + 10 + 50 + 250. The sequence is multiplied term by term by 5, and then subtracted from the original sequence. Two terms remain: the first term, a, and the term one beyond the last, or arm. The desired result, 312, is found by subtracting these two terms and dividing by 1 − 5.

A geometric series is the sum of the numbers in a geometric progression. For example:

\( {\displaystyle 2+10+50+250=2+2\times 5+2\times 5^{2}+2\times 5^{3}.} \)

Letting a be the first term (here 2), n be the number of terms (here 4), and r be the constant that each term is multiplied by to get the next term (here 5), the sum is given by:

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

In the example above, this gives:

\( 2+10+50+250={\frac {2(1-5^{4})}{1-5}}={\frac {-1248}{-4}}=312. \)

The formula works for any real numbers a and r (except r = 1, which results in a division by zero). For example:

\( {\displaystyle -2\pi +4\pi ^{2}-8\pi ^{3}=-2\pi +(-2\pi )^{2}+(-2\pi )^{3}={\frac {-2\pi (1-(-2\pi )^{3})}{1-(-2\pi )}}={\frac {-2\pi (1+2\pi ^{3})}{1+2\pi }}\approx -54.360768.} \)

Since the derivation (below) does not depend on a and r being real, it holds for complex numbers as well.
Derivation

To derive this formula, first write a general geometric series as:

\( {\displaystyle \sum _{k=1}^{n}ar^{k-1}=ar^{0}+ar^{1}+ar^{2}+ar^{3}+\cdots +ar^{n-1}.} \)

We can find a simpler formula for this sum by multiplying both sides of the above equation by 1 − r, and we'll see that

\( {\begin{aligned}(1-r)\sum _{k=1}^{n}ar^{k-1}&=(1-r)(ar^{0}+ar^{1}+ar^{2}+ar^{3}+\cdots +ar^{n-1})\\&=ar^{0}+ar^{1}+ar^{2}+ar^{3}+\cdots +ar^{n-1}-ar^{1}-ar^{2}-ar^{3}-\cdots -ar^{n-1}-ar^{n}\\&=a-ar^{n}\end{aligned}} \)

since all the other terms cancel. If r ≠ 1, we can rearrange the above to get the convenient formula for a geometric series that computes the sum of n terms:

\( \sum _{k=1}^{n}ar^{k-1}={\frac {a(1-r^{n})}{1-r}}. \)

Related formulas

If one were to begin the sum not from k=1, but from a different value, say m, then

\( {\displaystyle \sum _{k=m}^{n}ar^{k}={\frac {a(r^{m}-r^{n+1})}{1-r}},} \)

provided \( {\displaystyle r\neq 1} \) . If r=1 then the sum is of just the constant a {\displaystyle a} a and so equals \( {\displaystyle a(n-m+1)}. \)

Differentiating this formula with respect to r allows us to arrive at formulae for sums of the form

\( {\displaystyle G_{s}(n,r):=\sum _{k=0}^{n}k^{s}r^{k}.} \)

For example:

\( {\frac {d}{dr}}\sum _{k=0}^{n}r^{k}=\sum _{k=1}^{n}kr^{k-1}={\frac {1-r^{n+1}}{(1-r)^{2}}}-{\frac {(n+1)r^{n}}{1-r}}. \)

For a geometric series containing only even powers of r multiply by 1 − r2 :

\( (1-r^{2})\sum _{k=0}^{n}ar^{2k}=a-ar^{2n+2}. \)

Then

\( \sum _{k=0}^{n}ar^{2k}={\frac {a(1-r^{2n+2})}{1-r^{2}}}. \)

Equivalently, take r2 as the common ratio and use the standard formulation.

For a series with only odd powers of r

\( (1-r^{2})\sum _{k=0}^{n}ar^{2k+1}=ar-ar^{2n+3} \)

and

\( \sum _{k=0}^{n}ar^{2k+1}={\frac {ar(1-r^{2n+2})}{1-r^{2}}}. \)

An exact formula for the generalized sum \( {\displaystyle G_{s}(n,r)} \) when \( {\displaystyle s\in \mathbb {N} } \) is expanded by the Stirling numbers of the second kind as [1]

\( {\displaystyle G_{s}(n,r)=\sum _{j=0}^{s}\left\lbrace {s \atop j}\right\rbrace x^{j}{\frac {d^{j}}{dx^{j}}}\left[{\frac {1-x^{n+1}}{1-x}}\right].} \)

Infinite geometric series

This section may stray from the topic of the article into the topic of another article, Geometric series. Please help improve this section or discuss this issue on the talk page. (February 2014)
Main article: Geometric series

An infinite geometric series is an infinite series whose successive terms have a common ratio. Such a series converges if and only if the absolute value of the common ratio is less than one (|r| < 1). Its value can then be computed from the finite sum formula

\( \sum _{k=0}^{\infty }ar^{k}=\lim _{n\to \infty }{\sum _{k=0}^{n}ar^{k}}=\lim _{n\to \infty }{\frac {a(1-r^{n+1})}{1-r}}={\frac {a}{1-r}}-\lim _{n\to \infty }{\frac {ar^{n+1}}{1-r}} \)

Animation, showing convergence of partial sums of geometric progression \( {\displaystyle \sum \limits _{k=0}^{n}q^{k}} \) (red line) to its sum \( {\displaystyle {1 \over 1-q}} \) (blue line) for |q|<1.
Diagram showing the geometric series 1 + 1/2 + 1/4 + 1/8 + ⋯ which converges to 2.

Since:

\( r^{n+1}\to 0{\mbox{ as }}n\to \infty {\mbox{ when }}|r|<1. \)

Then:

\( \sum _{k=0}^{\infty }ar^{k}={\frac {a}{1-r}}-0={\frac {a}{1-r}} \)

For a series containing only even powers of r,

\( \sum _{k=0}^{\infty }ar^{2k}={\frac {a}{1-r^{2}}} \)

and for odd powers only,

\( \sum _{k=0}^{\infty }ar^{2k+1}={\frac {ar}{1-r^{2}}} \)

In cases where the sum does not start at k = 0,

\( \sum _{k=m}^{\infty }ar^{k}={\frac {ar^{m}}{1-r}} \)

The formulae given above are valid only for |r| < 1. The latter formula is valid in every Banach algebra, as long as the norm of r is less than one, and also in the field of p-adic numbers if |r|p < 1. As in the case for a finite sum, we can differentiate to calculate formulae for related sums. For example,

\( {\displaystyle {\frac {d}{dr}}\sum _{k=0}^{\infty }r^{k}=\sum _{k=1}^{\infty }kr^{k-1}={\frac {1}{(1-r)^{2}}}} \)

This formula only works for |r| < 1 as well. From this, it follows that, for |r| < 1,

\( \sum _{k=0}^{\infty }kr^{k}={\frac {r}{\left(1-r\right)^{2}}}\,;\,\sum _{k=0}^{\infty }k^{2}r^{k}={\frac {r\left(1+r\right)}{\left(1-r\right)^{3}}}\,;\,\sum _{k=0}^{\infty }k^{3}r^{k}={\frac {r\left(1+4r+r^{2}\right)}{\left(1-r\right)^{4}}} \)

Also, the infinite series 1/2 + 1/4 + 1/8 + 1/16 + ⋯ is an elementary example of a series that converges absolutely.

It is a geometric series whose first term is 1/2 and whose common ratio is 1/2, so its sum is

\( {\frac {1}{2}}+{\frac {1}{4}}+{\frac {1}{8}}+{\frac {1}{16}}+\cdots ={\frac {1/2}{1-(+1/2)}}=1. \)

The inverse of the above series is 1/2 − 1/4 + 1/8 − 1/16 + ⋯ is a simple example of an alternating series that converges absolutely.

It is a geometric series whose first term is 1/2 and whose common ratio is −1/2, so its sum is

\( {\frac {1}{2}}-{\frac {1}{4}}+{\frac {1}{8}}-{\frac {1}{16}}+\cdots ={\frac {1/2}{1-(-1/2)}}={\frac {1}{3}}. \)

Complex numbers

The summation formula for geometric series remains valid even when the common ratio is a complex number. In this case the condition that the absolute value of r be less than 1 becomes that the modulus of r be less than 1. It is possible to calculate the sums of some non-obvious geometric series. For example, consider the proposition

\( \sum _{k=0}^{\infty }{\frac {\sin(kx)}{r^{k}}}={\frac {r\sin(x)}{1+r^{2}-2r\cos(x)}} \)

The proof of this comes from the fact that

\( \sin(kx)={\frac {e^{ikx}-e^{-ikx}}{2i}}, \)

which is a consequence of Euler's formula. Substituting this into the original series gives

\( \sum _{k=0}^{\infty }{\frac {\sin(kx)}{r^{k}}}={\frac {1}{2i}}\left[\sum _{k=0}^{\infty }\left({\frac {e^{ix}}{r}}\right)^{k}-\sum _{k=0}^{\infty }\left({\frac {e^{-ix}}{r}}\right)^{k}\right]. \)

This is the difference of two geometric series, and so it is a straightforward application of the formula for infinite geometric series that completes the proof.
Product

The product of a geometric progression is the product of all terms. It can be quickly computed by taking the geometric mean of the progression's first and last individual terms, and raising that mean to the power given by the number of terms. (This is very similar to the formula for the sum of terms of an arithmetic sequence: take the arithmetic mean of the first and last individual terms, and multiply by the number of terms.)

As the geometric mean of two numbers equals the square root of their product, the product of a geometric progression is:

\( {\displaystyle \prod _{i=0}^{n}ar^{i}=({\sqrt {a\cdot ar^{n}}})^{n+1}=({\sqrt {a^{2}r^{n}}})^{n+1}}. \)

(An interesting aspect of this formula is that, even though it involves taking the square root of a potentially-odd power of a potentially-negative r, it cannot produce a complex result if neither a nor r has an imaginary part. It is possible, should r be negative and n be odd, for the square root to be taken of a negative intermediate result, causing a subsequent intermediate result to be an imaginary number. However, an imaginary intermediate formed in that way will soon afterwards be raised to the power of \( {\displaystyle \textstyle n+1} \) , which must be an even number because n by itself was odd; thus, the final result of the calculation may plausibly be an odd number, but it could never be an imaginary one.)
Proof

Let P represent the product. By definition, one calculates it by explicitly multiplying each individual term together. Written out in full,

\( {\displaystyle P=a\cdot ar\cdot ar^{2}\cdots ar^{n-1}\cdot ar^{n}}. \)

Carrying out the multiplications and gathering like terms,

\( {\displaystyle P=a^{n+1}r^{1+2+3+\cdots +(n-1)+n}}. \)

The exponent of r is the sum of an arithmetic sequence. Substituting the formula for that calculation,

\( {\displaystyle P=a^{n+1}r^{\frac {n(n+1)}{2}}}, \)

which enables simplifying the expression to

\( {\displaystyle P=(ar^{\frac {n}{2}})^{n+1}=(a{\sqrt {r^{n}}})^{n+1}}. \)

Rewriting a as \( {\displaystyle \textstyle {\sqrt {a^{2}}}}, \)

\( {\displaystyle P=({\sqrt {a^{2}r^{n}}})^{n+1}}, \)

which concludes the proof.
History

A clay tablet from the Early Dynastic Period in Mesopotamia, MS 3047, contains a geometric progression with base 3 and multiplier 1/2. It has been suggested to be Sumerian, from the city of Shuruppak. It is the only known record of a geometric progression from before the time of Babylonian mathematics.[2]

Books VIII and IX of Euclid's Elements analyzes geometric progressions (such as the powers of two, see the article for details) and give several of their properties.[3]
See also

Arithmetic progression – Sequence of numbers with constant differences between consecutive numbers
Arithmetico-geometric sequence
Linear difference equation
Exponential function – A class of mathematical functions
Harmonic progression
Harmonic series
Infinite series – Infinite sum
Preferred number – Standard guidelines for choosing exact product dimensions within a given set of constraints
Thomas Robert Malthus – British political economist
Geometric distribution

References

"Set Partitions: Stirling Numbers". Digital Library of Mathematical Functions. Retrieved 24 May 2018.
Friberg, Jöran (2007). "MS 3047: An Old Sumerian Metro-Mathematical Table Text". In Friberg, Jöran (ed.). A remarkable collection of Babylonian mathematical texts. Sources and Studies in the History of Mathematics and Physical Sciences. New York: Springer. pp. 150–153. doi:10.1007/978-0-387-48977-3. ISBN 978-0-387-34543-7. MR 2333050.

Heath, Thomas L. (1956). The Thirteen Books of Euclid's Elements (2nd ed. [Facsimile. Original publication: Cambridge University Press, 1925] ed.). New York: Dover Publications.

Hall & Knight, Higher Algebra, p. 39, ISBN 81-8116-000-2

External links

"Geometric progression", Encyclopedia of Mathematics, EMS Presss, 2001 [1994]
Derivation of formulas for sum of finite and infinite geometric progression at Mathalino.com
Geometric Progression Calculator
Nice Proof of a Geometric Progression Sum at sputsoft.com
Weisstein, Eric W. "Geometric Series". MathWorld.

vte

Sequences and series
Integer
sequences
Basic

Arithmetic progression Geometric progression Harmonic progression Square number Cubic number Factorial Powers of two Powers of three Powers of 10

Advanced (list)

Complete sequence Fibonacci numbers Figurate number Heptagonal number Hexagonal number Lucas number Pell number Pentagonal number Polygonal number Triangular number


Fibonacci spiral with square sizes up to 34.
Properties of sequences

Cauchy sequence Monotone sequence Periodic sequence

Properties of series

Convergent series Divergent series Conditional convergence Absolute convergence Uniform convergence Alternating series Telescoping series

Explicit series
Convergent

1/2 − 1/4 + 1/8 − 1/16 + ⋯ 1/2 + 1/4 + 1/8 + 1/16 + ⋯ 1/4 + 1/16 + 1/64 + 1/256 + ⋯ 1 + 1/2s+ 1/3s + ... (Riemann zeta function)

Divergent

1 + 1 + 1 + 1 + ⋯ 1 + 2 + 3 + 4 + ⋯ 1 + 2 + 4 + 8 + ⋯ 1 − 1 + 1 − 1 + ⋯ (Grandi's series) Infinite arithmetic series 1 − 2 + 3 − 4 + ⋯ 1 − 2 + 4 − 8 + ⋯ 1 + 1/2 + 1/3 + 1/4 + ⋯ (harmonic series) 1 − 1 + 2 − 6 + 24 − 120 + ⋯ (alternating factorials) 1/2 + 1/3 + 1/5 + 1/7 + 1/11 + ⋯ (inverses of primes)

Kinds of series

Taylor series Power series Formal power series Laurent series Puiseux series Dirichlet series Trigonometric series Fourier series Generating series

Hypergeometric
series

Generalized hypergeometric series Hypergeometric function of a matrix argument Lauricella hypergeometric series Modular hypergeometric series Riemann's differential equation Theta hypergeometric series

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License