markdown
Foundations of the Fourier Transformmd aa9f7bd
lecture/math/analysis/introduction-to-fourier-transform.lecture.n.md
Download PDF

Foundations of the Fourier Transform

date2026-07-14document_iddoc_13692dad4758b5c5cd6467360ff846c2descriptionフーリエ変換による周波数表現、反転、微分則、Plancherel等式、関数空間および超関数への拡張を説明する。prerequisites積分法の基本 / 三角関数 / 複素数と複素平面type講義content_typelecturestatusactiverelateddata/lecture/math/analysis/analysis-portal.lecture.n.md / data/lecture/math/analysis/introduction-to-laplace-transform.lecture.n.md / data/lecture/physics/waves/waves-basics.lecture.n.md / data/lecture/physics/waves/interference-and-diffraction.lecture.n.md
mathanalysisfourierlecture

1Introduction

This lecture explains how the Fourier transform represents a function by the complex amplitudes of its frequency components. The transform provides an invertible correspondence, not merely an informal decomposition, and converts differentiation into multiplication by frequency.

2Schwartz Functions and the Transform Convention

To state convergence results without ambiguity, first work in the Schwartz space [PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R). A smooth function f belongs to this space when, for every pair of nonnegative integers m,n,

|x|m|f(n)(x)|0(|x|).

Thus f and all its derivatives decay faster than every reciprocal polynomial. For f,g[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R), define

[PARSE ERROR: Undefined("Command(\"mathcal\")")]Ff(ω)=f^(ω):=-f(x)e-iωxdx,[PARSE ERROR: Undefined("Command(\"mathcal\")")]F-1g(x):=12π-g(ω)eiωxdω.

Here ω is angular frequency in radians per unit time. Ordinary frequency ν is measured in cycles per unit time, or Hz when time is in seconds, and satisfies ω=2πν. Communications texts often use

X(ν)=-x(t)e-i2πνtdt,

so X(ν)=Xω(2πν). The sign and placement of 2π vary among conventions; the forward and inverse definitions must always be specified together.

3Fourier Inversion

If f[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R), then f^[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R) and

[PARSE ERROR: Undefined("Command(\"mathcal\")")]F-1([PARSE ERROR: Undefined("Command(\"mathcal\")")]Ff)=f.

A standard proof regularizes the inverse integral with a Gaussian factor. Interchanging the absolutely convergent integrals produces the convolution of f with a Gaussian approximate identity. As the Gaussian width tends to zero, this convolution converges to f. Rapid decay justifies the exchanges of limits and integrals. This theorem is the basis for reconstructing a function from its spectrum.

data/lecture/math/algebra/complex-numbers-and-complex-plane.lecture.n.md data/lecture/physics/waves/waves-basics.lecture.n.md

4An Acoustic Interpretation

A sound waveform records air-pressure variation in time, while pitch perception distinguishes its high- and low-frequency components. The Fourier transform provides the mathematical complex amplitude and phase of these components.

5Discrete Orthogonality and the Continuous Transform

For integers m,nZ, the complex exponentials on [-π,π] satisfy

\int_{-\pi}^{\pi}e^{imx}e^{-inx}\,dx =\begin{cases} 2\pi,&m=n,\\ 0,&m\ne n. \end{cases}

Fourier series use this orthogonality to extract coefficients at discrete frequencies. The Fourier transform extends the construction to a continuum of angular frequencies: f^(ω) is a density of complex amplitude and therefore records both amplitude and phase. Fourier inversion establishes the reciprocal correspondence between f and f^.

6Differentiation Rule

For f[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R), integration by parts gives

