Sei sulla pagina 1di 1

FOURIER SERIES Math 21b, O. Knill 1.

APPROXIMATIONS. 1

0.8
FUNCTIONS AND INNER PRODUCT? Piecewise smooth functions f (x) on [−π, π] form a linear spaceX. P Pn
If f (x) = k bk cos(kx), then fn (x)P= k=1 bk cos(kx) is an approxi-
With an inner product in X mation to f . Because ||f − fk ||2 = ∞ 2
0.6

k=n+1 bk goes to zero, the graphs 0.4

1
Rπ of the functions fn come for large n close to the graph of the function f .
hf, gi = pi f (x)g(x) dx
−π The picture to the left shows an approximation of a piecewise continuous 0.2

even function in example 3). -3 -2 -1 1 2 3


we can define angles, length, projections etc in the space X.
-0.2


THE FOURIER BASIS. The functions cos(nx), sin(nx), 1/ 2 form an orthonormal basis in X. This is a SOME HISTORY. The Greeks approximation of planetary motion through epicycles was an early use of
routine computation using the identity on the integration page. Fourier theory: z(t) = eit is a circle (Aristarchus system), z(t) = eit + eint is an epicycle (Ptolemaeus system),
18’th century Mathematicians like Euler, Lagrange, Bernoulli knew experimentally that Fourier series worked.
√ 1
Rπ √ Fouriers claim of the convergence of the series was confirmed in the
FOURIER COEFFICIENTS. The Fourier coefficients of f are a0 = hf, 1/ 2i = π −π f (x)/ 2 dx, an =
1 π
R 1 π
R 19’th century by Cauchy and Dirichlet. For continuous functions
hf, cos(nt)i = π −π f (x) cos(nx) dx, bn = hf, sin(nt)i = π −π f (x) sin(nx) dx.
the sum does not need to converge everywhere. However, as the 19
P∞ P∞ year old Fejér demonstrated in his theses in 1900, the coefficients still
a0 Pn−1
FOURIER SERIES. f (x) = √
2
+ k=1 ak cos(kx) + k=1 bk sin(kx) determine the function k=−(n−1) n−|k| n fk e
ikx
→ f (x) for n → ∞ if
f is continuous and f (−π) = f (π). Partial differential equations, like
in the theory of heat had motivated early research in Fourier theory.
ODD AND EVEN FUNCTIONS. If f is odd: f (x) = −f (−x) then f has a sin series. If f is even: f (x) =
−f (−x) then f has a cos series.
OTHER FOURIER TRANSFORMS. On a finite interval one obtains a series, on the line an integral, on
EXAMPLE. Let f (x) = x on [−π, π]. This is an odd function (f (−x)+f (x) = 0) so that it has a sin series: with finite sets, finite sums. The discrete Fourier transformation (DFT) is important for applications. It can
Rπ P∞ be determined efficiently by the (FFT=Fast Fourier transform) found in 1965, reducing the n 2 steps to
/n, we get x = n=1 2 (−1)n
n+1
bn = π1 −π x sin(nx) dx = −1 2 π
π (x cos(nx)/n + sin(nx)/n |−π ) = 2(−1)
n+1
sin(nx). n log(n). Fourier theory becomes more natural in the complex, using functions einx .
For example, π/2 = 2(1 − 1/3 + 1/5 − 1/7...) recovers a formula of Leibnitz.
Domain Name Synthesis Coefficients
EXAMPLE 2. Let f (x) = cos(x) + 1/7 cos(5x). This trigonometric polynomial is already the Fourier series. Rπ
f (x) = k fˆk eikx fˆk = 2π
1
f (x)e−ikx dx.
P
T = [−π, π) Complex Fourier series −π
The nonzero coefficients are a1 = 1, a5 = 1/7. R∞ R∞
R = (−∞, ∞)) Complex Fourier transforms f (x) = ∞ fˆ(k)eikx dx f (k) = 2π ∞ fˆ(k)e−ikx dx
ˆ 1
Pn Pn
EXAMPLE 3. Let f (x) = 1 on [−π/2, π/2] and f (x) = 0 else. This is an even function f (−x) − f (x) = 0 so Zn = {1, .., n} Complex DFT fm = k=1 fˆk eimk2π/n fˆk = n1 m=1 fm e−ikm2π/n
√ R π/2 π/2
that it has a cos series: with a0 = 1/( 2), an = π1 −π/2 1 cos(nx) dx = sin(nx) 2(−1)m
πn |−π/2 = π(2m+1) if n = 2m + 1 is All these transformations can be defined in dimension d. Then k = (k1 , ..., kd ) etc. are vectors. The two-
2
odd and 0 else. So, the series is f (x) = 1/2 + π (cos(x)/1 − cos(3x)/3 + cos(5x)/5 − ...). dimensional discrete Fourier transform is for example useful in image manipulation.

