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 first course APMA0330
Return to the main page for the second course APMA0340
Return to the main page for the fourth course APMA0360
Return to Part V of the course APMA0340
Introduction to Linear Algebra with Mathematica
Glossary
Preface
There are know many sufficient conditions for a complex-valued, periodic function f to be equal to the sum of its Fourier series at a point of continuity. Moreover, the behavior of the Fourier series at points of discontinuity is determined as well (it is the midpoint of the values of the discontinuity).
This section prsents three famous tests of pointwise convergence of the Fourier series: the Dirichlet conditions, the bounded variation condition or the jJordan test, and Dini's test.
Pointwise convergence of Fourier Series
Example 3: We consider the function \[ f(x) = \begin{cases} \frac{\sin (1/x)}{x\,\ln (1/|x|)} , &\quad 0 < |x| < e^{-2} , \\ 0, &\quad e^{-2} \le |x| \le \pi \end{cases} \] that was considered previously in Example 2 of section. The given function is not absolutely integrable, but its sine Fourier coefficients exist: \[ b_n = \frac{2}{\pi} \int_0^{\pi} f(x)\,\sin (nx)\,{\text d}x = \frac{2}{\pi} \int_0^{1/e^2} \,\frac{\sin (1/x)}{x\,\ln (1/x)}\,\sin (nx)\,{\text d}x . \] By changing variable x = 1/t, we get \[ b_n = \frac{2}{\pi} \int_{e^2}^{\infty} a_n (t)\,\sin t\,{\text d}t, \qquad a_n (t) = \frac{\sin (n/t)}{t\,\ln t} . \] Tail of this integral is easy bounded. For t ≥ 2n, we have |n/t| ≤ ½, so |sin(n/t)| ≤ n/t. Thus, \[ | a_n (t) | \le \frac{n/t}{t\,\ln t} = \frac{n}{t^2 \ln t} . \] Hence, \[ \left\vert \int_{2n}^{\infty} a_n (t) \,\sin t \,{\text d}t \right\vert \le \int_{2n}^{\infty} \frac{n}{t^2 \ln t}\,{\text d}t \le \frac{1}{\ln n} . \] So the tail contributes O(1/lnn).
The main part of the integral e² ≤ t ≤ 2n has the Dirichlet-type estimate. On interval [e², 2n], we have \[ \left\vert a_n (t) \right\vert \le \frac{1}{t\,\ln t} , \] and 𝛂ₙ(t) is slowly varying and of size ∼ 1/(tlnt). Write \[ \int_{e^2}^{2n} a_n (t)\,\sin t\,{\text d}t \] as a Dirichelet-type integral: suint oscillates, while 𝛂ₙ(t) is monotone in t for fixed n and tends to zero as t → ∞. A standard Dirichlet argument gives \[ \left\vert \int_{e^2}^{2n} a_n (t)\,\sin t\,{\text d}t \right\vert \le \sup_{e^2 \le t \le 2n} \ |A_n (t) | , \] where derivative of Aₙ(t) is equal to 𝛂ₙ(t). A direct estimate of Aₙ(t) (integrating 𝛂ₙ(t) once and using |sin(n/t)| ≤ 1) yields \[ \left\vert A_n (t) \right\vert \le \int_{e^2}^{2n} \frac{{\text d}t}{t\,\ln t} \,\sim\, \ln\,\ln (2n) - \,\ln (e^2 ) \,\sim \,\ln\,\ln n . \] However, the dependence on n/t in sin(n/t) actually improves this estimate: for large n, the effective contribution comes from t of order n, and a refined estimate (using the same substitution u = n/t inside Aₙ(t)) shows \[ \left\vert \int_{e^2}^{2n} a_n (t)\,\sin t\,{\text d}t \right\vert \le \frac{1}{\ln n} . \] Heuristically, the extra oscillation in sin(n/t) kills the slow ln lnn growth and leaves a 1/lnn scale.
'Combining both estimates, we obtain \[ | b_n | \le c_1 \frac{1}{\ln n} + c_2 \frac{1}{\ln n} \le c_3 \frac{1}{\ln n} . \]
- All Fourier sine coefficients exist,
- they decay very slowly, like )(1/lnn),
- the Fourier series is not absolutely convergent---it is only conditionally convergent and converges very delicately,
- partial sums exhibit strong oscillations and very slow convergence—this is convergence in a highly non‑uniform, fragile sense.
- f is piecewise ℭ¹ away from 0,
- the Fourier series converges to f(x) at every such point.
- The partial sums oscillate violently near x = 0,
- The Gibbs phenomenon becomes unbounded in a shrinking neighborhood of x = 0,
- convergence is pointwise but not uniform, and not even locally uniform near 0.
- classical Fejér or Lebesgue theorems do not apply,
- function f does not belong to 𝔏¹,
- but the Fourier series does converge in the sense of distributions.
Before we start working with three advanced suffiocient tests, it is important to establish simple criteria that determine when a Fourier series converges.
- there is a subdivision 𝑎 = x₀ < x₁ < ⋯ < xₙ = b such that f is monomtone and continuous on each subinterval Iₖ = { x : xₖ-₁ < x < xₖ } and
- at each of the subdivision points x₀, x₁, … , xₙ both one-sided limits of f exist.
- f(x) if x is a point of continuity;
- ½(f(x + 0) + f(x − 0)) if x is a point of discontinuity.
Dirichlet conditions

