Andromeda
Note

Trigonometric Polynomials

Definition

A trigonometric polynomial of degree nn is a finite sum of sines and cosines: pn(x)=a0+k=1n(akcoskx+bksinkx)p_n(x) = a_0 + \sum_{k=1}^n (a_k \cos kx + b_k \sin kx)

  • How to read: “p-n of x equals a-zero plus the sum from k equals one to n of (a-k cosine kx plus b-k sine kx).”
  • Meaning: A finite Fourier sum—combines a constant term with harmonics at integer frequencies kk.

Why It Matters

Trigonometric polynomials are the ‘Lego blocks’ of signals. By combining simple sines and cosines, we can approximate any periodic signal, providing the foundation for Fourier analysis, digital signal processing, and the compression of images and audio.

Core Concepts

  • Frequency Components: Each kk represents a distinct harmonic frequency.
  • Approximation: Used to approximate periodic functions, similar to how Taylor polynomials approximate smooth functions.
  • Global vs. Local: Unlike Taylor polynomials, which are local approximations at a point, trigonometric polynomials provide a global approximation over a full period [0,2π][0, 2\pi].
  • Orthogonality: The set {1,coskx,sinkx}\{1, \cos kx, \sin kx\} is orthogonal under the inner product 02πf(x)g(x)dx\int_0^{2\pi} f(x)g(x)dx.
    • How to read: “Integral from zero to two pi of f of x times g of x dx.”
    • Meaning: Different harmonics are perpendicular under this inner product, so Fourier coefficients are computed independently.

Connected Concepts