WHERE ARE FOURIER SERIES USEFUL? Examples: COMPUTER ALGEBRA. Packages like Mathematica have the discrete Fourier transform built in
Fourier[{0.3, 0.4, 0.5}] for example, gives the discrete Fourier transform of a three dimensional
• Partial differential equations. PDE’s like the • Chaos theory: Quite many notions in Chaos the- vector. You can perform a simple Fourier analysis yourself by listening to a sound like
wave equation ü = c2 u00 can be solved by diagonal- ory can be defined or analyzed using Fourier theory. Play[Sin[2000 ∗ x ∗ Floor[7 ∗ x]/12], {x, 0, 20}] ...
ization (see Friday). Examples are mixing properties or ergodicity.

• Sound Coefficients ak form the frequency spec- • Quantum dynamics: Transport properties of mate- HOMEWORK:
trum of a sound f . Filters suppress frequencies, rials are related to spectral questions for their Hamil-
equalizers transform the Fourier space, compres- tonians. The relation is given by Fourier theory.
sors (i.e.MP3) select frequencies relevant to the ear. 1. Find the Fourier series of the function f (x) = |x|.
• Crystallography: X ray Diffraction patterns of
• Analysis:
P
a sin(kx) = f (x) give explicit expres- a crystal, analyzed using Fourier theory reveal the 2. Find the Fourier series of the function cos2 (x) + 5 sin(x) + 5. You may find the double angle formula
k k
structure of the crystal.
sions for sums which would be hard to evaluate other- cos2 (x) = cos(2x)+1
2 useful.
wise. The Leibnitz sum π/4 = 1 − 1/3 + 1/5 − 1/7 + ...
• Probability theory: The Fourier transform χX =
is an example. 3. Find the Fourier series of the function f (x) = | sin(x)|.
E[eiX ] of a random variable is called characteristic
• Number theory: Example: if α is irrational, then function. Independent case: χx+y = χx χy . 4. In problem 3) you should have gotten a series
the fact that nα (mod1) are uniformly distributed in • Image formats: like JPG compress by cutting irrel-  
[0, 1] can be understood with Fourier theory. 2 4 cos(2x) cos(4x) cos(6x)
evant parts in Fourier space. f (x) = − 2
+ 2 + 2 + ...
π π 2 −1 4 −1 6 −1

Use Parseval’s identity (Fact 5.5.6 in the book) to find the value of
THE PARSEVAL EQUALITY. When computing the inner product of the series, we get
||f ||2 = a20 + ∞ 2 2 1 1 1
P
k=1 ak + bk . + 2 + 2 +···
(22 − 1)2 (4 − 1)2 (6 − 1)2

EXAMPLE. f (x) = x = 2(sin(x) − sin(2x)/2 + sin(3x)/3 − sin(4x)/4 + ... has coefficients f k = 2(−1)k+1 /k and
1 π 2 2 2
R
π −π x dx = 2π /3 or 1 + 1/4 + 1/9 + 1/16 + 1/25 + ....) = π /6 .
so 4(1 + 1/4 + 1/9 + ...) =

Potrebbero piacerti anche