Arcs Equal to Their Tangents (Series Solution)
Summary: Problem IX of chapter 22 (§§539–540). Find all arcs with . The first is ; the next sits in the third quadrant just below ; further ones populate the fifth, seventh, ninth quadrants and so on. The countably-infinite family is parametrized by an integer ; Euler inverts the arctangent series to derive an explicit asymptotic expansion in , then tabulates the first ten arcs.
Sources: chapter22, §§539–540.
Last updated: 2026-05-12.
Setup
The equation has trivial solution . The function has periodic vertical asymptotes at for , between which it sweeps . So on every interval there is exactly one real with , except the interval centered at (where is negative on the left half and positive on the right, never quite passing through the still-larger linear ).
Concretely:
- 2nd quadrant : , , no solution.
- 3rd quadrant : runs as , crossing once just before .
- 5th, 7th, quadrants: one solution per “odd quadrant,” each just below .
So the solutions are indexed by with the -th solution slightly less than .
Series inversion
Let and write the unknown as
Then (because has period and ). The equation becomes
Letting , the arctangent series gives . The equation is , so to leading order, decreasing as grows.
Euler iterates the substitution. The cleaner statement: where . Expanding both sides in :
Multiplying through and rearranging (Euler does this implicitly), the arcs themselves admit the asymptotic series
The first coefficient recovers the leading correction. The expansion is an asymptotic series in ; each term comes from one more reciprocal-power in the arctangent inversion.
Converted to degree-minute-second units (multiply each coefficient by to get seconds and rescale), Euler’s form is
Tabulated values
Substituting Euler gives the ten smallest non-trivial solutions, expressed as ” minus a correction”:
| Correction | ||
|---|---|---|
| 0 | (the trivial root) | |
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | ||
| 9 |
The correction shrinks roughly as — i.e., the roots cling tighter and tighter to the asymptote as grows.
Why series rather than false position
Two reasons:
- Infinitely many roots. False position finds one root at a time; the family wants a uniform parametrization. Inverting the series gives every root at once.
- Numerical stability. Near each asymptote varies very fast — at , — so the linearization that false position relies on (see false-position-method) becomes very poor. The natural small parameter is , not , and the arctangent series is its native expansion.
The asymptotic series itself diverges as a power series in for any fixed — the coefficients grow factorially. For the truncated five-term form recovers to seconds. The connection between and the Cotes spiral / Bessel-function zeros is left implicit; here Euler is content to display the family.
Connection to Problem VII
Problem VII (arc-equals-half-tangent) solved the related at in the first quadrant. The “general” version here has no first-quadrant solution other than — the slopes don’t match.
Related pages
- chapter-22-on-the-solution-to-several-problems-pertaining-to-the-circle — context.
- arc-equals-half-tangent — first-quadrant cousin solved by false position.
- false-position-method — contrasted as the technique-of-choice when a single root is wanted at moderate magnitude.
- transcendental-curves — these are points where the sine-line / tangent-line of tangent-and-secant-lines crosses the diagonal .