Arithmetico-geometric sequence

From HandWiki
Short description: Mathematical sequence satisfying a specific pattern

In mathematics, arithmetico-geometric sequence is the result of term-by-term multiplication of a geometric progression with the corresponding terms of an arithmetic progression. Put plainly, the nth term of an arithmetico-geometric sequence is the product of the nth term of an arithmetic sequence and the nth term of a geometric one.[1] Arithmetico-geometric sequences arise in various applications, such as the computation of expected values in probability theory. For instance, the sequence

[math]\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 }[/math]

is an arithmetico-geometric sequence. The arithmetic component appears in the numerator (in blue), and the geometric one in the denominator (in green).

The summation of this infinite sequence is known as an arithmetico-geometric series, and its most basic form has been called Gabriel's staircase:[2][3]

[math]\displaystyle{ \sum_{k=1}^{\infty} {\color{blue} k} {\color{green} r^k} = \frac{r}{(1 - r)^2}, \quad \mathrm{for\ }0\lt r\lt 1 }[/math]

The denomination may also be applied to different objects presenting characteristics of both arithmetic and geometric sequences; for instance the French notion of arithmetico-geometric sequence refers to sequences of the form [math]\displaystyle{ u_{n+1}=a u_n+b }[/math], which generalise both arithmetic and geometric sequences. Such sequences are a special case of linear difference equations.

Terms of the sequence

The first few terms of an arithmetico-geometric sequence composed of an arithmetic progression (in blue) with difference [math]\displaystyle{ d }[/math] and initial value [math]\displaystyle{ a }[/math] and a geometric progression (in green) with initial value [math]\displaystyle{ b }[/math] and common ratio [math]\displaystyle{ r }[/math] are given by:[4]

[math]\displaystyle{ \begin{align} t_1 & =\color{blue}a \color{green}b \\ t_2 & =\color{blue}(a+d) \color{green}br \\ t_3 & =\color{blue}(a+2d)\color{green} br^2 \\ & \ \,\vdots \\ t_n & =\color{blue}[a+(n-1)d]\color{green} br^{n-1} \end{align} }[/math]

Example

For instance, the sequence

[math]\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 }[/math]

is defined by [math]\displaystyle{ d=b=1 }[/math], [math]\displaystyle{ a=0 }[/math], and [math]\displaystyle{ r=1/2 }[/math].

Sum of the terms

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

[math]\displaystyle{ \begin{align} S_n & = \sum_{k = 1}^n t_k = \sum_{k = 1}^n \left[a + (k - 1) d\right] br^{k - 1} \\ & = ab + [a + d] br + [a + 2 d] br^2 + \cdots + [a + (n - 1) d] br^{n - 1} \\ & = A_1G_1 + A_2G_2 + A_3G_3 + \cdots + A_nG_n, \end{align} }[/math]

where [math]\displaystyle{ A_i }[/math] and [math]\displaystyle{ G_i }[/math] are the ith terms of the arithmetic and the geometric sequence, respectively.

This sum has the closed-form expression

[math]\displaystyle{ \begin{align} S_n & = \frac{ab - (a+nd)\,br^n}{1 - r}+\frac{dbr\,(1 - r^n)}{(1-r)^2}\\ & = \frac{A_1G_1 - A_{n+1}G_{n+1}}{1 - r}+\frac{dr}{(1-r)^2}\,(G_1 - G_{n+1}). \end{align} }[/math]

Proof

Multiplying,[4]

[math]\displaystyle{ S_n = a + [a + d] r + [a + 2 d] r^2 + \cdots + [a + (n - 1) d] r^{n - 1} }[/math]

by r, gives

[math]\displaystyle{ r S_n = a r + [a + d] r^2 + [a + 2 d] r^3 + \cdots + [a + (n - 1) d] r^n. }[/math]

Subtracting rSn from Sn, and using the technique of telescoping series gives

[math]\displaystyle{ \begin{align} (1 - r) S_n = {} & \left[a + (a + d) r + (a + 2 d) r^2 + \cdots + [a + (n - 1) d] r^{n - 1}\right] \\[5pt] & {} - \left[a r + (a + d) r^2 + (a + 2 d) r^3 + \cdots + [a + (n - 1) d] r^n\right] \\[5pt] = {} & a + d \left(r + r^2 + \cdots + r^{n-1}\right) - \left[a + (n - 1) d\right] r^n \\[5pt] = {} & a + d \left(r + r^2 + \cdots + r^{n-1}+r^n\right) - \left(a + n d\right) r^n \\[5pt] = {} & a + d r \left(1 + r + r^2 + \cdots + r^{n-1}\right) - \left(a + nd\right) r^n \\[5pt] = {} & a + \frac{d r (1 - r^n)}{1 - r} - (a + nd) r^n, \end{align} }[/math]

where the last equality results of the expression for the sum of a geometric series. Finally dividing through by 1 − r gives the result.

Infinite series

If −1 < r < 1, then the sum S of the arithmetico-geometric series, that is to say, the sum of all the infinitely many terms of the progression, is given by[4]

[math]\displaystyle{ \begin{align} S &= \sum_{k = 1}^\infty t_k = \lim_{n \to \infty}S_{n} \\ &= \frac{ab}{1-r}+\frac{dbr}{(1-r)^2}\\ &= \frac{A_1G_1}{1 - r}+\frac{dG_1r}{(1-r)^2}. \end{align} }[/math]

If r is outside of the above range, the series either

  • diverges (when r > 1, or when r = 1 where the series is arithmetic and a and d are not both zero; if both a and d are zero in the later case, all terms of the series are zero and the series is constant)
  • or alternates (when r ≤ −1).

Example: application to expected values

For instance, the sum

[math]\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 }[/math],

being the sum of an arithmetico-geometric series defined by [math]\displaystyle{ d=b=1 }[/math], [math]\displaystyle{ a=0 }[/math], and [math]\displaystyle{ r=\frac 12 }[/math], converges to [math]\displaystyle{ S=2 }[/math].

This sequence corresponds to the expected number of coin tosses before obtaining "tails". The probability [math]\displaystyle{ T_k }[/math] of obtaining tails for the first time at the kth toss is as follows:

[math]\displaystyle{ T_1=\frac 1{2}, \ T_2=\frac 1{4},\dots, T_k = \frac 1{2^k} }[/math].

Therefore, the expected number of tosses is given by

[math]\displaystyle{ \sum_{k=1}^{\infty} k T_k = \sum_{k=1}^{\infty} \frac {\color{blue}k}{\color{green}2^k} = S = 2 }[/math] .

References

  1. "Arithmetic-Geometric Progression | Brilliant Math & Science Wiki" (in en-us). https://brilliant.org/wiki/arithmetic-geometric-progression/. 
  2. Swain, Stuart G. (2018). "Proof Without Words: Gabriel's Staircase". Mathematics Magazine 67 (3): 209–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. 
  4. 4.0 4.1 4.2 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. https://archive.org/details/mathematicalmeth00rile. 

Further reading