Skip to content
TopicTracker
From johndcook.comView original
TranslationTranslation

Consecutive Pythagorean triangle sides

The blog post explores Pythagorean triples where two of the three side lengths are consecutive integers. It examines two cases: when the legs (a and b) are consecutive, and when a leg and the hypotenuse (b and c) are consecutive, discussing the mathematical conditions and solutions for each.

Background

- John D. Cook is a mathematician and blogger who writes about applied math, statistics, and number theory for a general technical audience. This post explores a recreational math problem: finding right triangles where two side lengths are consecutive integers (e.g., 3, 4, 5). A "Pythagorean triple" is any set of three positive integers (a, b, c) satisfying a² + b² = c², like (3, 4, 5) or (5, 12, 13). The post references a paper by George Osborne (not the former UK politician) dealing with the special case where consecutive numbers appear among the legs or between a leg and the hypotenuse. No deep math background is needed — the post walks through the algebra of Pell's equation, a classic number-theory tool for finding infinite families of such triples.