Part 0 · The Toolkit — Chapter 0.9

Fourier, Delta Functions, and Probability

The uncertainty principle, three parts before quantum mechanics, as a theorem about integrals.

Where we are

Part 0 closes here, and it closes with the one sentence that organises everything below: the Fourier transform is a change of basis (Chapter 0.4) in an infinite-dimensional inner-product space (Chapter 0.5), and the basis is chosen because it is the one in which the derivative operator is diagonal. That is the whole subject. Every formula in this chapter is a consequence of it. If a formula ever looks arbitrary, go back to that sentence and read it again.

Two earlier results are about to meet. Chapter 0.5 proved that a Hermitian operator has an orthonormal basis of eigenvectors, and that in that basis it is nothing but a list of numbers. Chapter 0.8 found that eλt\ee^{\lambda t} are the eigenfunctions of d/dt\dd/\dd t.

Now put those two together. Take the eigenfunctions of the derivative and use them as a basis, and what you get is Fourier analysis. From there, every linear differential equation in this book becomes an algebra problem. Differentiation becomes multiplication. Convolution becomes multiplication. Green's functions become division.

And then the payoff, which is the reason this chapter exists. In §6 you will define the width of a function and the width of its transform, and prove that their product cannot be smaller than one half. That inequality is the Heisenberg uncertainty principle. You will have derived it with no particles, no measurement, no \hbar, and no physics of any kind. The two ingredients are Cauchy–Schwarz from Chapter 0.5 and integration by parts from Chapter 0.2. Chapter 4.9 will add exactly one thing to it: the substitution p=kp = \hbar k.

Tools you'll need  — Chapter 0.2: integration by parts, the Gaussian integral eax2dx=π/a\int\ee^{-ax^{2}}\dd x=\sqrt{\pi/a} and its completed-square cousin, and Problem 4 (the transform of a Gaussian), which §6 cashes in explicitly. Chapter 0.3: Euler's formula, and Taylor expansion to second order with control of the remainder. Chapter 0.5: inner products, Cauchy–Schwarz with its equality condition, orthonormal bases and the coefficient formula ci=ei,vc_i=\avg{e_i,v}, completeness ieiei=I^\sum_i\ket{e_i}\bra{e_i}=\hat I, unitarity, and Dirac notation. Chapter 0.7: the divergence theorem and the diffusion equation. Chapter 0.8: that eλt\ee^{\lambda t} is the eigenfunction of d/dt\dd/\dd t, the driven oscillator, and the Duhamel/integrating-factor solution. Sections 3 and 6 each cash a specific theorem from Chapters 0.2 and 0.5. Nothing here is decoration.

1 · Fourier series as an orthonormal basis

Let's begin by giving functions the same treatment vectors got in Chapter 0.5. The plan for this section is short: define an overlap between two functions, check it is a genuine inner product, and then choose a basis. Chapter 0.5's table of inner-product spaces already had the row we need, and we skipped past it at the time. It was functions on an interval, with

f,g    L/2L/2f(x)g(x)dx. \avg{f,g} \;\equiv\; \int_{-L/2}^{L/2}\overline{f(x)}\,g(x)\,\dd x. (0.9.1)

Nothing new is being asserted here. This is the same definition Chapter 0.5 gave, with the vectors now being functions. Take the three requirements in turn.

  • Conjugate symmetry, because gˉf=fˉg\overline{\int\bar g f}=\int\bar f g.
  • Linearity in the second slot, because integration is linear.
  • Positive definiteness, because f20\int\abs f^{2}\ge0 and vanishes only for f0f\equiv0.

Chapter 0.4 warned that a space of functions was coming, and that it would be infinite-dimensional. Here it is.

Everything Chapter 0.5 proved about inner-product spaces is therefore available to us. What we do not yet have is a basis. We are about to choose one, and the choice is not a matter of taste. §3 shows that the functions below are precisely the eigenfunctions of d/dx\dd/\dd x.

1.1 · The orthogonality relation, by direct integration

Work on the interval [L/2,L/2][-L/2,L/2] and define the wavenumbers

kn  =  2πnL,n{,2,1,0,1,2,}. k_n \;=\; \frac{2\pi n}{L}, \qquad n \in \{\dots,-2,-1,0,1,2,\dots\}. (0.9.2)

These are exactly the kk for which eikx\ee^{\ii kx} returns to its starting value after one interval length. Euler from Chapter 0.3 shows it in one line: eikn(x+L)=eiknxe2πin=eiknx\ee^{\ii k_n(x+L)}=\ee^{\ii k_nx}\ee^{2\pi\ii n}=\ee^{\ii k_nx}.

We want to know whether two of these waves are perpendicular, so compute their inner product. There are two cases. For m=nm=n the integrand is eiknxeiknx=1\ee^{-\ii k_nx}\ee^{\ii k_nx}=1, and the integral is just the length LL. For mnm\neq n, write κ=knkm=2π(nm)/L\kappa = k_n-k_m = 2\pi(n-m)/L, which is not zero, and integrate directly:

L/2L/2eiκxdx=[eiκxiκ]L/2L/2=eiκL/2eiκL/2iκ=2sin(κL/2)κ=2sin ⁣(π(nm))κ=0, \begin{aligned} \int_{-L/2}^{L/2}\ee^{\ii \kappa x}\dd x &= \left[\frac{\ee^{\ii\kappa x}}{\ii\kappa}\right]_{-L/2}^{L/2} = \frac{\ee^{\ii\kappa L/2}-\ee^{-\ii\kappa L/2}}{\ii \kappa}\\[4pt] &= \frac{2\sin(\kappa L/2)}{\kappa} = \frac{2\sin\!\big(\pi(n-m)\big)}{\kappa} = 0, \end{aligned} (0.9.3)

