Plimpton 322: Babylonian Trigonometry Predates Greek Math by 1,000 Years — E8 Intelligence Research
Abstract
FINDING: Plimpton 322 is an Old Babylonian table of 15 Pythagorean triples, now reinterpreted as a precise trigonometric table based on ratios of sides, predating Greek trigonometry by over 1,000 years. MATH: The tablet lists columns of numbers corresponding to (b²/l², b, d) for right triangles with integer sides (a, b, d) where a² + b² = d². The key ratio is (d² - a²)/b² = 1 + (a/b)², which yields values like 1.9834027... (row 1) and 1.387160... (row 15). The generating algorithm uses reciprocal pairs (x, 1/x) in base-60, producing triples via: a = (x - 1/x)/2, b = 1, d = (x + 1/x)/2. This is equivalent to the modern formula for generating Pythagorean triples. The tablet's ratios correspond to sec²(θ) for angles decreasing from ~45° to ~30°. CONNECTION: The ratios on Plimpton 322 are directly linked to the golden ratio φ = 1.618... and its reciprocal 0.618... The angle range (45° to 30°) corresponds to the most efficient packing of right triangles in a square grid, a symmetry found Author: Andrew Stewart Caldin, Independent Researcher, UK. Part of the E8 Intelligence Research series. Platform: e8intelligence.com
// Source
Authors: Andrew Stewart Caldin