Arc Equals Its Cosine
Summary: Problem I of chapter 22 (§531). On the unit circle, find the arc such that . By false-position-method, , arc length . The same numerical constant resurfaces, via linear translation of the unknown, in Problems III and IV.
Sources: chapter22, §§531, 533, 534.
Last updated: 2026-05-12.
Statement and existence
On a circle of radius 1, every arc has a cosine. At the cosine is ; at the cosine is . So somewhere strictly between, the two equal each other. Existence is the only structural observation Euler makes (§531) — uniqueness he takes for granted, justified by the strict monotonicity of on that interval.
False-position computation
The bracket-and-interpolate iteration is the canonical illustration of false-position-method:
Bracket coarsely. gives , — far apart, much larger. : , — still . : , — now flipped. So .
Interpolate. Errors at and are and (in units of the last digit of the log table). The proportion pushes the estimate past .
Refine. Try and :
Total , giving past .
One more pass at and refines the answer to seconds: .
Final answer.
Why it reappears: III and IV
Two later problems of the chapter reduce to this same constant by a linear substitution.
Problem III (§533): ordinate bisecting a quadrant — see equal-area-bisection-problems
Find such that the region (under arc and ordinate) has half the area of the quadrant .
Setup: with arc and the quadrant area ,
i.e., . Substitute , so and :
This is exactly Problem I in the doubled variable :
so , and .
Problem IV (§534): chord bisecting a semicircle — see equal-area-bisection-problems
Find in semicircle such that the two halves of the semicircle have equal area.
Setup: with arc , the sector and the cut-off segment is , equated to half the semicircle :
i.e., . Substitute , so :
This is literally Problem I: , hence .
The reduction map
| Problem | Substitution | Reduced equation |
|---|---|---|
| I | — | |
| III | (Euler writes then doubles) | |
| IV |
So a single transcendental constant
(known to modern readers as the Dottie number) anchors three of the nine chapter-22 problems. Euler computes it once and reuses; the saving is significant in a hand-table era.
Numerical aside
Modern: is the unique real fixed point of , transcendental (Lindemann via algebraic ⇒ algebraic ⇒ algebraic), and the attractor of the iteration . Euler does not iterate ; he uses false position, which converges far faster on a sub-degree window.
Related pages
- chapter-22-on-the-solution-to-several-problems-pertaining-to-the-circle — context.
- false-position-method — the algorithm.
- equal-area-bisection-problems — Problems II, III, IV; III and IV inherit .