- it is absolutely integrable;
- it has a finite number of extrema,
- f has a finite number of finite jump discontinuities over the interval, and these discontinuities must be finite.
- ,li>
These conditions apply to most engineering and physical signals (e.g., square, triangular, sawtooth waves).
- These are sufficient conditions for convergence, not necessary. A function might not satisfy them but still have a convergent Fourier series.
- Gibbs Phenomenon: Near discontinuities, the Fourier series will exhibit high-frequency oscillations known as the Gibbs phenomenon, even though it converges in the limit. ,/ul>
- Dirichlet, P., (1829), "Sur la convergence des series trigonometriques qui servent à represénter une fonction arbitraire entre des limites donnees", Journal für die reine und angewandte Mathematik (J. Reine Angew. Math.), 4: 157–169.
- Jordan, Camille (1881), "Sur la série de Fourier" [On Fourier's series], Comptes rendus hebdomadaires des séances de l'Académie des sciences, 92: 228–230 (at Gallica).
Bounded variation

Marie Ennemond Camille Jordan (1838–1922) was a French mathematician, known both for his foundational work in group theory and for his textbook Cours d'analyse de l'École polytechnique. Camille Jordan is not to be confused with the geodesist Wilhelm Jordan (Gauss–Jordan elimination) or the physicist Pascual Jordan (Jordan algebras). Bounded variation (BV) functions of a single variable were first introduced by Camille Jordan, in the paper (1881) dealing with the convergence of Fourier series. The properties of functions of bounded variation became widely known because they were discussed by Jordan in a note appended to the third volume of his Course d’analyse (1887).
We have the following chains of inclusions for continuous functions over a closed, bounded interval of the real line:
Continuously differentiable ⊆ Lipschitz continuous ⊆ absolutely continuous ⊆ continuous and bounded variation ⊆ differentiable almost everywhere
Dini's conditions


The following theorem was proved in 1880 by an Italian mathematician Ulisse Dini (1845--1918).
For arbitrary integrable function f, we compute

The smoothness of the function drastically affects the rate of decrease of the Fourier coefficients: the smoother the function the more rapidly its Fourier coefficient decreease. The study of pointwise convergence of Fourier series is largely the study of the interplay between assumprions of smoothness and conclusions about convergence.
Return to Mathematica page
Return to the main page (APMA0340)
Return to the Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Differential Equations
Return to the Part 3 Non-linear Systems of Ordinary Differential Equations
Return to the Part 4 Numerical Methods
Return to the Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations
Return to the Part 7 Special Functions