00.07.02 · precalc / trig-unit-circle

Trigonometric identities: sum, difference, and double-angle

shipped3 tiersLean: none

Anchor (Master): Ptolemy Almagest ~150 AD (chord form); Euler Introductio 1748; Whittaker-Watson Ch. 1

Intuition [Beginner]

The sum and difference formulas tell you the sine and cosine of in terms of sines and cosines of and . They are:

Setting gives the double-angle formulas:

These formulas convert an angle you have not measured into combinations of angles you know. If you know and , you can compute without a calculator.

The key insight is that rotating by is the same as rotating by and then by . The formulas come from multiplying two rotation matrices.

Visual [Beginner]

A unit circle with two angles and shown. The point at angle has coordinates . Arrows show the composition of two rotations.

Unit circle with angles A and B. The point at angle A+B is marked, with its coordinates shown as cos(A+B) and sin(A+B). Two rotation arrows show that rotating by A then by B gives the same result as rotating by A+B.

The sum formula: rotating by two angles in sequence is the same as rotating by their sum.

Worked example [Beginner]

Compute using the sum formula.

Write . Then:

This is exact and avoids any rounding from a calculator.

Check your understanding [Beginner]

Formal definition [Intermediate+]

Theorem (Sum and difference formulas). For all angles and :

Corollary (Double-angle formulas). Setting :

Corollary (Half-angle formulas). Solving the double-angle cosine for :

Key theorem with proof [Intermediate+]

Theorem (Sum formula via rotation matrices). and .

Proof. A rotation by angle in the plane is represented by the matrix:

Rotating by is the same as rotating by and then by :

Computing the matrix product:

Comparing entries with gives the formulas.

Bridge. The proof connects trigonometry to linear algebra through rotation matrices; the foundational reason the formulas work is that the composition of two rotations is a rotation by the sum of the angles. This pattern appears again in the theory of complex numbers where encodes the same formulas via Euler's formula. The bridge is that the sum formulas are the group-law expression for the circle group .

Exercises [Intermediate+]

Advanced results [Master]

Product-to-sum identities. Every product of two trigonometric functions can be written as a sum:

These are the key tool in Fourier analysis: multiplying two Fourier modes produces two new frequencies (the sum and difference frequencies), which is the algebraic content of convolution.

The Weierstrass substitution. The substitution converts any rational function into a rational function of , which can then be integrated by partial fractions. This universal method for integrating was central to 19th-century calculus.

Chebyshev polynomials. The identity defines the Chebyshev polynomial . The double-angle formula gives , and the sum formula yields the recurrence .

Synthesis. The sum and difference formulas are the algebraic expression of the circle group structure; the central insight is that converts addition of angles into multiplication of complex numbers, making trigonometric identities into polynomial identities. This pattern appears again in the Chebyshev recurrence and in the Fourier convolution theorem. The bridge is that the sum formulas generalise the addition law of angles to a multiplication law for complex exponentials — this builds toward the representation theory of 07.01.09 and the harmonic analysis of periodic functions.

Full proof set [Master]

Proposition (Euler's formula implies the sum formulas). From and the law of exponents , the sum formulas for sine and cosine follow immediately.

Proof. Expand:

Equating real and imaginary parts gives the sum formulas.

Connections [Master]

Unit circle trigonometry 00.07.01 provides the geometric setting where angles correspond to points on the circle; the sum formulas describe how composition of rotations acts on these points.

The law of sines and cosines 00.08.02 applies the sum formulas to derive the triangle laws, which are themselves special cases of the rotation-group structure.

Euler's formula encodes the sum formulas as the multiplicative property of complex exponentials, connecting trigonometry to complex analysis 06.01.01.

Bibliography [Master]

@book{stewart-precalculus,
  author = {Stewart, James and Redlin, Lothar and Watson, Saleem},
  title = {Precalculus: Mathematics for Calculus},
  edition = {8},
  publisher = {Cengage},
  year = {2019}
}

@book{apostol-calculus-v1,
  author = {Apostol, Tom M.},
  title = {Calculus},
  volume = {1},
  edition = {2},
  publisher = {Wiley},
  year = {1967}
}

@book{euler-introductio,
  author = {Euler, Leonhard},
  title = {Introductio in analysin infinitorum},
  year = {1748},
  note = {Vol. 1 Ch. 8--9; translated by Blanton 1988}
}

@incollection{ptolemy-almagest,
  author = {Ptolemy, Claudius},
  title = {Almagest},
  year = {c. 150 AD},
  note = {Book I Ch. 10--11; chord addition formula}
}

Historical & philosophical context [Master]

The sum and difference formulas have ancient roots. Ptolemy's chord addition formula in the Almagest [Ptolemy ~150 AD] is equivalent to expressed in terms of chords. The modern algebraic form emerged with Euler's systematic treatment in the Introductio (1748) [Euler 1748], where the connection to complex exponentials was made explicit.

The double-angle formulas are essential in calculus: they appear in the differentiation of trigonometric functions (via the limit definition), in integration (e.g., ), and in Fourier analysis where they express energy conservation. The product-to-sum identities are the algebraic content of the Fourier convolution theorem, making these formulas foundational for signal processing.