Arithmetic-Geometric Mean — Definition, Formula & Examples
The arithmetic-geometric mean (AGM) of two positive numbers is the common limit reached by repeatedly taking their arithmetic mean and geometric mean in tandem. Both sequences converge rapidly to a single value that lies between the original geometric and arithmetic means.
Given two positive real numbers and , define the sequences and . These sequences converge to a common limit , called the arithmetic-geometric mean, satisfying .
Key Formula
Where:
- = The arithmetic-mean sequence value at step n
- = The geometric-mean sequence value at step n
- = The common limit of both sequences (the AGM)
How It Works
Start with two positive numbers and . At each step, replace them with their arithmetic mean and geometric mean. The arithmetic mean is always at least as large as the geometric mean (by the AM-GM inequality), so the two sequences squeeze together. Convergence is quadratic, meaning the number of correct digits roughly doubles with each iteration. After just a few steps, the two values agree to many decimal places.
Worked Example
Problem: Find the arithmetic-geometric mean of 1 and 4, iterating three times.
Step 1 (n = 0 → 1): Compute the arithmetic and geometric means of 1 and 4.
Step 2 (n = 1 → 2): Repeat with 2.5 and 2.
Step 3 (n = 2 → 3): Repeat with 2.25 and 2.23607.
Answer: After just three iterations, both sequences agree to about four decimal places: . The exact AGM to more digits is approximately 2.24300…
Why It Matters
The AGM appears in Gauss's formula for computing complete elliptic integrals, which arise in orbital mechanics, pendulum periods, and advanced calculus. It also provides one of the fastest known algorithms for computing to billions of digits (the Brent–Salamin algorithm).
Common Mistakes
Mistake: Updating both sequences using the new values within the same step (e.g., computing using instead of ).
Correction: Both and must be computed from the same pair before moving to the next step.