\begin{aligned} \widehat{f'}(\omega) &=\int_{-\infty}^{\infty}f'(x)e^{-i\omega x}\,dx\\ &=\Bigl[f(x)e^{-i\omega x}\Bigr]_{-\infty}^{\infty} +i\omega\int_{-\infty}^{\infty}f(x)e^{-i\omega x}\,dx\\ &=i\omega\hat f(\omega). \end{aligned}

The boundary term vanishes by rapid decay. Hence differentiation in the original variable becomes multiplication by iω in the frequency domain. This identity is a principal reason that Fourier methods simplify constant-coefficient differential equations.

7Gaussian Example

For f(x)=e-x2,

f^(ω)=πe-ω2/4.

To derive the formula, put

I(ω)=Re-x2e-iωxdx.

Differentiation under the integral and the identity xe-x2=-12(d/dx)e-x2 yield, after integration by parts,

I(ω)=-ω2I(ω).

Together with the Gaussian integral I(0)=π, this differential equation gives I(ω)=πe-ω2/4. Thus a smooth localized Gaussian transforms to another Gaussian.

8Functions Outside the Schwartz Space

The Dirac delta δ is the distribution defined by the extraction property δ(ω-a),φ=φ(a) for every test function φ[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R). A tempered distribution is a continuous linear functional on the Schwartz space, and the Fourier transform extends to this space.

The function cos(ax) does not decay at infinity, so its Fourier integral does not converge in the preceding sense. Under the present convention, its transform is the tempered-distribution identity

[PARSE ERROR: Undefined("Command(\"mathcal\")")]F{cos(ax)}=π(δ(ω-a)+δ(ω+a))

This identity means that both sides give the same value when applied to every Schwartz test function; it is not an equality of ordinary convergent integrals.

If fL1(R), the forward integral exists for every ω, but inversion requires additional hypotheses. For a general L2(R) function, the integral need not exist pointwise. The transform is instead defined as the unique L2 extension supplied by Plancherel's theorem.

9Plancherel's Theorem

For f[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R),

-|f(x)|2dx=12π-|f^(ω)|2dω.

The proof first establishes preservation of the inner product, with the normalization factor dictated by the transform convention, by substituting the inversion formula and justifying interchange of integrals. Since [PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R) is dense in L2(R), the scaled isometry extends uniquely to all of L2. Consequently, time-domain and frequency-domain squared norms contain the same information up to the stated factor.

10Mathematical Interpretations

10.1Analytic Interpretation

Whereas calculus describes pointwise values and local variation, the Fourier transform represents a function as a superposition of frequency components. This representation is particularly appropriate for waves and signals.

10.2Linear-Algebra Interpretation

In finite-dimensional discrete settings, the discrete Fourier transform is multiplication by a matrix whose columns are orthogonal discrete exponentials. The continuous transform analogously supplies continuous frequency coordinates through inversion and Plancherel's identity. However, eiωx is not in L2(R), so these functions do not form an ordinary finite- or countable-dimensional basis.

10.3Operator Interpretation

The identity

ddxeiωx=iωeiωx

makes eiωx a generalized eigenfunction of the differentiation operator with generalized eigenvalue iω. It is not an ordinary L2(R) eigenfunction because it is not square-integrable. Fourier transformation diagonalizes differentiation in this generalized sense, converting differential equations into algebraic equations indexed by ω.

10.4Appropriate Applications

  • analyzing waves, oscillations, and periodicity by frequency components;
  • converting differential equations into algebraic equations indexed by frequency;
  • analyzing global oscillatory structure rather than local information.

11Scope and Transform Contract

Fourier series are the natural elementary model for periodic functions, whereas the Fourier transform is the corresponding model on the entire real line. Function-space and distributional extensions refine this distinction.

Transform contract for this lecture. For f[PARSE ERROR: Undefined("Command(\"mathcal\")")]S(R),

f^(ω)=Rf(x)e-iωxdx,f(x)=12πRf^(ω)eiωxdω,
f^(ω)=iωf^(ω),R|f|2=12πR|f^|2.

The formula X(ν)=Xω(2πν) translates this angular-frequency convention to the Hz convention used in communications engineering.

12Related Lectures

data/lecture/math/analysis/analysis-portal.lecture.n.md data/lecture/information/communications/communications-engineering-basics.lecture.n.md data/lecture/math/analysis/introduction-to-laplace-transform.lecture.n.md data/lecture/physics/waves/waves-basics.lecture.n.md data/lecture/physics/waves/interference-and-diffraction.lecture.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる