Arithmetic–geometric mean
In-game article clicks load inline without leaving the challenge.

In mathematics, the arithmetic–geometric mean (AGM or agM) of two positive real numbers x and y is the mutual limit of a sequence of arithmetic means and a sequence of geometric means. The arithmetic–geometric mean is used in fast algorithms for exponential, trigonometric functions, and other special functions, as well as some mathematical constants, in particular, computing π.
The AGM is defined as the limit of the interdependent sequences a i {\displaystyle a_{i}} and g i {\displaystyle g_{i}}. Assuming x ≥ y ≥ 0 {\displaystyle x\geq y\geq 0}, we write:a 0 = x , g 0 = y a n + 1 = 1 2 ( a n + g n ) , g n + 1 = a n g n . {\displaystyle {\begin{aligned}a_{0}&=x,\\g_{0}&=y\\a_{n+1}&={\tfrac {1}{2}}(a_{n}+g_{n}),\\g_{n+1}&={\sqrt {a_{n}g_{n}}}\,.\end{aligned}}}These two sequences converge to the same number, the arithmetic–geometric mean of x and y; it is denoted by M(x, y), or sometimes by agm(x, y) or AGM(x, y).
The arithmetic–geometric mean can be extended to complex numbers and, when the branches of the square root are allowed to be taken inconsistently, it is a multivalued function.
Example
To find the arithmetic–geometric mean of a0 = 24 and g0 = 6, iterate as follows:a 1 = 1 2 ( 24 + 6 ) = 15 g 1 = 24 ⋅ 6 = 12 a 2 = 1 2 ( 15 + 12 ) = 13.5 g 2 = 15 ⋅ 12 = 13.416 407 8649 … ⋮ {\displaystyle {\begin{array}{rcccl}a_{1}&=&{\tfrac {1}{2}}(24+6)&=&15\\g_{1}&=&{\sqrt {24\cdot 6}}&=&12\\a_{2}&=&{\tfrac {1}{2}}(15+12)&=&13.5\\g_{2}&=&{\sqrt {15\cdot 12}}&=&13.416\ 407\ 8649\dots \\&&\vdots &&\end{array}}}The first five iterations give the following values:
| n | an | gn |
|---|---|---|
| 0 | 24 | 6 |
| 1 | 15 | 12 |
| 2 | 13.5 | 13.416 407 864 998 738 178 455 042... |
| 3 | 13.458 203 932 499 369 089 227 521... | 13.458 139 030 990 984 877 207 090... |
| 4 | 13.458 171 481 745 176 983 217 305... | 13.458 171 481 706 053 858 316 334... |
| 5 | 13.458 171 481 725 615 420 766 820... | 13.458 171 481 725 615 420 766 806... |
The number of digits in which an and gn agree (underlined) approximately doubles with each iteration. The arithmetic–geometric mean of 24 and 6 is the common limit of these two sequences, which is approximately 13.4581714817256154207668131569743992430538388544.
History
The first algorithm based on this sequence pair appeared in the works of Joseph-Louis Lagrange. Its properties were further analyzed by Carl Friedrich Gauss.
Properties
Both the geometric mean and arithmetic mean of two positive numbers x and y are between the two numbers. (They are strictly between when x ≠ y.) The geometric mean of two positive numbers is never greater than the arithmetic mean. So the geometric means are an increasing sequence g0 ≤ g1 ≤ g2 ≤ ...; the arithmetic means are a decreasing sequence a0 ≥ a1 ≥ a2 ≥ ...; and gn ≤ M(x, y) ≤ an for any n. These are strict inequalities if x ≠ y.
M(x, y) is thus a number between x and y; it is also between the geometric and arithmetic mean of x and y.
If r ≥ 0 then M(rx, ry) = r M(x, y).
There is an integral-form expression for M(x, y):M ( x , y ) = π 2 ( ∫ 0 π 2 d θ x 2 cos 2 θ + y 2 sin 2 θ ) − 1 = π ( ∫ 0 ∞ d t t ( t + x 2 ) ( t + y 2 ) ) − 1 = π 4 ⋅ x + y K ( x − y x + y ) {\displaystyle {\begin{aligned}M(x,y)&={\frac {\pi }{2}}\left(\int _{0}^{\frac {\pi }{2}}{\frac {d\theta }{\sqrt {x^{2}\cos ^{2}\theta +y^{2}\sin ^{2}\theta }}}\right)^{-1}\\&=\pi \left(\int _{0}^{\infty }{\frac {dt}{\sqrt {t(t+x^{2})(t+y^{2})}}}\right)^{-1}\\&={\frac {\pi }{4}}\cdot {\frac {x+y}{K\left({\frac {x-y}{x+y}}\right)}}\end{aligned}}}where K(k) is the complete elliptic integral of the first kind:K ( k ) = ∫ 0 π 2 d θ 1 − k 2 sin 2 θ {\displaystyle K(k)=\int _{0}^{\frac {\pi }{2}}{\frac {d\theta }{\sqrt {1-k^{2}\sin ^{2}\theta }}}}Since the arithmetic–geometric process converges so quickly, it provides an efficient way to compute elliptic integrals, which are used, for example, in elliptic filter design.
The arithmetic–geometric mean is connected to the Jacobi theta function θ 3 {\displaystyle \theta _{3}} byM ( 1 , x ) = θ 3 − 2 ( exp ( − π M ( 1 , x ) M ( 1 , 1 − x 2 ) ) ) = ( ∑ n ∈ Z exp ( − n 2 π M ( 1 , x ) M ( 1 , 1 − x 2 ) ) ) − 2 , {\displaystyle M(1,x)=\theta _{3}^{-2}\left(\exp \left(-\pi {\frac {M(1,x)}{M\left(1,{\sqrt {1-x^{2}}}\right)}}\right)\right)=\left(\sum _{n\in \mathbb {Z} }\exp \left(-n^{2}\pi {\frac {M(1,x)}{M\left(1,{\sqrt {1-x^{2}}}\right)}}\right)\right)^{-2},}which upon setting x = 1 / 2 {\displaystyle x=1/{\sqrt {2}}} givesM ( 1 , 1 / 2 ) = ( ∑ n ∈ Z e − n 2 π ) − 2 . {\displaystyle M(1,1/{\sqrt {2}})=\left(\sum _{n\in \mathbb {Z} }e^{-n^{2}\pi }\right)^{-2}.}
Related concepts
The reciprocal of the arithmetic–geometric mean of 1 and the square root of 2 is Gauss's constant.1 M ( 1 , 2 ) = G = 0.8346268 … {\displaystyle {\frac {1}{M(1,{\sqrt {2}})}}=G=0.8346268\dots }In 1799, Gauss proved thatM ( 1 , 2 ) = π ϖ {\displaystyle M(1,{\sqrt {2}})={\frac {\pi }{\varpi }}}where ϖ {\displaystyle \varpi } is the lemniscate constant.
In 1941, M ( 1 , 2 ) {\displaystyle M(1,{\sqrt {2}})} (and hence G {\displaystyle G}) was proved transcendental by Theodor Schneider. The set { π , M ( 1 , 1 / 2 ) } {\displaystyle \{\pi ,M(1,1/{\sqrt {2}})\}} is algebraically independent over Q {\displaystyle \mathbb {Q} }, but the set { π , M ( 1 , 1 / 2 ) , M ′ ( 1 , 1 / 2 ) } {\displaystyle \{\pi ,M(1,1/{\sqrt {2}}),M'(1,1/{\sqrt {2}})\}} (where the prime denotes the derivative with respect to the second variable) is not algebraically independent over Q {\displaystyle \mathbb {Q} }. In fact,π = 2 2 M 3 ( 1 , 1 / 2 ) M ′ ( 1 , 1 / 2 ) . {\displaystyle \pi =2{\sqrt {2}}{\frac {M^{3}(1,1/{\sqrt {2}})}{M'(1,1/{\sqrt {2}})}}.}The geometric–harmonic mean GH can be calculated using analogous sequences of geometric and harmonic means, and in fact GH(x, y) = 1/M(1/x, 1/y) = xy/M(x, y). The arithmetic–harmonic mean is equivalent to the geometric mean.
The arithmetic–geometric mean can be used to compute – among others – logarithms, complete and incomplete elliptic integrals of the first and second kind, and Jacobi elliptic functions.
Proof of existence
The inequality of arithmetic and geometric means implies thatg n ≤ a n {\displaystyle g_{n}\leq a_{n}}and thusg n + 1 = g n ⋅ a n ≥ g n ⋅ g n = g n {\displaystyle g_{n+1}={\sqrt {g_{n}\cdot a_{n}}}\geq {\sqrt {g_{n}\cdot g_{n}}}=g_{n}}that is, the sequence gn is nondecreasing and bounded above by the larger of x and y. By the monotone convergence theorem, the sequence is convergent, so there exists a g such that:lim n → ∞ g n = g {\displaystyle \lim _{n\to \infty }g_{n}=g}However, we can also see that:a n = g n + 1 2 g n {\displaystyle a_{n}={\frac {g_{n+1}^{2}}{g_{n}}}} and so: lim n → ∞ a n = lim n → ∞ g n + 1 2 g n = g 2 g = g {\displaystyle \lim _{n\to \infty }a_{n}=\lim _{n\to \infty }{\frac {g_{n+1}^{2}}{g_{n}}}={\frac {g^{2}}{g}}=g}
Proof of the integral-form expression
This proof is given by Gauss. Let
I ( x , y ) = ∫ 0 π / 2 d θ x 2 cos 2 θ + y 2 sin 2 θ , {\displaystyle I(x,y)=\int _{0}^{\pi /2}{\frac {d\theta }{\sqrt {x^{2}\cos ^{2}\theta +y^{2}\sin ^{2}\theta }}},}
Changing the variable of integration to θ ′ {\displaystyle \theta '}, where
sin θ = 2 x sin θ ′ ( x + y ) + ( x − y ) sin 2 θ ′ ⇒ d ( sin θ ) = d ( 2 x sin θ ′ ( x + y ) + ( x − y ) sin 2 θ ′ ) ⇒ cos θ d θ = 2 x ( x + y ) − ( x − y ) sin 2 θ ′ ( ( x + y ) + ( x − y ) sin 2 θ ′ ) 2 cos θ ′ d θ ′ {\displaystyle {\begin{aligned}\sin \theta &={\frac {2x\sin \theta '}{(x+y)+(x-y)\sin ^{2}\theta '}}\\\Rightarrow d(\sin \theta )&=d\left({\frac {2x\sin \theta '}{(x+y)+(x-y)\sin ^{2}\theta '}}\right)\\\Rightarrow \cos \theta \ d\theta &=2x{\frac {(x+y)-(x-y)\sin ^{2}\theta '}{((x+y)+(x-y)\sin ^{2}\theta ')^{2}}}\ \cos \theta 'd\theta '\end{aligned}}}
cos θ = ( x + y ) 2 − 2 ( x 2 + y 2 ) sin 2 θ ′ + ( x − y ) 2 sin 4 θ ′ ( x + y ) + ( x − y ) sin 2 θ ′ = cos θ ′ ( x − y ) 2 cos 2 θ ′ + 4 x y ( x + y ) + ( x − y ) sin 2 θ ′ = cos θ ′ ( x + y ) 2 cos 2 θ ′ + 4 x y sin 2 θ ′ ( x + y ) + ( x − y ) sin 2 θ ′ , {\displaystyle {\begin{aligned}\cos \theta &={\frac {\sqrt {(x+y)^{2}-2(x^{2}+y^{2})\sin ^{2}\theta '+(x-y)^{2}\sin ^{4}\theta '}}{(x+y)+(x-y)\sin ^{2}\theta '}}\\&={\frac {\cos \theta '{\sqrt {(x-y)^{2}\cos ^{2}\theta '+4xy}}}{(x+y)+(x-y)\sin ^{2}\theta '}}\\&={\frac {\cos \theta '{\sqrt {(x+y)^{2}\cos ^{2}\theta '+4xy\sin ^{2}\theta '}}}{(x+y)+(x-y)\sin ^{2}\theta '}},\end{aligned}}}
⇒ cos θ d θ = cos θ ′ ( x + y ) 2 cos 2 θ ′ + 4 x y sin 2 θ ′ ( x + y ) + ( x − y ) sin 2 θ ′ d θ = 2 x ( x + y ) − ( x − y ) sin 2 θ ′ ( ( x + y ) + ( x − y ) sin 2 θ ′ ) 2 cos θ ′ d θ ′ , {\displaystyle \Rightarrow \cos \theta \ d\theta ={\frac {\cos \theta '{\sqrt {(x+y)^{2}\cos ^{2}\theta '+4xy\sin ^{2}\theta '}}}{(x+y)+(x-y)\sin ^{2}\theta '}}\ d\theta =2x{\frac {(x+y)-(x-y)\sin ^{2}\theta '}{((x+y)+(x-y)\sin ^{2}\theta ')^{2}}}\ \cos \theta 'd\theta ',}
⇒ d θ = x ( ( x + y ) − ( x − y ) sin 2 θ ′ ) ( ( x + y ) + ( x − y ) sin 2 θ ′ ) 2 d θ ′ ( x + y ) 2 cos 2 θ ′ + 4 x y sin 2 θ ′ , {\displaystyle \Rightarrow d\theta ={\frac {x((x+y)-(x-y)\sin ^{2}\theta ')}{((x+y)+(x-y)\sin ^{2}\theta ')}}{\frac {2d\theta '}{\sqrt {(x+y)^{2}\cos ^{2}\theta '+4xy\sin ^{2}\theta '}}}\ ,}
x 2 cos 2 θ + y 2 sin 2 θ = x 2 ( ( x + y ) 2 − 2 ( x 2 + y 2 ) sin 2 θ ′ + ( x − y ) 2 sin 4 θ ′ ) + 4 x 2 y 2 sin 2 θ ′ ( ( x + y ) + ( x − y ) sin 2 θ ′ ) = x ( ( x + y ) − ( x − y ) sin 2 θ ′ ) ( ( x + y ) + ( x − y ) sin 2 θ ′ ) {\displaystyle {\begin{aligned}{\sqrt {x^{2}\cos ^{2}\theta +y^{2}\sin ^{2}\theta }}&={\frac {\sqrt {x^{2}((x+y)^{2}-2(x^{2}+y^{2})\sin ^{2}\theta '+(x-y)^{2}\sin ^{4}\theta ')+4x^{2}y^{2}\sin ^{2}\theta '}}{((x+y)+(x-y)\sin ^{2}\theta ')}}\\&={\frac {x((x+y)-(x-y)\sin ^{2}\theta ')}{((x+y)+(x-y)\sin ^{2}\theta ')}}\end{aligned}}}
This yields d θ x 2 cos 2 θ + y 2 sin 2 θ = 2 d θ ′ ( x + y ) 2 cos 2 θ ′ + 4 x y sin 2 θ ′ = d θ ′ ( ( x + y 2 ) 2 cos 2 θ ′ + ( x y ) 2 sin 2 θ ′ , {\displaystyle {\frac {d\theta }{\sqrt {x^{2}\cos ^{2}\theta +y^{2}\sin ^{2}\theta }}}={\frac {2d\theta '}{\sqrt {(x+y)^{2}\cos ^{2}\theta '+4xy\sin ^{2}\theta '}}}={\frac {d\theta '}{\sqrt {(({\frac {x+y}{2}})^{2}\cos ^{2}\theta '+({\sqrt {xy}})^{2}\sin ^{2}\theta '}}},}
gives
I ( x , y ) = ∫ 0 π / 2 d θ ′ ( ( x + y 2 ) 2 cos 2 θ ′ + ( x y ) 2 sin 2 θ ′ = I ( x + y 2 , x y ) . {\displaystyle {\begin{aligned}I(x,y)&=\int _{0}^{\pi /2}{\frac {d\theta '}{\sqrt {(({\frac {x+y}{2}})^{2}\cos ^{2}\theta '+({\sqrt {xy}})^{2}\sin ^{2}\theta '}}}\\&=I{\bigl (}{\tfrac {x+y}{2}},{\sqrt {xy}}{\bigr )}.\end{aligned}}}
Thus, we have
I ( x , y ) = I ( a 1 , g 1 ) = I ( a 2 , g 2 ) = ⋯ = I ( M ( x , y ) , M ( x , y ) ) = π / ( 2 M ( x , y ) ) . {\displaystyle {\begin{aligned}I(x,y)&=I(a_{1},g_{1})=I(a_{2},g_{2})=\cdots \\&=I{\bigl (}M(x,y),M(x,y){\bigr )}=\pi /{\bigr (}2M(x,y){\bigl )}.\end{aligned}}} The last equality comes from observing that I ( z , z ) = π / ( 2 z ) {\displaystyle I(z,z)=\pi /(2z)}.
Finally, we obtain the desired result
M ( x , y ) = π / ( 2 I ( x , y ) ) . {\displaystyle M(x,y)=\pi /{\bigl (}2I(x,y){\bigr )}.}
Applications
The number π
According to the Gauss–Legendre algorithm,
π = 4 M ( 1 , 1 / 2 ) 2 1 − ∑ j = 1 ∞ 2 j + 1 c j 2 , {\displaystyle \pi ={\frac {4\,M(1,1/{\sqrt {2}})^{2}}{1-\displaystyle \sum _{j=1}^{\infty }2^{j+1}c_{j}^{2}}},}
where
c j = 1 2 ( a j − 1 − g j − 1 ) , {\displaystyle c_{j}={\frac {1}{2}}\left(a_{j-1}-g_{j-1}\right),}
with a 0 = 1 {\displaystyle a_{0}=1} and g 0 = 1 / 2 {\displaystyle g_{0}=1/{\sqrt {2}}}, which can be computed without loss of precision using
c j = c j − 1 2 4 a j . {\displaystyle c_{j}={\frac {c_{j-1}^{2}}{4a_{j}}}.}
Complete elliptic integral K (sin α )
Taking a 0 = 1 {\displaystyle a_{0}=1} and g 0 = cos α {\displaystyle g_{0}=\cos \alpha } yields the AGM
M ( 1 , cos α ) = π 2 K ( sin α ) , {\displaystyle M(1,\cos \alpha )={\frac {\pi }{2K(\sin \alpha )}},}
where K(k) is a complete elliptic integral of the first kind:
K ( k ) = ∫ 0 π / 2 ( 1 − k 2 sin 2 θ ) − 1 / 2 d θ . {\displaystyle K(k)=\int _{0}^{\pi /2}(1-k^{2}\sin ^{2}\theta )^{-1/2}\,d\theta .}
That is to say that this quarter period may be efficiently computed through the AGM, K ( k ) = π 2 M ( 1 , 1 − k 2 ) . {\displaystyle K(k)={\frac {\pi }{2M(1,{\sqrt {1-k^{2}}})}}.}
Other applications
Using this property of the AGM along with the ascending transformations of John Landen, Richard P. Brent suggested the first AGM algorithms for the fast evaluation of elementary transcendental functions (ex, cos x, sin x). Subsequently, many authors went on to study the use of the AGM algorithms.
See also
Notes
Citations
Sources
- Daróczy, Zoltán; Páles, Zsolt (2002). "Gauss-composition of means and the solution of the Matkowski–Suto problem". Publicationes Mathematicae Debrecen. 61 (1–2): 157–218. doi:.
- . Encyclopedia of Mathematics. EMS Press. 2001 [1994].
- Weisstein, Eric W. . MathWorld.