Mathwords logoMathwords

Spiral of Theodorus — Definition, Formula & Examples

The Spiral of Theodorus is a spiral formed by placing right triangles end-to-end, where each triangle has a short leg of length 1 and a hypotenuse that becomes the long leg of the next triangle. The hypotenuses have lengths 1,2,3,4,\sqrt{1}, \sqrt{2}, \sqrt{3}, \sqrt{4}, \ldots, creating a visual representation of successive square roots.

The Spiral of Theodorus is a sequence of contiguous right triangles T1,T2,T3,T_1, T_2, T_3, \ldots sharing a common vertex at the origin, where triangle TnT_n has legs of length n\sqrt{n} and 11, yielding a hypotenuse of length n+1\sqrt{n+1}. The hypotenuse of TnT_n serves as the longer leg of Tn+1T_{n+1}, and the outer vertices trace a spiral curve.

Key Formula

hn=n+1h_n = \sqrt{n+1}
Where:
  • hnh_n = Length of the hypotenuse of the nth triangle
  • nn = Triangle number (starting from 1)

How It Works

Start by drawing a right triangle with both legs equal to 1, giving a hypotenuse of 2\sqrt{2}. Next, build a new right triangle on that hypotenuse: use 2\sqrt{2} as one leg and 1 as the other, producing a hypotenuse of 3\sqrt{3}. Continue this process indefinitely. Each new hypotenuse equals n+1\sqrt{n+1}, where nn is the triangle number. The triangles share a common vertex at the center and fan outward, creating a spiral pattern. After roughly 17 triangles, the spiral completes its first full turn.

Worked Example

Problem: Find the hypotenuse lengths of the first four triangles in the Spiral of Theodorus.
Triangle 1: Both legs are 1. Apply the Pythagorean theorem.
h1=12+12=2h_1 = \sqrt{1^2 + 1^2} = \sqrt{2}
Triangle 2: The long leg is 2\sqrt{2} (previous hypotenuse) and the short leg is 1.
h2=(2)2+12=3h_2 = \sqrt{(\sqrt{2})^2 + 1^2} = \sqrt{3}
Triangle 3: The long leg is 3\sqrt{3} and the short leg is 1.
h3=(3)2+12=4=2h_3 = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{4} = 2
Triangle 4: The long leg is 2 and the short leg is 1.
h4=22+12=5h_4 = \sqrt{2^2 + 1^2} = \sqrt{5}
Answer: The first four hypotenuses are 2,3,2,5\sqrt{2}, \sqrt{3}, 2, \sqrt{5}.

Why It Matters

The Spiral of Theodorus gives a concrete geometric proof that n\sqrt{n} exists for every positive integer, which was a profound insight for ancient Greek mathematicians. It connects the Pythagorean theorem to irrational numbers and spiral geometry, topics that appear in high school geometry and precalculus courses.

Common Mistakes

Mistake: Using the previous hypotenuse as the new hypotenuse instead of as the new leg.
Correction: Each hypotenuse becomes the longer leg of the next triangle. The new hypotenuse is always computed from the Pythagorean theorem using that leg and a short leg of 1.