Multiple-Angle Polynomials

Summary: §234–§238, §243. Euler derives explicit polynomial formulas expressing and as polynomials in and , using the recurrence (scale of relation ). For odd , reduces to a pure polynomial in ; for even , there is a residual factor .

Sources: chapter14 (§234–§238, §243)

Last updated: 2026-05-10


Setup (§234)

Let be any arc on the unit circle. Write , , , so that and . Both the sine and cosine series of are recurrent with scale of relation — the same structure as §129 but applied to the sequence indexed by the multiplier rather than an additive offset.

Sine table (§234)

0
1
2
3
4
5
6
7
8

The general formula (source: chapter14, §234):

Every term carries the factor , reflecting the functional identity when .

Odd : pure polynomial in (§236)

For odd , substituting eliminates entirely, because factors from every term and the remaining polynomial in becomes a polynomial in . The resulting formula is

(source: chapter14, §236). The numerator factors in the general term are for . Sample cases:

  • :
  • :
  • :

These are precisely the Chebyshev polynomials of the second kind (up to normalization); Euler does not use this name.

Even : residual radical (§238)

For even , each term in the sine table has a factor , so

(source: chapter14, §238). To obtain a pure polynomial equation, Euler squares both sides and rearranges:

giving a degree- polynomial equation in whose roots are both positive and negative (source: chapter14, §239).

Sample cases:

  • :
  • :
  • :

Cosine table (§243)

Using as the base variable:

0
1
2
3
4
5
6
7

The general formula (source: chapter14, §243):

Since , the roots of the cosine polynomial are

These are the Chebyshev polynomials of the first kind .

Connection to the recurrent series (§234)

The table is generated by the two-term recurrence

with initial values , . This is the same scale of relation identified in §129, but now viewed as a recurrence in rather than in an additive offset. The scale of the relation machinery from Chapter 13 therefore applies directly.

Why it matters

The multiple-angle polynomials are the algebraic heart of sine-cosine-factored-products and trig-values-as-roots: the roots of the odd- polynomial in are exactly the values of , and reading Vieta’s formulas off the polynomial coefficients gives the partial-fraction and product identities that dominate the rest of Chapter 14.