WK 3
WK 3
This may or may not work. If it works, what would the coef-
ficients be? We can proceed heuristically as following. First,
introduce the notations
a0
with c0 = and cn = an for n = 1, 2, ....
2
1
Recall the formulas
1
sin(mx) cos(nx) = [sin(m − n)x + sin(m + n)x],
2
1
cos(mx) cos(nx) = [cos(m − n)x + cos(m + n)x],
2
1
sin(mx) sin(nx) = [cos(m − n)x − cos(m + n)x],
2
so that
(X0 , X0) = 2π,
and for m, n = 1, 2, ...
(Xm , Yn) = 0,
(Xm , Xn) = πδmn,
(Ym , Yn) = πδmn,
0 for m 6= n
where δmn =
1 for m = n
is the Kronecker delta.
The functions Xn, Ym are saidpto be orthogonal to each other.
The norm of Xn is kXnk = (Xn, Xn).
Similarly,
π
(Ym , f ) 1
Z
bm = = f (x) sin(mx). (7)
(Ym , Ym) π −π
Example:
Find the Fourier
series for
−1/2 for −π ≤ x < 0
f (x) =
1/2 for 0 ≤ x ≤ π.
∞
X 1
(2/π) sin(2n − 1)x
n=1
2n − 1
3
Change of scale
Definition:
A function f is said to be periodic with period P (6= 0) if
f (x + P ) = f (x)
for all x. The least P is called the fundamental period.
Example:
Find the Fourier cosine series of f (x) = sin(x) on [0, π].
∞
2 4 X 1
− cos(2mx)
π π m=1 4m2 − 1
6
Three notions of convergence
1. Pointwise convergence
Definition:
P∞
An infinite series n=1 fn(x) is said to converge to
f (x) pointwise in (a, b) if it converges to f (x) for each
x ∈ (a, b). That is
N
X
f (x) − fn(x) → 0 as N → ∞.
n=1
2. Uniform convergence
The uniform norm of a real- or complex-valued function
f defined on a set S is the nonnegative number
kf k∞ = sup{|f (x)| : x ∈ S}.
It is also called the supremum norm.
7
Definition:
The series is said to converge uniformly to f (x) if
N
X
f− fn → 0 as N → ∞.
n=1 ∞
3. L2 convergence
Definition:
The series is said to converge in the mean-square (or
L2 ) sense to f (x) if
Z b XN 2
f (x) − fn(x) dx → 0 as N → ∞.
a n=1
Definition:
A function is said to be piecewise continuous if in each
finite interval it has only a finite number of jumps and it
is continuous at all other points.
8
Uniform convergence is the strongest
Example:
n n−1
Let fn(x) = − on (0, 1).
1 + n2 x2 1 + (n − 1)2 x2
N
X N
The N-th partial sum SN (x) = fn = 2 x2
n=1
1 + N
converges to f (x) = 0 in the pointwise sense.
N
However, 2 2
− f (x) = N grows with N .
1+N x ∞
Example:
The mean-square distance between SN and f (x) of
previous example is
Z 1 2 Z N
N 1 2
2 x2
− f (x) dx = N ( 2
) dy.
0 1 + N 0 1 + y
It does not → 0.
9
(iii) Mean-square convergence does not imply pointwise
convergence.
Example:
On (0, 1), let
0 for x 6= 12
fn(x) = 1 1
2n for x = 2 .
The N-th partial sum is
N
for x 6= 12
X 0
SN (x) = fn(x) =
1 − ( 12 )N for x = 12 .
n=1
Z 1 2
As SN (x) − 0 dx = 0, the series converges to
0
f (x) = 0 in the mean-square sense, but not in the
pointwise sense.
Z b N
X 2 N
X 2 Z b
f (x) − fn(x) dx ≤ f (x) − fn(x) dx
a n=1 n=1 ∞ a
10
Furthermore, uniform convergence allows for integration and
differentiation across summation. The following are useful
theorems from an analysis course.
Theorem:
(Dominated convergence) Let fn, f , g be piecewise
continuous functions on [a, ∞) such that (i) for every
b > a, fn → f uniformlyRon [a, b], (ii) for all xR > a,
∞ ∞
|fn(x)|
R∞ ≤ g(x),
R∞and (iii) a
g is finite. Then a
f exists,
and a fn → a f as n → ∞.
Theorem:
(Differentiation across summation)
Suppose (i) each fn is differentiable and fn0 is continuous
on (a, b), (ii) fn(c) is convergent for some c ∈ (a, b), and
(iii) fn0 is uniformly convergent to φ on (a, b). Then on
(a, b), fn is uniformly convergent to a differentiable
function f and f 0 = φ.
The corresponding theorem for improper integrals will be
used several times later.
Theorem:
(Differentiation across an improper integral)
Let f (x, t) and ∂f /∂t be continuous functions
R ∞ on
(a, ∞)
R ∞× (c, d). Assume that the integrals a |f (x, t)|dx
and a |∂f /∂t(x, t)|dx converges uniformly (as
improper integrals) for t ∈ (c, d). Then
Z ∞ Z ∞
d ∂f
f (x, t)dx = (x, t)dx for t ∈ (c, d).
dt a a ∂t
11
Mean square distance between f and its Fourier
series
13
Appendix
Proof:
15