Arithmetic
Geometric Progression
The Chessboard Legend: The Inventor Who Outsmarted the King
The Indian sage **Sissa** (by legend) invented chess for King Sheram. The delighted ruler offered any reward. Sissa asked modestly: **one grain** on the first square of the board, two on the second, four on the third - doubling all the way to the 64th square.
Mighty lord, I want neither gold nor palaces. Give me only grains of wheat. - Sissa ibn Dahir
This story is the earliest known description of exponential growth. Biologists use it to explain pandemics, financiers use it for compound interest, programmers use it to understand O(2ⁿ) complexity. The human mind is bad at grasping exponentiation. But the chessboard legend is never forgotten.
Place 1 grain on the first square of a chessboard, 2 on the second, 4 on the third... How many on all 64 squares? More than the world's wheat harvest for 1000 years! Geometric progression is exponential growth - the most powerful force in mathematics.
- **Finance:** compound interest, discounting
- **Biology:** population growth, virus spread
- **Physics:** radioactive decay, damping
What is a Geometric Progression?
A **geometric progression** (GP) is a sequence where the ratio of consecutive terms is constant. Each term is obtained by multiplying the previous one by q.
**Definition:** a, aq, aq², aq³, ... **Parameters:** • a₁ = a - first term • q - common ratio **GP condition:** aₙ₊₁ / aₙ = q (constant)
GPs model exponential processes: population growth, compound interest, radioactive decay.
What is the common ratio q in the progression 5, 15, 45, 135, ...?