Tikoo
Tikoo
Tikoo
SAGAR TIKOO
Contents
1. Introduction 1
2. Convergence 2
3. Uniqueness 6
4. Parseval’s Identity and the Basel Problem 9
Acknowledgements 11
References 11
1. Introduction
The development and study of Fourier series is motivated by the desire to model
general functions as sums of simple trigonometric functions. The ability to model
functions in a simple manner is tremendously valuable to science and technology,
as it allows for the understanding and mathematical manipulation of the original
function in terms of the simpler decomposition.
Jean-Baptiste Joseph Fourier, after whom the field is named, worked extensively
with trigonometric series and used the Fourier series in order to solve the heat
equation in physics. The ability of Fourier analysis to model complicated func-
tions has led to its application in partial differential equations, quantum physics,
thermodynamics, signal processing, and many other fields.
We begin our study of Fourier analysis with some definitions:
Definition 1.1. If f is an integrable function defined on the interval [a, b] of length
L, the n-th Fourier coefficient of f is defined by
Z b
1
fˆ(n) = f (x)e−2πinx/L dx
L a
N
X
SN (f (x)) = fˆ(n)e2πinx/L
n=−N
Due to Euler’s formula (eix = cos x + i sin x), this definition of Fourier series
expresses a function f in terms of a summation of sine and cosine functions. This
fact leads to our first intuition about Fourier series: like the trigonometric functions
it is composed of, the Fourier series of a function is periodic in nature. As we will
see later, a function need only satisfy a mild condition in order for its Fourier series
to converge to the function itself.
2. Convergence
In order to justify the use of Fourier series to model functions and explore the
various application of Fourier analysis, we must first investigate whether the Fourier
series is, indeed, a good approximation of the original function. Until now, we have
only stated the definition of Fourier series, and demonstrated that it is a summation
of sine and cosine waves dependent on the original function, but have not proven
that the series converges to its original function.
Before embarking on the subtle task of proving convergence, we must first under-
stand what the formula provided in the definition conceptually entails. The idea of
convolutions is central to understanding Fourier series, and will also serve a pivotal
role in more advanced Fourier analysis.
Definition 2.1. Given two functions f and g integrable on [a, b], their convolution
f ∗ g on [a, b] is defined as
Z b
(f ∗ g)(x) = f (y)g(x − y)dy
a
Conceptually, convoluting two functions gives the area of their overlap as one is
shifted, or translated, over the other. The operation is, loosely speaking, a way of
determining the “blend” or “weighted average” of the two functions.
Some of the essential properties of convolutions are stated here:
Proposition 2.2. Let c be any complex number and let f , g, and h be functions
integrable on the interval of convolution. Then we have:
(1) f ∗ g = g ∗ f
(2) f ∗ (g ∗ h) = (f ∗ g) ∗ h
(3) f ∗ (g + h) = (f ∗ g) + (f ∗ h)
(4) c(f ∗ g) = (cf ) ∗ g
(5) (f ∗ g) is continuous
The first few properties are easily checked using the definition of convolution;
the operation preserves commutativity, associativity, distributivity, and scalar as-
sociativity. Property (5) illuminates a key aspect of the convolution: it is more
“regular” than the original functions. Whereas f and g need only be integrable,
their convolution f ∗ g is continuous.
INTRODUCTION TO FOURIER ANALYSIS 3
Given the concept of convolution, we can rearrange terms in the Fourier partial
sum to more deeply study Fourier series. We will be using 2π-periodic functions
defined on the interval [−π, π] henceforth when discussing the properties of Fourier
series, for the sake of simplicity and standardization. Since L is set to 2π, the
exponent in the Fourier coefficient (2πinx/L) reduces to (inx). We have:
N
X
SN (f )(x) = fˆ(n)einx
n=−N
N Z π
X 1
f (y)e−iny dy einx
=
2π −π
n=−N
Z π N
1 X
ein(x−y) dy
= f (y)
2π −π n=−N
After some rearranging of terms and exchanging the integral and the summation,
the Fourier partial sum reveals itself as a convolution of f and the trigonometric
PN
sum n=−N einx . This trigonometric sum, critically important in studying Fourier
series, is called the Dirichlet kernel.
Definition 2.3. The N -th Dirichlet kernel is defined to be
N
X
DN (x) = einx
n=−N
SN (f )(x) = (f ∗ Dn )(x)
The Dirichlet kernel has certain essential properties that will be necessary in the
investigation of the convergence of Fourier series.
Proposition 2.4.
sin((N + 21 )x)
DN (x) =
sin( x2 )
PN
Proof. Let r = eix . Recall that the sum of a geometric series n=−N rn is given
n
by 1−r
1−r .
N −1
X X 1 − rN +1 r−N − 1
DN = rn + rn = +
n=0
1−r 1−r
n=−N
−N −1/2
r − rN +1/2 e−(N +1/2)ix − e(N +1/2)ix
= =
r−1/2
−r 1/2 e−ix/2 − eix/2
−2i sin((N + 1/2)x) sin((N + 1/2)x)
= =
−2i sin(x/2) sin(x/2)
4 SAGAR TIKOO
If the Dirichlet kernel was a good kernel, the problem of Fourier series con-
vergence would be easily solved with the proof of this sole proposition. However,
the Dirichlet kernel does not satisfy all of the requirements in Definition 2.5. The
definition of the Dirichlet kernel as a sum of exponentials quickly shows us that
Property (a) holds.
However, the “goodness” of DN falls apart at Property (b). While the mean
value of DN is 1, the integral of its absolute value is very large, due to the fact that
DN (x) oscillates rapidly between positive and negative values. More precisely,
Z π
|DN (x)|dx ≥ c log n, as N → ∞
−π
3. Uniqueness
In previous sections we used Fourier series to express periodic functions as
trigonometric series. A natural question is whether this expression is unique. In
this section, we are going to prove the Cantor-Riemann theorem which answers the
above question affirmatively.
Several concepts and lemmas must be addressed before the uniqueness proof may
be initiated. The first and most essential of these is the Cantor-Lebesgue Theorem.
Theorem 3.1. Cantor-Lebesgue Theorem Let {an }∞ ∞
n=1 , {bn }n=1 be two se-
quences of real numbers. If
lim an cos x + bn sin x = 0
n→∞
for every x ∈ R, then an , bn → 0 as n → ∞.
p
Proof. Let pn = a2n + b2n and choose θn such that pn sin θn = bn , pn cos θn = an .
Then an cos(nx) + bn sin(nx) = pn cos(nx − θn ) → 0 as n → ∞. If we can prove
that pn → 0 then, since sin and cos are bounded, an , bn must approach 0.
nk+1
nk ≥ 3. Then we attempt to put a lower bound on the cos(nx − θ) term for all
n at at least one point. We define I1 to be
(θn1 − π3 ) (θn1 + π3 )
,
n1 n1
Then we have: cos(n1 x − θn1 ) ≥ 12 , for all x ∈ I1 . It is known that |I1 | = 3n 2π
1
and nn12 ≥ 3. As x ranges over I1 , (n2 x − θn2 ) ranges over (n2 I1 − θn2 ). We have:
2π
|n2 I1 − θn2 | = n2 |I1 | = n2 ( 3n 1
) ≥ 2π. Just as we defined I1 to be the interval for
which cos(n1 x − θn1 ) ≥ 1/2, there exists as interval I2 for which cos(n2 x − θn2 ) ≥
1/2 for all x ∈ I2 . Since the range of (n2 I1 − θn2 ) exceeds 2π, there exists I2 ⊂ I1
such that:
cos(n2 x − θn2 ) ≥ 1/2 for all x ∈ I2
2π
|I2 | =
3n2
Proceeding by induction, we can construct intervals Ik , k ∈ Z>0 such that I1 ⊃
I2 ⊃ I3 ⊃ . . . for which cos(nk x − θnk ) ≥ 1/2 for T∞all k, for all x ∈ Ik . By
Cantor’s closed interval theorem, there exists ξ ∈ k=1 Ik such that cos(nk ξ −
θnk ) ≥ 21 for all k. Therefore pnk cos(nk ξ − θnk ) ≥ δ/2 for all k. This contradicts
the convergence of pn cos(nx − θn ) to 0, since it will always be greater than δ/2 at
x = ξ.
nh 2
inx sin 2
X cn
DF (x) = lim c0 + e nh
=0
h→0 (in)2 2
n6=0
Since DF (x) = 0, the Schwarz lemma tells us that F is linear, so for some α, β:
x2 X cn inx
F (x) = c0 + e = αx + β
2 (in)2
n6=0
X cn x2
2
einx = −c0 + αx + β
(in) 2
n6=0
P cn inx
Since n6=0 (in)2 e is bounded in x, we have c0 = 0 = α. We now know that
sN (x) converges uniformly to 0, where sN (x) is defined by:
X cn inx
sN (x) = −β + e
(in)2
0<|n|≤N
Riemann’s idea of examining the double integral of the trigonometric series and
Cantor’s insight that the static value cn could be analyzed and determined using a
sequence of functions sN were seminal advances in mathematical understanding of
trigonometric series and beyond.
References
[1] Elias M. Stein, and Rami Shakarchi. Fourier Analysis: An Introduction. Princeton University
Press, 2003.
[2] Ash J M. Uniqueness of representation by trigonometric series[J]. American Mathematical
Monthly, 1989, 96(10): 873-885.
[3] Cody Dianopoulos, Joran Layne, and Alex Yokokawa. Basel Problem Proof.
http://www.academia.edu/3669174/Basel Problem Proof.