Misplaced Pages

Arithmetico-geometric sequence

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Arithmetico-geometric series) Mathematical sequence satisfying a specific pattern Not to be confused with Arithmetic–geometric mean.
Part of a series of articles about
Calculus
a b f ( t ) d t = f ( b ) f ( a ) {\displaystyle \int _{a}^{b}f'(t)\,dt=f(b)-f(a)}
Differential
Definitions
Concepts
Rules and identities
Integral
Definitions
Integration by
Series
Convergence tests
Vector
Theorems
Multivariable
Formalisms
Definitions
Advanced
Specialized
Miscellanea

In mathematics, an arithmetico-geometric sequence is the result of element-by-element multiplication of the elements of a geometric progression with the corresponding elements of an arithmetic progression. The nth element of an arithmetico-geometric sequence is the product of the nth element of an arithmetic sequence and the nth element of a geometric sequence. An arithmetico-geometric series is a sum of terms that are the elements of an arithmetico-geometric sequence. Arithmetico-geometric sequences and series arise in various applications, such as the computation of expected values in probability theory, especially in Bernoulli processes.

For instance, the sequence

0 1 ,   1 2 ,   2 4 ,   3 8 ,   4 16 ,   5 32 , {\displaystyle {\dfrac {\color {blue}{0}}{\color {green}{1}}},\ {\dfrac {\color {blue}{1}}{\color {green}{2}}},\ {\dfrac {\color {blue}{2}}{\color {green}{4}}},\ {\dfrac {\color {blue}{3}}{\color {green}{8}}},\ {\dfrac {\color {blue}{4}}{\color {green}{16}}},\ {\dfrac {\color {blue}{5}}{\color {green}{32}}},\cdots }

is an arithmetico-geometric sequence. The arithmetic component appears in the numerator (in blue), and the geometric one in the denominator (in green). The series summation of the infinite elements of this sequence has been called Gabriel's staircase and it has a value of 2. In general,

k = 1 k r k = r ( 1 r ) 2 f o r   0 < r < 1. {\displaystyle \sum _{k=1}^{\infty }{\color {blue}k}{\color {green}r^{k}}={\frac {r}{(1-r)^{2}}}\quad \mathrm {for\ } 0<r<1.}


The label of arithmetico-geometric sequence may also be given to different objects combining characteristics of both arithmetic and geometric sequences. For instance, the French notion of arithmetico-geometric sequence refers to sequences that satisfy recurrence relations of the form u n + 1 = r u n + d {\displaystyle u_{n+1}=ru_{n}+d} , which combine the defining recurrence relations u n + 1 = u n + d {\displaystyle u_{n+1}=u_{n}+d} for arithmetic sequences and u n + 1 = r u n {\displaystyle u_{n+1}=ru_{n}} for geometric sequences. These sequences are therefore solutions to a special class of linear difference equation: inhomogeneous first order linear recurrences with constant coefficients.

Elements

The elements of an arithmetico-geometric sequence ( A n G n ) n 1 {\displaystyle (A_{n}G_{n})_{n\geq 1}} are the products of the elements of an arithmetic progression ( A n ) n 1 {\displaystyle (A_{n})_{n\geq 1}} (in blue) with initial value a {\displaystyle a} and common difference d {\displaystyle d} , A n = a + ( n 1 ) d , {\displaystyle A_{n}=a+(n-1)d,} with the corresponding elements of a geometric progression ( G n ) n 1 {\displaystyle (G_{n})_{n\geq 1}} (in green) with initial value b {\displaystyle b} and common ratio r {\displaystyle r} , G n = b r n 1 , {\displaystyle G_{n}=br^{n-1},} so that

A 1 G 1 = a b A 2 G 2 = ( a + d ) b r A 3 G 3 = ( a + 2 d ) b r 2   A n G n = ( a + ( n 1 ) d ) b r n 1 . {\displaystyle {\begin{aligned}A_{1}G_{1}&=\color {blue}a\color {green}b\\A_{2}G_{2}&=\color {blue}(a+d)\color {green}br\\A_{3}G_{3}&=\color {blue}(a+2d)\color {green}br^{2}\\&\ \,\vdots \\A_{n}G_{n}&=\color {blue}(a+(n-1)d)\color {green}br^{n-1}\color {black}.\end{aligned}}}

These four parameters are somewhat redundant and can be reduced to three: a b , {\displaystyle ab,} b d , {\displaystyle bd,} and r . {\displaystyle r.}

Example

The sequence

0 1 ,   1 2 ,   2 4 ,   3 8 ,   4 16 ,   5 32 , {\displaystyle {\dfrac {\color {blue}{0}}{\color {green}{1}}},\ {\dfrac {\color {blue}{1}}{\color {green}{2}}},\ {\dfrac {\color {blue}{2}}{\color {green}{4}}},\ {\dfrac {\color {blue}{3}}{\color {green}{8}}},\ {\dfrac {\color {blue}{4}}{\color {green}{16}}},\ {\dfrac {\color {blue}{5}}{\color {green}{32}}},\cdots }

is the arithmetico-geometric sequence with parameters d = b = 1 {\displaystyle d=b=1} , a = 0 {\displaystyle a=0} , and r = 1 / 2 {\displaystyle r=1/2} .

Series

Partial sums

The sum of the first n terms of an arithmetico-geometric series has the form

S n = k = 1 n A k G k = k = 1 n ( a + ( k 1 ) d ) b r k 1 = b k = 0 n 1 ( a + k d ) r k = a b + ( a + d ) b r + ( a + 2 d ) b r 2 + + ( a + ( n 1 ) d ) b r n 1 {\displaystyle {\begin{aligned}S_{n}&=\sum _{k=1}^{n}A_{k}G_{k}=\sum _{k=1}^{n}\left(a+(k-1)d\right)br^{k-1}=b\sum _{k=0}^{n-1}\left(a+kd\right)r^{k}\\&=ab+(a+d)br+(a+2d)br^{2}+\cdots +(a+(n-1)d)br^{n-1}\end{aligned}}}

where A i {\textstyle A_{i}} and G i {\textstyle G_{i}} are the ith elements of the arithmetic and the geometric sequence, respectively.

This partial sum has the closed-form expression

S n = a b ( a + n d ) b r n 1 r + d b r ( 1 r n ) ( 1 r ) 2 = A 1 G 1 A n + 1 G n + 1 1 r + d r ( 1 r ) 2 ( G 1 G n + 1 ) . {\displaystyle {\begin{aligned}S_{n}&={\frac {ab-(a+nd)\,br^{n}}{1-r}}+{\frac {dbr\,(1-r^{n})}{(1-r)^{2}}}\\&={\frac {A_{1}G_{1}-A_{n+1}G_{n+1}}{1-r}}+{\frac {dr}{(1-r)^{2}}}\,(G_{1}-G_{n+1}).\end{aligned}}}

Derivation

Multiplying

S n = a b + ( a + d ) b r + ( a + 2 d ) b r 2 + + ( a + ( n 1 ) d ) b r n 1 {\displaystyle S_{n}=ab+(a+d)br+(a+2d)br^{2}+\cdots +(a+(n-1)d)br^{n-1}}

by r gives

r S n = a b r + ( a + d ) b r 2 + ( a + 2 d ) b r 3 + + ( a + ( n 1 ) d ) b r n . {\displaystyle rS_{n}=abr+(a+d)br^{2}+(a+2d)br^{3}+\cdots +(a+(n-1)d)br^{n}.}

Subtracting rSn from Sn, dividing both sides by b {\displaystyle b} , and using the technique of telescoping series (second equality) and the formula for the sum of a finite geometric series (fifth equality) gives

( 1 r ) S n / b = ( a + ( a + d ) r + ( a + 2 d ) r 2 + + ( a + ( n 1 ) d ) r n 1 ) ( a r + ( a + d ) r 2 + ( a + 2 d ) r 3 + + ( a + ( n 1 ) d ) r n ) = a + d ( r + r 2 + + r n 1 ) ( a + ( n 1 ) d ) r n = a + d ( r + r 2 + + r n 1 + r n ) ( a + n d ) r n = a + d r ( 1 + r + r 2 + + r n 1 ) ( a + n d ) r n = a + d r ( 1 r n ) 1 r ( a + n d ) r n , S n = b 1 r ( a ( a + n d ) r n + d r ( 1 r n ) 1 r ) = a b ( a + n d ) b r n 1 r + d r ( b b r n ) ( 1 r ) 2 = A 1 G 1 A n + 1 G n + 1 1 r + d r ( G 1 G n + 1 ) ( 1 r ) 2 {\displaystyle {\begin{aligned}(1-r)S_{n}/b={}&\left(a+(a+d)r+(a+2d)r^{2}+\cdots +(a+(n-1)d)r^{n-1}\right)\\&{}-\left(ar+(a+d)r^{2}+(a+2d)r^{3}+\cdots +(a+(n-1)d)r^{n}\right)\\={}&a+d\left(r+r^{2}+\cdots +r^{n-1}\right)-\left(a+(n-1)d\right)r^{n}\\={}&a+d\left(r+r^{2}+\cdots +r^{n-1}+r^{n}\right)-\left(a+nd\right)r^{n}\\={}&a+dr\left(1+r+r^{2}+\cdots +r^{n-1}\right)-\left(a+nd\right)r^{n}\\={}&a+{\frac {dr(1-r^{n})}{1-r}}-(a+nd)r^{n},\\S_{n}=&{\frac {b}{1-r}}\left(a-(a+nd)r^{n}+{\frac {dr(1-r^{n})}{1-r}}\right)\\=&{\frac {ab-(a+nd)br^{n}}{1-r}}+{\frac {dr(b-br^{n})}{(1-r)^{2}}}\\=&{\frac {A_{1}G_{1}-A_{n+1}G_{n+1}}{1-r}}+{\frac {dr(G_{1}-G_{n+1})}{(1-r)^{2}}}\end{aligned}}}

as claimed.

Infinite series

If −1 < r < 1, then the sum S of the arithmetico-geometric series, that is to say, the limit of the partial sums of the elements of the sequence, is given by

S = k = 1 t k = lim n S n = a b 1 r + d b r ( 1 r ) 2 = A 1 G 1 1 r + d r G 1 ( 1 r ) 2 . {\displaystyle {\begin{aligned}S&=\sum _{k=1}^{\infty }t_{k}=\lim _{n\to \infty }S_{n}\\&={\frac {ab}{1-r}}+{\frac {dbr}{(1-r)^{2}}}\\&={\frac {A_{1}G_{1}}{1-r}}+{\frac {drG_{1}}{(1-r)^{2}}}.\end{aligned}}}

If r is outside of the above range, b is not zero, and a and d are not both zero, the limit does not exist and the series is divergent.

Example

The sum

S = 0 1 + 1 2 + 2 4 + 3 8 + 4 16 + 5 32 + {\displaystyle S={\dfrac {\color {blue}{0}}{\color {green}{1}}}+{\dfrac {\color {blue}{1}}{\color {green}{2}}}+{\dfrac {\color {blue}{2}}{\color {green}{4}}}+{\dfrac {\color {blue}{3}}{\color {green}{8}}}+{\dfrac {\color {blue}{4}}{\color {green}{16}}}+{\dfrac {\color {blue}{5}}{\color {green}{32}}}+\cdots } ,

is the sum of an arithmetico-geometric series defined by d = b = 1 {\displaystyle d=b=1} , a = 0 {\displaystyle a=0} , and r = 1 2 {\displaystyle r={\frac {1}{2}}} , and it converges to S = 2 {\displaystyle S=2} . This sequence corresponds to the expected number of coin tosses required to obtain "tails". The probability T k {\displaystyle T_{k}} of obtaining tails for the first time at the kth toss is as follows:

T 1 = 1 2 ,   T 2 = 1 4 , , T k = 1 2 k {\displaystyle T_{1}={\frac {1}{2}},\ T_{2}={\frac {1}{4}},\dots ,T_{k}={\frac {1}{2^{k}}}} .

Therefore, the expected number of tosses to reach the first "tails" is given by

k = 1 k T k = k = 1 k 2 k = 2. {\displaystyle \sum _{k=1}^{\infty }kT_{k}=\sum _{k=1}^{\infty }{\frac {\color {blue}k}{\color {green}2^{k}}}=2.}

Similarly, the sum

S = 0 1 / 6 5 / 6 + 1 1 / 6 1 + 2 1 / 6 6 / 5 + 3 1 / 6 ( 6 / 5 ) 2 + 4 1 / 6 ( 6 / 5 ) 3 + 5 1 / 6 ( 6 / 5 ) 4 + {\displaystyle S={\dfrac {\color {blue}{0}*\color {green}{1/6}}{\color {green}{5/6}}}+{\dfrac {\color {blue}{1}*\color {green}{1/6}}{\color {green}{1}}}+{\dfrac {\color {blue}{2}*\color {green}{1/6}}{\color {green}{6/5}}}+{\dfrac {\color {blue}{3}*\color {green}{1/6}}{\color {green}{(6/5)^{2}}}}+{\dfrac {\color {blue}{4}*\color {green}{1/6}}{\color {green}{(6/5)^{3}}}}+{\dfrac {\color {blue}{5}*\color {green}{1/6}}{\color {green}{(6/5)^{4}}}}+\cdots }

is the sum of an arithmetico-geometric series defined by d = 1 {\displaystyle d=1} , a = 0 {\displaystyle a=0} , b = ( 1 / 6 ) / ( 5 / 6 ) {\displaystyle b=(1/6)/(5/6)} , and r = 5 / 6 {\displaystyle r=5/6} , and it converges to 6. This sequence corresponds to the expected number of six-sided dice rolls required to obtain a specific value on a die roll, for instance "5". In general, these series with d = 1 {\displaystyle d=1} , a = 0 {\displaystyle a=0} , b = p / ( 1 p ) {\displaystyle b=p/(1-p)} , and r = ( 1 p ) {\displaystyle r=(1-p)} give the expectations of "the number of trials until first success" in Bernoulli processes with "success probability" p {\displaystyle p} . The probabilities of each outcome follow a geometric distribution and provide the geometric sequence factors in the terms of the series, while the number of trials per outcome provides the arithmetic sequence factors in the terms.

References

  1. "Arithmetic-Geometric Progression | Brilliant Math & Science Wiki". brilliant.org. Retrieved 2021-04-21.
  2. Swain, Stuart G. (2018). "Proof Without Words: Gabriel's Staircase". Mathematics Magazine. 67 (3): 209. doi:10.1080/0025570X.1994.11996214. ISSN 0025-570X.
  3. Edgar, Tom (2018). "Staircase Series". Mathematics Magazine. 91 (2): 92–95. doi:10.1080/0025570X.2017.1415584. ISSN 0025-570X. S2CID 218542483.
  4. ^ K. F. Riley; M. P. Hobson; S. J. Bence (2010). Mathematical methods for physics and engineering (3rd ed.). Cambridge University Press. p. 118. ISBN 978-0-521-86153-3.

Further reading


Calculus
Precalculus
Limits
Differential calculus
Integral calculus
Vector calculus
Multivariable calculus
Sequences and series
Special functions
and numbers
History of calculus
Lists
Integrals
Miscellaneous topics
Categories: