Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to computing page for the fourth course APMA0360
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to Mathematica tutorial for the fourth course APMA0360
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to the main page for the course APMA0360
Introduction to Linear Algebra with Mathematica
Glossary
Preface
Let ℝ be the real line parameterized by x We consider complex-valued functions on ℝ that is integrable in Lebesue sence. The Fourier transform of a function f is denoted by
There are two problems. One is to interpret the sense in which these integrals converge. The second is to show that the inversion formula actually holds. <
Functions
Before the 19th century, “function" in mathematical science and its applications understood as "formula”. From the Bernoullis, Euler, and Lagrange, a function was essentially:
- an analytic expression,
- built from algebraic operations, exponentials, logarithms, trig functions, etc.
- piecewise definitions,
- discontinuous functions,
- arbitrary assignments.
A function on an interval is a rule that assigns to each a single real number , without requiring any analytic expression.This was the first time a function was defined:
- independently of formulas,
- allowing arbitrary assignments,
- allowing discontinuities,
- allowing pathological examples.
Later, other mathematicians reinforced Dirichlet's viewpoint.
- Weierstrass (1860s--1870s) pushed generality further.
- Cantor (1879s--1890s) provided a set-theoretical foundation.
- Lebesgue (1902) extended the definition for measure functions.
Space of bounded functions
The set of all real or complex numbers is denoted by ℝ or ℂ. Since these sets are unbounded, we consider a special class of functions.
If f is real-valued and f(x) ≤ A for all x in X, then the function is said to be bounded (from) above by A. If f(x) ≥ B for all x in X, then the function is said to be bounded (from) below by B. A real-valued function is bounded if and only if it is bounded from above and below.
The Banach space 𝔏∞ consists of equivalence classes of essentially bounded measurable functions.
Absolutely Integrable Functions
The space of lebesque integrable functions 𝔏¹(ℝ) is a Banach space with norm Its dual space is 𝔏∞, the space of essentially bounded functions. The Fourier transform \eqref{EqFunction.1} defines a linear functional that assigns to a bounded function e−ξx ∈ 𝔏∞ a function that belongs to 𝔏¹(ℝ).
The continuity of the Fourier teansform fF follows from the dominated convergence theorem. Unlike on the torus 𝕋, 𝔏¹(ℝ) does not contain 𝔏²(ℝ), so formula \eqref{EqFunction.2} does not recover f from its Fourier transform: we simply don't know whether fF is integrable---in fact, it is generally not integrable.
Square Integrable Functions
We leave definition of the root in the definition of 𝔏p norm to mathematicians because in this tutirial we will use only three cases: p = 1, 2, ∞. It is convenient to use 𝔏p notation without repeating statements for these three cases. Note that the 𝔏p-norm of a function f may ne either finite or infinite. The 𝔏p functions are those for which the p-norm is finite.
Like any measurable function, 𝔏p function is allowed to take values of ±∞. However, it takes finite values almost everywhere. It is well-known (from any course in functional analysis) that 𝔏p(X) is a Banach space for any p ∈ [1, ∞]. Moreover, for any 𝔏p functions f and g, the Minkowski inequality holds:
A function with vertical asymptote does not automatically have infinite p-norm. For instance, function \[ f(x) = x^{-1/2} \, = \frac{1}{\sqrt{x}} \] has a vertical asymptote at x = 0, but its 1-norm \[ \int_0^1 |f|\,{\text d} x = \lim_{a\downarrow 0} \,\int_a^1 \frac{{\text d}x}{\sqrt{x}} = \lim_{a\downarrow 0} \,\left[ 2\,\sqrt{x} \right]_{x=a}^{x=1} = 2 . \] In general, \[ \int_0^1 \frac{{\text d}x}{x^r} = \,\begin{cases} \infty , &\quad \mbox{if }\ r\ge 1 , \\ 1/(1-r) , &\quad \mbox{if }\ f < 1 . \end{cases} \] It follows that function f(x) = 1/xr is 𝔏p if and only if p r < 1, i.e., if and only if p < 1/r. ■
Since 𝔏²(ℝ) is a Hilbert space, it provides the most elegant and simple theory of the Fourier transform.
The inverse Fourier transform gives a continuous map from 𝔏¹(ℝ) to ℭ0(ℝ). This is also a one-to-one transformation
Space of continuous functions
Schwartz Space
The following function space is named after French mathematician Laurent Schwartz (1915--2002). This space, denoted by 𝒮 or S, has the important property that the Fourier transform is an automorphism on this space.
- Dirichlet, P. G. L. (1837). "Ueber die Darstellung ganz willkürlicher Functionen durch Sinus- und Cosinusreihen" [On the Representation of Entirely Arbitrary Functions by Sine- and Cosine-Series], Abhandlungen der Königlichen Preußischen Akademie der Wissenschaften zu Berlin [Transactions of the Royal Prussian Academy of Sciences of Berlin], 48: 45–71.
Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Basic Concepts
Return to the Part 2 Fourier Series
Return to the Part 3 Integral Transformations
Return to the Part 4 Parabolic PDEs
Return to the Part 5 Hyperbolic PDEs
Return to the Part 6 Elliptic PDEs
Return to the Part 6P Potential Theory
Return to the Part 7 Numerical Methods