Fourier Cosine Series — Definition, Formula & Examples
A Fourier Cosine Series represents a function as an infinite sum of cosine terms. It arises naturally when you expand an even function over a symmetric interval or apply a half-range expansion on .
Given a piecewise continuous function on , its Fourier Cosine Series is , where the coefficients for This is equivalent to computing the full Fourier series of the even extension of to .
Key Formula
Where:
- = The function being expanded
- = The half-period (series is defined on [0, L])
- = Fourier cosine coefficients for n = 0, 1, 2, ...
- = Non-negative integer index of each harmonic
How It Works
To build a Fourier Cosine Series, you compute the coefficients by integrating the product of and over . The constant term captures the average value of the function. Each subsequent cosine term refines the approximation by adding higher-frequency detail. Because cosines are even functions, all sine coefficients vanish, simplifying the expansion. This series is particularly useful when boundary conditions require the derivative to vanish at the endpoints (Neumann conditions).
Worked Example
Problem: Find the Fourier Cosine Series of f(x) = x on [0, 2].
Step 1: Compute a₀: Use the coefficient formula with n = 0.
Step 2: Compute aₙ for n ≥ 1: Integrate by parts with u = x and dv = cos(nπx/2) dx.
Step 3: Simplify: Since cos(nπ) = (−1)ⁿ, the coefficient is zero when n is even and −8/(n²π²) when n is odd.
Answer:
Why It Matters
Fourier Cosine Series appear throughout differential equations when solving the heat equation or wave equation with insulated (Neumann) boundary conditions. Engineers and physicists use them in signal processing to decompose signals into frequency components when only cosine (even) symmetry is present.
Common Mistakes
Mistake: Forgetting the factor of 1/2 on the a₀ term and writing a₀ instead of a₀/2.
Correction: The constant term is always a₀/2. This ensures the coefficient formula a_n = (2/L)∫f(x)cos(nπx/L)dx works uniformly for all n ≥ 0, including n = 0.
