arithmetic-geometric mean
If and are non-negative real numbers, we can form their arithmetic mean as well as their geometric mean . This procedure can be repeated to form a sequence of arithmetic and geometic means and . By the arithmetic-geometric means inequality we have (with equality holding only when ), hence these sequences converge to a number between and , with the rate of convergence being superlinear. The arithmetic-geometric mean of and is defined as this limit
The origin of the name is obvious from the construction. Alternative notations for are or .
The AGM lies between the arithmetic and geometric means of and ,
with equality holding only in case of equality . The AGM is also a homogeneous function of degree , namely for . It is also symmetric . These properties are obvious from the construction.
The AGM can be used to numerically evaluate elliptic integrals of the first and second kinds. For example,
(1) |
where is the elliptic integral of the first kind as function of the modulus .
As a numerical method, the arithmetic-geometric mean has much to recommend it. By its nature, it automatically provides upper and lower bounds for the answer, so one does not have to separately estimate error. To compute the arithmetic-geometric mean to a certain accuracy, we only need to carry out the computation until the difference between and is smaller than the desired accuracy.
Because convergence is superlinear, only a few iterations are necessarry to obtain the answer. For instance, if we compute with less than a billion, we already obtain at least fifteen-place accuracy after eight iterations, as the following computation of shows:
0 | 1.0 | 123456789.0 |
---|---|---|
1 | 11111.111060555555 | 61728395.0 |
2 | 828173.3227017411 | 30869753.055530276 |
3 | 5056234.365511624 | 15848963.189116009 |
4 | 8951875.352937901 | 10452598.777313817 |
5 | 9673177.418448625 | 9702237.06512586 |
6 | 9687696.345716598 | 9687707.241787244 |
7 | 9687701.793750389 | 9687701.793751922 |
8 | 9687701.793751154 | 9687701.793751154 |
The fact that relatively few iterations are necessarry to obtain a highly accurate result also means that one does not have to worry much about the cumulative effect of roundoff errors in the various steps of the computation.
Title | arithmetic-geometric mean |
---|---|
Canonical name | ArithmeticgeometricMean |
Date of creation | 2013-03-22 14:23:46 |
Last modified on | 2013-03-22 14:23:46 |
Owner | rspuzio (6075) |
Last modified by | rspuzio (6075) |
Numerical id | 7 |
Author | rspuzio (6075) |
Entry type | Definition |
Classification | msc 26E60 |
Classification | msc 33E05 |
Synonym | agm |
Synonym | AGM |
Related topic | EllipticIntegralsAndJacobiEllipticFunctions |