Even and Odd Extensions in Fourier Series

Graduate Depth 76 in the knowledge graph I know this Set as goal
Unlocks 4029 downstream topics
even-extension odd-extension half-range

Core Idea

For a function defined on [0, L], reflect across the y-axis for an even extension (yielding a cosine series) or through the origin for an odd extension (yielding a sine series). Choosing the appropriate extension simplifies calculations by exploiting symmetry and selecting series representations suited to boundary conditions. This is essential for solving PDEs with specific boundary constraints.

Explainer

You know from your study of even and odd functions that an even function satisfies f(−x) = f(x) — it is symmetric about the y-axis — while an odd function satisfies f(−x) = −f(x) — it is symmetric through the origin. You also know from convergence of Fourier series that a periodic function on [−L, L] has a full Fourier series with both sine and cosine terms. The key insight for extensions is that these two types of symmetry correspond exactly to two special types of Fourier series: a purely cosine series (no sine terms) for even functions, and a purely sine series (no cosine terms) for odd functions.

The problem setup you will encounter in PDEs is: you have a function f defined only on the half-interval [0, L]. You need a Fourier series, but Fourier series require a function on a full symmetric interval [−L, L]. So you extend f to [−L, L] by choice. The even extension reflects f across the y-axis: define f_e(x) = f(x) for x ∈ [0, L] and f_e(x) = f(−x) for x ∈ [−L, 0). The result is an even function, and its Fourier series contains only cosine terms: f_e(x) = a₀/2 + Σ aₙcos(nπx/L). The odd extension instead reflects through the origin: f_o(x) = f(x) for x ∈ [0, L] and f_o(x) = −f(−x) for x ∈ [−L, 0). Its Fourier series contains only sine terms: f_o(x) = Σ bₙsin(nπx/L).

Why choose one over the other? The answer comes from the boundary conditions of the PDE you are trying to solve. When solving the heat equation on a rod from 0 to L, the condition u(0,t) = 0 and u(L,t) = 0 (zero temperature at both ends) requires solutions that vanish at the boundaries — sine functions. Sine is zero at 0 and at integer multiples of π, so you want the sine series, which means using the odd extension. Conversely, if the boundary conditions involve the derivative being zero at the endpoints (insulated ends), you want the cosine series and the even extension. The extension is not arbitrary — it must match the physics.

The computational payoff is significant. Instead of computing all 2n+1 Fourier coefficients (a₀, a₁, ..., aₙ, b₁, ..., bₙ), you only compute n+1 cosine coefficients (for the even extension) or n sine coefficients (for the odd extension). The symmetry halves the work. More importantly, the resulting series only contains functions that satisfy the boundary conditions by construction, so when you substitute back into the PDE, the boundary condition terms vanish automatically. This is the technique that makes separation of variables tractable for physical boundary value problems.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsFourier Series: Definition and CoefficientsConvergence of Fourier SeriesEven and Odd Extensions in Fourier Series

Longest path: 77 steps · 310 total prerequisite topics

Prerequisites (2)

Leads To (1)