Fourier series
From Free net encyclopedia
- This article is about trigonometric Fourier series for periodic functions; for the general notion of Fourier expansions, see orthonormal basis.
Fourier series are a mathematical tool used for analyzing an arbitrary periodic function by decomposing the function into a sum of much simpler sinusoidal component functions. This analysis serves many useful purposes, among which is making it easier to manipulate the original function, both analytically and graphically.
Areas of application include electrical engineering, vibration analysis, acoustics, optics, signal and image processing, and data compression. Using the tools and techniques of spectroscopy, for example, astronomers can deduce the chemical composition of a star by analyzing the frequency components, or spectrum, of the star's emitted light. Similarly, engineers can optimize the design of a telecommunications system using information about the spectral components of the data signal that the system will carry. See also spectrum analyzer.
Fourier series are named after the French scientist and mathematician Joseph Fourier, who used them in his influential work on heat conduction, Théorie Analytique de la Chaleur (The Analytical Theory of Heat), published in 1822.
Contents |
Definition
General form
Given a complex-valued function f of real argument t, :<math>f:\mathbb{R}\rightarrow\mathbb{C}</math>, where f(t) is piecewise continuous, periodic with period T, and square-integrable over the interval from –T/2 to +T/2, or equivalently,
- <math>\int_{-T/2}^{T/2} |f(t)|^2 dt<+\infty,</math>
then the Fourier series expansion of f about t = 0 is
- <math>f(t) = \frac{a_0}{2}+\sum_{n=1}^{\infty}[ a_n \cos(\omega_n t) + b_n \sin(\omega_n t)], </math>
where, for any non-negative integer n:
- <math> \omega_n = n\frac{2\pi}{T}</math>
is the nth harmonic (in radians) of the function f, and the Fourier coefficients of f are:
- <math>a_n = \frac{2}{T}\int_{-T/2}^{T/2} f(t) \cos(\omega_n t)\, dt</math>
- <math>b_n = \frac{2}{T}\int_{-T/2}^{T/2} f(t) \sin(\omega_n t)\, dt,</math>
Equivalently, in exponential form,
- <math>f(t) = \sum_{n=-\infty}^{+\infty} c_n e^{i \omega_n t}</math>
where:
- <math>c_n = \frac{1}{T}\int_{-T/2}^{T/2} f(t) e^{-i \omega_n t}\, dt</math>
- <math>i</math> is the imaginary unit
and
- <math>e^{i \omega_n t} = \cos(\omega_n t) + i \sin(\omega_n t)</math>
in accordance with Euler's formula.
For a formal justification, see Modern derivation of the Fourier coefficients below.
Canonical form
In the special case where the period T = 2π, we have
- <math>\omega_n = n \, </math>
In this case, the Fourier series expansion reduces to a particularly simple form:
- <math>f(t) = \frac{a_0}{2}+\sum_{n=1}^{\infty}[ a_n \cos(nt) + b_n \sin(nt)] </math>
where
- <math>a_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(t) \cos(nt)\, dt</math>
- <math>b_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(t) \sin(nt)\, dt</math>
for any positive integer n.
or, equivalently:
- <math>f(t) = \sum_{n=-\infty}^{+\infty} c_n e^{i nt}</math>
where
- <math>c_n = \frac{1}{2 \pi}\int_{-\pi}^{\pi} f(t) e^{-i nt}\, dt.</math>
Choice of the form
The form for period T can be easily derived from the canonical one with the change of variable defined by <math>x=\frac{2\pi}{T}t</math>. Therefore, both formulations are equivalent. However, the form for period T is used in most practical cases because it is directly applicable. For the theory, the canonical form is preferred because it is more elegant and easier to interpret mathematically, as will be later seen.
Examples
Simple Fourier series
Let f be periodic of period <math>2\pi</math>, with <math> f(x) = x </math> for x from -π to π. Note that this function is a periodic version of the identity function.
Image:Periodic identity.pngImage:Animated.gif
We will compute the Fourier coefficients for this function.
<math>a_n \, </math> | <math>=\frac{1}{\pi}\int_{-\pi}^{\pi}f(x)\cos(nx)\,dx</math> |
<math>= \frac{1}{\pi}\int_{-\pi}^{\pi}x \cos(nx)\,dx</math> | |
<math>a_n \,</math> | <math>= 0 \, </math> |
<math>b_n \,</math> | <math>=\frac{1}{\pi}\int_{-\pi}^{\pi}f(x)\sin(nx)\,dx</math> |
<math>=\frac{1}{\pi}\int_{-\pi}^{\pi} x \sin(nx)\, dx</math> | |
<math>=\frac{2}{\pi}\int_{0}^{\pi} x\sin(nx)\, dx</math> | |
<math>= \frac{2}{\pi}\left(\left[-\frac{x\cos(nx)}{n}\right]_0^{\pi}+\left[\frac{\sin(nx)}{n^2}\right]_0^{\pi}\right)</math> | |
<math>b_n \,</math> | <math>=2\frac{(-1)^{n+1}}{n}</math> |
Notice that an are 0 because the <math>x\mapsto x\cos(nx)</math> are odd functions. Hence the Fourier series for this function is:
- <math>f(x)=\frac{a_0}{2} + \sum_{n=1}^{\infty}\left[a_n\cos\left(nx\right)+b_n\sin\left(nx\right)\right] </math>
- <math>=2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n} \sin(nx), \quad \forall x\in [-\pi,\pi].</math>
One application of this Fourier series is to compute the value of the Riemann zeta function at s = 2; by Parseval's theorem, we have:
- <math>\int_{-\pi}^\pi x^2 dx=\frac{1}{2}\sum_{n>0}\left[2\frac{(-1)^n}{n}\right]^2</math>
which yields: <math>\sum_{n>1}\frac{1}{n^2}=\frac{\pi^2}{6}</math>.
The wave equation
The wave equation governs the motion of a vibrating string, which may be fastened down at its endpoints. The solution of this problem requires the trigonometric expansion of a general function f that vanishes at the endpoints of an interval x=0 and x=L. The Fourier series for such a function takes the form
- <math>f(x) = \sum_{n=1}^{\infty} b_n \sin \left( \frac{n\pi}{L} x \right)</math>
where
- <math>b_n = \frac{2}{L} \int_0^L f(x) \sin \left( \frac{n\pi}{L} x\right)\, dx</math>
Vibrations of air in a pipe that is open at one end and closed at the other are also described by the wave equation. Its solution requires expansion of a function that vanishes at x = 0 and whose derivative vanishes at x=L. The Fourier series for such a function takes the form
- <math>f(x) = \sum_{n=1}^{\infty} b_n \sin \left( \frac{(2n +1)\pi}{2L} x \right)</math>
where
- <math>b_n = \frac{2}{L} \int_0^L f(x) \sin \left( \frac{(2n+1)\pi}{2L} x\right)\, dx</math>
Interpretation: decomposing a movement in rotations
Image:Animated cardioid.gif Fourier series have a kinematic interpretation. indeed, the function <math>t\mapsto f(t)</math> can be seen as the movement of an object on a plane (t would then represent time). Since f is complex-valued, we can write
- <math>f(t)=u(t)+i v(t) \, </math>.
for real-valued functions u and v. In this form, we can interpret f as a sum of horizontal and vertical translations.
From time <math>t</math> to time <math>t+dt</math>, where dt is an very small incremental period, the object moves from the point <math>A=\left[\begin{matrix}u(t)\\v(t)\end{matrix}\right]</math> to the point <math>B=\left[\begin{matrix}u(t+dt)\\v(t+dt)\end{matrix}\right]</math>, which corresponds to an infinitesimal translation in space by the vector <math>\overrightarrow{AB}=\left[\begin{matrix}u(t+dt)-u(t)\\v(t+dt)-v(t)\end{matrix}\right]</math>. As a result, we can write f as:
- <math>f(t)=\left[\begin{matrix}u(dt)-u(0)\\v(dt)-v(0)\end{matrix}\right]+\left[\begin{matrix}u(2dt)-u(dt)\\v(2dt)-v(dt)\end{matrix}\right]+\cdots+\left[\begin{matrix}u(t+dt)-u(t)\\v(t+dt)-v(t)\end{matrix}\right]</math>
- <math>=\int_0^t\frac{1}{dx}\left[\begin{matrix}u(x+dx)-u(x)\\v(x+dx)-v(x)\end{matrix}\right]dx</math>
Now instead of seeing f as a sum of infinitesimal translations, we can see it as an infinite sum of rotations of different radii. This interpretation is convenient, in particular when the movement is periodic.
Let <math>\chi_n=e^{ix}</math> be the n-turn per second rotation (of radius 1) (sometimes called character). We want to write f as <math>f(x)=\sum c_n \chi_n</math>. We can prove (see mathematical derivation below) that the radii of the rotations (the coefficients <math>c_n</math>) are exactly the ones we gave in the previous paragraph.
For example, the plot of the function <math>f:t\mapsto 2\cos\left(\frac{t}{2}\right)e^{\frac{3}{2}it}</math> is closed, which means the function is periodic. The loop in the curve suggests that it is the sum of two periodic functions, one having a shorter period than the other. Indeed, it can be written: <math>f(t)=e^{it}+e^{2it}=\chi_1(t)+\chi_2(t)</math>. All its Fourier coefficients are zero except <math>c_1=1</math> and <math>c_2=1</math>. The graphical interpretation of a rotation is much harder to do than that of the translations because instead of visually seeing the movement from one point to another we have to add the whole motion for the decomposition to make sense (we are reasoning in rotation frequencies rather than in time).
Mathematically, adopting this point of view is seeing Fourier series as a tool to understand linear operators that commute with translations. The functions <math>\chi_n</math> are precisely the mutliplicative characters of the group <math>\mathbb{R}/2\pi\mathbb{Z}</math>.
Historical development
Context
Fourier series are named in honor of Joseph Fourier (1768-1830), who made important contributions to the study of trigonometric series, after preliminary investigations by Madhava, Nilakantha Somayaji, Jyesthadeva, Leonhard Euler, Jean le Rond d'Alembert, and Daniel Bernoulli. He applied this technique to find the solution of the heat equation, publishing his initial results in 1807 and 1811, and publishing his Théorie analytique de la chaleur in 1822.
From a modern point of view, Fourier's results are somewhat informal, due in no small part to the lack of a precise notion of function and integral in the early nineteenth century (for example, one wondered if a function defined on two intervals with two different formulas was still a function). Later, Dirichlet and Riemann expressed Fourier's results with greater precision and formality.
A revolutionary article
In Fourier's work entitled Mémoire sur la propagation de la chaleur dans les corps solides, on pages 218 and 219, we can read the following :
- <math>\varphi(y)=a\cos\frac{\pi y}{2}+a'\cos 3\frac{\pi y}{2}+a\cos5\frac{\pi y}{2}+\cdots.</math>
- Multiplying both sides by <math>\cos(2i+1)\frac{\pi y}{2}</math>, and then integrating from <math>y=-1</math> to <math>y=+1</math> yields:
- <math>a_i=\int_{-1}^1\varphi(y)\cos(2i+1)\frac{\pi y}{2}\,dy.</math>
In these few lines, which are surprisingly close to the modern formalism used in Fourier series, Fourier unwittingly revolutionized both mathematics and physics. Although similar trigonometric series were previously used by Euler, d'Alembert, Daniel Bernoulli and Gauss, Fourier was the first to recognize that such trigonometric series could represent arbitrary functions, even those with discontinuities. It has required many years to clarify this insight, and it has led to important theories of convergence, function space, and harmonic analysis.
The originality of this work was such that when Fourier submitted his paper in 1807, the committee (composed of no lesser mathematicians than Lagrange, Laplace, Malus and Legendre, among others) concluded: ...the manner in which the author arrives at these equations is not exempt of difficulties and that his analysis to integrate them still leaves something to be desired on the score of generality and even rigour.
The birth of harmonic analysis
Since Fourier's time, many different approaches to defining and understanding the concept of Fourier series have been discovered, all of which are mathematically equivalent (and correct), but each of which emphasizes different aspects of the topic. Some of the more powerful and elegant approaches are based on mathematical ideas and tools that were not available at the time Fourier completed his original work. Fourier originally defined the Fourier series for real-valued functions of real arguments, and using the sine and cosine functions as the basis set for the decomposition.
Many other Fourier-related transforms have since been defined, extending to other applications the initial idea of representing any periodic function as a superposition of harmonics. This general area of inquiry is now sometimes called harmonic analysis.
Modern derivation of the Fourier coefficients
The method used by Fourier to derive the coefficients of the series is very practical and well-suited to the problem he was dealing with (heat propagation). However, this method has since been generalized to a much wider class of problems: writing a function as a sum of periodic functions.
More precisely, if <math>f:\mathbb{R}\rightarrow\mathbb{C}</math> is a function, we would like to write this function as a sum of trigonometric functions, i.e. <math>f(x)=\sum c_n e^{inx}</math>. We have to restrict our choice of functions in order for this to make sense. First of all, if f has period T, then by changing variables, can study <math>x\mapsto f\left(\frac{T}{2\pi}x\right)</math> which has period <math>2\pi</math>. This simplifies notations a lot and allows us to use a canonical (standard) form. We can restrict the study of <math>x\mapsto f\left(\frac{T}{2\pi}x\right)</math> to any interval of length <math>2\pi</math>, <math>[-\pi,\pi]</math>, say.
We will take the functions <math>f:\mathbb{R}\rightarrow\mathbb{C}</math> in the set of piecewise continuous, <math>2\pi</math> periodic functions with <math>\int_{-\pi}^\pi |f(x)|^2 \, dx<+\infty</math>. Technically speaking, we are in fact taking functions from the Lp space <math>L^2(\mu)</math>, where <math>\mu</math> is the standardized Lebesgue measure of the interval <math>[-\pi,\pi]</math> (i.e. such that <math>\int_{[-\pi,\pi]}f \, d\mu=\frac{1}{2\pi}\int_{-\pi}^\pi f(x)\,dx</math>).
Complex Fourier coefficients
We can make <math>L^2(\mu)</math> into a Hilbert space, which is well-suited for orthogonal projections, by defining the scalar product:
- <math>\langle f,g\rangle=\int_{[-\pi,\pi]}f\overline{g}\,d\mu=\frac{1}{2\pi}\int_{-\pi}^\pi f(x)\overline{g(x)}\,dx,</math>
where <math>\overline{f(x)}</math> denotes the conjugate of <math>f(x)</math>. We will denote by <math>\| \cdot \|</math> the associated norm.
<math>E=\{t\mapsto e^{i n t},n\in\mathbb{Z}\}</math> is an orthonormal basis of <math>L^2(\mu)</math>, which means we can write:
- <math>f(x)=\sum_{n\in\mathbb{Z}}\langle f,e^{i n t}\rangle e^{i n x}</math>
We usually define <math>\forall n\in\mathbb{Z}, c_n=\langle f,e^{i n x}\rangle</math>. These numbers are called complex Fourier coefficients. Their expression is:
- <math>c_n = \frac{1}{2\pi} \int_{-\pi}^{\pi} f(x) e^{-i n x}\,dx.\,</math>
An equivalent formulation is to write f as a sum of sine and cosine functions.
Real Fourier coefficients
The sum in the previous section is symmetrical arround 0: indeed, except for <math>n=0</math>, a <math>c_{-n}</math> coefficient corresponds to every <math>c_n</math> coefficient. This reminds of the formulae:
- <math>\cos(x)=\frac{e^{ix}+e^{-ix}}{2}</math> and <math>\sin(x)=\frac{e^{ix}-e^{-ix}}{2i}</math>
This means we probably can express the sum above with real-valued functions. To do this, we first notice that:
- <math>f(x)=\sum_{n\in\mathbb{Z}}c_n e^{i n x}=c_0+\sum_{n>0}\left[c_{-n}e^{-i n x}+c_n e^{i n x}\right].</math>
After replacing <math>c_n</math> by its expression and simplifying the result we get:
- <math>f(x)=c_0+\sum_{n>0}\left[\frac{1}{\pi}\left(\int_{-\pi}^\pi f(t)\cos\left(n t\right)\, dt\right)\cos\left(n x\right)+\frac{1}{\pi}\left(\int_{-\pi}^\pi f(t)\sin\left(n t\right)\, dt\right)\sin\left(n x\right)\right].</math>
If, for a non-negative integer n, we define the real Fourier coefficients <math>a_n</math> and <math>b_n</math> by
- <math>a_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(x) \cos\left(n x\right)\, dx,</math>
- <math>b_n = \frac{1}{\pi}\int_{-\pi}^{\pi} f(x) \sin\left(n x\right)\, dx, </math>
we get:
- <math>f(x)=\frac{a_0}{2}+\sum_{n>0}\left[a_n\cos\left(n x\right)+b_n\sin\left(n x\right)\right].</math>
Properties
- The following property can be easily derived from Euler's formula: <math>e^{ix} = \cos x + i\sin x \!</math>.
- <math>a_n=c_n+c_{-n}\mbox{, }b_n=i(c_n-c_{-n})\mbox{ and }c_n=\frac{a_n-ib_n}{2}</math> for all <math>n</math>.
- If f is an odd function, then <math>a_n=0</math> for all <math>n</math> because <math>f(x)\cos\left(n\pi\frac{x}{T}\right)</math> is then also odd, so its integral on <math>[-T, T]</math> is zero. If f is an even function, then <math>b_n=0</math> for a similar reason.
- If f is piecewise continuous, <math>\lim_{n\rightarrow +\infty}c_n(f)=0</math>, <math>\lim_{n\rightarrow +\infty}c_{-n}(f)=0</math>, <math>\lim_{n\rightarrow +\infty}a_n(f)=0</math> and <math>\lim_{n\rightarrow +\infty}b_n(f)=0</math>.
- If f is k-times piecewise continuously differentiable, then we can easily compute the Fourier coefficients of <math>f^{(k)}</math> given those of f:
- <math>c_n\left(f^{(k)}\right)=(in)^k c_n(f)</math>,
where <math>f^{(k)}</math> denotes the k-th derivative of f.
- For any positive integer k, if f is Ck-1 and piecewise Ck, then
- <math>\lim_{n\rightarrow +\infty}|n^kc_n(f)|=0</math> because <math>n^kc_n(f)=i^{-k}c_n\left(f^{(k)}\right)\rightarrow 0</math>.
This means that the sequence <math>c_n(f)</math> is rapidly decreasing.
General case
Fourier series take advantage of the periodicity of a function f but what if f is periodic in more than one variable, or for that matter, what if f is not periodic? These problems led mathematicians and theoretical physicists to try and define Fourier series on any group G. The advantage of this is that it allows us, for example, to define Fourier series for functions of several variables. Fourier series and Fourier transforms usually used in signal processing then become special cases of this theory and are easier to interpret.
If G is a locally compact Abelian group and <math>\mathbb{T}</math> is the unit circle, we can define the dual of <math>G</math> by <math>\widehat{G}=\{\chi:G\rightarrow\mathbb{T}\mbox{ homomorphism}\}</math>. This is the set of rotations on the unit circle and its elements are called characters. We can define a scalar product <math>\langle\cdot,\cdot\rangle</math> on <math>\mathbb{C}[G]</math> by: <math>\langle\chi_1,\chi_2\rangle=\int_{G}\chi_1(g)\overline{\chi_2(g)}\,dg</math>. <math>\widehat{G}</math> is then an orthonormal basis of <math>\mathbb{C}[G]</math> with respect to this scalar product. Let <math>f:G\rightarrow\mathbb{C}</math>. The Fourier coefficients of f are defined by: <math>\widehat{f}(\chi)=\langle f,\chi\rangle</math> and we have <math>f(g)=\int_\widehat{G}\widehat{f}(\chi)\chi(g)\,d\chi</math>. If the group is discrete, then the integral reduces to an ordinary sum.
For example, the Fourier series of this article are obtained by taking <math>G=\mathbb{R}/2\pi\mathbb{Z}</math>. We get <math>\widehat{G}=\{\chi_n:t\mapsto e^{i n t}, n\in\mathbb{Z}\}</math> and <math>c_n(f) = \widehat{f}(\chi_n) = \int_G f(g)\overline{\chi(g)}\,dg = \frac{1}{2 \pi}\int_{-\pi}^{\pi} f(t) e^{-i nt}\,dt</math>.
Periodic functions in n dimensions can be defined on an n dimensional torus (the function taking a value at each point on the torus). Such a torus is defined by <math>\mathbb{T}^n=\mathbb{R}^n/(2\pi\mathbb{Z})^n</math>. For <math>n=1</math> we get a circle, for <math>n=2</math> the cartesian product of two circles, i.e. a torus in the usual sense. Choosing <math>G=\mathbb{T}^n</math> gives the corresponding Fourier series.
Approximation and convergence of Fourier series
Definition of a Fourier series
Let <math>\chi_n(x)=e^{in\pi \frac{x}{T}}</math>. We call Fourier series of the function f the series <math>\sum c_n \chi_n</math>. For any positive integer N, we call <math>f_N(x)=\sum_{n=-N}^Nc_n \chi_n(x)</math> the N-th partial sum of the Fourier series of this function.
Approximation with the partial sums
Say we want to find the best approximation of f using only the functions <math>\chi_n</math> for n from <math>-N</math> to N. Let <math>\mathcal{T}_N=\left\{p=\sum_{n=-N}^N x_n \chi_n, x_n\in\mathbb{C}\right\}</math>. We are trying to find coefficients <math>(x_{-N},\dots,x_{N})</math> such that <math>\|f-p\|</math> is minimum (where <math>\| \cdot \|</math> denotes the norm).
We have <math>\|f-p\|^2=\|f\|^2-2\mbox{Re}\langle f,p\rangle+\|p\|^2</math>, where Re(z) denotes the real part of z.
- <math>\langle f,p\rangle=\sum_{n=-N}^N\overline{x_n}\langle f,\chi_n\rangle</math>
Parseval's theorem (which can be derived independently from Fourier series) gives us:
- <math>\|p\|^2=\sum_{n=-N}^N|x_n|^2</math>
By definition, <math>c_n=\langle f,\chi_n\rangle</math>, therefore:
- <math>\|f-p\|^2=\|f\|^2+\sum_{n=-N}^N\left[|c_n-x_n|^2-|c_n|^2\right]</math>
It is clear that this expression is minimum for <math>x_n=c_n</math> and for this value only.
This means that there is one and only one <math>f_N\in\mathcal{T}_N</math> such that
- <math>\|f-f_N\|=\min_{p\in\mathcal{T}_N}\left\{\|f-p\|,p\in\mathcal{T}_N\right\},</math>
it is given by
- <math>f_N(x)=\sum_{n=-N}^N c_n \chi_n(x),</math>
where
- <math>c_n=\frac{1}{2T}\int_{-T}^T f(t)\chi_{-n}(t)\,dt</math>
In layman's terms, it means that the best approximation of f we can make using only the functions <math>\chi_n(x)=e^{in\pi \frac{x}{T}}</math> for n from <math>-N</math> to N is precisely the Nth partial sum of the Fourier series. An illustration of this is given on the animated plot of example 1.
Convergence
While the Fourier coefficients an and bn can be formally defined for any function for which the integrals make sense, whether the series so defined actually converges to f(x) depends on the properties of f.
The simplest answer is that if f is square-integrable then
- <math>\lim_{N\rightarrow\infty}\int_{-\pi}^\pi\left|f(x)-\sum_{n=-N}^{N}
c_n\,\chi_n(x)\right|^2\,dx=0</math>
This is convergence in the norm of the space L2, which means that the series converges almost everywhere to f.
There are many known tests that ensure that the series converges at a given point x, for example, if the function is differentiable at x. Even a jump discontinuity does not pose a problem: if the function has left and right derivatives at x, then the Fourier series will converge to the average of the left and right limits (but see Gibbs phenomenon). However, a fact that many find surprising, is that the Fourier series of a continuous function need not converge pointwise.
This unpleasant situation is counter-balanced by a theorem by Dirichlet which states that if f is <math>2T</math>-periodic and piecewise continuously differentiable function, then its Fourier series converges pointwise and <math>\sum_{n\in\mathbb{Z}} c_n \chi_n(x)=\frac{f(x^+)+f(x^-)}{2}</math>, where <math>f(x^+)=\lim_{t\rightarrow x, t>x} f(x)</math> and <math>f(x^-)=\lim_{t\rightarrow x, t<x} f(x)</math>. If f is continuous as well as piecewise continuously differentiable, then the Fourier series converges in norm and hence converges uniformly.
In 1922, Andrey Kolmogorov published an article entitled Une série de Fourier-Lebesgue divergente presque partout in which he gave an example of a Lebesgue-integrable function whose Fourier series diverges almost everywhere. This function is not in <math>L^2(\mu)</math>.
Plancherel's and Parseval's theorem
Another important property of the Fourier series is the Plancherel theorem. Let <math>f,g\in L^2(\mu)</math> and <math>c_n(f), c_n(g)</math> be the corresponding complex Fourier coefficients. Then:
- <math>\sum_{n\in\mathbb{Z}} c_n(f)\overline{c_n(g)} = \frac{1}{2T} \int_{-T}^T f(x)\overline{g(x)}\,dx</math>
where <math>\overline{z}</math> denotes the conjugate of z.
Parseval's theorem, a special case of the Plancherel theorem, states that:
- <math>\sum_{n\in\mathbb{Z}} |c_n(f)|^2 = \frac{1}{2T} \int_{-T}^T |f(x)|^2 \,dx</math>
which can be restated with the real Fourier coefficients,
- <math>\frac{a_0^2}{4} + \frac{1}{2} \sum_{n=1}^\infty \left( a_n^2 + b_n^2 \right) = \frac{1}{2T} \int_{-T}^T |f(x)|^2\, dx.</math>
These theorems may be proven using the orthogonality relationships. They can be interpreted physically by saying that writing a signal as a Fourier series does not change its energy.
See also
References
- Template:Cite book 2003 unabridged republication of the 1878 English translation by Alexander Freeman of Fourier's work Théorie Analytique de la Chaleur, originally published in 1822.
- Yitzhak Katznelson, An introduction to harmonic analysis, Second corrected edition. Dover Publications, Inc., New York, 1976. ISBN 0486633314
- Felix Klein, Development of mathematics in the 19th century. Mathsci Press Brookline, Mass, 1979. Translated by M. Ackerman from Vorlesungen uber die Entwicklung der Matematik im 19 Jahrhundert, Springer, Berlin, 1928.
- Walter Rudin, Principles of mathematical analysis, Third edition. McGraw-Hill, Inc., New York, 1976. ISBN 007054235X
External links
- Java applet shows Fourier series expansion of an arbitrary function
- Example problems - Examples of computing Fourier Series
- Fourier series explanation - A non mathematical approach but simple.
- Joseph Fourier - A site on Fourier's life which was used for the historical section of this article
Template:Planetmathcs:Fourierovy řady de:Fourierreihe es:Serie de Fourier fr:Série de Fourier ko:푸리에 급수 it:Serie di Fourier he:טור פורייה ja:フーリエ級数 lt:Furjė eilutė nl:Fourierreeks pl:Szereg Fouriera pt:Série de Fourier ru:Ряд Фурье fi:Fourier'n sarja sv:Fourier-serie th:อนุกรมฟูริเยร์ vi:Chuỗi Fourier zh:傅里叶级数