4.7.7 · D3Partial Differential Equations

Worked examples — Parseval's theorem

2,045 words9 min readBack to topic

The scenario matrix

Every Parseval problem is really one of these cells. The whole point of the page is to walk each row so you never meet an unshown case.

# Cell (case class) What is special about it Covered by
A Odd : only survive , RHS Ex 1
B Even : only survive , RHS Ex 2
C Neither odd nor even all three families present Ex 3
D Degenerate: constant only the DC term Ex 4
E Finite harmonic sum (signal) no infinite series — direct power add Ex 5
F Different interval / general the factor really matters Ex 6
G Limiting / convergence sanity partial sums must approach the LHS from below Ex 7
H Word problem: RMS & power units, physical meaning Ex 8
I Exam twist: solve for one unknown use Parseval backwards Ex 9

Two zero-cases to name explicitly so you never trip:

  • Zero function : both sides are . Trivially true; it is the "origin" of the picture below.
  • is the average, doubled: if has zero average then and the DC term drops out (this is what makes odd functions clean).

Example 1 — Cell A (odd function): recover the Basel sum

  1. Left side — compute the integral directly. Why this step? For an odd the RHS is pure ; to use that we first need a number for the LHS, and is elementary.

  2. Right side — square and sum the coefficients. Why this step? Squaring kills the sign (it always becomes ) — a signal that phase information is lost in Parseval; only magnitudes matter.

  3. Set LHS RHS and solve. Why this step? This is Parseval "run backwards" — an integral we can do delivers a sum we cannot do directly. See Basel Problem.

Verify: — indeed just over , matching the forecast. Numerically , closing on . ✓


Example 2 — Cell B (even function): recover

  1. Left side. Why this step? ; the interval is symmetric so .

  2. Right side — include the DC term at half weight. Why this step? The lonely term carries the factor — forgetting it is the classic error (see parent's Mistake 2).

  3. Equate and isolate the sum. Why this step? Same machinery as Ex 1, one power higher — Parseval scales to every even power of .

Verify: , matching the forecast. Partial sum . ✓


Example 3 — Cell C (neither odd nor even): both families present

  1. Left side directly. The middle term (odd over symmetric interval), so Why this step? This shows the cross-term between the constant and the odd part vanishes on integration — the geometric echo of orthogonality: a constant (DC) and a sine are perpendicular.

  2. Right side. Why this step? contributes , the sines contribute exactly as in Ex 1.

  3. Match. LHS RHS gives , i.e. again . Why this step? The constant piece cancels off both sides — Parseval separates energy by frequency, so the DC energy () and the oscillating energy stay in their own bins.

Verify: LHS ; RHS . ✓


Example 4 — Cell D (degenerate constant): only the DC bin

  1. Fourier coefficients. ; all . Why this step? The DC coefficient is ; a constant has average , and . This is the "only the constant term survives" degenerate cell.

  2. Left side.

  3. Right side. Why this step? Confirms the mysterious factor is exactly right — without it the RHS would be .

Verify: . ✓ The half-weight on is not a typo; it makes the constant case work.


Example 5 — Cell E (finite harmonic signal): energy adds harmonic by harmonic

  1. Right side is a finite sum — no infinite series. Why this step? With finitely many harmonics, Parseval is literally -- Pythagoras: perpendicular components add in quadrature.

  2. Un-average to get the raw integral. Multiply by : Why this step? The is an averaging factor; removing it restores the total energy.

  3. Mean-square value (average of over the full period ): Why this step? Note the two averaging windows: Parseval uses (half-period), physics power uses (full period). Do not confuse them.

Verify: ; ; mean-square ; RMS . ✓ See RMS and Power Spectra.


Example 6 — Cell F (general ): the factor bites

  1. Coefficients on for . The odd function has Why this step? The coefficient formula carries ; watch how it self-cancels.

  2. Right side.

  3. Left side (with its ). Why this step? Here is where earns its keep — without it the two sides would carry mismatched powers of .

  4. Equate. Why this step? Every cancels — a pure number can't depend on your choice of interval. Plug explicitly if you like: LHS , RHS . ✓

Verify: with : ; . Equal, -free result . ✓


Example 7 — Cell G (limiting / convergence sanity)

  1. Compute a few partial sums. Why this step? Watching the staircase climb makes "convergence from below" concrete rather than abstract.

  2. Bound. Since every added term is positive, is increasing and bounded above by . Why this step? This is exactly Bessel's inequality ; Parseval is the equality case for a complete basis.

  3. Limit. .

Verify: , , , all , and . ✓


Example 8 — Cell H (word problem: RMS & power)

  1. Identify coefficients. , , , all else . Why this step? Read amplitudes straight off — power lives in .

  2. Total (Parseval). So .

  3. RMS. Mean-square over the full period: , so Why this step? RMS is the DC-equivalent heating voltage — units are volts, and checks out.

  4. Power fractions. Third harmonic weight . Why this step? Confirms the forecast: the amplitude- harmonic holds of the power. Fundamental holds .

Verify: ; ; RMS V; third-harmonic fraction . ✓


Example 9 — Cell I (exam twist: solve for a missing coefficient)

  1. Write Parseval as a bookkeeping equation. Why this step? Used backwards: the total is given, so Parseval becomes a solvable equation for the one unknown.

  2. Solve. ; since we're told , take . Why this step? Parseval only fixes the magnitude (energy) — the sign/phase is extra information you must be given, echoing the "phase is lost" note from Ex 1.

Verify: . ✓ Matches the given energy exactly.


Recall

Recall Which cell is which? (click)

Odd ::: RHS is pure (Cell A). Even ::: RHS is (Cell B). Constant ::: only survives, (Cell D). Finite harmonics ::: Parseval is exact Pythagoras, no infinite sum (Cell E). Partial sums vs total ::: they rise to the total from below — Bessel's inequality (Cell G).

Connections

  • Parent: Parseval's theorem
  • Basel Problem — Ex 1 result .
  • Bessel's Inequality — Ex 7's "approach from below".
  • RMS and Power Spectra — Ex 5 and Ex 8.
  • Orthogonality of functions — why cross-terms die (Ex 3).
  • Fourier Series — where the coefficients come from.