Intuition The Big Picture (WHY this exists)
When you write a function as a Fourier series, you are splitting it into orthogonal building blocks (sines and cosines). Parseval's theorem says: the total "energy" of the function equals the sum of the energies of its building blocks. Nothing is lost, nothing is created — energy just gets redistributed into frequency bins. It is literally the Pythagoras theorem for functions : just as ∣ v ⃗ ∣ 2 = v x 2 + v y 2 + v z 2 |\vec v|^2 = v_x^2+v_y^2+v_z^2 ∣ v ∣ 2 = v x 2 + v y 2 + v z 2 , here the "length-squared" of a function = sum of squares of its Fourier coefficients.
Definition Parseval's Theorem (full-range form)
If f ( x ) f(x) f ( x ) has the Fourier series on ( − L , L ) (-L, L) ( − L , L )
f ( x ) = a 0 2 + ∑ n = 1 ∞ ( a n cos n π x L + b n sin n π x L ) , f(x)=\frac{a_0}{2}+\sum_{n=1}^{\infty}\left(a_n\cos\frac{n\pi x}{L}+b_n\sin\frac{n\pi x}{L}\right), f ( x ) = 2 a 0 + ∑ n = 1 ∞ ( a n cos L nπ x + b n sin L nπ x ) ,
then
1 L ∫ − L L [ f ( x ) ] 2 d x = a 0 2 2 + ∑ n = 1 ∞ ( a n 2 + b n 2 ) \boxed{\;\frac{1}{L}\int_{-L}^{L}[f(x)]^2\,dx=\frac{a_0^2}{2}+\sum_{n=1}^{\infty}\left(a_n^2+b_n^2\right)\;} L 1 ∫ − L L [ f ( x ) ] 2 d x = 2 a 0 2 + n = 1 ∑ ∞ ( a n 2 + b n 2 )
The left side is the mean square value of f f f (times 2); the right side is built only from the Fourier coefficients .
The whole proof rests on orthogonality of sines and cosines. Let me build it.
Now the derivation. Take [ f ( x ) ] 2 [f(x)]^2 [ f ( x ) ] 2 — i.e. multiply the series by itself:
[ f ( x ) ] 2 = ( a 0 2 + ∑ n a n cos n π x L + ∑ n b n sin n π x L ) 2 . [f(x)]^2=\left(\frac{a_0}{2}+\sum_{n}a_n\cos\frac{n\pi x}{L}+\sum_{n}b_n\sin\frac{n\pi x}{L}\right)^2. [ f ( x ) ] 2 = ( 2 a 0 + ∑ n a n cos L nπ x + ∑ n b n sin L nπ x ) 2 .
Now integrate over ( − L , L ) (-L,L) ( − L , L ) . Squaring a sum gives diagonal terms (each piece squared) and cross terms (products of different pieces).
Why this step? Integration is linear, so ∫ ( sum ) 2 = ∑ ∫ ( products ) \int(\text{sum})^2 = \sum\int(\text{products}) ∫ ( sum ) 2 = ∑ ∫ ( products ) . The orthogonality relations decide which survive.
The cross terms (e.g. ∫ cos m π x L cos n π x L \int \cos\frac{m\pi x}{L}\cos\frac{n\pi x}{L} ∫ cos L mπ x cos L nπ x with m ≠ n m\ne n m = n , or any cos·sin) all integrate to 0 . ✗ gone.
The constant-squared term: ∫ − L L ( a 0 2 ) 2 d x = a 0 2 4 ⋅ 2 L = a 0 2 L 2 \int_{-L}^{L}\left(\frac{a_0}{2}\right)^2 dx=\frac{a_0^2}{4}\cdot 2L=\frac{a_0^2 L}{2} ∫ − L L ( 2 a 0 ) 2 d x = 4 a 0 2 ⋅ 2 L = 2 a 0 2 L .
Each ∫ − L L a n 2 cos 2 n π x L d x = a n 2 ⋅ L \int_{-L}^{L} a_n^2\cos^2\frac{n\pi x}{L}\,dx=a_n^2\cdot L ∫ − L L a n 2 cos 2 L nπ x d x = a n 2 ⋅ L .
Each ∫ − L L b n 2 sin 2 n π x L d x = b n 2 ⋅ L \int_{-L}^{L} b_n^2\sin^2\frac{n\pi x}{L}\,dx=b_n^2\cdot L ∫ − L L b n 2 sin 2 L nπ x d x = b n 2 ⋅ L .
Add the survivors:
∫ − L L [ f ( x ) ] 2 d x = a 0 2 L 2 + L ∑ n = 1 ∞ ( a n 2 + b n 2 ) . \int_{-L}^{L}[f(x)]^2\,dx=\frac{a_0^2 L}{2}+L\sum_{n=1}^{\infty}(a_n^2+b_n^2). ∫ − L L [ f ( x ) ] 2 d x = 2 a 0 2 L + L ∑ n = 1 ∞ ( a n 2 + b n 2 ) .
Divide both sides by L L L :
1 L ∫ − L L [ f ( x ) ] 2 d x = a 0 2 2 + ∑ n = 1 ∞ ( a n 2 + b n 2 ) . ■ \frac{1}{L}\int_{-L}^{L}[f(x)]^2\,dx=\frac{a_0^2}{2}+\sum_{n=1}^{\infty}(a_n^2+b_n^2).\qquad\blacksquare L 1 ∫ − L L [ f ( x ) ] 2 d x = 2 a 0 2 + ∑ n = 1 ∞ ( a n 2 + b n 2 ) . ■
Why this step? Dividing by L L L packages it so the constant term matches the a 0 2 2 \frac{a_0^2}{2} 2 a 0 2 pattern and the formula is symmetric.
Worked example Example 1 — Summing
∑ 1 / n 2 \sum 1/n^2 ∑ 1/ n 2 from f ( x ) = x f(x)=x f ( x ) = x
Take f ( x ) = x f(x)=x f ( x ) = x on ( − π , π ) (-\pi,\pi) ( − π , π ) (so L = π L=\pi L = π ). It's odd ⇒ a n = 0 a_n=0 a n = 0 . Its sine coefficients are
b n = 2 ( − 1 ) n + 1 n . b_n=\frac{2(-1)^{n+1}}{n}. b n = n 2 ( − 1 ) n + 1 .
Why this step? x x x is odd, only sines appear; the b n b_n b n come from the standard integral.
Left side: 1 π ∫ − π π x 2 d x = 1 π ⋅ 2 π 3 3 = 2 π 2 3 . \dfrac{1}{\pi}\int_{-\pi}^{\pi}x^2\,dx=\dfrac{1}{\pi}\cdot\dfrac{2\pi^3}{3}=\dfrac{2\pi^2}{3}. π 1 ∫ − π π x 2 d x = π 1 ⋅ 3 2 π 3 = 3 2 π 2 .
Why? ∫ − π π x 2 d x = 2 π 3 3 \int_{-\pi}^{\pi}x^2dx = \frac{2\pi^3}{3} ∫ − π π x 2 d x = 3 2 π 3 , then divide by L = π L=\pi L = π .
Right side: ∑ b n 2 = ∑ n = 1 ∞ 4 n 2 = 4 ∑ 1 n 2 . \sum b_n^2=\sum_{n=1}^{\infty}\dfrac{4}{n^2}=4\sum\dfrac{1}{n^2}. ∑ b n 2 = ∑ n = 1 ∞ n 2 4 = 4 ∑ n 2 1 .
Parseval: 2 π 2 3 = 4 ∑ 1 n 2 ⇒ ∑ n = 1 ∞ 1 n 2 = π 2 6 . \dfrac{2\pi^2}{3}=4\sum\dfrac{1}{n^2}\Rightarrow \boxed{\sum_{n=1}^{\infty}\dfrac{1}{n^2}=\dfrac{\pi^2}{6}}. 3 2 π 2 = 4 ∑ n 2 1 ⇒ n = 1 ∑ ∞ n 2 1 = 6 π 2 .
Why this matters: Parseval turns a Fourier series into a way to sum infinite series that look impossible directly. This is the famous Basel problem!
Worked example Example 2 —
f ( x ) = x 2 f(x)=x^2 f ( x ) = x 2 on ( − π , π ) (-\pi,\pi) ( − π , π ) giving ∑ 1 / n 4 \sum 1/n^4 ∑ 1/ n 4
Here a 0 = 2 π 2 3 a_0=\frac{2\pi^2}{3} a 0 = 3 2 π 2 , a n = 4 ( − 1 ) n n 2 a_n=\frac{4(-1)^n}{n^2} a n = n 2 4 ( − 1 ) n , b n = 0 b_n=0 b n = 0 (even function).
Why? x 2 x^2 x 2 is even ⇒ cosine series only.
Left: 1 π ∫ − π π x 4 d x = 1 π ⋅ 2 π 5 5 = 2 π 4 5 . \dfrac{1}{\pi}\int_{-\pi}^{\pi}x^4dx=\dfrac{1}{\pi}\cdot\dfrac{2\pi^5}{5}=\dfrac{2\pi^4}{5}. π 1 ∫ − π π x 4 d x = π 1 ⋅ 5 2 π 5 = 5 2 π 4 .
Right: a 0 2 2 + ∑ a n 2 = 1 2 ( 2 π 2 3 ) 2 + ∑ 16 n 4 = 2 π 4 9 + 16 ∑ 1 n 4 . \dfrac{a_0^2}{2}+\sum a_n^2=\dfrac{1}{2}\left(\dfrac{2\pi^2}{3}\right)^2+\sum\dfrac{16}{n^4}=\dfrac{2\pi^4}{9}+16\sum\dfrac{1}{n^4}. 2 a 0 2 + ∑ a n 2 = 2 1 ( 3 2 π 2 ) 2 + ∑ n 4 16 = 9 2 π 4 + 16 ∑ n 4 1 .
Set equal: 2 π 4 5 = 2 π 4 9 + 16 ∑ 1 n 4 . \dfrac{2\pi^4}{5}=\dfrac{2\pi^4}{9}+16\sum\dfrac{1}{n^4}. 5 2 π 4 = 9 2 π 4 + 16 ∑ n 4 1 .
2 π 4 5 − 2 π 4 9 = 2 π 4 ⋅ 9 − 5 45 = 8 π 4 45 . \dfrac{2\pi^4}{5}-\dfrac{2\pi^4}{9}=2\pi^4\cdot\dfrac{9-5}{45}=\dfrac{8\pi^4}{45}. 5 2 π 4 − 9 2 π 4 = 2 π 4 ⋅ 45 9 − 5 = 45 8 π 4 .
So 16 ∑ 1 n 4 = 8 π 4 45 ⇒ ∑ 1 n 4 = π 4 90 . 16\sum\dfrac{1}{n^4}=\dfrac{8\pi^4}{45}\Rightarrow \boxed{\sum\dfrac{1}{n^4}=\dfrac{\pi^4}{90}}. 16 ∑ n 4 1 = 45 8 π 4 ⇒ ∑ n 4 1 = 90 π 4 .
Why this matters: Same trick, deeper result. Higher powers of x x x give higher zeta values.
Worked example Example 3 — Mean square / RMS interpretation
A periodic signal f ( t ) f(t) f ( t ) over ( − π , π ) (-\pi,\pi) ( − π , π ) has a 0 = 0 a_0=0 a 0 = 0 , a 1 = 3 a_1=3 a 1 = 3 , b 2 = 4 b_2=4 b 2 = 4 , all others zero.
Power = 1 2 π ∫ − π π f 2 d t =\dfrac{1}{2\pi}\int_{-\pi}^{\pi}f^2dt = 2 π 1 ∫ − π π f 2 d t . Using Parseval (L = π L=\pi L = π ):
1 π ∫ f 2 = a 1 2 + b 2 2 = 9 + 16 = 25 ⇒ ∫ f 2 = 25 π . \dfrac{1}{\pi}\int f^2 = a_1^2+b_2^2=9+16=25\Rightarrow \int f^2=25\pi. π 1 ∫ f 2 = a 1 2 + b 2 2 = 9 + 16 = 25 ⇒ ∫ f 2 = 25 π .
Mean square value = 1 2 π ⋅ 25 π = 12.5 =\dfrac{1}{2\pi}\cdot 25\pi=12.5 = 2 π 1 ⋅ 25 π = 12.5 , RMS = 12.5 ≈ 3.54 =\sqrt{12.5}\approx 3.54 = 12.5 ≈ 3.54 .
Why this matters: In engineering, a n 2 + b n 2 2 \frac{a_n^2+b_n^2}{2} 2 a n 2 + b n 2 is the power in the n n n -th harmonic. Parseval = total power = sum of harmonic powers.
Common mistake "I'll forget the
1 / L 1/L 1/ L and write ∫ f 2 = a 0 2 2 + ∑ ( a n 2 + b n 2 ) \int f^2 = \frac{a_0^2}{2}+\sum(a_n^2+b_n^2) ∫ f 2 = 2 a 0 2 + ∑ ( a n 2 + b n 2 ) ."
Why it feels right: The boxed formula has no L L L on the right, so people drop it on the left too.
The fix: The 1 L \frac{1}{L} L 1 on the LEFT is essential — it's the averaging factor. Always: 1 L ∫ − L L f 2 d x \frac{1}{L}\int_{-L}^{L}f^2\,dx L 1 ∫ − L L f 2 d x . For ( − π , π ) (-\pi,\pi) ( − π , π ) , L = π L=\pi L = π .
Common mistake "The constant term is
a 0 2 a_0^2 a 0 2 , not a 0 2 / 2 a_0^2/2 a 0 2 /2 ."
Why it feels right: Every other term is just a n 2 a_n^2 a n 2 , so a 0 a_0 a 0 should match.
The fix: The DC term in the series is written a 0 2 \frac{a_0}{2} 2 a 0 . Squaring gives a 0 2 4 \frac{a_0^2}{4} 4 a 0 2 , and integrating ∫ 1 d x = 2 L \int 1\,dx=2L ∫ 1 d x = 2 L (twice the others). The factors combine to a 0 2 2 \frac{a_0^2}{2} 2 a 0 2 — asymmetric on purpose.
Common mistake "Cross terms like
a m a n cos cos a_m a_n\cos\cos a m a n cos cos contribute."
Why it feels right: When you expand ( ∑ ) 2 (\sum)^2 ( ∑ ) 2 you genuinely get those products.
The fix: Yes they appear, but orthogonality kills them on integration (m ≠ n ⇒ 0 m\ne n\Rightarrow 0 m = n ⇒ 0 ). Only diagonal m = n m=n m = n survives. That's the whole magic.
Recall Can you reconstruct it? (click to check)
State Parseval for ( − L , L ) (-L,L) ( − L , L ) . → 1 L ∫ − L L f 2 = a 0 2 2 + ∑ ( a n 2 + b n 2 ) \frac{1}{L}\int_{-L}^{L}f^2=\frac{a_0^2}{2}+\sum(a_n^2+b_n^2) L 1 ∫ − L L f 2 = 2 a 0 2 + ∑ ( a n 2 + b n 2 ) .
What makes the proof work? → Orthogonality of sines/cosines kills cross terms.
One famous result it gives? → ∑ 1 / n 2 = π 2 / 6 \sum 1/n^2=\pi^2/6 ∑ 1/ n 2 = π 2 /6 .
Recall Feynman: explain to a 12-year-old
Imagine a song. You can break it into pure tones — some bass, some treble. Each pure tone carries some "loudness." Parseval's theorem says: the total loudness of the whole song equals the loudness of the bass plus the treble plus every other tone, added up. Nothing leaks away. So instead of measuring the messy whole song, you can just add up the loudness of each simple tone. And cleverly, this lets us add up weird never-ending number lists like 1 + 1 4 + 1 9 + … 1+\frac14+\frac19+\dots 1 + 4 1 + 9 1 + … and discover they equal π 2 / 6 \pi^2/6 π 2 /6 !
"POWER = PIECES." The total POWER (left integral) equals the sum of the squared PIECES (coefficients). And remember the lonely DC term wears half a coat : a 0 2 / 2 a_0^2/\mathbf{2} a 0 2 / 2 .
What does Parseval's theorem equate? The mean-square value of
f f f (energy) with the sum of squares of its Fourier coefficients.
State Parseval's theorem on ( − L , L ) (-L,L) ( − L , L ) . 1 L ∫ − L L f 2 d x = a 0 2 2 + ∑ n = 1 ∞ ( a n 2 + b n 2 ) \frac{1}{L}\int_{-L}^{L}f^2\,dx=\frac{a_0^2}{2}+\sum_{n=1}^\infty(a_n^2+b_n^2) L 1 ∫ − L L f 2 d x = 2 a 0 2 + ∑ n = 1 ∞ ( a n 2 + b n 2 ) .
What property of sines/cosines makes the proof work? Orthogonality — cross-term integrals vanish for
m ≠ n m\ne n m = n .
Why is the constant term a 0 2 / 2 a_0^2/2 a 0 2 /2 not a 0 2 a_0^2 a 0 2 ? From
( a 0 / 2 ) 2 (a_0/2)^2 ( a 0 /2 ) 2 times
∫ 1 d x = 2 L \int 1\,dx=2L ∫ 1 d x = 2 L , divided by
L L L ⇒
a 0 2 / 2 a_0^2/2 a 0 2 /2 .
Which famous sum comes from applying Parseval to f ( x ) = x f(x)=x f ( x ) = x on ( − π , π ) (-\pi,\pi) ( − π , π ) ? ∑ 1 / n 2 = π 2 / 6 \sum 1/n^2=\pi^2/6 ∑ 1/ n 2 = π 2 /6 .
Which sum comes from f ( x ) = x 2 f(x)=x^2 f ( x ) = x 2 on ( − π , π ) (-\pi,\pi) ( − π , π ) ? ∑ 1 / n 4 = π 4 / 90 \sum 1/n^4=\pi^4/90 ∑ 1/ n 4 = π 4 /90 .
Physical meaning of a n 2 + b n 2 2 \frac{a_n^2+b_n^2}{2} 2 a n 2 + b n 2 ? Power carried by the
n n n -th harmonic.
What is the value of ∫ − L L cos m π x L sin n π x L d x \int_{-L}^L\cos\frac{m\pi x}{L}\sin\frac{n\pi x}{L}dx ∫ − L L cos L mπ x sin L nπ x d x ?
Fourier Series — Parseval is its energy/completeness statement.
Orthogonality of functions — the engine of the proof.
Basel Problem — ∑ 1 / n 2 = π 2 / 6 \sum 1/n^2=\pi^2/6 ∑ 1/ n 2 = π 2 /6 as a corollary.
Bessel's Inequality — Parseval is the equality case (complete basis).
Plancherel Theorem — continuous Fourier transform analogue.
RMS and Power Spectra — engineering application.
Diagonal plus cross terms
Squared coefficient terms
Sum of squared coefficients
Evaluate sum 1 over n squared
Intuition Hinglish mein samjho
Dekho, Parseval ka theorem bilkul Pythagoras theorem jaisa hai, bas functions ke liye. Jaise vector ka length-square uske components ke squares ka sum hota hai (∣ v ∣ 2 = v x 2 + v y 2 + v z 2 |v|^2 = v_x^2+v_y^2+v_z^2 ∣ v ∣ 2 = v x 2 + v y 2 + v z 2 ), waise hi ek function ki total "energy" uske Fourier coefficients ke squares ke sum ke barabar hoti hai. Matlab agar tum function ko sine aur cosine ke chote chote tukdo me tod do, to har tukde ki energy alag-alag hoti hai, aur sab ko jod do to poora function ki energy mil jaati hai. Kuch bhi gum nahi hota.
Formula yaad rakhna: 1 L ∫ − L L f 2 d x = a 0 2 2 + ∑ ( a n 2 + b n 2 ) \frac{1}{L}\int_{-L}^{L}f^2\,dx=\frac{a_0^2}{2}+\sum(a_n^2+b_n^2) L 1 ∫ − L L f 2 d x = 2 a 0 2 + ∑ ( a n 2 + b n 2 ) . Left side me 1 / L 1/L 1/ L aur f 2 f^2 f 2 ka integral — yeh "average energy" hai. Right side me sirf coefficients. Proof ka magic hai orthogonality — jab tum ( series ) 2 (\text{series})^2 ( series ) 2 ko integrate karte ho, to alag-alag frequency wale cross-terms zero ho jaate hain, sirf squared terms bachte hain.
Iska sabse mast use: hum impossible-lagne wale infinite sums nikaal sakte hain. Jaise f ( x ) = x f(x)=x f ( x ) = x lo, Parseval lagao, aur seedha ∑ 1 / n 2 = π 2 / 6 \sum 1/n^2 = \pi^2/6 ∑ 1/ n 2 = π 2 /6 aa jaata hai (famous Basel problem!). f ( x ) = x 2 f(x)=x^2 f ( x ) = x 2 se ∑ 1 / n 4 = π 4 / 90 \sum 1/n^4=\pi^4/90 ∑ 1/ n 4 = π 4 /90 . Engineering me bhi yeh signal ki total power = har harmonic ki power ka sum batata hai.
Common galti: 1 / L 1/L 1/ L bhool jaana, ya constant term ko a 0 2 a_0^2 a 0 2 likh dena (sahi hai a 0 2 / 2 a_0^2/2 a 0 2 /2 — kyunki DC term a 0 / 2 a_0/2 a 0 /2 likha jaata hai). Yeh do cheezein exam me sambhal lo, baaki sab seedha hai.