because nmn-m is a non-zero integer and sin\sin of an integer multiple of π\pi vanishes. (The middle step used eiθeiθ=2isinθ\ee^{\ii\theta}-\ee^{-\ii\theta}=2\ii\sin\theta, which is Euler's formula subtracted from its own conjugate.) Both cases together:

  L/2L/2eikmxeiknxdx  =  Lδmn   \boxed{\;\int_{-L/2}^{L/2}\ee^{-\ii k_m x}\,\ee^{\ii k_n x}\,\dd x \;=\; L\,\delta_{mn}\;} (0.9.4)

That is the entire technical content of Fourier series. Divide by L\sqrt L to normalise and the functions

en(x)  =  1Leiknxsatisfyem,en=δmn e_n(x) \;=\; \frac{1}{\sqrt L}\,\ee^{\ii k_n x} \qquad\text{satisfy}\qquad \avg{e_m,e_n}=\delta_{mn} (0.9.5)

That is an orthonormal set in exactly Chapter 0.5's sense ei,ej=δij\avg{e_i,e_j}=\delta_{ij}, verified by integration rather than assumed.

1.2 · Coefficients are inner products

Chapter 0.5 proved that in an orthonormal basis, finding coordinates requires no work at all: v=iei,veiv=\sum_i\avg{e_i,v}e_i. Transcribe it. Suppose f=ncnenf=\sum_n c_ne_n. Take em,\avg{e_m,\cdot} of both sides and use (0.9.5):

em,f  =  ncnem,en  =  ncnδmn  =  cm. \avg{e_m,f} \;=\; \sum_n c_n\avg{e_m,e_n} \;=\; \sum_n c_n\delta_{mn} \;=\; c_m. (0.9.6)

Not one integral had to be solved and not one linear system inverted. The orthogonality did all the work. Now write that out and fold the 1/L1/\sqrt L into the coefficient, and we arrive at the standard form:

f(x)=n=aneiknx,an=1LL/2L/2f(x)eiknxdx. f(x) = \sum_{n=-\infty}^{\infty} a_n\,\ee^{\ii k_n x}, \qquad a_n = \frac1L\int_{-L/2}^{L/2}f(x)\,\ee^{-\ii k_n x}\,\dd x. (0.9.7)

1.3 · Completeness — quoted, and flagged as quoted

⚑ Quoted, not derived

Everything above shows that the ene_n are orthonormal. It does not show that they are enough. Whether every function of interest is actually reachable as a sum (0.9.7) is a separate question, and the property being asked about is called completeness. We are going to use it without proving it.

Here is the honest statement. For every ff with L/2L/2f2dx<\int_{-L/2}^{L/2}\abs f^{2}\dd x\lt\infty, the partial sums SN=nNaneiknxS_N=\sum_{\abs n\le N}a_n\ee^{\ii k_nx} converge to ff in the norm of (0.9.1), meaning fSN0\norm{f-S_N}\to0. This is L2L^{2} convergence. It is the version that matters for physics, because it is the version that makes the energy bookkeeping work.

It does not imply that SN(x)f(x)S_N(x)\to f(x) at every point, and §1.4 exhibits a place where that fails permanently. Pointwise convergence needs extra hypotheses, the Dirichlet conditions: piecewise smooth, finitely many extrema and jumps. And at a jump the series converges to the midpoint of the two one-sided limits, rather than to either of them.

Both facts are proved in Chapter 4.3, where the space of square-integrable functions gets its proper name, a Hilbert space, and completeness stops being an assumption. Until then we are standing on it, and you know that we are.

1.4 · A worked expansion, and an honest failure

Take L=2πL=2\pi, so kn=nk_n=n, and expand the square wave

f(x)={+1,0<x<π,1,π<x<0. f(x) = \begin{cases} +1, & 0 \lt x \lt \pi,\\ -1, & -\pi \lt x \lt 0.\end{cases} (0.9.8)

Since ff is real and odd, it is easier to work with sines directly. Write f=n1bnsinnxf=\sum_{n\ge1}b_n\sin nx, where ππsinmxsinnxdx=πδmn\int_{-\pi}^{\pi}\sin mx\sin nx\,\dd x=\pi\delta_{mn}. That orthogonality is the same computation as (0.9.4), rewritten with Euler.

Now find the coefficients. The integrand f(x)sinnxf(x)\sin nx is a product of two odd functions, hence even, so the integral over [π,π][-\pi,\pi] is twice the integral over [0,π][0,\pi], where f=+1f=+1:

bn=1πππfsinnxdx=2π0πsinnxdx=2(1(1)n)πn. b_n = \frac1\pi\int_{-\pi}^{\pi}f\sin nx\,\dd x = \frac2\pi\int_0^{\pi}\sin nx\,\dd x = \frac{2\big(1-(-1)^{n}\big)}{\pi n}. (0.9.9)

The bracket is 22 for odd nn and 00 for even nn, so

f(x)  =  4π(sinx+sin3x3+sin5x5+). f(x) \;=\; \frac4\pi\left(\sin x + \frac{\sin 3x}{3} + \frac{\sin 5x}{5} + \cdots\right). (0.9.10)

Let's look at what that last line is saying. A discontinuous function, built entirely out of smooth ones. That should bother you slightly, and it should. No finite partial sum is discontinuous, so the discontinuity is manufactured only in the limit. The manufacturing process leaves a permanent scar.

The Gibbs phenomenon. Near the jump at x=0x=0, every partial sum overshoots. Not by less and less: by the same amount, forever. The partial sum SMS_M peaks at 1.1789801.178980\ldots rather than 11, and as MM grows the overshoot narrows and slides toward the jump but never shrinks. Since the jump has size 22, the overshoot is 8.949%8.949\% of the jump, and that number is a constant of nature for every jump discontinuity in every Fourier series. The grind box derives it.

This is a genuine failure of pointwise convergence, and it is worth naming as one rather than apologising for it. It is also not a failure of L2L^{2} convergence: the overshoot region shrinks in width fast enough that fSM20\int\abs{f-S_M}^{2}\to0 regardless. The two notions of convergence disagree, and the one physics needs is the one that survives.

Grind box — where 1.1789801.178980 comes from

Take the partial sum of (0.9.10) to MM terms (odd nn only) and differentiate it. The sum of cosines telescopes into something closed:

SM(x)=4πn oddMcosnx=2sin(2Nx)πsinx, S_M'(x) = \frac4\pi\sum_{n\ \mathrm{odd}}^{M}\cos nx = \frac{2\sin(2Nx)}{\pi\sin x},

where M=2N1M=2N-1. The closed form follows from summing the geometric series j=0N1ei(2j+1)x\sum_{j=0}^{N-1}\ee^{\ii(2j+1)x} and taking real parts. Now integrate from 00 to get back the partial sum itself:

SM(x)=2π0xsin(2Nt)sintdt. S_M(x) = \frac{2}{\pi}\int_0^{x}\frac{\sin(2Nt)}{\sin t}\,\dd t.

The first maximum is at the first zero of the integrand's numerator past the origin, i.e. x=π/2Nx^{*}=\pi/2N. For large NN that is small, so sintt\sin t\approx t throughout the range, and substituting u=2Ntu=2Nt:

SM(x)    2π0πsinuudu=2πSi(π)=1.178979 S_M(x^{*}) \;\longrightarrow\; \frac{2}{\pi}\int_0^{\pi}\frac{\sin u}{u}\,\dd u = \frac{2}{\pi}\,\mathrm{Si}(\pi) = 1.178979\ldots

The number Si(π)=1.851937\mathrm{Si}(\pi)=1.851937\ldots is not elementary. It is a value of the sine integral, and it is perfectly definite. Numerically, the peak of SMS_M is 1.1813021.181302 at M=11M=11, 1.1791031.179103 at M=51M=51, 1.1789881.178988 at M=201M=201, 1.1789801.178980 at M=1001M=1001. It is converging, and not to 11.

Why it matters beyond aesthetics. To band-limit a signal is to truncate its Fourier content, and that is what every detector, every lens and every digital filter does. Any time you do it, you ring at the edges by 9%9\% of the step. Sharp edges and finite bandwidth are incompatible, and §6 makes that a theorem.

In plain terms 0.9.1

A space whose vectors are functions was promised when vector spaces were first defined, and it arrives here fully equipped. Give two functions an overlap by multiplying one against the other and integrating, and every result about lengths, angles and perpendicularity becomes available at once, no new theorem required. What is missing is a basis, and the one chosen is the collection of pure waves that fit a whole number of times into the interval.

That the waves are mutually perpendicular takes one short integration, and it is the entire technical content of the subject. Once it is done the earlier result about perpendicular bases takes over: each coefficient is a single overlap, computed on its own without reference to the others, so breaking a function into waves costs only a sequence of separate integrals.

Two cautions belong alongside it. Perpendicularity does not establish that the waves are numerous enough to reach every function, and that they are is quoted here rather than proved. And the sense in which a series of smooth waves reproduces a function with a jump is weaker than one would like, because near the jump every partial sum overshoots, by the same nine per cent of the step, however many terms are taken. A sharp edge and a limited supply of frequencies are incompatible, which stops being an annoyance and becomes a theorem shortly.

2 · From series to transform

Fourier series need a box. Physics on the whole line does not have one, so we take LL\to\infty and watch what survives.

2.1 · The limit, taken carefully

The allowed wavenumbers (0.9.2) are spaced by

Δk  =  kn+1kn  =  2πL, \Delta k \;=\; k_{n+1}-k_n \;=\; \frac{2\pi}{L}, (0.9.11)

So as the box grows, the modes crowd together, and in the limit they form a continuum. The sum over nn in (0.9.7) is going to become an integral over kk. That works only if we first arrange for the sum to look like a Riemann sum, which means every term has to carry a factor of Δk\Delta k.

Manufacturing that factor is the whole job of this subsection. Start by defining, for a function on the whole line,

  f~(k)    12πf(x)eikxdx   \boxed{\;\tilde f(k) \;\equiv\; \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f(x)\,\ee^{-\ii k x}\,\dd x\;} (0.9.12)

and notice that the coefficient in (0.9.7) is an=2πf~(kn)/La_n = \sqrt{2\pi}\,\tilde f(k_n)/L. Our goal is to get the series into Riemann-sum form, so substitute that expression for ana_n back into it:

f(x)=n2πLf~(kn)eiknx=12πnf~(kn)eiknx2πLΔk. f(x) = \sum_n \frac{\sqrt{2\pi}}{L}\tilde f(k_n)\ee^{\ii k_nx} = \frac{1}{\sqrt{2\pi}}\sum_n \tilde f(k_n)\,\ee^{\ii k_nx}\,\underbrace{\frac{2\pi}{L}}_{\Delta k}. (0.9.13)

Look at what appeared. The factor 2π/L2\pi/L that had to be manufactured is exactly the mode spacing (0.9.11). So the right-hand side is a Riemann sum, of the kind Chapter 0.2 defined the integral to be the limit of. Let LL\to\infty and the sum becomes that integral:

  f(x)  =  12πf~(k)eikxdk   \boxed{\;f(x) \;=\; \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\tilde f(k)\,\ee^{\ii k x}\,\dd k\;} (0.9.14)

The two boxed formulas are the Fourier transform pair. Let's compare them with Chapter 0.5's v=iei,veiv=\sum_i\avg{e_i,v}e_i. Then (0.9.12) is the coefficient ek,f\avg{e_k,f}, and (0.9.14) is the expansion, with the sum over a discrete index replaced by an integral over a continuous one. It is the same equation.

What has changed is that the basis is now labelled by a real number instead of an integer. That one change is the difficulty Chapter 4.5 has to work to make legitimate. The functions eikx\ee^{\ii kx} do not belong to the space they are supposed to be a basis of, because eikx2dx=1dx=\int\abs{\ee^{\ii kx}}^{2}\dd x=\int1\,\dd x=\infty. Chapter 0.5's warning box said this would happen. §5 gives it the tool it needs.

2.2 · The convention, chosen and held

The 2π2\pi has to go somewhere and there is no canonical place to put it. We have chosen the symmetric convention: a factor 1/2π1/\sqrt{2\pi} on each of (0.9.12) and (0.9.14), and the sign eikx\ee^{-\ii kx} going forward, e+ikx\ee^{+\ii kx} coming back. We will hold it for the entire book.

Other texts choose differently, and this is a real and recurring source of confusion. Factors of 2π2\pi and 2π\sqrt{2\pi} appear and disappear between references for no mathematical reason whatsoever. Here are the three conventions you will meet.

ConventionForwardInverseConvolution theorem
Symmetric (ours)12π ⁣ ⁣feikxdx\frac{1}{\sqrt{2\pi}}\!\int\! f\ee^{-\ii kx}\dd x12π ⁣ ⁣f~eikxdk\frac{1}{\sqrt{2\pi}}\!\int\!\tilde f\ee^{\ii kx}\dd k2πf~g~\sqrt{2\pi}\,\tilde f\tilde g
Asymmetricfeikxdx\int f\ee^{-\ii kx}\dd x12π ⁣ ⁣f~eikxdk\frac{1}{2\pi}\!\int\!\tilde f\ee^{\ii kx}\dd kf~g~\tilde f\tilde g
Ordinary frequencyfe2πiνxdx\int f\ee^{-2\pi\ii\nu x}\dd xf~e2πiνxdν\int\tilde f\ee^{2\pi\ii\nu x}\dd\nuf~g~\tilde f\tilde g

The symmetric one is chosen here for one reason: it makes the transform unitary, which is the next result, and unitary is the property Chapter 4.6 needs.

One further wrinkle is worth flagging now, because it catches people. In time-dependent problems physics usually writes eiωt\ee^{-\ii\omega t} for the forward direction in time, which is the opposite sign from our eikx\ee^{-\ii kx} in space. The reason is that it makes a plane wave read ei(kxωt)\ee^{\ii(kx-\omega t)}. That is a convention about which way waves travel rather than a different transform. We will flag it again when it first matters.

2.3 · Plancherel: the transform is a rotation

Chapter 0.5's Parseval identity said that in an orthonormal basis, the squared length of a vector is the sum of the squared magnitudes of its coordinates. We want to know what that statement becomes on the whole line, so take it into the box first and then to the limit.

In the box, expand f2\int\abs f^{2} using (0.9.7), then collapse the double sum with the orthogonality (0.9.4). Only the diagonal terms survive:

L/2L/2f2dx=m,naˉman ⁣ ⁣ ⁣ei(knkm)xdx=Lnan2. \int_{-L/2}^{L/2}\abs{f}^{2}\dd x = \sum_{m,n}\bar a_m a_n\!\!\int\!\ee^{\ii(k_n-k_m)x}\dd x = L\sum_n\abs{a_n}^{2}. (0.9.15)

Now we want the right-hand side in terms of the transform rather than the coefficients, so substitute an=2πf~(kn)/La_n=\sqrt{2\pi}\,\tilde f(k_n)/L and manufacture the mode spacing again:

Ln2πL2f~(kn)2=nf~(kn)22πL  L  f~(k)2dk. L\sum_n\frac{2\pi}{L^{2}}\abs{\tilde f(k_n)}^{2} = \sum_n\abs{\tilde f(k_n)}^{2}\,\frac{2\pi}{L} \;\xrightarrow[L\to\infty]{}\; \int_{-\infty}^{\infty}\abs{\tilde f(k)}^{2}\dd k. (0.9.16)

Now look at the two ends of that chain. The left-hand side of the first line never depended on LL at all, so it needs no limit taken, and the right-hand side has just become an integral. Reading them together, we have proved Plancherel's theorem:

  f(x)2dx  =  f~(k)2dk   \boxed{\;\int_{-\infty}^{\infty}\abs{f(x)}^{2}\,\dd x \;=\; \int_{-\infty}^{\infty}\abs{\tilde f(k)}^{2}\,\dd k\;} (0.9.17)

Let's read that structurally rather than as a formula. It says the map ff~f\mapsto\tilde f preserves norms. A norm-preserving linear map on an inner-product space preserves the inner product as well, because the inner product is recoverable from the norm. To see that, expand f+g2\norm{f+g}^{2} and f+ig2\norm{f+\ii g}^{2} and solve. So the transform preserves overlaps too:

f,g  =  fˉgdx  =  f~g~dk  =  f~,g~. \avg{f,g} \;=\; \int \bar f g\,\dd x \;=\; \int \overline{\tilde f}\,\tilde g\,\dd k \;=\; \avg{\tilde f,\tilde g}. (0.9.18)
The Fourier transform is unitary

(0.9.18) is exactly Chapter 0.5's Uu,Uv=u,v\avg{Uu,Uv}=\avg{u,v}, the defining property of a unitary map. So the Fourier transform is not merely a useful formula. It is a rotation in function space: it preserves lengths, preserves angles, and carries orthonormal bases to orthonormal bases. Nothing is created or destroyed by transforming. The object is the same, viewed along different axes.

Chapter 0.5 also proved that unitary maps are exactly the ones that conserve total probability. So this one line is the reason a wavefunction in Chapter 4.6 can be moved freely between position and momentum representations without the probabilities ceasing to add to one. Physicists say the Fourier transform "conserves probability". They mean it is a rotation.

In plain terms 0.9.2

Let the interval holding the function grow without limit and watch which parts of the description survive. The permitted wavelengths crowd together as the box lengthens, the discrete list of coefficients becomes a function of a continuous label, and the sum over modes becomes an integral, provided the bookkeeping is arranged so each term carries the spacing between neighbouring modes. It is the same expansion along perpendicular directions as before, the directions now labelled by a real number rather than a whole one, and that innocuous-looking change is the one thing here that later takes real work to make legitimate.

What comes through the limit untouched is the statement that total size is preserved. The squared size of a function, added over positions, equals the squared size of its transform, added over wavelengths, which says that transforming is a rotation of the space of functions rather than a computation performed upon them. It preserves lengths, it preserves angles, and it carries perpendicular bases to perpendicular bases.

Hold that in the form stated, because rotations are precisely the maps that keep a total probability equal to one. When a physicist remarks that the transform conserves probability, the content of the remark is that it is a rotation, and that nothing about the object has been altered by transforming it. Only the axes it is being described against have moved.

3 · Why Fourier, actually: the derivative becomes multiplication

Now the reason the subject exists. Everything so far could have been said about any orthonormal basis. This section says what is special about this one.

3.1 · The derivative theorem

We want to know what the transform does to a derivative, so transform ff' and integrate by parts, which by Chapter 0.2 is the product rule run backwards:

f~(k)=12πf(x)eikxdx=12π[f(x)eikx]+ik2πf(x)eikxdx. \begin{aligned} \widetilde{f'}(k) &= \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f'(x)\,\ee^{-\ii kx}\dd x\\[4pt] &= \frac{1}{\sqrt{2\pi}}\Big[f(x)\ee^{-\ii kx}\Big]_{-\infty}^{\infty} + \frac{\ii k}{\sqrt{2\pi}}\int_{-\infty}^{\infty}f(x)\ee^{-\ii kx}\dd x. \end{aligned} (0.9.19)

The boundary term is dropped, and the assumption behind dropping it should be said out loud: f(x)0f(x)\to0 as x\abs x\to\infty. Since eikx=1\abs{\ee^{-\ii kx}}=1 exactly, the oscillating factor cannot help. The decay has to come from ff itself.

That assumption is worth translating, because it is a physical statement in disguise. It says the disturbance is localised. The wave packet is somewhere. The field dies away. The concentration is finite. It is the same hypothesis Chapter 0.2 flagged when it derived integration by parts, and granting it here leaves

  f~(k)  =  ikf~(k)   \boxed{\;\widetilde{f'}(k) \;=\; \ii k\,\tilde f(k)\;} (0.9.20)

and by iterating, f(m)~=(ik)mf~\widetilde{f^{(m)}}=(\ii k)^{m}\tilde f. Differentiation has become multiplication.

3.2 · Why: the basis diagonalises d/dx\dd/\dd x

Do not accept (0.9.20) as a computational trick. It is the spectral theorem. Chapter 0.8 observed that exponentials are the eigenfunctions of the derivative, so write that observation in the form this chapter needs:

ddxeikx  =  ikeikx. \frac{\dd}{\dd x}\,\ee^{\ii kx} \;=\; \ii k\,\ee^{\ii kx}. (0.9.21)

The operator d/dx\dd/\dd x acting on the function eikx\ee^{\ii kx} returns the same function times the number ik\ii k. That is Chapter 0.5's Av=λvAv=\lambda v with A=d/dxA=\dd/\dd x, v=eikxv=\ee^{\ii kx} and λ=ik\lambda=\ii k. So the Fourier basis is the eigenbasis of the derivative operator.

Which is why (0.9.20) is nothing but Chapter 0.5's observation that an operator, written in its own eigenbasis, is a list of numbers. Here the list is {ik}\{\ii k\}, indexed by a continuum rather than by an integer.

This is why Fourier analysis exists

A linear differential equation is an operator equation Ly=F\mathcal{L}y=F, where L\mathcal{L} is built out of d/dx\dd/\dd x and multiplication by constants. In the Fourier basis every d/dx\dd/\dd x becomes ik\ii k, so L\mathcal{L} becomes a polynomial in ik\ii k. That is an ordinary function, one number for each kk. The equation becomes

P(ik)y~(k)=F~(k)y~(k)=F~(k)P(ik). P(\ii k)\,\tilde y(k) = \tilde F(k) \qquad\Longrightarrow\qquad \tilde y(k) = \frac{\tilde F(k)}{P(\ii k)}.

Solving a differential equation has been reduced to dividing. All the work has moved into transforming in and transforming back. This is exactly what diagonalising a matrix does for a linear system in Chapter 0.5, and it is the same theorem: a hard coupled problem becomes a list of trivial uncoupled ones, one per basis direction.

The honest caveat: Chapter 0.5's spectral theorem was proved in finite dimensions, and the argument above applies it to an operator on a function space, where the eigenfunctions are not even in the space. That gap is real. Chapter 4.5 closes it, and the price is a genuinely more careful theory. We proceed knowing what we are standing on.

3.3 · A demonstration: the driven oscillator

Chapter 0.8 fought the damped driven oscillator with trial solutions and complex amplitudes:

y¨+2γy˙+ω02y  =  F(t). \ddot y + 2\gamma\dot y + \omega_0^{2}y \;=\; F(t). (0.9.22)

Our goal is to turn that into an equation with no derivatives in it at all, so transform in tt with conjugate variable ω\omega, using (0.9.20) twice. Each time derivative becomes a factor iω\ii\omega:

( ⁣ω2+2iγω+ω02)y~(ω)  =  F~(ω). \big(\!-\omega^{2}+2\ii\gamma\omega+\omega_0^{2}\big)\,\tilde y(\omega) \;=\; \tilde F(\omega). (0.9.23)

The differential equation has become an algebraic equation, for each ω\omega separately, and it is solved by division:

y~(ω)  =  χ(ω)F~(ω),χ(ω)  =  1ω02ω2+2iγω. \tilde y(\omega) \;=\; \chi(\omega)\,\tilde F(\omega), \qquad \chi(\omega) \;=\; \frac{1}{\omega_0^{2}-\omega^{2}+2\ii\gamma\omega}. (0.9.24)

The function χ\chi is the transfer function. It also goes by response function and by susceptibility, three names for one object. Everything Chapter 0.8 extracted by hand is now readable straight off it.

  • The response amplitude is χ\abs\chi, which peaks where the denominator is smallest. That peak is resonance.
  • The phase lag is argχ-\arg\chi, which passes through π/2\pi/2 at ω=ω0\omega=\omega_0.

One more reading is available if we look closely at the peak. Near resonance the denominator is approximately 2ω0(ω0ω)+2iγω02\omega_0(\omega_0-\omega)+2\ii\gamma\omega_0, so

χ2    14ω021(ω0ω)2+γ2, \abs{\chi}^{2} \;\approx\; \frac{1}{4\omega_0^{2}}\cdot\frac{1}{(\omega_0-\omega)^{2}+\gamma^{2}}, (0.9.25)

That is the Lorentzian of Chapter 0.8, with half-width-at-half-maximum γ\gamma, now derived rather than fitted. Problem 4 turns this same shape into the natural linewidth of an excited state, and the connection runs through §6.

Grind box — what "transform the equation" is really doing, and two traps

It is a change of basis, and only that. In Chapter 0.5's language, an equation Ly=F\mathcal Ly=F in the position basis becomes, after inserting completeness, an equation between components in the kk basis. Since L\mathcal L is diagonal there, the matrix equation jLijyj=Fi\sum_j L_{ij}y_j=F_i degenerates to Liiyi=FiL_{ii}y_i=F_i with no sum at all. That is one equation per mode, each solved by dividing. There is no new mathematics in §3. There is a change of coordinates.

Trap 1: initial conditions. Transforming in tt over the whole line quietly assumes the solution exists for all time and decays at both ends. That is the right thing to want for a steady-state response, and the wrong thing for an initial-value problem, where the system is switched on at t=0t=0 and you are told y(0)y(0) and y˙(0)\dot y(0). For those, the correct tool is the Laplace transform. It is the same idea with iωs\ii\omega\to s and the integral run over [0,)[0,\infty), and that change of limits produces the initial data as boundary terms in the integration by parts instead of discarding them. Everything in this chapter has a Laplace twin.

Trap 2: P(ik)P(\ii k) can vanish. Dividing by P(ik)P(\ii k) is illegal where PP has a zero on the real axis, which is exactly the undamped resonance γ=0\gamma=0, ω=ω0\omega=\omega_0. The division then fails because the answer genuinely does not exist: an undamped oscillator driven exactly at resonance has no bounded steady state, it grows linearly forever. The formula's failure is reporting a physical fact. When damping is present, PP has no real zeros and the division is safe. That is why γ>0\gamma\gt0 was doing more work in Chapter 0.8 than it looked.

In plain terms 0.9.3

Any perpendicular basis would have delivered everything so far, so the case for this one has yet to be made, and it rests on a property no other basis possesses. Differentiating a pure wave returns the same wave multiplied by a number. The chosen basis is the one in which differentiation is diagonal, which is why it was chosen and the reason the subject exists.

In that description differentiation stops being differentiation. It becomes multiplication by a number differing from one wave to the next, so a differential equation, which ties the value of a function to the values at its neighbours, becomes an algebraic equation with one instance per wave, answered by dividing. The difficulty has moved into transforming in and back out, and none of it is left in the middle.

By now the manoeuvre should be recognisable, because this is the fourth performance under the fourth different name. A symmetric array became a list of numbers along perpendicular directions. Two coupled masses became two oscillators that ignore each other. An exponential turned out to be what differentiation merely rescales. And a function on the line has become a list of amplitudes, one per wavelength, none interfering with any other. Find the description in which the problem falls apart into independent pieces: one idea, and it has now paid for itself four times over.

4 · Convolution and Green's functions

Definition. The convolution of two functions is

(fg)(x)    f(y)g(xy)dy. (f*g)(x) \;\equiv\; \int_{-\infty}^{\infty} f(y)\,g(x-y)\,\dd y. (0.9.26)

Read it as: at each point xx, take a weighted average of ff, with the weights given by gg centred on xx and reflected. The operation is symmetric. Substituting u=xyu=x-y turns (0.9.26) into g(u)f(xu)du\int g(u)f(x-u)\dd u, so fg=gff*g=g*f. It is bilinear as well, which makes it a genuine product on the space of functions.

4.1 · The convolution theorem, derived

Transform (0.9.26) and split the exponential using x=y+(xy)x=y+(x-y):

fg~(k)=12πf(y)g(xy)eikxdydx=12πf(y)eikyg(u)eikudydu, \begin{aligned} \widetilde{f*g}(k) &= \frac{1}{\sqrt{2\pi}}\iint f(y)\,g(x-y)\,\ee^{-\ii kx}\,\dd y\,\dd x\\[4pt] &= \frac{1}{\sqrt{2\pi}}\iint f(y)\ee^{-\ii ky}\,g(u)\ee^{-\ii ku}\,\dd y\,\dd u, \end{aligned} (0.9.27)

The second line substituted u=xyu=x-y at fixed yy. That is a shift, so du=dx\dd u=\dd x and the limits are unchanged. The double integral now factorises, because the integrand is a product of a function of yy alone and a function of uu alone:

  fg~(k)  =  12π2πf~(k)2πg~(k)  =  2π  f~(k)g~(k)   \boxed{\;\widetilde{f*g}(k) \;=\; \frac{1}{\sqrt{2\pi}}\cdot\sqrt{2\pi}\,\tilde f(k)\cdot\sqrt{2\pi}\,\tilde g(k) \;=\; \sqrt{2\pi}\;\tilde f(k)\,\tilde g(k)\;} (0.9.28)

The stray 2π\sqrt{2\pi} is the price of the symmetric convention, and the table in §2.2 lists what it becomes in the others. Get it wrong and every amplitude in Part V is off by a constant factor, so it is worth one moment of care now.

Now the headline. Convolution in xx is multiplication in kk. An operation that costs a full integral at every single point becomes a pointwise product.

4.2 · Linear time-invariant systems, and Green's functions

Here is why (0.9.28) is one of the most load-bearing facts in physics. Consider any system that is linear, meaning that doubling the input doubles the output and that inputs superpose, and time-invariant, meaning that its behaviour does not depend on what o'clock it is. Feed it an input F(t)F(t) and call the output y(t)y(t).

Let G(t)G(t) be the output produced by a single sharp unit impulse at t=0t=0. That output carries two names, the impulse response and the Green's function. Now put the two hypotheses to work. Time-invariance says an impulse at tt' produces G(tt)G(t-t'). Linearity says a general input, regarded as a dense sequence of impulses of strength F(t)dtF(t')\dd t', produces the superposition of the individual responses:

y(t)  =  G(tt)F(t)dt  =  (GF)(t). y(t) \;=\; \int_{-\infty}^{\infty} G(t-t')\,F(t')\,\dd t' \;=\; (G*F)(t). (0.9.29)

That is the whole content of linear response theory, and it is a convolution. Transform it with (0.9.28) and it becomes y~=2πG~F~\tilde y=\sqrt{2\pi}\,\tilde G\tilde F. Now set that beside (0.9.24) and read off that the transfer function is χ=2πG~\chi=\sqrt{2\pi}\,\tilde G. The transfer function is the transformed Green's function. Two objects, one thing.

Chapter 0.8 already built one of these and said so. Its integrating-factor solution of y˙+λy=F(t)\dot y+\lambda y=F(t) (Chapter 0.8 calls the rate constant kk, but here kk is taken, so it is λ\lambda) was

y(t)=teλ(tt)F(t)dt=G(tt)F(t)dt, y(t) = \int_{-\infty}^{t}\ee^{-\lambda(t-t')}F(t')\,\dd t' = \int_{-\infty}^{\infty} G(t-t')F(t')\dd t', (0.9.30)

with G(u)=eλuG(u)=\ee^{-\lambda u} for u>0u\gt0 and G(u)=0G(u)=0 for u<0u\lt0. The upper limit tt in Chapter 0.8's formula and the vanishing of GG for negative argument are the same statement, and that statement is causality: the response cannot precede the impulse. Duhamel's formula was a convolution all along.

Where this goes: Feynman diagrams are products because convolution is multiplication

Everything above generalises with tt replaced by a spacetime point. In Chapter 5.4 the operator L\mathcal L is a wave operator, +m2\Box + m^{2}, and its Green's function is called the propagator Δ(xy)\Delta(x-y), which is the amplitude for a disturbance created at yy to arrive at xx. Transforming, the propagator becomes

Δ~(p)  =  1p2+m2(up to conventions and an iϵ), \tilde\Delta(p) \;=\; \frac{1}{-p^{2}+m^{2}}\quad\text{(up to conventions and an }\ii\epsilon\text{)},

which is (0.9.24) with ωp\omega\to p: division by the polynomial, exactly as in §3.

Now the payoff. Take a particle that propagates from aa to bb, interacts, and then propagates to cc. Its amplitude is a convolution of propagators in position space, because the interaction point is unknown and has to be integrated over. By (0.9.28), in momentum space that integral collapses into a product.

This is why the Feynman rules read the way they do: write down a factor for each line and each vertex and multiply them together. There is no deeper combinatorial magic in the rules. Feynman diagrams are products in momentum space because the underlying operation is convolution in position space, and the convolution theorem is (0.9.28), which you have just proved in four lines. That is a real and load-bearing insight, and it is worth knowing now rather than in Part V.

In plain terms 0.9.4

Hit a system once, sharply, and record everything it does afterwards. Provided it responds in proportion to what is done to it and behaves the same way whatever the hour, that record is the whole system, because any input can be regarded as a dense succession of sharp hits and the output is whatever survives of each, added together. The operation assembling the answer, in which one function is slid across another and the overlap recorded at every displacement, is expensive: a full integral at every point.

Written in terms of waves it is a product. Transform both functions, multiply them together, transform the result back, and an integral at every point has become one arithmetical operation at each wavelength. That is why the transform earns its place in daily practice, quite separately from why it exists in principle.

The consequence is larger than it looks. In the last part of the book the response to a disturbance created at one point of spacetime and detected at another is this same object with more indices, and the amplitude for a particle to travel, interact somewhere unspecified, and travel onward is a sliding overlap of such responses. Written in terms of wavelengths those overlaps turn into multiplications, which is exactly why the rules for Feynman diagrams tell you to write a factor for each line and multiply.

5 · The Dirac delta, handled honestly

Two debts have been quietly accumulating. §4 needed "a single sharp unit impulse" and did not define one. §2 needed a completeness relation for a continuum of basis functions and did not have one. The same object settles both debts, and that object is not a function.

That last sentence is the whole difficulty of this section, so this is the plan. First we define the thing by what it does rather than by what it is. Then we show it is the narrow-bump limit Chapter 0.2 was already drawing. Then we derive its rules, and at each step you will see why the "not a function" caveat has to be respected rather than merely noted.

5.1 · Define it by what it does

Do not ask what value δ(x)\delta(x) takes at each point. There is no answer, and §7's warning box shows in detail why the question is malformed. Ask instead what the object does to other functions. The Dirac delta is defined by

  δ(x)f(x)dx  =  f(0)   \boxed{\;\int_{-\infty}^{\infty}\delta(x)\,f(x)\,\dd x \;=\; f(0)\;} (0.9.31)

for every sufficiently well-behaved test function ff. That is the definition, complete.

Now notice what kind of object that makes δ\delta. It is a rule that eats a function and returns a number, and it does so linearly, since δ(αf+βg)=αf(0)+βg(0)\int\delta(\alpha f+\beta g)=\alpha f(0)+\beta g(0). A linear map from functions to numbers is a linear functional, which is precisely Chapter 0.5's definition of a bra. Objects defined this way are called distributions, and δ\delta is the simplest non-trivial one.

Shifting the argument gives the general sifting property, by substituting u=xau=x-a:

δ(xa)f(x)dx  =  f(a). \int_{-\infty}^{\infty}\delta(x-a)\,f(x)\,\dd x \;=\; f(a). (0.9.32)

The delta reaches into a function and pulls out its value at one point, discarding everything else. Every use of δ\delta in this book is that sentence.

5.2 · It is the limit Chapter 0.2 was drawing

Take the normalised Gaussian, whose total area is 11 by Chapter 0.2's eax2dx=π/a\int\ee^{-ax^{2}}\dd x=\sqrt{\pi/a}:

δσ(x)  =  1σ2πex2/2σ2,δσ(x)dx=1  for every σ. \delta_\sigma(x) \;=\; \frac{1}{\sigma\sqrt{2\pi}}\,\ee^{-x^{2}/2\sigma^{2}}, \qquad \int_{-\infty}^{\infty}\delta_\sigma(x)\,\dd x = 1 \ \ \text{for every }\sigma. (0.9.33)

This is exactly the curve in Chapter 0.2's width figure. It is the one whose measured area stayed pinned at 1.000001.00000 while the peak rose as 1/σ1/\sigma, and whose caption said that pushing σ\sigma to its minimum was watching the Dirac delta form. It was. Here is that claim made precise. For continuous ff,

limσ0δσ(x)f(x)dx  =  f(0). \lim_{\sigma\to0}\int_{-\infty}^{\infty}\delta_\sigma(x)f(x)\,\dd x \;=\; f(0). (0.9.34)

Proof. What we have to drive to zero is the difference between the two sides. Since δσ=1\int\delta_\sigma=1, we may write that difference as

δσ(x)[f(x)f(0)]dx. \int\delta_\sigma(x)\big[f(x)-f(0)\big]\dd x. (0.9.35)

Fix ε>0\varepsilon\gt0. By continuity there is an η>0\eta\gt0 with f(x)f(0)<ε\abs{f(x)-f(0)}\lt\varepsilon for x<η\abs x\lt\eta. That part of the integral is therefore smaller than εδσ=ε\varepsilon\int\delta_\sigma=\varepsilon. Outside x<η\abs x\lt\eta, the factor δσ\delta_\sigma is at most eη2/2σ2/(σ2π)\ee^{-\eta^{2}/2\sigma^{2}}/(\sigma\sqrt{2\pi}), which goes to zero faster than any power as σ0\sigma\to0, so (for bounded ff) that part vanishes in the limit. Hence the whole thing is below 2ε2\varepsilon for small enough σ\sigma, and ε\varepsilon was arbitrary. \blacksquare

Two things are worth extracting from that proof, and the first is the one that will keep you out of trouble.

The limit is taken after integrating, never before. Take it before and you get limσδσ(x)\lim_\sigma\delta_\sigma(x) pointwise, which is 00 for x0x\neq0 and ++\infty at x=0x=0. That object carries no information at all: it is zero almost everywhere, so any integral of it against anything is zero, and the one point where it is not zero contributes nothing. The order of the two operations is what the delta is. This is why every rule in §5.4 is proved by testing both sides against an ff, rather than by comparing values point by point, and it is why the delta lives inside an integral sign and nowhere else.

The Gaussian was not special. Any normalised bump that narrows will do. Chapter 0.2's grind box on differentiating under the integral sign exhibited another one, 2xex2/a2/a22x\ee^{-x^{2}/a^{2}}/a^{2} on the half-line, and called it "the Dirac delta being born". It was.

5.3 · The Fourier representation, and what it really is

The single most-used identity in Parts IV–VII is

  δ(x)  =  12πeikxdk   \boxed{\;\delta(x) \;=\; \frac{1}{2\pi}\int_{-\infty}^{\infty}\ee^{\ii kx}\,\dd k\;} (0.9.36)

which cannot be true as it stands, since the integrand has modulus 11 everywhere and the integral does not converge. Here is the derivation that makes it respectable, and it uses nothing beyond Chapter 0.2. There are three steps. Insert a convergence factor eϵk2\ee^{-\epsilon k^{2}} with ϵ>0\epsilon\gt0, do the now-honest Gaussian integral with b=ixb=\ii x, and take ϵ0\epsilon\to0 at the end:

12πeikxeϵk2dk=12ππϵ  ex2/4ϵ=14πϵex2/4ϵ  =  δσ(x)σ=2ϵ. \begin{aligned} \frac{1}{2\pi}\int \ee^{\ii kx}\ee^{-\epsilon k^{2}}\dd k &= \frac{1}{2\pi}\sqrt{\frac{\pi}{\epsilon}}\;\ee^{-x^{2}/4\epsilon}\\[4pt] &= \frac{1}{\sqrt{4\pi\epsilon}}\,\ee^{-x^{2}/4\epsilon} \;=\; \delta_{\sigma}(x)\big|_{\sigma=\sqrt{2\epsilon}}. \end{aligned} (0.9.37)

The regulated integral is a normalised Gaussian of width 2ϵ\sqrt{2\epsilon}. That is precisely (0.9.33), which tends to δ\delta by §5.2. So (0.9.36) is true in the only sense in which it was ever meant: as a limit of honest integrals, evaluated under an integral sign.

The manoeuvre was to insert a regulator, compute, and then remove the regulator. It is not a dodge to be embarrassed about. It is the same move that will be called renormalisation in Chapter 5.10, met here in its harmless form.

Now let's see what (0.9.36) actually is. Chapter 0.5's completeness relation reads nenen=I^\sum_n\ket{e_n}\bra{e_n}=\hat I. In function language, with en(x)e_n(x) the components, that says nen(x)en(y)=δ(xy)\sum_n e_n(x)\overline{e_n(y)}=\delta(x-y), since acting on ff it has to return ff. So put in the Fourier basis (0.9.5), en=eiknx/Le_n=\ee^{\ii k_nx}/\sqrt L, and manufacture the mode spacing one last time:

neikn(xy)L  =  12πneikn(xy)Δk  L  12πeik(xy)dk. \sum_n \frac{\ee^{\ii k_n(x-y)}}{L} \;=\; \frac{1}{2\pi}\sum_n \ee^{\ii k_n(x-y)}\,\Delta k \;\xrightarrow[L\to\infty]{}\; \frac{1}{2\pi}\int\ee^{\ii k(x-y)}\dd k. (0.9.38)

So (0.9.36) is the completeness relation nenen=I^\sum_n\ket{e_n}\bra{e_n}=\hat I in continuous disguise. That is the honest reading, and it explains why the delta appears everywhere the Fourier transform does: every time you insert the identity in a continuous basis, a delta drops out. In Dirac notation the whole of §2 compresses to xk=eikx/2π\avg{x|k}=\ee^{\ii kx}/\sqrt{2\pi} and kkdk=I^\int\ket{k}\bra{k}\dd k=\hat I, and (0.9.36) is xy=δ(xy)\avg{x|y}=\delta(x-y).

5.4 · The rules, derived

Scaling. Claim: δ(ax)=δ(x)/a\delta(ax)=\delta(x)/\abs a for a0a\neq0. Test it against an arbitrary ff and substitute u=axu=ax. If a>0a\gt0 then dx=du/a\dd x=\dd u/a and the limits keep their order:

δ(ax)f(x)dx=δ(u)f(u/a)dua=f(0)a. \int\delta(ax)f(x)\,\dd x = \int\delta(u)\,f(u/a)\,\frac{\dd u}{a} = \frac{f(0)}{a}. (0.9.39)

If a<0a\lt0 the substitution reverses the limits, and swapping them back supplies a minus sign, so the answer is f(0)/a=f(0)/a-f(0)/a=f(0)/\abs a. Both cases give f(0)/af(0)/\abs a, which is what [δ(x)/a]f(x)dx\int\big[\delta(x)/\abs a\big]f(x)\dd x gives. Since the two functionals agree on every test function, they are equal:

δ(ax)  =  δ(x)a. \delta(ax) \;=\; \frac{\delta(x)}{\abs a}. (0.9.40)

Note the consequence: δ\delta is not dimensionless. If xx carries units of length then δ(x)\delta(x) carries units of 1/length1/\text{length}, so that (0.9.31) balances. Checking that in an unfamiliar formula catches an impressive number of errors.

The derivative. We would like δ\delta' to obey integration by parts. So define it to, discarding the boundary term (test functions vanish at infinity):

δ(x)f(x)dx    δ(x)f(x)dx  =  f(0). \int\delta'(x)f(x)\,\dd x \;\equiv\; -\int\delta(x)f'(x)\,\dd x \;=\; -f'(0). (0.9.41)

This is how every distribution is differentiated, and it is why distributions are so useful. They can always be differentiated, as many times as you like, with no smoothness required of anything. The step function has a derivative, and that derivative is δ\delta. Then δ\delta has a derivative of its own, and so on forever. Chapter 5.2's field equations lean on this constantly.

The three-dimensional delta, and Chapter 0.7's loose end. Define δ3(r)=δ(x)δ(y)δ(z)\delta^{3}(\vv r)=\delta(x)\delta(y)\delta(z), so that δ3(r)f(r)d3r=f(0)\int\delta^{3}(\vv r)f(\vv r)\,\dd^{3}r=f(\vv 0). Chapter 0.7 left a warning here. The Coulomb potential 1/r1/r satisfies 2(1/r)=0\nabla^{2}(1/r)=0 everywhere the computation is legal, and yet a point charge is manifestly a source. Both halves are true, and the resolution is a distribution.

Take the two halves in turn. Direct differentiation away from the origin gives 2(1/r)=0\nabla^{2}(1/r)=0 for r0r\neq0. Now instead integrate over a ball of any radius RR and use the divergence theorem of Chapter 0.7, with (1/r)=r^/r2\nabla(1/r)=-\hat{\vv r}/r^{2}:

r<R21rd3r=r=R1rdS=1R2 ⁣r=R ⁣dS=4π. \int_{r\lt R}\nabla^{2}\frac1r\,\dd^{3}r = \oint_{r=R}\nabla\frac1r\cdot\dd\vv S = -\frac{1}{R^{2}}\!\oint_{r=R}\!\dd S = -4\pi. (0.9.42)

An object that vanishes everywhere except one point yet integrates to 4π-4\pi over every ball containing that point is, by (0.9.31), exactly 4π-4\pi times a delta:

21r  =  4πδ3(r). \nabla^{2}\frac{1}{r} \;=\; -4\pi\,\delta^{3}(\vv r). (0.9.43)

Chapter 0.7's loose end is tied. Now read (0.9.43) once more in the language of §4. It says that 1/4πr-1/4\pi r is the Green's function of the Laplacian, the response to a unit point source. Poisson's equation 2ϕ=ρ/ϵ0\nabla^{2}\phi=-\rho/\epsilon_0 is therefore solved by convolution with it, and that convolution is

ϕ(r)=14πϵ0ρ(r)rrd3r \phi(\vv r) = \frac{1}{4\pi\epsilon_0}\int \frac{\rho(\vv r')}{\abs{\vv r - \vv r'}}\,\dd^{3}r' (0.9.44)

That is Coulomb's law, recovered as a special case of §4.2 rather than posited.

Grind box — distributions, said properly

The construction that makes all of §5 rigorous is due to Schwartz and is worth seeing once, in outline, because it explains exactly which manipulations are safe.

Test functions. Fix a space D\mathcal D of very well-behaved functions. They are infinitely differentiable, and either compactly supported or, in the Schwartz space S\mathcal S, decaying faster than any power along with all their derivatives. S\mathcal S is the natural home for Fourier analysis, because (0.9.20) and its partner xf~=idf~/dk\widetilde{xf}=\ii\,\dd\tilde f/\dd k trade decay for smoothness in both directions, so the transform maps S\mathcal S onto itself.

Distributions. A distribution is a continuous linear map T:DCT:\mathcal D\to\C. Ordinary functions embed: gg becomes Tg[f]=gfT_g[f]=\int gf. Some distributions, like δ\delta, are not of that form for any gg, and that is the precise sense of "δ\delta is not a function".

Everything is defined by moving the operation onto the test function. Derivative: T[f]T[f]T'[f]\equiv -T[f']. Scaling and translation: as in §5.4. Fourier transform: T~[f]T[f~]\tilde T[f]\equiv T[\tilde f]. Applied to δ\delta, that last one gives δ~[f]=δ[f~]=f~(0)=12πf\tilde\delta[f]=\delta[\tilde f]=\tilde f(0)=\frac{1}{\sqrt{2\pi}}\int f, so δ~=1/2π\tilde\delta=1/\sqrt{2\pi}, a constant. A perfectly sharp spike in xx has perfectly flat content in kk. Hold that thought for §6.

What is not defined. There is no general product of two distributions. The recipe above works because differentiating or transforming a test function gives another test function. Multiplying two distributions has no such move available, and δ2\delta^{2} is genuinely undefined. Not hard, not subtle, undefined. See the warning box.

In plain terms 0.9.5

The single sharp kick relied on a moment ago was never defined, and defining it honestly means giving up the idea that it is a function. Nothing assigns a value to each point of the line and behaves as required, because a function altered at one point leaves every integral where it was, and infinity is not a value anything takes. The way out is to stop asking what it is and state what it does, which is to eat a function and hand back its value at one point.

That is not a partial answer but the whole definition, and objects specified this way are perfectly legitimate. Two habits go with them. Such an object appears only under an integral sign, paired with something well behaved, and the limit producing it, in which a bump narrows while its area is held at one, must be taken after the integration and not before. Take it before and you have a quantity that is zero everywhere and infinite at a point, carrying no information.

Worth extracting too is the device that makes its most quoted representation respectable. Insert a factor rendering a divergent integral convergent, compute the honest answer, and remove the factor at the end. That is neither a dodge nor a trick peculiar to this object. It is the procedure later called renormalisation, met here in its harmless form.

6 · The bandwidth theorem

This is what the chapter was for. Here is the plan, in plain English, before we start. We give a function a width and give its transform a width, using the ordinary statistical definition of spread. Then we show the two widths cannot both be small, and we get the exact number they are bounded by.

6.1 · Defining a width

Let ff be normalised, f2dx=1\int\abs f^{2}\dd x=1, which by Plancherel (0.9.17) means f~2dk=1\int\abs{\tilde f}^{2}\dd k=1 as well. Then f2\abs f^{2} and f~2\abs{\tilde f}^{2} are both non-negative and both integrate to one: they are probability densities, whether or not anybody intends them as such. So give each the standard deviation of §7:

(Δx)2= ⁣ ⁣(xx)2f2dx,(Δk)2= ⁣ ⁣(kk)2f~2dk, (\Delta x)^{2} = \!\int\!(x-\avg x)^{2}\abs{f}^{2}\dd x, \qquad (\Delta k)^{2} = \!\int\!(k-\avg k)^{2}\abs{\tilde f}^{2}\dd k, (0.9.45)

with x=xf2dx\avg x=\int x\abs f^{2}\dd x and k=kf~2dk\avg k=\int k\abs{\tilde f}^{2}\dd k.

We may assume x=k=0\avg x=\avg k=0. That is not a convenience granted to ourselves. It is a fact, and it takes two lines.

  • Replacing f(x)f(x) by f(x+x0)f(x+x_0) shifts f2\abs f^{2} bodily and changes f~\tilde f only by the phase eikx0\ee^{\ii kx_0}. So Δx\Delta x and Δk\Delta k are both untouched, while x\avg x moves by x0-x_0.
  • Replacing f(x)f(x) by eik0xf(x)\ee^{-\ii k_0x}f(x) leaves f2\abs f^{2} alone and shifts f~(k)\tilde f(k) to f~(k+k0)\tilde f(k+k_0). That moves k\avg k by k0-k_0, again with Δk\Delta k untouched.

So both means can be driven to zero without changing either spread, and we do so.

6.2 · The move that makes it work

The difficulty is that Δx\Delta x is an integral over xx while Δk\Delta k is an integral over kk. They live in different places, so as things stand there is nothing to compare. Our goal is to get both of them onto the same axis, and §2 and §3 together do exactly that. Use the derivative theorem (0.9.20) first, then Plancherel (0.9.17):

(Δk)2= ⁣ ⁣k2f~2dk= ⁣ ⁣ikf~2dk= ⁣ ⁣f~2dk= ⁣ ⁣f2dx. (\Delta k)^{2} = \!\int\! k^{2}\abs{\tilde f}^{2}\dd k = \!\int\!\abs{\ii k\tilde f}^{2}\dd k = \!\int\!\big|\widetilde{f'}\big|^{2}\dd k = \!\int\!\abs{f'}^{2}\dd x. (0.9.46)

Let's pause on that line, because it is the crux. The spread in kk has become a statement about ff alone: it is the size of the derivative of ff. In hindsight the shape of it makes sense. A function with a lot of high-kk content is a function that wiggles, and a function that wiggles has a big derivative. What we have now is an identity rather than an intuition. Both integrals run over xx, so we may compare them.

6.3 · Cauchy–Schwarz

Apply Chapter 0.5's inequality u,v2u,uv,v\abs{\avg{u,v}}^{2}\le\avg{u,u}\avg{v,v} in the function space with the inner product (0.9.1), to the two vectors

u=xf(x),v=f(x). u = x\,f(x), \qquad v = f'(x). (0.9.47)

Their norms are exactly the two quantities we want, by (0.9.45) and (0.9.46):

xf  fdx2    x2f2dx(Δx)2  f2dx(Δk)2. \left|\int \overline{x f}\;f'\,\dd x\right|^{2} \;\le\; \underbrace{\int x^{2}\abs f^{2}\dd x}_{(\Delta x)^{2}}\;\underbrace{\int\abs{f'}^{2}\dd x}_{(\Delta k)^{2}}. (0.9.48)

So the theorem is proved as soon as we can put a lower bound on the left-hand side. Call it I=xfˉfdxI=\int x\,\bar f f'\,\dd x (the xx is real, so the conjugation does nothing to it) and add II to its own conjugate. The two terms assemble into a derivative by the product rule:

I+Iˉ=x(fˉf+ffˉ)dx=xddxf2dx. I + \bar I = \int x\big(\bar f f' + f\bar f'\big)\dd x = \int x\,\frac{\dd}{\dd x}\abs f^{2}\,\dd x. (0.9.49)

Now integrate by parts (Chapter 0.2). The boundary term drops because xf(x)20x\abs{f(x)}^{2}\to0 at both ends. That is a hypothesis rather than a triviality, and the grind box justifies it:

I+Iˉ=[xf2]f2dx=01=1. I+\bar I = \Big[x\abs f^{2}\Big]_{-\infty}^{\infty} - \int \abs f^{2}\,\dd x = 0 - 1 = -1. (0.9.50)

That is the whole calculation. The normalisation f2=1\int\abs f^{2}=1, which looked like tidiness, has turned into the number on the right-hand side.

The step you just did is the commutator

Write X^\hat X for "multiply by xx" and D^\hat D for d/dx\dd/\dd x. Then for any ff,

[X^,D^]f=xf(xf)=xffxf=f,so[X^,D^]=I^. [\hat X,\hat D]f = x f' - (xf)' = xf' - f - xf' = -f, \qquad\text{so}\qquad [\hat X,\hat D]=-\hat I.

And f,X^D^f=I\avg{f,\hat X\hat Df}=I, while f,D^X^f=fˉ(xf)=fˉxf=Iˉ\avg{f,\hat D\hat Xf}=\int\bar f(xf)'=-\int\bar{f'}xf=-\bar I by the same integration by parts. So (0.9.50) reads f,[X^,D^]f=I+Iˉ=f2=1\avg{f,[\hat X,\hat D]f}=I+\bar I=-\norm f^{2}=-1. The integration by parts and the commutator are the same computation, seen from two sides. That is exactly why Chapter 4.9 will be able to state the general uncertainty relation as ΔAΔB12[A,B]\Delta A\,\Delta B\ge\tfrac12\abs{\avg{[A,B]}}, as Chapter 0.5's insight box already promised. The 1-1 here is the [x^,p^]=i[\hat x,\hat p]=\ii\hbar of quantum mechanics with the \hbar not yet installed.

6.4 · The theorem

A complex number is at least as big as its real part in absolute value, so from (0.9.50),

I2    (ReI)2=(I+Iˉ2)2=14. \abs{I}^{2} \;\ge\; \big(\mathrm{Re}\,I\big)^{2} = \left(\frac{I+\bar I}{2}\right)^{2} = \frac14. (0.9.51)

Feed that into (0.9.48) and take the square root of both sides:

  ΔxΔk    12   \boxed{\;\Delta x\,\Delta k \;\ge\; \tfrac12\;} (0.9.52)

Done. Let's list what went into it, because the shortness of the list is the point.

  • The definition of the transform (§2).
  • Plancherel (§2).
  • The derivative theorem (§3).
  • Cauchy–Schwarz (Chapter 0.5).
  • Integration by parts (Chapter 0.2).
  • The normalisation.

There is nothing else in it.

6.5 · The Gaussian saturates it

We want to know which functions actually achieve the bound, so run the argument backwards from its two inequalities. Chapter 0.5 recorded the equality condition for Cauchy–Schwarz: equality holds exactly when the two vectors are parallel. Here that reads f=λxff'=\lambda\,x f for some constant λ\lambda.

The other inequality was (0.9.51), and equality there needs I=ReI\abs I=\abs{\mathrm{Re}\,I}, which forces II to be real. Since I=λx2f2=λ(Δx)2I=\lambda\int x^{2}\abs f^{2}=\lambda(\Delta x)^{2}, that in turn forces λ\lambda to be real. Now solve f/f=λxf'/f=\lambda x by separation (Chapter 0.8). It gives lnf=12λx2+const\ln f=\tfrac12\lambda x^{2}+\text{const}, so

f(x)=Ceλx2/2,λ<0  for f to be normalisable. f(x) = C\,\ee^{\lambda x^{2}/2}, \qquad \lambda \lt 0 \ \text{ for } f \text{ to be normalisable}. (0.9.53)

The minimisers are exactly the Gaussians, and nothing else. This is stronger than the claim that Gaussians happen to be one example. The derivation ran backwards from the equality condition and produced them uniquely.

Now verify the value directly, cashing Chapter 0.2's Problem 4. Write λ=1/2σ2\lambda=-1/2\sigma^{2}, so f=Cex2/4σ2f=C\ee^{-x^{2}/4\sigma^{2}} and f2ex2/2σ2\abs f^{2}\propto\ee^{-x^{2}/2\sigma^{2}}, which by Chapter 0.2's Worked example 2 has Δx=σ\Delta x=\sigma. Its transform, by eax2eikxdx=π/a  ek2/4a\int\ee^{-ax^{2}}\ee^{-\ii kx}\dd x=\sqrt{\pi/a}\;\ee^{-k^{2}/4a} with a=1/4σ2a=1/4\sigma^{2}, is

f~(k)=C2ππaek2/4a=Cσ2  eσ2k2, \tilde f(k) = \frac{C}{\sqrt{2\pi}}\sqrt{\frac{\pi}{a}}\,\ee^{-k^{2}/4a} = C\sigma\sqrt2\;\ee^{-\sigma^{2}k^{2}}, (0.9.54)

We now have the same function described both ways, so the two widths can finally be multiplied together. Squaring the transform gives f~2e2σ2k2=ek2/2(1/2σ)2\abs{\tilde f}^{2}\propto\ee^{-2\sigma^{2}k^{2}}=\ee^{-k^{2}/2(1/2\sigma)^{2}}, and matching that against the standard Gaussian shape gives Δk=1/2σ\Delta k=1/2\sigma. Therefore

ΔxΔk  =  σ12σ  =  12for every σ. \Delta x\,\Delta k \;=\; \sigma\cdot\frac{1}{2\sigma} \;=\; \frac12 \qquad\text{for every }\sigma. (0.9.55)

The bound is attained, so (0.9.52) cannot be improved. Squeeze the Gaussian and its transform broadens by exactly the reciprocal factor. The product does not move. That is a thing you should now watch happen.

w = 0.60
Δx = 0.600
Δk = 0.833
Δx·Δk = 0.500
Gaussian: the bound is attained. Drive the slider — the panels change, the product does not.
The bound, measured rather than asserted. Left: f(x)f(x) (solid) with f2\abs{f}^{2} shaded; right: its transform f~(k)\tilde f(k), computed by an honest O(N2)O(N^{2}) discrete Fourier transform of the plotted samples, not from any formula. Dashed verticals mark ±Δx\pm\Delta x and ±Δk\pm\Delta k. Both curves are scaled to unit peak, so only their widths are being compared. The three readouts are numerical second moments of the two shaded densities — the same arithmetic you would do on a data set. Drive the width slider with the Gaussian selected. The left panel narrows, the right panel visibly fattens, and ΔxΔk\Delta x\,\Delta k sits at 0.5000.500 and refuses to move: that is (0.9.55) being measured. Now try the other shapes. Two humps gives a fringed transform and a product pinned at 1.4931.493 — also constant, because the product depends on the shape and not the scale, but three times the floor. Square pulse gives the sinc, whose ringing tails fall off only as 1/k1/k; those tails carry so much weight at large kk that k2f~2dk\int k^{2}\abs{\tilde f}^{2}\dd k genuinely diverges, and the number you see drifts with the sampling grid rather than converging. That is not a bug in the figure. It is (0.9.52) being satisfied in the loudest available way, and it is Problem 1.
Grind box — the hypotheses, said out loud

The boundary term. We assumed xf(x)20x\abs{f(x)}^{2}\to0 at ±\pm\infty. Here is why it is automatic whenever the theorem's quantities are finite. By Cauchy–Schwarz, xf2(x2f2)1/2(f2)1/2=Δx<\int\abs{x}\abs f^{2}\le(\int x^{2}\abs f^{2})^{1/2}(\int\abs f^{2})^{1/2}=\Delta x\lt\infty, so xf2x\abs f^{2} is integrable. Its derivative is f2+2xRe(fˉf)\abs f^{2}+2x\,\mathrm{Re}(\bar f f'), whose second piece is bounded in integral by 2ΔxΔk<2\Delta x\,\Delta k\lt\infty, so the derivative is integrable too. A function whose derivative is integrable has limits at ±\pm\infty. A function that is itself integrable and has limits must have those limits equal to zero. So the boundary term vanishes for exactly the functions for which the statement has content.

When the spreads are infinite. If Δx=\Delta x=\infty or Δk=\Delta k=\infty the inequality is vacuously true, and this is not a rare corner: any function with a jump discontinuity has Δk=\Delta k=\infty (Problem 1), and any function with power-law tails f2x3\abs f^{2}\sim\abs x^{-3} has Δx=\Delta x=\infty. The theorem is sharp only among functions smooth enough and localised enough to have both moments. Outside that class one uses different width measures: the width at half maximum, the width containing 90%90\% of the power, the reciprocal of the peak height. All of them obey inequalities of the same shape with different constants, and none of those constants is 12\tfrac12.

Why the standard deviation, then? Because it is the measure for which the constant is exactly 12\tfrac12 and the minimiser is exactly the Gaussian, and because it is the one Chapter 4.9 needs. There, (Δx)2(\Delta x)^{2} is a variance of measurement outcomes, and it has to be that and nothing else.

You have just proved the uncertainty principle

(0.9.52) is the Heisenberg uncertainty principle. It is a theorem about Fourier transforms, and it has just been proved with no physics anywhere in it. No particles, no measurement, no observer, no \hbar. Every ingredient came from Part 0.

All that quantum mechanics will add, in Chapter 4.9, is a single substitution: p=kp=\hbar k. That is one physical claim, the de Broglie relation, and it is the only new thing. Multiply both sides of (0.9.52) by \hbar:

ΔxΔp    2. \Delta x\,\Delta p \;\ge\; \frac{\hbar}{2}.

The inequality was never quantum. It is a fact about waves, as true of a radio pulse or a seismic trace as of an electron, and it was known to signal engineers before it was known to physicists. The quantum part, the genuinely strange and genuinely new part, is the claim that a particle's momentum is the wavenumber of a wave. Once you accept that, the uncertainty principle is not an additional mystery. It is arithmetic you did in Part 0.

⚠ What the uncertainty principle does not say

It does not say that measuring a particle's position disturbs its momentum. That story, the microscope and the photon kicking the electron, is Heisenberg's own 1927 heuristic. It is not what the theorem states, and it has misled essentially every popular account since.

Look at what was actually proved. (0.9.52) is a relation between two representations of one object. The function ff and its transform f~\tilde f are the same thing written in two bases, and the theorem says their widths cannot both be small. No measurement occurs anywhere in the derivation. No observer appears. Nothing is disturbed, because nothing is done.

A short pulse is broad in frequency, and that is the end of it. A 1010 femtosecond flash of light contains a hundred nanometres of spectrum whether or not anyone looks at it (Problem 4). A bass note plucked for a tenth of a second has an intrinsically fuzzy pitch. The spread is a property of the object, not of the act of examining it.

Measurement disturbance is a real and separate phenomenon with its own theorems, and Chapter 4.9 will keep the two apart. If you carry one thing away from §6, carry this: the uncertainty principle is a statement about what a localised wave is, not about what happens when you poke it.

In plain terms 0.9.6

Whatever else a wave may be, it cannot be both brief and pure, and the exact statement of that impossibility is the strongest thing in the toolkit. Measure the spread of a function across positions in the ordinary statistical way, measure the spread of its transform across wavelengths likewise, and the product can never fall below one half. Squeezing either widens the other by the compensating factor, and the bell curve is the unique shape attaining the minimum, a conclusion the argument produces rather than assumes.

Look at what the proof needed, because the list is short and every item was in hand: the definition of the transform, the fact that transforming preserves size, the fact that differentiating has become multiplying, the overlap inequality proved when inner products were introduced and applied here to two particular functions, and one integration by parts. There is nothing else in it, and no physics anywhere: no particles, no measurement, no observer and no Planck's constant.

That inequality is the uncertainty principle, and all quantum mechanics adds to it later is one substitution: that a particle's momentum is the wavelength of a wave. It says nothing about disturbing a thing by looking at it, because no measurement occurs in the derivation and nothing is done to anything. A brief flash of light contains a wide spread of colours whether or not anybody watches.

7 · Probability, and why it is the same subject

Probability enters this chapter for a structural reason and not a curricular one: the central limit theorem is a Fourier argument, and the object that makes it one is a Fourier transform under another name.

7.1 · The apparatus, briefly

A random variable XX taking real values is described by a probability density p(x)0p(x)\ge0 with p=1\int p=1, meaning Pr(aXb)=abp\Pr(a\le X\le b)=\int_a^bp. Its cumulative distribution is F(x)=xp(u)duF(x)=\int_{-\infty}^{x}p(u)\dd u.

By the fundamental theorem of calculus (Chapter 0.2), those two are related by F=pF'=p. The density is the derivative of the CDF, and that one sentence is what makes both objects worth having. Next, the expectation of any function is

E[g(X)]  =  g(x)p(x)dx, \mathbb{E}[g(X)] \;=\; \int_{-\infty}^{\infty} g(x)\,p(x)\,\dd x, (0.9.56)

which is linear in gg because integration is. The mean is μ=E[X]\mu=\mathbb E[X], the variance is Var(X)=E[(Xμ)2]\mathrm{Var}(X)=\mathbb E[(X-\mu)^{2}], and expanding the square with linearity gives the form you actually compute with:

Var(X)=E[X2]2μE[X]+μ2=E[X2]μ2. \mathrm{Var}(X) = \mathbb E[X^{2}] - 2\mu\,\mathbb E[X] + \mu^{2} = \mathbb E[X^{2}]-\mu^{2}. (0.9.57)

The standard deviation is σ=Var\sigma=\sqrt{\mathrm{Var}}. That is the same quantity §6 called a spread, computed from the same integral. And the Gaussian density is

p(x)=1σ2πexp ⁣((xμ)22σ2), p(x) = \frac{1}{\sigma\sqrt{2\pi}}\exp\!\left(-\frac{(x-\mu)^{2}}{2\sigma^{2}}\right), (0.9.58)

whose normalising constant is Chapter 0.2's eax2dx=π/a\int\ee^{-ax^{2}}\dd x=\sqrt{\pi/a} with a=1/2σ2a=1/2\sigma^{2}, and whose variance is σ2\sigma^{2} by Chapter 0.2's Worked example 2. Nothing in (0.9.58) is quoted.

7.2 · The characteristic function is a Fourier transform

Define the characteristic function of XX:

φX(t)    E ⁣[eitX]  =  p(x)eitxdx  =  2π  p~(t). \varphi_X(t) \;\equiv\; \mathbb E\!\left[\ee^{\ii tX}\right] \;=\; \int_{-\infty}^{\infty} p(x)\,\ee^{\ii tx}\,\dd x \;=\; \sqrt{2\pi}\;\tilde p(-t). (0.9.59)

It is the Fourier transform of the density, up to the convention's constant and a sign. Three properties follow at once, and all three get used below.

  • It always exists, because eitx=1\abs{\ee^{\ii tx}}=1 and pp is integrable. Moments are not like that. A moment can be infinite, and the grind box at the end of §7 turns on a case where one is.
  • It determines pp uniquely, because the transform is invertible by (0.9.14).
  • Its Taylor coefficients are the moments, because differentiating under the integral (Chapter 0.2) brings down factors of ix\ii x.

Writing that last property out to second order:

φX(t)=1+iμt12E[X2]t2+O(t3). \varphi_X(t) = 1 + \ii\mu t - \tfrac12\mathbb E[X^{2}]\,t^{2} + O(t^{3}). (0.9.60)

7.3 · Independent sums convolve, so characteristic functions multiply

Let XX and YY be independent, with densities pX,pYp_X,p_Y, and set Z=X+YZ=X+Y. Independence means the joint density factorises, p(x,y)=pX(x)pY(y)p(x,y)=p_X(x)p_Y(y). Then

FZ(z)=Pr(X+Yz)= ⁣ ⁣pX(x)[zx ⁣ ⁣pY(y)dy]dx, F_Z(z) = \Pr(X+Y\le z) = \int_{-\infty}^{\infty}\!\! p_X(x)\left[\int_{-\infty}^{z-x}\!\! p_Y(y)\dd y\right]\dd x, (0.9.61)

and differentiating with respect to zz under the integral, using F=pF'=p on the inner integral:

pZ(z)  =  pX(x)pY(zx)dx  =  (pXpY)(z). p_Z(z) \;=\; \int_{-\infty}^{\infty} p_X(x)\,p_Y(z-x)\,\dd x \;=\; (p_X * p_Y)(z). (0.9.62)

Adding independent random variables convolves their densities. That is a surprising fact with a one-line derivation, and it is the bridge we came here for, because §4's convolution theorem now applies to probability.

So transform (0.9.62), then translate the result back into characteristic functions with (0.9.59). The two stray factors of 2π\sqrt{2\pi} cancel against the one in (0.9.28), and what is left is

  φX+Y(t)  =  φX(t)φY(t)   \boxed{\;\varphi_{X+Y}(t) \;=\; \varphi_X(t)\,\varphi_Y(t)\;} (0.9.63)

A hard operation on densities, an integral at every point, has become multiplication of two ordinary functions. This is (0.9.28) and nothing more, and it is the entire reason the central limit theorem is provable.

7.4 · Variance adds, and the 1/n1/\sqrt n

Take μX=μY=0\mu_X=\mu_Y=0 without loss of generality (subtract the means). Then

E[(X+Y)2]=E[X2]+2E[XY]+E[Y2], \mathbb E[(X+Y)^{2}] = \mathbb E[X^{2}] + 2\,\mathbb E[XY] + \mathbb E[Y^{2}], (0.9.64)

and the cross term factorises under independence, E[XY]=xypX(x)pY(y)=E[X]E[Y]=0\mathbb E[XY]=\iint xy\,p_X(x)p_Y(y)=\mathbb E[X]\,\mathbb E[Y]=0. Hence

Var(X+Y)  =  Var(X)+Var(Y)(X,Y independent). \mathrm{Var}(X+Y) \;=\; \mathrm{Var}(X)+\mathrm{Var}(Y) \qquad (X,Y\ \text{independent}). (0.9.65)

Variances add. Standard deviations do not. Everything below is bookkeeping on that one line.

Take nn independent copies, each of variance σ2\sigma^{2}. Their sum has variance nσ2n\sigma^{2}. And since Var(cX)=c2Var(X)\mathrm{Var}(cX)=c^{2}\mathrm{Var}(X) follows directly from the definition, the mean Xˉn=1nXi\bar X_n=\frac1n\sum X_i has

Var(Xˉn)=1n2nσ2=σ2n,SD(Xˉn)=σn. \mathrm{Var}(\bar X_n) = \frac{1}{n^{2}}\cdot n\sigma^{2} = \frac{\sigma^{2}}{n}, \qquad \mathrm{SD}(\bar X_n) = \frac{\sigma}{\sqrt n}. (0.9.66)

The standard error falls as 1/n1/\sqrt n, and the exponent 12\tfrac12 is not a convention or an empirical rule. It is the square root of "variances add", which is (0.9.65), which is the vanishing of a cross term.

7.5 · The central limit theorem, sketched honestly

⚑ A sketch, not a proof

What follows gets the mechanism exactly right and is genuinely where the Gaussian comes from. It leaves two things unproved, and both are named below rather than hidden.

Let X1,X2,X_1,X_2,\dots be independent with the same distribution, mean μ\mu, finite variance σ2\sigma^{2}. Standardise:

Zn=1σni=1n(Xiμ). Z_n = \frac{1}{\sigma\sqrt n}\sum_{i=1}^{n}\big(X_i-\mu\big). (0.9.67)

Write Y=XμY=X-\mu, so E[Y]=0\mathbb E[Y]=0 and E[Y2]=σ2\mathbb E[Y^{2}]=\sigma^{2}. By (0.9.63), and since φcY(t)=φY(ct)\varphi_{cY}(t)=\varphi_Y(ct) straight from the definition,

φZn(t)=[φY ⁣(tσn)]n. \varphi_{Z_n}(t) = \left[\varphi_Y\!\left(\frac{t}{\sigma\sqrt n}\right)\right]^{n}. (0.9.68)

Take logarithms, which turns the power into a product and is the move that makes the whole thing work. Expand φY\varphi_Y to second order using (0.9.60) with μY=0\mu_Y=0, then expand ln(1+w)=w12w2+\ln(1+w)=w-\tfrac12w^{2}+\cdots from Chapter 0.3:

lnφZn(t)=nln ⁣[1σ22t2σ2n+O ⁣(n3/2)]=n[t22n+O ⁣(n3/2)]  =  t22+O ⁣(n1/2). \begin{aligned} \ln\varphi_{Z_n}(t) &= n\ln\!\left[1 - \frac{\sigma^{2}}{2}\frac{t^{2}}{\sigma^{2}n} + O\!\big(n^{-3/2}\big)\right]\\[4pt] &= n\left[-\frac{t^{2}}{2n} + O\!\big(n^{-3/2}\big)\right] \;=\; -\frac{t^{2}}{2} + O\!\big(n^{-1/2}\big). \end{aligned} (0.9.69)

Watch what happened, because it is the entire theorem. The quadratic term carried exactly one power of 1/n1/n, so multiplying by nn left it finite and unchanged. Every higher term carried a higher power of 1/n1/\sqrt n, so multiplying by nn still left it going to zero. The quadratic term is the unique survivor. It survives not because we truncated anything, but because the scaling by n\sqrt n in (0.9.67) was chosen precisely to let it survive. Hence

φZn(t)    et2/2, \varphi_{Z_n}(t) \;\longrightarrow\; \ee^{-t^{2}/2}, (0.9.70)

All that remains is to recognise the answer. By Chapter 0.2's Gaussian integral with a=12a=\tfrac12 and b=itb=\ii t, the function et2/2\ee^{-t^{2}/2} is the characteristic function of the standard normal density ex2/2/2π\ee^{-x^{2}/2}/\sqrt{2\pi}, as you can check by doing that integral. So the limit is a Gaussian. And it is a Gaussian because et2/2\ee^{-t^{2}/2} is the fixed point of "square and rescale", which is what (0.9.68) does.

What is not proved here. Two things, and here they are.

  • The remainder O(n3/2)O(n^{-3/2}) needs control uniform in nn. Doing that properly requires either a third moment or a truncation argument, and the honest general statement is Lindeberg's.
  • Convergence of characteristic functions implies convergence of distributions. That is Lévy's continuity theorem, and we are quoting it.

Neither gap affects the mechanism. The Gaussian appears because the quadratic term is the only one that survives the n\sqrt n scaling, and that part is fully derived above.

Grind box — when the central limit theorem is false

The hypothesis σ2<\sigma^{2}\lt\infty is doing real work. Drop it and the conclusion fails, in an instructive way.

Take the Cauchy density p(x)=1π(1+x2)p(x)=\dfrac{1}{\pi(1+x^{2})}, whose tails fall as x2x^{-2}. That makes x2pdx\int x^{2}p\,\dd x diverge, so there is no variance to speak of. Its characteristic function is φ(t)=et\varphi(t)=\ee^{-\abs t} (⚑ a contour integral, quoted here, and the only place in this book that uses complex analysis, which Chapter 5.4 builds). Then by (0.9.63) the mean of nn samples has

φXˉn(t)=[et/n]n=et, \varphi_{\bar X_n}(t) = \left[\ee^{-\abs{t}/n}\right]^{n} = \ee^{-\abs t},

the characteristic function of a single Cauchy sample. Averaging a million Cauchy observations gives you exactly the precision of one observation. The 1/n1/\sqrt n is gone, because (0.9.65) never applied: there was no variance to add. Note also that et\ee^{-\abs t} is not differentiable at t=0t=0. The failure of the mean to exist is visible as a corner in the characteristic function, exactly where (0.9.60) would have read it off.

This is not a pathology invented to embarrass the theorem. Cauchy tails arise from ratios of normal variables, from resonance line shapes (the Lorentzian of (0.9.25) is a Cauchy density), and in any setting where the largest single contribution is comparable to the sum of the rest. When you see a sample mean that refuses to stabilise as data accumulate, this is the first thing to suspect.

Familiar ground

Equation (0.9.66) is the most expensive line of algebra in clinical research, and it is worth seeing that it is a theorem rather than a statistical convention. The standard error of a mean is σ/n\sigma/\sqrt n because variances add for independent observations (0.9.65), which is true because a cross term E[XY]E[X]E[Y]\mathbb E[XY]-\mathbb E[X]\mathbb E[Y] vanishes. That is the whole reason. No other exponent is available.

The consequences are brutal and entirely determined. A confidence interval has half-width proportional to σ/n\sigma/\sqrt n, so halving the width of an interval costs four times the sample size, and cutting it to a third costs nine times. For a two-arm trial comparing means with two-sided α=0.05\alpha=0.05 and 80%80\% power, the required size per arm is

n  =  2(z0.975+z0.80)2σ2δ2  =  15.7σ2δ2, n \;=\; \frac{2\big(z_{0.975}+z_{0.80}\big)^{2}\sigma^{2}}{\delta^{2}} \;=\; \frac{15.7\,\sigma^{2}}{\delta^{2}},

with z0.975=1.960z_{0.975}=1.960 and z0.80=0.842z_{0.80}=0.842. The detectable effect δ\delta enters squared, which is (0.9.66) inverted: chasing an effect half the size costs four times the patients, and an effect a quarter the size costs sixteen times. Every argument you have ever had about whether a trial is powered for a realistic effect is an argument about that exponent, and the exponent is not negotiable.

Now the bridge, and it is an identity rather than an analogy. Counting is a sum of independent yes/no events, so (0.9.65) applies to it verbatim. One event either registers or does not, with probability pp. By (0.9.57) its variance is E[X2]μ2=pp2\mathbb E[X^{2}]-\mu^{2}=p-p^{2}, since X2=XX^{2}=X for a variable taking only the values 00 and 11. Now add MM independent such events. The mean count is N=MpN=Mp, and the variance is Mp(1p)NMp(1-p)\to N for small pp.

So NN counts carry a standard deviation of N\sqrt N and a relative precision N/N=1/N\sqrt N/N=1/\sqrt N, derived in three lines from the same cross term vanishing. That single fact sets the noise floor of every measurement in physics. It sets photon shot noise in a detector, the error bar on a bin of a collider histogram, the counting error on a radioactive sample, and the sensitivity of a gravitational-wave interferometer.

When a particle physicist demands 5σ5\sigma before claiming a discovery, they are asking for an excess whose probability under the null is 2.9×1072.9\times10^{-7}. The σ\sigma they are counting in is N\sqrt N, from (0.9.65). When you compute the power of a trial, you use the same line with NN replaced by patients.

So a discovery threshold at CERN and a sample-size calculation on a protocol sheet rest on identical algebra, derived above in four lines. The difference between the two fields is which quantity is expensive to increase.

⚠ Why this isn't obvious

The delta is not a function, and pretending otherwise produces real damage. There is no assignment of a value to each point of the real line that does what (0.9.31) requires. Take the natural candidate, zero everywhere except at one point. It fails, because changing a function at a single point does not change any integral at all. That candidate has δf=0\int\delta f=0 for every ff, which is not f(0)f(0). Nor can the value at the origin be "infinity", since infinity is not a real number, and no arithmetic involving it would make the integral come out to f(0)f(0) rather than to something else.

So the delta means something only under an integral sign, paired with a test function, and its type is a linear functional rather than a function. That reads like a piece of pedantry, and it is the opposite. It is the rule that tells you which manipulations are safe, and the rest of this box is what happens to people who ignore it.

Treat it as a function anyway and you immediately generate two expressions that look harmless and are not.

  • δ(0)\delta(0). Setting x=0x=0 in (0.9.36) gives δ(0)=12πdk\delta(0)=\frac{1}{2\pi}\int\dd k, a divergent integral over all wavenumbers.
  • δ(x)2\delta(x)^{2}. There is no product of distributions, and δ(x)2f(x)dx\int\delta(x)^{2}f(x)\dd x would have to be "δ(0)f(0)\delta(0)f(0)", which is the previous problem again.

Both show up in quantum field theory, unavoidably and on the first page of any real calculation. A δ4(p)\delta^{4}(p) enforcing momentum conservation gets squared when you square an amplitude, and the resulting δ4(0)\delta^{4}(0) is the volume of spacetime. It is infinite, and correctly so, because you asked for a total probability rather than for a rate per unit volume. Products of propagators at coincident points produce the same disease.

In every case the appearance of δ(0)\delta(0) or δ2\delta^{2} is not a mistake. It is a signal that the question was posed in a limit that has not yet been taken carefully, and the repair is a regulator. Put the system in a box, smear the point, analytically continue the dimension. It is exactly what §5.3 did when it inserted eϵk2\ee^{-\epsilon k^{2}}, computed, and then removed it. Chapter 5.10 does nothing else for an entire chapter and calls it regularisation, and Chapter 5.11 is what you do with the answer afterwards.

In plain terms 0.9.7

Probability arrives at the close not as a change of subject but as the same subject in other words. Adding two independent random quantities slides one density across the other and records the overlap, which is exactly the operation of a moment ago, so in the wave description the densities multiply. Repeat the multiplication many times, rescaling as you go, and every feature of the original distribution is ground away except the quadratic one, which survives because the rescaling was chosen to let it. The bell curve is what remains once everything else has been averaged out of existence, and that is why it is everywhere.

The toolkit is finished. What you have now is a way of describing change and a way of accumulating it, the habit of expanding rather than solving, a language of spaces and the maps between them, the theorem that the right description makes a hard problem fall apart into independent pieces, a calculus for quantities defined at every point, and the one basis in which differentiation is arithmetic.

None of it is physics. All of it was assembled for a single job, and the next part begins that job by discarding the thing most people take to be the foundation of the whole subject. It throws away forces, and puts in their place one number attached to each history the world might have followed.

8 · Worked examples

Worked example 1 — the Gaussian, transformed in full

Compute f~\tilde f for f(x)=eax2f(x)=\ee^{-ax^{2}}, a>0a\gt0, and verify ΔxΔk=12\Delta x\,\Delta k=\tfrac12 exactly.

Straight from the definition (0.9.12):

f~(k)=12πeax2eikxdx=12πeax2ikxdx. \tilde f(k) = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\ee^{-ax^{2}}\,\ee^{-\ii kx}\,\dd x = \frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\ee^{-ax^{2}-\ii kx}\,\dd x.

Complete the square, exactly as in Chapter 0.2:

ax2ikx=a(x2+ikax)=a(x+ik2a)2k24a. -ax^{2}-\ii kx = -a\left(x^{2}+\frac{\ii k}{a}x\right) = -a\left(x+\frac{\ii k}{2a}\right)^{2} - \frac{k^{2}}{4a}.

The second term is constant in xx and comes out. The first is a Gaussian shifted by an imaginary amount, and shifting the contour off the real axis is the one step here that needs a word. It is legal because eaz2\ee^{-az^{2}} is analytic and decays in the strip between the two contours, so a rectangle contour has nothing left on its connecting edges. That argument is quoted here and built properly in Chapter 5.4. ⚑ Chapter 0.2's Problem 4 checked that same continuation independently, by solving a differential equation in kk instead. Two routes, one answer, which is how you know the continuation is sound. With Chapter 0.2's eau2du=π/a\int\ee^{-au^{2}}\dd u=\sqrt{\pi/a}:

f~(k)=12ππa  ek2/4a=12a  ek2/4a. \tilde f(k) = \frac{1}{\sqrt{2\pi}}\sqrt{\frac{\pi}{a}}\;\ee^{-k^{2}/4a} = \frac{1}{\sqrt{2a}}\;\ee^{-k^{2}/4a}.

A Gaussian transforms to a Gaussian, of reciprocal width. A large aa (narrow in xx) produces a small 1/4a1/4a in the exponent (broad in kk), and vice versa.

The widths. The densities are f2=e2ax2\abs f^{2}=\ee^{-2ax^{2}} and f~2ek2/2a\abs{\tilde f}^{2}\propto\ee^{-k^{2}/2a}. Matching each against eu2/2σ2\ee^{-u^{2}/2\sigma^{2}}:

2a=12(Δx)2Δx=12a,12a=12(Δk)2Δk=a. 2a = \frac{1}{2(\Delta x)^{2}} \Rightarrow \Delta x = \frac{1}{2\sqrt a}, \qquad \frac{1}{2a} = \frac{1}{2(\Delta k)^{2}} \Rightarrow \Delta k = \sqrt a. ΔxΔk=12aa=12for every a. \Delta x\,\Delta k = \frac{1}{2\sqrt a}\cdot\sqrt a = \frac12 \quad\text{for every }a. \qquad\checkmark

Two things to notice. First, the answer is independent of aa. Squeeze the function and the transform spreads by precisely the reciprocal factor, which is the behaviour the figure in §6.5 measures numerically. Second, this is the equality case of (0.9.52), and §6.5 proved it is the only one. Chapter 0.2's Problem 4 got here first, by a completely different route, and said so.

Worked example 2 — diffusion, solved by transforming, and a debt repaid

Solve Ct=D2Cx2\pdv{C}{t}=D\,\pdv{^{2}C}{x^{2}} with all the material initially at the origin, C(x,0)=δ(x)C(x,0)=\delta(x).

Chapter 0.7 got the scaling xDtx\sim\sqrt{Dt} out of this equation by dimensional analysis: DD has units of length2/time\text{length}^{2}/\text{time}, so the only length available is Dt\sqrt{Dt}. That argument is correct and gives no constant and no shape. Here is the actual solution.

Transform in xx only, holding tt as a parameter. By (0.9.20) applied twice, x2(ik)2=k2\partial_x^{2}\to(\ii k)^{2}=-k^{2}, while the time derivative passes through the xx-integral untouched:

C~(k,t)t  =  Dk2C~(k,t). \pdv{\tilde C(k,t)}{t} \;=\; -Dk^{2}\,\tilde C(k,t).

The partial differential equation has become, for each kk separately, the first-order ordinary equation of Chapter 0.1, the one that says rate is proportional to amount. Its solution is the exponential, with a decay constant Dk2Dk^{2} that depends on the mode:

C~(k,t)=C~(k,0)eDk2t. \tilde C(k,t) = \tilde C(k,0)\,\ee^{-Dk^{2}t}.

The initial condition. By (0.9.31), the transform of δ\delta is C~(k,0)=12πδ(x)eikxdx=12π\tilde C(k,0)=\frac{1}{\sqrt{2\pi}}\int\delta(x)\ee^{-\ii kx}\dd x = \frac{1}{\sqrt{2\pi}}: a constant, the same at every wavenumber. A point source contains every mode equally. So

C~(k,t)=12πeDk2t, \tilde C(k,t) = \frac{1}{\sqrt{2\pi}}\,\ee^{-Dk^{2}t},

and the physics is already visible without inverting anything: each mode decays at rate Dk2Dk^{2}, so short-wavelength structure is erased fastest, quadratically fastest. That is what smoothing is.

Transform back with (0.9.14), using Chapter 0.2's Gaussian integral with a=Dta=Dt and b=ixb=\ii x:

C(x,t)=12πeDk2teikxdk=12ππDt  ex2/4Dt=14πDt  ex2/4Dt. \begin{aligned} C(x,t) &= \frac{1}{2\pi}\int_{-\infty}^{\infty}\ee^{-Dk^{2}t}\,\ee^{\ii kx}\,\dd k = \frac{1}{2\pi}\sqrt{\frac{\pi}{Dt}}\;\ee^{-x^{2}/4Dt}\\[4pt] &= \frac{1}{\sqrt{4\pi Dt}}\;\ee^{-x^{2}/4Dt}. \end{aligned}

Read the answer. It is a Gaussian for every t>0t\gt0, with total integral 11 at all times (Chapter 0.2 again), which is to say that matter is conserved. Now match ex2/4Dt\ee^{-x^{2}/4Dt} against ex2/2σ2\ee^{-x^{2}/2\sigma^{2}} to read off the width:

σ(t)=2Dt. \sigma(t) = \sqrt{2Dt}.

This closes the loop Chapter 0.7 opened. There, the Dt\sqrt{Dt} scaling came from dimensional analysis, and Problem 3 of that chapter said explicitly that the method could give the scaling but never the pure number in front. Here is the number: the distribution is Gaussian, its variance is x2=2Dt\avg{x^{2}}=2Dt, and the constant is 2\sqrt2. Nothing was guessed.

It also explains why the answer had to be Gaussian. The solution is the density of a sum of many independent random steps, and §7.5 says such a sum is Gaussian. The heat kernel and the central limit theorem are the same statement, which is why Chapter 5.6's path integral will be able to treat diffusion and quantum amplitudes with one piece of machinery.

One last reading is available. C(x,t)C(x,t) is the Green's function of the diffusion operator, so by §4.2 the solution for any initial profile is the convolution C(x,t)=C0(y)C(xy,t)dyC(x,t)=\int C_0(y)\,C(x-y,t)\,\dd y. Diffusion is convolution with a spreading Gaussian, which is precisely why repeated diffusion steps compose by adding variances.

9 · Your turn

Problem 1 — the square pulse, the sinc, and a divergence worth understanding

Let f(x)=1f(x)=1 for xa\abs x\le a and 00 otherwise. (a) Compute f~\tilde f. (b) Verify Plancherel (0.9.17) for it, given (sinu/u)2du=π\int_{-\infty}^{\infty}(\sin u/u)^{2}\dd u=\pi. (c) Compute Δx\Delta x. (d) Attempt Δk\Delta k, and explain what you find in terms of (0.9.52).

Solution

(a) Directly from (0.9.12):

f~(k)=12πaaeikxdx=12π2sin(ka)k=2πsin(ka)k, \tilde f(k) = \frac{1}{\sqrt{2\pi}}\int_{-a}^{a}\ee^{-\ii kx}\dd x = \frac{1}{\sqrt{2\pi}}\cdot\frac{2\sin(ka)}{k} = \sqrt{\frac{2}{\pi}}\,\frac{\sin(ka)}{k},

using the same eiθeiθ=2isinθ\ee^{\ii\theta}-\ee^{-\ii\theta}=2\ii\sin\theta step as (0.9.3). This is the sinc function: a central lobe of half-width π/a\pi/a, then side lobes of alternating sign whose envelope decays only as 1/k1/k.

(b) f2dx=2a\int\abs f^{2}\dd x = 2a. On the other side, substituting u=kau=ka,

f~2dk=2πsin2(ka)k2dk=2aπsin2uu2du=2aππ=2a.  \int\abs{\tilde f}^{2}\dd k = \frac{2}{\pi}\int\frac{\sin^{2}(ka)}{k^{2}}\dd k = \frac{2a}{\pi}\int\frac{\sin^{2}u}{u^{2}}\dd u = \frac{2a}{\pi}\cdot\pi = 2a. \ \checkmark

(c) f2=f\abs f^{2}=f, so

(Δx)2=aax2dxaadx=2a3/32a=a23,Δx=a3. (\Delta x)^{2} = \frac{\int_{-a}^{a}x^{2}\dd x}{\int_{-a}^{a}\dd x} = \frac{2a^{3}/3}{2a} = \frac{a^{2}}{3}, \qquad \Delta x = \frac{a}{\sqrt3}.

(d) Now attempt the same in kk. The numerator is

k2f~2dk=2πsin2(ka)dk, \int_{-\infty}^{\infty} k^{2}\abs{\tilde f}^{2}\dd k = \frac{2}{\pi}\int_{-\infty}^{\infty}\sin^{2}(ka)\,\dd k,

because the k2k^{2} cancels the 1/k21/k^{2} exactly. The integrand no longer decays at all. It oscillates between 00 and 11 forever, and the integral diverges. So Δk=\Delta k=\infty and ΔxΔk=12\Delta x\,\Delta k=\infty\ge\tfrac12. The theorem holds, in the loudest possible way.

This is not a technicality. It is the theorem telling you something true. A hard edge is infinitely sharp, and by §6.2 the spread in kk is the size of ff'. For a step, ff' is a delta, and a delta has infinite norm. A discontinuity costs infinite bandwidth.

Truncating at kK\abs k\le K shows how it diverges. Then KKk2f~22K/π\int_{-K}^{K}k^{2}\abs{\tilde f}^{2}\approx 2K/\pi (the sin2\sin^{2} averages to 12\tfrac12), so (Δk)2K/πa(\Delta k)^{2}\approx K/\pi a and

ΔxΔk    a3Kπa=aK3π    . \Delta x\,\Delta k \;\approx\; \frac{a}{\sqrt 3}\sqrt{\frac{K}{\pi a}} = \sqrt{\frac{aK}{3\pi}} \;\longrightarrow\;\infty.

This is what the §6.5 figure is doing on the square-pulse preset. The readout is tracking the sampling cutoff KK rather than converging to anything. Double the number of grid points and Δk\Delta k rises by a factor of 2\sqrt2. The measured values are 3.23,4.64,6.61,9.38,13.293.23,\,4.64,\,6.61,\,9.38,\,13.29 for N=128,,2048N=128,\dots,2048, with ratios 1.44,1.42,1.42,1.421.44,\,1.42,\,1.42,\,1.42. The discrete pulse has its own sampling corrections on top, so the number does not match the continuum formula exactly. The point is that there is no limit for it to match. Worth knowing where a number comes from before you trust it.

A finite honest statement. 90.28%90.28\% of the power lies in the central lobe k<π/a\abs k\lt\pi/a (numerically, from 1πππ(sinu/u)2du\frac1\pi\int_{-\pi}^{\pi}(\sin u/u)^{2}\dd u). If you use the central-lobe half-width π/a\pi/a as the bandwidth, the product is (a/3)(π/a)=π/3=1.814(a/\sqrt3)(\pi/a)=\pi/\sqrt3=1.814, comfortably above 12\tfrac12. Different width measure, different constant, same conclusion. And it is the last 10%10\% of the power, out in the tails, that makes the variance-based measure blow up.

Problem 2 — the scaling law for the delta, in three dimensions too

From the defining property (0.9.31) alone, prove δ(ax)=δ(x)/a\delta(ax)=\delta(x)/\abs a for real a0a\neq0. Then deduce δ(x)=δ(x)\delta(-x)=\delta(x), find the analogous rule for δ3(ar)\delta^{3}(a\vv r), and use the result to evaluate δ(x2c2)f(x)dx\int\delta(x^{2}-c^{2})f(x)\,\dd x for c>0c\gt0.

Solution

The scaling law. Two distributions are equal when they give the same number on every test function, so test both sides. Substitute u=axu=ax, dx=du/a\dd x=\dd u/a.

For a>0a\gt0 the limits keep their order:

δ(ax)f(x)dx=δ(u)f(u/a)dua=f(0)a. \int_{-\infty}^{\infty}\delta(ax)f(x)\dd x = \int_{-\infty}^{\infty}\delta(u)f(u/a)\frac{\dd u}{a} = \frac{f(0)}{a}.

For a<0a\lt0 the substitution sends x=u=+x=-\infty\mapsto u=+\infty, so the limits arrive reversed and swapping them costs a sign:

+δ(u)f(u/a)dua=f(0)a=f(0)a. \int_{+\infty}^{-\infty}\delta(u)f(u/a)\frac{\dd u}{a} = -\frac{f(0)}{a} = \frac{f(0)}{\abs a}.

Both cases give f(0)/af(0)/\abs a, which is what [δ(x)/a]fdx\int\big[\delta(x)/\abs a\big]f\dd x gives. Equal on every test function, hence equal. \blacksquare

Consequence. Put a=1a=-1 and you get δ(x)=δ(x)\delta(-x)=\delta(x), so the delta is even. That had better be true, since (0.9.36) is manifestly even in xx.

Three dimensions. δ3(ar)=δ(ax)δ(ay)δ(az)\delta^{3}(a\vv r)=\delta(ax)\delta(ay)\delta(az), and each factor contributes 1/a1/\abs a:

δ3(ar)=δ3(r)a3,and in n dimensions 1an. \delta^{3}(a\vv r) = \frac{\delta^{3}(\vv r)}{\abs a^{3}}, \qquad\text{and in } n \text{ dimensions } \frac{1}{\abs a^{n}}.

The exponent is the dimension, because the delta's units are one over a volume. In Chapter 5.8 the deltas are four-dimensional and this is how their Jacobians are tracked.

The composite argument. g(x)=x2c2g(x)=x^{2}-c^{2} vanishes at x=±cx=\pm c, and near each zero it is approximately linear (Chapter 0.1): g(x)g(±c)(xc)g(x)\approx g'(\pm c)(x\mp c) with g(±c)=±2cg'(\pm c)=\pm2c. The delta only sees neighbourhoods of the zeros, so it splits into one term per zero, each rescaled by the local slope via the law just proved:

δ(x2c2)=δ(xc)2c+δ(x+c)2c, \delta(x^{2}-c^{2}) = \frac{\delta(x-c)}{\abs{2c}} + \frac{\delta(x+c)}{\abs{-2c}}, δ(x2c2)f(x)dx=f(c)+f(c)2c. \Longrightarrow\quad \int\delta(x^{2}-c^{2})f(x)\dd x = \frac{f(c)+f(-c)}{2c}.

The general rule, δ(g(x))=iδ(xxi)/g(xi)\delta(g(x))=\sum_i\delta(x-x_i)/\abs{g'(x_i)} over the simple zeros xix_i, is this argument run once. It is used on every page of relativistic kinematics, where δ(p2m2)\delta(p^{2}-m^{2}) puts a particle on its mass shell and the 1/g1/\abs{g'} becomes the factor 1/2E1/2E in the phase-space measure.

Problem 3 — Gaussians are closed under addition

Let XN(0,σ12)X\sim N(0,\sigma_1^{2}) and YN(0,σ22)Y\sim N(0,\sigma_2^{2}) be independent. Using the convolution theorem rather than a direct integral, show that X+YX+Y is Gaussian with variance σ12+σ22\sigma_1^{2}+\sigma_2^{2}. Then say what would have gone wrong without independence.

Solution

Step 1, the characteristic function of a Gaussian. With p(x)=ex2/2σ2/σ2πp(x)=\ee^{-x^{2}/2\sigma^{2}}/\sigma\sqrt{2\pi}, Chapter 0.2's eax2+bxdx=π/aeb2/4a\int\ee^{-ax^{2}+bx}\dd x=\sqrt{\pi/a}\,\ee^{b^{2}/4a} with a=1/2σ2a=1/2\sigma^{2}, b=itb=\ii t gives

φ(t)=1σ2π2πσ2  e(it)2σ2/2=eσ2t2/2. \varphi(t) = \frac{1}{\sigma\sqrt{2\pi}}\sqrt{2\pi\sigma^{2}}\;\ee^{(\ii t)^{2}\sigma^{2}/2} = \ee^{-\sigma^{2}t^{2}/2}.

Step 2, multiply. The density of Z=X+YZ=X+Y is pXpYp_X*p_Y by (0.9.62), so by (0.9.63) the characteristic functions multiply:

φZ(t)=eσ12t2/2  eσ22t2/2=e(σ12+σ22)t2/2. \varphi_Z(t) = \ee^{-\sigma_1^{2}t^{2}/2}\;\ee^{-\sigma_2^{2}t^{2}/2} = \ee^{-(\sigma_1^{2}+\sigma_2^{2})t^{2}/2}.

Step 3, recognise it. That is Step 1 again with σ2=σ12+σ22\sigma^{2}=\sigma_1^{2}+\sigma_2^{2}. Since the characteristic function determines the density uniquely (the transform is invertible, §7.2), ZN(0,σ12+σ22)Z\sim N(0,\sigma_1^{2}+\sigma_2^{2}). \blacksquare

Compare the effort. Convolving two Gaussians directly means completing a square inside a double exponential. In Fourier space it is adding two exponents. This is (0.9.28) earning its keep, and it is the reason the Gaussian family is closed under addition at all. The transform turns convolution into multiplication, and the exponential of a quadratic is exactly the shape that is closed under multiplication, because quadratics add.

Without independence. Step 2 is the only place it was used, and it fails completely: pZp_Z is not pXpYp_X*p_Y unless the joint density factorises, so the characteristic functions do not multiply. Correlated Gaussians still sum to a Gaussian (that is a separate fact about the joint normal distribution), but the variance is σ12+σ22+2cov(X,Y)\sigma_1^{2}+\sigma_2^{2}+2\mathrm{cov}(X,Y), from (0.9.64) with the cross term retained. Positively correlated errors add up faster than n\sqrt n. That is why correlated measurements do not average down, and why cluster randomisation costs more patients than it looks like it should.

Problem 4 — short pulses and narrow lines

(a) From (0.9.55), show that a Gaussian pulse whose intensity has full-width-at-half-maximum Δt\Delta t has a frequency content of FWHM Δν=2ln2/πΔt=0.441/Δt\Delta\nu = 2\ln2/\pi\Delta t = 0.441/\Delta t. Evaluate the required spectral width, in nanometres, for a 10fs10\,\mathrm{fs} pulse centred at 800nm800\,\mathrm{nm}. (b) An excited state decays with lifetime τ\tau, so its amplitude behaves as a(t)=eiω0tet/2τa(t)=\ee^{-\ii\omega_0t}\ee^{-t/2\tau} for t>0t\gt0 and 00 before. Transform it, show the intensity spectrum is a Lorentzian, and find the linewidth. Evaluate for τ=1ns\tau=1\,\mathrm{ns}.

Solution

(a) For a Gaussian, (0.9.55) gives ΔtΔω=12\Delta t\,\Delta\omega=\tfrac12 in standard deviations, i.e. σtσω=12\sigma_t\sigma_\omega=\tfrac12 (the pulse is a function of tt and its transform a function of ω\omega, so nothing changes but the names). A Gaussian intensity eu2/2σ2\ee^{-u^{2}/2\sigma^{2}} has FWHM 22ln2σ2\sqrt{2\ln2}\,\sigma, from solving eu2/2σ2=12\ee^{-u^{2}/2\sigma^{2}}=\tfrac12. So

FWHMtFWHMω=8ln2  σtσω=8ln212=4ln2, \mathrm{FWHM}_t\cdot\mathrm{FWHM}_\omega = 8\ln2\;\sigma_t\sigma_\omega = 8\ln 2\cdot\tfrac12 = 4\ln2,

and converting the angular frequency to ordinary frequency, ω=2πν\omega=2\pi\nu:

ΔtΔν=4ln22π=2ln2π=0.4413. \Delta t\,\Delta\nu = \frac{4\ln 2}{2\pi} = \frac{2\ln 2}{\pi} = 0.4413.

This is the transform limit. A pulse cannot be shorter than this for its bandwidth, and a pulse that achieves the bound is called transform-limited.

Numbers. Δt=10fs\Delta t=10\,\mathrm{fs} gives Δν=0.4413/1014s=4.41×1013Hz=44.1THz\Delta\nu = 0.4413/10^{-14}\,\mathrm{s} = 4.41\times10^{13}\,\mathrm{Hz} = 44.1\,\mathrm{THz}. Converting to wavelength via ν=c/λ\nu=c/\lambda, so dν=cdλ/λ2\abs{\dd\nu}=c\,\abs{\dd\lambda}/\lambda^{2} (Chapter 0.1's logarithmic derivative):

Δλ=λ2Δνc=(800×109)24.41×10133.00×108=9.4×108m=94nm. \Delta\lambda = \frac{\lambda^{2}\Delta\nu}{c} = \frac{(800\times10^{-9})^{2}\cdot4.41\times10^{13}}{3.00\times10^{8}} = 9.4\times10^{-8}\,\mathrm{m} = 94\,\mathrm{nm}.

A 10fs10\,\mathrm{fs} pulse at 800nm800\,\mathrm{nm} must span roughly 94nm94\,\mathrm{nm} of spectrum. That is more than a tenth of its own centre wavelength, and a large fraction of the visible range. This is why ultrafast lasers need broadband gain media, and why "monochromatic ultrashort pulse" is a contradiction rather than an engineering challenge.

(b) The carrier as written, eiω0t\ee^{-\ii\omega_0t}, puts the spectral line at ω0-\omega_0 once our forward kernel eiωt\ee^{-\ii\omega t} has acted. Nothing in the physics depends on that sign, so take the carrier to be e+iω0t\ee^{+\ii\omega_0t} instead and the line lands at +ω0+\omega_0. Transform with (0.9.12), integrating only over t>0t\gt0 where a0a\neq0. The exponent collects to i(ωω0)tt/2τ-\ii(\omega-\omega_0)t-t/2\tau, and the integral is elementary:

a~(ω)=12π0 ⁣ ⁣e[i(ωω0)+12τ]tdt=12π1i(ωω0)+12τ. \begin{aligned} \tilde a(\omega) &= \frac{1}{\sqrt{2\pi}}\int_0^{\infty}\!\!\ee^{-[\ii(\omega-\omega_0)+\frac{1}{2\tau}]t}\,\dd t\\[4pt] &= \frac{1}{\sqrt{2\pi}}\cdot\frac{1}{\ii(\omega-\omega_0)+\frac{1}{2\tau}}. \end{aligned}

The evaluation at the upper limit vanishes because of the et/2τ\ee^{-t/2\tau} factor. The decay is what makes the transform exist at all.

The measured intensity is a~2\abs{\tilde a}^{2}, and the modulus squared of a reciprocal is the reciprocal of the modulus squared:

a~(ω)2=12π1(ωω0)2+(12τ)2. \abs{\tilde a(\omega)}^{2} = \frac{1}{2\pi}\cdot\frac{1}{(\omega-\omega_0)^{2}+\left(\frac{1}{2\tau}\right)^{2}}.

That is a Lorentzian, the identical shape to the driven-oscillator response (0.9.25). The match is not a coincidence: an excited state is a damped oscillator, with γ=1/2τ\gamma=1/2\tau. Its half-width at half maximum is 1/2τ1/2\tau, so the full width is

Δω=1τ,ΔE=Δω=τ. \Delta\omega = \frac{1}{\tau}, \qquad \Delta E = \hbar\Delta\omega = \frac{\hbar}{\tau}.

Numbers. For τ=1ns\tau=1\,\mathrm{ns}: Δω=109s1\Delta\omega=10^{9}\,\mathrm{s^{-1}}, so Δν=Δω/2π=159MHz\Delta\nu=\Delta\omega/2\pi=159\,\mathrm{MHz}, and ΔE=1.055×1025J=0.66μeV\Delta E = 1.055\times10^{-25}\,\mathrm{J} = 0.66\,\mu\mathrm{eV}. Against an optical transition at 500nm500\,\mathrm{nm} (ν0=6.00×1014Hz\nu_0=6.00\times10^{14}\,\mathrm{Hz}) that is a fractional width of 2.7×1072.7\times10^{-7}. Spectacularly sharp, and yet not zero, and not zero for a reason that has nothing to do with the apparatus.

The point. The relation ΔEτ\Delta E\,\tau\sim\hbar is usually presented as a fourth Heisenberg relation, "energy–time uncertainty", with an air of mystery. It is (0.9.52) applied in the time domain, plus E=ωE=\hbar\omega. A state that does not last forever does not have a sharp energy, for the same reason a note that does not last forever does not have a sharp pitch. No measurement anywhere.

The brick you just laid — and the floor you just finished

You built the Fourier basis as an orthonormal basis, with the orthogonality (0.9.4) proved by direct integration and the coefficients recognised as Chapter 0.5's inner products.

You took LL\to\infty honestly and got the transform pair. You proved Plancherel and read it as the statement that the transform is unitary, a rotation in function space.

You showed that the basis diagonalises the derivative, which is the reason the subject exists, and turned two differential equations into division. You derived the convolution theorem and saw that a linear system's response is a Green's function convolution, hence a product of transfer functions, and hence a product of propagators.

You gave the Dirac delta a definition it can survive, derived its Fourier representation with a regulator, and recognised it as Chapter 0.5's completeness relation in continuous disguise.

You proved the bandwidth theorem ΔxΔk12\Delta x\,\Delta k\ge\tfrac12 from Cauchy–Schwarz, showed the Gaussian is its unique minimiser, and measured that number live. And you found the characteristic function to be a Fourier transform, which made the central limit theorem a statement about which Taylor term survives a rescaling.

Where this gets spent.

  • The Fourier basis and Plancherel → Chapter 4.3 (where completeness is finally proved and the position and momentum representations become two bases for one Hilbert space), Chapter 4.6 (where unitarity is conservation of probability), Chapter 5.3 (where a quantum field is expanded in exactly (0.9.14), one harmonic oscillator per kk).
  • Diagonalising the derivative → Chapter 5.4, where every propagator is (0.9.24) with ω\omega replaced by a four-momentum, and where momentum space is the only place the calculations are tractable.
  • Convolution and Green's functions → Chapter 5.4 again: the Green's function of a wave operator is the propagator, and Feynman diagrams are products precisely because convolution in position space is multiplication in momentum space (0.9.28).
  • The delta → Chapter 4.5 (continuum normalisation xy=δ(xy)\avg{x|y}=\delta(x-y)), Chapter 5.3 (equal-time commutators), Chapter 5.10 (where δ(0)\delta(0) and δ2\delta^{2} appear and force regularisation).
  • The bandwidth theorem → Chapter 4.9, which adds p=kp=\hbar k and nothing else.
  • Probability, variance, the CLT → Chapter 4.19 (density matrices and measurement statistics), Chapter 5.11 (where the renormalisation group is a central-limit theorem for fluctuations at successive scales, by the same "only one term survives the rescaling" argument as (0.9.69)).

And that closes Part 0. Nine chapters, one accumulating toolkit, no physics yet. Here is the whole of it in one list.

  • The linear approximation (0.1).
  • The integral as an accumulation, with the Gaussian done three ways (0.2).
  • The series expansion with control of its error (0.3).
  • The vector space and the linear map (0.4).
  • The spectral theorem in an inner-product space (0.5).
  • The total derivative and the Jacobian (0.6).
  • The field theorems that turn interior cancellation into boundary integrals (0.7).
  • The oscillator and the differential equations around it (0.8).
  • And now the Fourier transform that makes all of them commute with each other.

Chapter 1.1 begins the physics. What happens there is not that you start using one of these tools. It is that the first serious question in mechanics, why do objects move along the paths they do?, needs the linear approximation, the integral, the expansion, and the variational idea all at once, in the first three pages. That is the point at which Part 0 stops looking like a long detour and starts looking like the only sensible way in.