Fourier series
From Wikipedia, the free encyclopedia
| Fourier transforms |
|---|
| Continuous Fourier transform |
| Fourier series |
| Discrete Fourier transform |
| Discrete-time Fourier transform |
In mathematics, the Fourier series is one of the specific forms of Fourier analysis. In particular, it allows periodic functions to be represented as a weighted sum of much simpler sinusoidal component functions sometimes referred to as normal Fourier modes, or simply modes for short. The weights, or coefficients, of the components, arranged in order of increasing frequency, form a sequence (or function) called Fourier series. Therefore Fourier analysis is often said to transform the original function into another, which is called the frequency domain representation of the original function (which is often a function in the time-domain). And the mapping between the two functions is one-to-one, so the transform is reversible.
Fourier series serve many useful purposes, as manipulation and conceptualization of the modal coefficients are often easier than with the original function. 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).
The Fourier series is 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. Generalizations include generalized Fourier series and other expansions over orthonormal bases.
Contents |
[edit] Definition
[edit] General form
One form (called complex exponential) of the Fourier series for complex-valued function, <math>s(t),\,</math> is the sequence:
- <math>c_n = \frac{1}{T}\int_{t_0}^{t_0 + T} s(t)\cdot e^{-i \left(n \frac{2\pi}{T}\right) t}\, dt</math> for all integer values of n,
where:
- <math>s(t)</math> is periodic, with period <math>T</math>
- <math>t_0</math> is an arbitrary instance of real argument <math>t</math>
- <math>s(t)</math> is piecewise smooth and continuous
- <math>\int_{t_0}^{t_0+T} |s(t)|^2\, dt<+\infty</math>
Two formulas for reconstructing <math>s(t)</math> from the coefficients (also known as the inverse transform and Fourier series expansion) are:
- <math>
\begin{align} s(t) &= \sum_{n=-\infty}^{+\infty} c_n \cdot e^{i \left(n \frac{2\pi}{T}\right) t} \quad\quad(1)\\ &= c_0 + \sum_{n=1}^{\infty}\left[(c_n+c_{-n})\cdot \cos\left(n \frac{2\pi}{T} t\right) + i(c_n-c_{-n})\cdot \sin\left(n \frac{2\pi}{T} t\right)\right]\\ &= \frac{a_0}{2} + \sum_{n=1}^{\infty}\left[a_n\cdot \cos\left(n \omega t\right) + b_n\cdot \sin\left(n \omega t\right)\right], \quad\quad(2) \end{align} </math>
where:
- <math>\omega \ \stackrel{\mathrm{def}}{=}\ \frac{2\pi}{T} \,</math>
- <math>a_n = c_n + c_{-n} = \frac{2}{T}\int_{t_0}^{t_0+T} s(t)\cdot \cos(n\omega t)\, dt</math>
- <math>b_n = i(c_n - c_{-n}) = \frac{2}{T}\int_{t_0}^{t_0+T} s(t)\cdot \sin(n\omega t)\, dt.\,</math>
It follows that for any non-negative n:
- <math>c_n = \frac{1}{2}(a_n-ib_n)\,</math>
- <math>c_{-n} = \frac{1}{2}(a_n+ib_n).\,</math>
The term Fourier series can also refer to the sequence of <math>(a_n, b_n)\,</math> pairs. That form is often preferred when <math>s(t)\,</math> is a real-valued function, in which case:
- <math>c_{-n} = \overline{c_n}\,</math> (complex conjugate)
- <math>a_n = 2\cdot \operatorname{Re}\{c_n\} \,</math>
- <math>b_n = i^2\cdot 2\cdot \operatorname{Im}\{c_n\}= -2\cdot \operatorname{Im}\{c_n\}.\,</math>
[edit] Canonical form
The formulas above can be simplified to produce a time-scaled version of <math>f(t),\,</math> whose period is the constant, 2π :
- <math>g(t) \ \stackrel{\mathrm{def}}{=} \ f\left(\frac{T}{2\pi}t\right) = \frac{1}{2} a_0 +\sum_{n=1}^{\infty}[a_n \cos(nt) + b_n \sin(nt)].</math>
The coefficient formulas, in terms of <math>g(t),\,</math> are similarly simplified. And we may also choose: <math>t_1 = 0, \ t_2 = T\,</math> :
- <math>
\begin{align} a_n &= \frac{2}{T}\int_{0}^{T} f(t) \cos(\omega_n t)\, dt \\ &= \frac{2}{T}\int_{0}^{T} f(t) \cos\left(n\frac{2\pi}{T} t\right)\, dt \\ &= \frac{1}{\pi}\int_{0}^{2\pi} f\left(\frac{T}{2\pi}x\right) \cos(nx)\, dx, \ \ \mathrm{where} \ \ x \ \stackrel{\mathrm{def}}{=}\ \frac{2\pi t}{T} \\ &= \frac{1}{\pi}\int_{0}^{2\pi} g(x) \cos(nx)\, dx \end{align} </math>
- <math>b_n = \frac{1}{\pi}\int_{0}^{2\pi} g(x) \sin(nx)\, dx.\,</math>
The general form (unscaled) is used in most practical cases because it is directly applicable. For theoretical work, the canonical form may be more convenient.
[edit] Examples
[edit] Simple Fourier series
Consider a sawtooth function (as depicted in the figure):
- <math>f(x) = x, \quad \mathrm{for} \quad -\pi < x < \pi \,</math>
- <math>f(x + 2\pi) = f(x), \quad \mathrm{for} \quad -\infty < x < \infty \,</math>
In this case, the Fourier coefficients are easiest to evaluate using the interval between -π and π, where the function is continuous.
- <math>\begin{align}
a_n &{}= \frac{1}{\pi}\int_{-\pi}^{\pi}f(x)\cos(nx)\,dx \\ &{}= \frac{1}{\pi}\int_{-\pi}^{\pi}x \cos(nx)\,dx \\ &{}= 0. \end{align} </math>
- <math>\begin{align}
b_n &{}= \frac{1}{\pi}\int_{-\pi}^{\pi}f(x)\sin(nx)\,dx \\ &{}= \frac{1}{\pi}\int_{-\pi}^{\pi} x \sin(nx)\, dx \\ &{}= \frac{2}{\pi}\int_{0}^{\pi} x\sin(nx)\, dx \\ &{}= \frac{2}{\pi} \left(\left[-\frac{x\cos(nx)}{n}\right]_0^{\pi} + \left[\frac{\sin(nx)}{n^2}\right]_0^{\pi}\right) \\ &{}= 2\frac{(-1)^{n+1}}{n}.\end{align}</math>
And therefore:
- <math>
\begin{align} f(x) &= \frac{a_0}{2} + \sum_{n=1}^{\infty}\left[a_n\cos\left(nx\right)+b_n\sin\left(nx\right)\right] \\ &=2\sum_{n=1}^{\infty}\frac{(-1)^{n+1}}{n} \sin(nx), \quad \mathrm{for} \quad -\infty < x < \infty . \end{align} </math>
[edit] 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{n2\pi}{L} x \right)</math>
where
- <math>b_n = \frac{2}{L} \int_0^L f(x) \sin \left( \frac{n2\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}{L} x \right)</math>
where
- <math>b_n = \frac{2}{L} \int_0^L f(x) \sin \left( \frac{(2n+1)\pi}{L} x\right)\, dx.</math>
[edit] Interpretation: decomposing a movement in rotations
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 a 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^{inx}</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 multiplicative characters of the group <math>\mathbb{R}/2\pi\mathbb{Z}</math>.
[edit] Historical development
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 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.
[edit] 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.
[edit] 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.
[edit] 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 f:R → C 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 will take the functions f:R → C in the set of piecewise continuous, 2π 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 L2(μ), where μ is the normalized Lebesgue measure of the interval [-π,π] (i.e. such that <math>\int_{[-\pi,\pi]}f \, d\mu=\frac{1}{2\pi}\int_{-\pi}^\pi f(x)\,dx</math>.
We can make L2(μ) into a Hilbert space, which is well-suited for orthogonal projections, by defining the inner 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{g(x)}</math> denotes the conjugate of g(x). 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 L2(μ), which means we can write
- <math>f(x)=\sum_{n\in\mathbb{Z}}\left\langle f,e^{i n x}\right\rangle e^{i n x}</math>
- <math>c_n \ \stackrel{\mathrm{def}}{=} \left\langle f,e^{i n x}\right\rangle = \frac{1}{2\pi} \int_{-\pi}^{\pi} f(x) e^{-i n x}\,dx\,</math>
[edit] Properties
- If f is an odd function, then <math>a_n=0</math> for all <math>n</math> because <math>f(x)\cos\left(n\frac{2\pi}{T}x\right)</math> is then also odd, so its integral on <math>[-T/2, T/2]</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 kth 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.
[edit] 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 to 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 T is the unit circle, we can define the dual of G 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 C[G] 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 C[G] with respect to this scalar product. Let f :G → C. 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 of this article are obtained by taking G = R/2πZ. 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 Tn = Rn/(2πZ)n. For n = 1 we get a circle, for n = 2 the Cartesian product of two circles, i.e. a torus in the usual sense. Choosing G = Tn gives the corresponding Fourier series.
[edit] Approximation and convergence of Fourier series
[edit] Definition of a Fourier series
Let <math>\chi_n(x)=e^{in2\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.
[edit] 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}{T}\int_{-T/2}^{T/2} f(t)\chi_{-n}(t)\,dt.</math>
This means that the best approximation of f we can make using only the functions <math>\chi_n(x)=e^{in2\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.
[edit] 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. The proof of this result is simple, unlike Lennart Carleson's much stronger result that the series actually converges almost everywhere.
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>T</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 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>.
[edit] Plancherel's and Parseval's theorems
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}{T} \int_{-T/2}^{T/2} 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}{T} \int_{-T/2}^{T/2} |f(x)|^2 \,dx</math>
which can also be restated in terms of the cosine/sine 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}{T} \int_{-T/2}^{T/2} |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.
[edit] See also
- Fourier transform
- Harmonic analysis
- Gibbs phenomenon
- Sturm-Liouville theory
- Laurent series — the substitution <math>q=e^{\pi i t}</math> transforms a Fourier series into a Laurent series, or conversely. This is used in the q-series expansion of the j-invariant.
[edit] References
- Joseph Fourier, translated by Alexander Freeman (published 1822, translated 1878, re-released 2003). The Analytical Theory of Heat. Dover Publications. ISBN 0-486-49531-0. 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 0-486-63331-4
- Felix Klein, Development of mathematics in the 19th century. Mathsci Press Brookline, Mass, 1979. Translated by M. Ackerman from Vorlesungen über die Entwicklung der Mathematik im 19 Jahrhundert, Springer, Berlin, 1928.
- Walter Rudin, Principles of mathematical analysis, Third edition. McGraw-Hill, Inc., New York, 1976. ISBN 0-07-054235-X
- William E. Boyce and Richard C. DiPrima, Elementary Differential Equations and Boundary Value Problems, Eighth edition. John Wiley & Sons, Inc., New Jersey, 2005. ISBN 0-471-43338-1
[edit] External links
- Phasor Phactory Allows custom control of the harmonic amplitudes for arbitrary terms
- Java applet shows Fourier series expansion of an arbitrary function
- Example problems - Examples of computing Fourier Series
- Fourier series explanation - A simple, non-mathematical approach
- Eric W. Weisstein, Fourier Series at MathWorld.
- Fourier Series Module by John H. Mathews
- Joseph Fourier - A site on Fourier's life which was used for the historical section of this article
This article incorporates material from example of Fourier series on PlanetMath, which is licensed under the GFDL.ar:متسلسلة فوريي ca:Sèrie de Fourier cs:Fourierova řada da:Fourierrække de:Fourierreihe es:Serie de Fourier fa:سری فوریه fr:Série de Fourier gl:Serie de Fourier ko:푸리에 급수 it:Serie di Fourier he:טור פורייה lt:Furjė eilutė hu:Fourier-sor mt:Serje ta’ Fourier nl:Fourierreeks ja:フーリエ級数 pl:Szereg Fouriera pt:Série de Fourier ro:Serie Fourier ru:Ряд Фурье sk:Fourierov rad fi:Fourier'n sarja sv:Fourierserie th:อนุกรมฟูริเยร์ vi:Chuỗi Fourier zh:傅里叶级数

