Part 0 · The Toolkit — Chapter 0.3

Series, Approximation, Orders of Magnitude

How physicists actually think, and why every theory in this book is the first few terms of another one.

Where we are

Here is the thesis of this chapter, stated as hard as it can be stated: physics is almost never solved exactly. It is expanded. The list of physically interesting systems with a closed-form solution is embarrassingly short. It runs to two bodies under gravity, the harmonic oscillator, hydrogen, and a handful of others.

Everything else you have ever read about, from planetary orbits to the electron's magnetic moment, was obtained the same way. Someone identified a small parameter, expanded in it, and kept the terms that mattered.

Chapter 0.1 gave you the first term of such an expansion. It noticed, almost in passing, that the leftover error was quadratic. This chapter keeps going.

We turn that observation into a theorem with an error bound, and then into the single most productive habit in theoretical physics: find the small parameter, expand in it, keep what you need, and know what you threw away.

Several sentences in this book that sound like slogans are, underneath, claims about the first surviving term of a series. Here are three of them.

  • "Newton is the low-speed limit of Einstein."
  • "Classical mechanics is the 0\hbar\to0 limit of quantum mechanics."
  • "The Standard Model is an effective theory."

Each one is, literally and unromantically, a statement about which term survives first. By the end of this chapter you will be able to read those sentences as mathematics rather than as reassurance.

Tools you'll need  — Chapter 0.1: linearisation, higher derivatives, the definition of e\ee. Chapter 0.2: the fundamental theorem of calculus and integration by parts, which is the engine of §1.

1 · Taylor's theorem, derived

Almost every book states Taylor's series and then, some pages later, mumbles about a remainder. We will do it the other way round, because the remainder is the entire point. A series without an error estimate is not a result. It is a wish.

Start from the fundamental theorem of calculus, which says nothing more than "the function at the end equals the function at the start plus the accumulated change":

f(a+h)  =  f(a)+aa+hf(t)dt. f(a+h) \;=\; f(a) + \int_{a}^{a+h} f'(t)\,\dd t. (0.3.1)

That is exact. No approximation has been made and none will be. Every step below is an identity.

Our next move is to integrate by parts, and there is exactly one trick in the whole derivation. It is worth naming before we use it: the trick is the choice of antiderivative. Integrating dt\dd t gives t+Ct + C for any constant CC, and we get to pick CC. We pick it so that the upper boundary term vanishes. So take the antiderivative to be t(a+h)t-(a+h), which is zero at t=a+ht=a+h. Then

aa+hf(t)udtdv  =  [f(t)(t(a+h))]aa+h    aa+hf(t)(t(a+h))dt. \int_{a}^{a+h} \underbrace{f'(t)}_{u}\,\underbrace{\dd t}_{\dd v} \;=\; \Big[f'(t)\,\big(t-(a+h)\big)\Big]_{a}^{a+h} \;-\; \int_{a}^{a+h} f''(t)\,\big(t-(a+h)\big)\,\dd t. (0.3.2)

The boundary term at t=a+ht=a+h is zero by construction. At t=at=a it is f(a)(aah)=+f(a)h-f'(a)(a-a-h)=+f'(a)h, and it enters with a minus sign in front of the bracket's lower limit, so it contributes +f(a)h+f'(a)h. Now flip the sign inside the remaining integral, and we have

f(a+h)  =  f(a)+f(a)h+aa+h(a+ht)f(t)dt. f(a+h) \;=\; f(a) + f'(a)\,h + \int_{a}^{a+h} (a+h-t)\,f''(t)\,\dd t. (0.3.3)

Let's stop and look at what we have. The first two terms are exactly the linear approximation of Chapter 0.1. The third term is the new thing. The vague phrase "smaller than hh" has been replaced by an explicit integral, and that integral is the error, written down in full, with no limits taken and nothing swept anywhere.

Now do it again. The goal this time is to peel one more polynomial term off that integral, so we integrate by parts a second time. In (a+ht)f(t)dt\int (a+h-t)f''(t)\,\dd t, let u=f(t)u=f''(t) and dv=(a+ht)dt\dd v=(a+h-t)\,\dd t, whose antiderivative 12(a+ht)2-\tfrac12(a+h-t)^{2} again vanishes at the upper limit:

aa+h(a+ht)f(t)dt  =  [12(a+ht)2f(t)]aa+h=  +h22f(a)+  aa+h(a+ht)22f(t)dt. \begin{aligned} \int_{a}^{a+h}(a+h-t)f''(t)\,\dd t \;=\;& \underbrace{\Big[-\tfrac12 (a+h-t)^{2}f''(t)\Big]_{a}^{a+h}}_{\textstyle =\;+\frac{h^{2}}{2}f''(a)} \\[14pt] &+\; \int_{a}^{a+h} \frac{(a+h-t)^{2}}{2}\,f'''(t)\,\dd t. \end{aligned} (0.3.4)

The underbraced boundary term is the next polynomial term, so put that whole line back into the result of the first round and we have

f(a+h)=f(a)+f(a)h+12f(a)h2+aa+h(a+ht)22!f(t)dt. f(a+h) = f(a) + f'(a)h + \tfrac12 f''(a)h^{2} + \int_{a}^{a+h}\frac{(a+h-t)^{2}}{2!}f'''(t)\,\dd t. (0.3.5)

There is the 12f(a)h2\tfrac12 f''(a)h^{2} that the zoom figure in Chapter 0.1 measured numerically. It was never a coincidence. It is the second boundary term.

The pattern is now visible. Each integration by parts peels off one more term of a polynomial and hands back an integral with one more power of (a+ht)(a+h-t) and one more derivative on ff. Doing it nn times gives Taylor's theorem with the integral form of the remainder:

  f(a+h)  =  k=0nf(k)(a)k!hk  +  Rn+1,Rn+1  =  aa+h(a+ht)nn!f(n+1)(t)dt.   \boxed{\;\begin{aligned} f(a+h) \;&=\; \sum_{k=0}^{n}\frac{f^{(k)}(a)}{k!}\,h^{k} \;+\; R_{n+1},\\[6pt] R_{n+1} \;&=\; \int_{a}^{a+h}\frac{(a+h-t)^{n}}{n!}\,f^{(n+1)}(t)\,\dd t. \end{aligned}\;} (0.3.6)

(As usual f(0)=ff^{(0)}=f and 0!=10!=1, so the k=0k=0 term is just f(a)f(a).) Setting a=0a=0 and renaming hxh\to x gives the Maclaurin form, which is what you will use nine times out of ten: f(x)=kf(k)(0)xk/k!+Rf(x)=\sum_k f^{(k)}(0)x^{k}/k!\,+\,R.

Grind box — the induction, and the Lagrange form of the remainder

The induction. Define, for n1n\ge1,

Rn    aa+h(a+ht)n1(n1)!f(n)(t)dt. R_{n} \;\equiv\; \int_{a}^{a+h}\frac{(a+h-t)^{n-1}}{(n-1)!}\,f^{(n)}(t)\,\dd t.

Equation (0.3.1) says f(a+h)=f(a)+R1f(a+h)=f(a)+R_{1}, which starts the induction. Integrating by parts with u=f(n)(t)u=f^{(n)}(t) and antiderivative v=(a+ht)nn!v=-\dfrac{(a+h-t)^{n}}{n!} (again chosen to vanish at t=a+ht=a+h):

Rn=[(a+ht)nn!f(n)(t)]aa+h+aa+h(a+ht)nn!f(n+1)(t)dt  =  hnn!f(n)(a)  +  Rn+1. R_{n} = \Big[-\tfrac{(a+h-t)^{n}}{n!}f^{(n)}(t)\Big]_{a}^{a+h} + \int_{a}^{a+h}\frac{(a+h-t)^{n}}{n!}f^{(n+1)}(t)\,\dd t \;=\; \frac{h^{n}}{n!}f^{(n)}(a) \;+\; R_{n+1}.

Each application converts a remainder into "the next polynomial term plus the next remainder", so applying it nn times to R1R_1 gives (0.3.6) exactly. The only hypothesis used is that f(n+1)f^{(n+1)} exists and is continuous on the closed interval, which is enough for integration by parts to be legal.

Lagrange form. The integral remainder is exact but not always easy to look at. Note first that, substituting s=a+hts=a+h-t,

aa+h(a+ht)nn!dt  =  0hsnn!ds  =  hn+1(n+1)!. \int_{a}^{a+h}\frac{(a+h-t)^{n}}{n!}\,\dd t \;=\; \int_{0}^{h}\frac{s^{n}}{n!}\,\dd s \;=\; \frac{h^{n+1}}{(n+1)!}.

For h>0h\gt0 the weight (a+ht)n/n!(a+h-t)^{n}/n! is non-negative on the whole interval, so the mean value theorem for integrals applies: there is some ξ\xi between aa and a+ha+h with

Rn+1  =  f(n+1)(ξ)aa+h(a+ht)nn!dt  =  f(n+1)(ξ)(n+1)!hn+1. R_{n+1} \;=\; f^{(n+1)}(\xi)\int_{a}^{a+h}\frac{(a+h-t)^{n}}{n!}\,\dd t \;=\; \frac{f^{(n+1)}(\xi)}{(n+1)!}\,h^{n+1}.

(For h<0h\lt0, reverse the orientation of the interval. The weight is then of one sign again, and the same conclusion follows.) This is the form you will actually use for estimates. You rarely know ξ\xi, but you can almost always bound f(n+1)\abs{f^{(n+1)}} on the interval.

What the remainder is for

Read the Lagrange form as a sentence: the error you make by truncating after the hnh^{n} term is itself a Taylor term, the very next one, with the derivative evaluated somewhere you don't know. That single fact is why physicists can be so casual and so accurate at the same time. You do not need ξ\xi. You need a bound on the next derivative, and then

Rn+1    maxf(n+1)(n+1)!hn+1. \abs{R_{n+1}} \;\le\; \frac{\max\abs{f^{(n+1)}}}{(n+1)!}\,\abs{h}^{n+1}.

Two things control the error: how big the next derivative can get, and how fast hn+1\abs{h}^{n+1} falls. The factorial in the denominator is the reason a handful of terms is usually enough. In §4 we will meet the case where the derivatives grow faster than the factorial, which is where physics actually lives.

One warning to carry into §3, since it costs nothing to state now. The Taylor series is what you get by letting nn\to\infty in (0.3.6). It equals ff precisely when Rn+10R_{n+1}\to0. That is not the same as the series converging. Those are two different conditions, and the difference is the subject of a callout later in this chapter that you may find genuinely unsettling.

In plain terms 0.3.1

Stated without softening, the claim this chapter rests on is that physics does not usually solve its problems; it expands them. The systems with an exact closed-form answer could be listed on a postcard, and everything else you have read about was obtained by finding a small quantity, expanding in it, keeping the terms that mattered and knowing what was thrown away. That last clause is not an apology attached to the method. It is what makes it a method rather than a guess.

Which is why the error term is derived here first and the series second. A series offered without an estimate of what truncating it costs is not a result but a wish, and the derivation keeps everything exact at every stage: the remainder is written down in full, as an explicit accumulation, never approximated and never quietly dropped.

The most useful form of that remainder says something almost too convenient to believe. The error you commit by stopping at a given term is itself the very next term of the series, with the relevant derivative evaluated at some point in the interval that you have no way of identifying. You do not need to identify it. A bound on how large that derivative can get is enough, and this is precisely how a working physicist manages to be casual and extremely accurate at the same time.

2 · The essential expansions

Five expansions carry most of the load in physics. We derive each one rather than quoting it. The derivations take one line apiece, and you should never be in the position of half-remembering whether there is a factorial in the binomial series.

2.1 · The exponential

By definition (Chapter 0.1) ex\ee^{x} is its own derivative, so f(k)(x)=exf^{(k)}(x)=\ee^{x} and f(k)(0)=1f^{(k)}(0)=1 for every kk. Feeding that into the Maclaurin form:

ex  =  k=0xkk!  =  1+x+x22+x36+x424+ \ee^{x} \;=\; \sum_{k=0}^{\infty}\frac{x^{k}}{k!} \;=\; 1 + x + \frac{x^{2}}{2} + \frac{x^{3}}{6} + \frac{x^{4}}{24}+\cdots (0.3.7)

Does it converge to ex\ee^x? To find out, use the Lagrange bound. On the interval between 00 and xx we have eξex\ee^{\xi}\le \ee^{\abs{x}}, so Rn+1exxn+1/(n+1)!\abs{R_{n+1}}\le \ee^{\abs{x}}\abs{x}^{n+1}/(n+1)!. Once n+1>2xn+1\gt 2\abs{x}, every further step multiplies this by x/(n+2)<12\abs{x}/(n+2)\lt\tfrac12. So the bound is eventually smaller than a constant times 2n2^{-n}, and it therefore goes to zero.

The series converges to the function for every real xx. It also converges for every complex xx, which is something we are about to exploit.

2.2 · Sine and cosine

Derivatives of sin\sin cycle with period four: sin,cos,sin,cos,\sin,\cos,-\sin,-\cos,\dots, which at x=0x=0 evaluate to 0,1,0,1,0,1,0,-1,\dots. Only odd powers survive, alternating in sign:

sinx  =  xx33!+x55!,cosx  =  1x22!+x44!, \sin x \;=\; x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \cdots, \qquad\qquad \cos x \;=\; 1 - \frac{x^{2}}{2!} + \frac{x^{4}}{4!} - \cdots, (0.3.8)

the second by the identical argument starting from cos\cos (values 1,0,1,0,1,0,-1,0,\dots at the origin). Convergence everywhere is immediate: every derivative of sin\sin or cos\cos is bounded by 11 in absolute value, so Rn+1xn+1/(n+1)!0\abs{R_{n+1}}\le\abs{x}^{n+1}/(n+1)!\to0 by the same factorial argument.

Notice the leading term of sinx\sin x. It is xx, which is the "small-angle approximation" you have used since school. Now notice the first correction, x3/6-x^{3}/6, which tells you exactly when to stop using it. At x=0.1x=0.1 rad that correction is 1.7×1041.7\times10^{-4}, a relative error of 0.17%0.17\%. That number is not a rule of thumb. It is a computed quantity.

2.3 · The logarithm

Differentiating ln(1+x)\ln(1+x) repeatedly gives f=(1+x)1f'=(1+x)^{-1}, f=(1+x)2f''=-(1+x)^{-2}, f=2(1+x)3f'''=2(1+x)^{-3}, and in general f(k)(x)=(1)k1(k1)!(1+x)kf^{(k)}(x)=(-1)^{k-1}(k-1)!\,(1+x)^{-k}. At x=0x=0 that is (1)k1(k1)!(-1)^{k-1}(k-1)!, and dividing by k!k! leaves (1)k1/k(-1)^{k-1}/k:

ln(1+x)  =  xx22+x33x44+(x<1). \ln(1+x) \;=\; x - \frac{x^{2}}{2} + \frac{x^{3}}{3} - \frac{x^{4}}{4} + \cdots \qquad (\abs{x}\lt1). (0.3.9)

The restriction x<1\abs{x}\lt1 is not decoration, and §3 explains where it comes from. The leading behaviour ln(1+x)x\ln(1+x)\approx x is one of the two most-used approximations in quantitative science. It is why small log-hazard-ratios read directly as percentages, a point we return to in the Familiar Ground box.

2.4 · The binomial series, for arbitrary real exponent

This is the workhorse. Let f(x)=(1+x)αf(x)=(1+x)^{\alpha}, with α\alpha any real number at all, not necessarily a positive integer. Then f=α(1+x)α1f'=\alpha(1+x)^{\alpha-1}, f=α(α1)(1+x)α2f''=\alpha(\alpha-1)(1+x)^{\alpha-2}, and in general

f(k)(x)=α(α1)(αk+1)(1+x)αkf(k)(0)=α(α1)(αk+1). \begin{aligned} f^{(k)}(x) &= \alpha(\alpha-1)\cdots(\alpha-k+1)\,(1+x)^{\alpha-k}\\[4pt] \Longrightarrow\qquad f^{(k)}(0) &= \alpha(\alpha-1)\cdots(\alpha-k+1). \end{aligned} (0.3.10)

Dividing each of those by k!k! is what defines the generalised binomial coefficient, and doing so gives us

(1+x)α  =  k=0(αk)xk,(αk)α(α1)(αk+1)k!,x<1. (1+x)^{\alpha} \;=\; \sum_{k=0}^{\infty}\binom{\alpha}{k}x^{k}, \quad \binom{\alpha}{k} \equiv \frac{\alpha(\alpha-1)\cdots(\alpha-k+1)}{k!}, \quad \abs{x}\lt1. (0.3.11)

When α\alpha is a non-negative integer the product eventually hits a factor of zero, the series terminates, and you recover the finite binomial theorem you already know. For every other α\alpha it runs forever. Two cases deserve to be committed to memory, because between them they cover essentially every square root you will ever have to linearise:

1+x  =  1+x2x28+x316,11x  =  1+x2+3x28+5x316+ \begin{aligned} \sqrt{1+x} \;&=\; 1 + \frac{x}{2} - \frac{x^{2}}{8} + \frac{x^{3}}{16} - \cdots,\\[4pt] \frac{1}{\sqrt{1-x}} \;&=\; 1 + \frac{x}{2} + \frac{3x^{2}}{8} + \frac{5x^{3}}{16} + \cdots \end{aligned} (0.3.12)

The second is α=12\alpha=-\tfrac12 with xxx\to-x, and it is the relativistic γ\gamma factor. Put x=v2/c2x=v^{2}/c^{2} and you have, in one line, the expansion that Chapter 0.1 obtained by grinding out two derivatives. Now you also get every higher term for free, which is exactly what Worked example 2 will cash in.

Grind box — where the radius x<1\abs{x}\lt1 comes from, without complex analysis

For the logarithm you can bypass Taylor's theorem entirely and get an exact remainder from the finite geometric sum. For any t1t\neq-1 and any nn, multiply out to verify

11+t  =  1t+t2+(t)n1+(t)n1+t. \frac{1}{1+t} \;=\; 1 - t + t^{2} - \cdots + (-t)^{n-1} + \frac{(-t)^{n}}{1+t}.

This is an algebraic identity, not an approximation: the finite sum telescopes when you multiply both sides by (1+t)(1+t). Now integrate from 00 to xx, using 0xtkdt=xk+1/(k+1)\int_0^x t^k\,\dd t = x^{k+1}/(k+1) and 0xdt/(1+t)=ln(1+x)\int_0^x \dd t/(1+t)=\ln(1+x):

ln(1+x)=xx22++(1)n1xnn  +  (1)n0xtn1+tdtRn. \ln(1+x) = x - \frac{x^{2}}{2}+\cdots+\frac{(-1)^{n-1}x^{n}}{n} \;+\; \underbrace{(-1)^{n}\int_{0}^{x}\frac{t^{n}}{1+t}\,\dd t}_{\textstyle R_{n}}.

For 0x<10\le x\lt1 the integrand is at most tnt^{n}, so Rnxn+1/(n+1)0\abs{R_{n}}\le x^{n+1}/(n+1)\to0 and the series converges to the function. For 1<x<0-1\lt x\lt0 the factor 1/(1+t)1/(1+t) is no longer bounded by 11, so that argument does not run again unchanged. Substitute t=st=-s and bound 1/(1s)1/(1x)1/(1-s)\le 1/(1-\abs x) over the whole interval, which gives Rnxn+1/[(n+1)(1x)]0\abs{R_{n}}\le \abs{x}^{n+1}/\big[(n+1)(1-\abs x)\big]\to0 as well. The bound degrades as x1x\to-1, and that degradation is the analytic shadow of ln(1+x)\ln(1+x)\to-\infty there. For x>1x\gt1 the terms xn/nx^{n}/n themselves blow up, so the series cannot converge at all, since a convergent series must have terms tending to zero. The radius is exactly 11, and here the reason is visible on the real line, because ln(1+x)\ln(1+x) runs to -\infty at x=1x=-1.

The binomial radius. Take the ratio of consecutive coefficients in (0.3.11):

(αk+1)xk+1(αk)xk=αkk+1x    xas k. \left|\frac{\binom{\alpha}{k+1}x^{k+1}}{\binom{\alpha}{k}x^{k}}\right| = \left|\frac{\alpha-k}{k+1}\right|\abs{x} \;\longrightarrow\; \abs{x} \quad\text{as } k\to\infty.

By the ratio test of §3 the series converges for x<1\abs{x}\lt1 and diverges for x>1\abs{x}\gt1, for every non-integer α\alpha. Again the reason is visible: (1+x)α(1+x)^{\alpha} misbehaves at x=1x=-1, one unit from the origin.

2.5 · Reference table

Here are all five in one place, together with the radius each one is good out to and the chapter where this book spends it.

FunctionSeries about 00RadiusWhere it is spent in this book
ex\ee^{x}1+x+x22!+x33!+1+x+\dfrac{x^{2}}{2!}+\dfrac{x^{3}}{3!}+\cdots\inftyEverywhere. Time evolution, partition functions, propagators
sinx\sin xxx33!+x55!x-\dfrac{x^{3}}{3!}+\dfrac{x^{5}}{5!}-\cdots\inftySmall oscillations (0.8), string modes (7.4)
cosx\cos x1x22!+x44!1-\dfrac{x^{2}}{2!}+\dfrac{x^{4}}{4!}-\cdots\inftyPendulum potential (below), lattice dispersion
ln(1+x)\ln(1+x)xx22+x33x-\dfrac{x^{2}}{2}+\dfrac{x^{3}}{3}-\cdots11Entropy, log-likelihoods, running couplings (5.11)
11x\dfrac{1}{1-x}1+x+x2+x3+1+x+x^{2}+x^{3}+\cdots11Geometric resummation, and the propagator in 5.6
(1+x)α(1+x)^{\alpha}1+αx+α(α1)2x2+1+\alpha x+\dfrac{\alpha(\alpha-1)}{2}x^{2}+\cdots11Every square root
1+x\sqrt{1+x\,}1+x2x28+x3161+\dfrac{x}{2}-\dfrac{x^{2}}{8}+\dfrac{x^{3}}{16}-\cdots11E=p2c2+m2c4E=\sqrt{p^{2}c^{2}+m^{2}c^{4}} (2.5)
(1x)1/2\left(1-x\right)^{-1/2}1+x2+3x28+5x316+1+\dfrac{x}{2}+\dfrac{3x^{2}}{8}+\dfrac{5x^{3}}{16}+\cdots11The Lorentz factor γ\gamma (2.5)

2.6 · Euler's formula, and why complex numbers are not a convenience

The exponential series (0.3.7) converges for every real xx, and its convergence proof used only x\abs{x}. So it converges just as well for complex arguments.

We therefore define ez\ee^{z} for complex zz by that series. There is no other sensible choice, since any definition agreeing with ex\ee^{x} on the real line and having a power series must be this one.

Now substitute z=iθz=\ii\theta with θ\theta real, and use the four-fold cycle i0=1, i1=i, i2=1, i3=i\ii^{0}=1,\ \ii^{1}=\ii,\ \ii^{2}=-1,\ \ii^{3}=-\ii, which then repeats:

eiθ  =  k=0(iθ)kk!  =  1θ22!+θ44!even k, i2m=(1)m  +  i(θθ33!+θ55!)odd k, i2m+1=i(1)m. \ee^{\ii\theta} \;=\; \sum_{k=0}^{\infty}\frac{(\ii\theta)^{k}}{k!} \;=\; \underbrace{1 - \frac{\theta^{2}}{2!} + \frac{\theta^{4}}{4!}-\cdots}_{\text{even }k,\ \ii^{2m}=(-1)^{m}} \;+\; \ii\underbrace{\left(\theta - \frac{\theta^{3}}{3!} + \frac{\theta^{5}}{5!}-\cdots\right)}_{\text{odd }k,\ \ii^{2m+1}=\ii(-1)^{m}}. (0.3.13)

Splitting the sum into even and odd kk is legitimate because the series converges absolutely, meaning that the sum of θk/k!\abs{\theta}^{k}/k! converges on its own. Absolutely convergent series may be rearranged freely without changing their value. So now compare the two brackets with (0.3.8) and read off

  eiθ  =  cosθ+isinθ   \boxed{\;\ee^{\ii\theta} \;=\; \cos\theta + \ii\sin\theta\;} (0.3.14)

which is not an identity between three unrelated functions but a statement that they were the same object all along, sorted by parity. Three consequences, each of which we will use repeatedly.

1. It has unit modulus. eiθ2=cos2θ+sin2θ=1\abs{\ee^{\ii\theta}}^{2}=\cos^{2}\theta+\sin^{2}\theta=1. So eiθ\ee^{\ii\theta} is a point on the unit circle at angle θ\theta, and θ\theta is arc length along that circle. The identity eiπ=1\ee^{\ii\pi}=-1 is the special case "walk half way round".

2. Multiplying by eiθ\ee^{\ii\theta} is a rotation. Take any complex number z=x+iyz=x+\ii y, thought of as the point (x,y)(x,y) in the plane, and multiply:

zeiθ=(x+iy)(cosθ+isinθ)=(xcosθysinθ)new x+i(xsinθ+ycosθ)new y. z\,\ee^{\ii\theta} = (x+\ii y)(\cos\theta+\ii\sin\theta) = \underbrace{(x\cos\theta - y\sin\theta)}_{\text{new }x} + \ii\underbrace{(x\sin\theta+y\cos\theta)}_{\text{new }y}. (0.3.15)

Those are precisely the components of the two-dimensional rotation matrix acting on (x,y)(x,y). Rotation, one of the central objects of the rest of this book, is multiplication by a complex exponential.

That fact does not stay small. In Chapter 0.4 it becomes the statement that U(1)\mathrm{U}(1) and SO(2)\mathrm{SO}(2) are the same group. In Chapter 6.3, the fact that the phase of a quantum field lives on a circle is what generates electromagnetism.

3. It converts decay into oscillation. Chapter 0.1 left you holding a comparison. The clearance equation C˙=kC\dot C=-kC gives C=C0ektC=C_{0}\ee^{-kt}, while quantum time evolution itψ=Eψ\ii\hbar\,\partial_{t}\psi = E\psi gives ψ=ψ0eiEt/\psi = \psi_{0}\ee^{-\ii Et/\hbar}. Structurally the two are identical. The only difference is the i\ii. Euler's formula now tells you exactly what that i\ii does:

ekt    shrinks towards 0,eiEt/=cos ⁣Etisin ⁣Et    rotates, at constant modulus 1. \begin{aligned} \ee^{-kt} \;&\longrightarrow\; \text{shrinks towards }0,\\[4pt] \ee^{-\ii Et/\hbar} = \cos\!\frac{Et}{\hbar} - \ii\sin\!\frac{Et}{\hbar} \;&\longrightarrow\; \text{rotates, at constant modulus }1. \end{aligned} (0.3.16)

A decaying exponential loses amplitude. An imaginary exponential keeps its length and changes only its direction. That is the whole reason quantum mechanics conserves probability: ψ2\abs{\psi}^{2} is the squared length of a vector that is being rotated, and rotations preserve length.

This is also why complex numbers are not an accounting convenience in quantum mechanics. Real exponentials can only grow or decay. You need the circle, and the circle is eiθ\ee^{\ii\theta}.

One free bonus, to show the machinery paying rent immediately. From ei(α+β)=eiαeiβ\ee^{\ii(\alpha+\beta)}=\ee^{\ii\alpha}\ee^{\ii\beta}, expand both sides with (0.3.14) and equate real and imaginary parts:

cos(α+β)+isin(α+β)=(cosα+isinα)(cosβ+isinβ)cos(α+β)=cosαcosβsinαsinβ,sin(α+β)=sinαcosβ+cosαsinβ. \begin{aligned} \cos(\alpha+\beta)+\ii\sin(\alpha+\beta) &= (\cos\alpha+\ii\sin\alpha)(\cos\beta+\ii\sin\beta)\\[8pt] \Longrightarrow\qquad \cos(\alpha+\beta) &= \cos\alpha\cos\beta-\sin\alpha\sin\beta,\\[2pt] \sin(\alpha+\beta) &= \sin\alpha\cos\beta+\cos\alpha\sin\beta. \end{aligned} (0.3.17)

The trigonometric identities you were made to memorise are the statement that eiθ\ee^{\ii\theta} obeys the exponential law. There is nothing else to them.

In plain terms 0.3.2

Only a handful of expansions do most of the real work in physics, and the thing worth noticing about each is what its first correction is for. The leading term of the sine series is the small-angle approximation everyone uses; the term after it reports the size of the error being made, and therefore says exactly when to stop using the approximation. An expansion that comes with its next term is an approximation carrying its own warranty, and that is the whole difference between a rule of thumb and a controlled statement.

The genuine surprise here comes from noticing that the exponential series never asks what kind of number its argument is. Feed it an imaginary quantity and sort the resulting terms by whether their power is even or odd, and the even ones assemble into the cosine while the odd ones assemble into the sine. Those were never three separate functions. They are one object, sorted by parity.

This collects the promise left standing at the end of the first chapter. Multiplying by the imaginary unit is a quarter turn in the plane, so the equation that made a concentration shrink away becomes, once that single factor is inserted, an equation that rotates something at fixed length instead. Quantum mechanics conserves probability because probability is the squared length of a thing being rotated, and rotations do not change lengths.

3 · Convergence, radius, and a genuine surprise

A power series kakxk\sum_{k} a_{k}x^{k} is an infinite sum, and infinite sums are promises. We need a test for when the promise is kept.

3.1 · The ratio test

Suppose ck+1/ckL\abs{c_{k+1}/c_{k}}\to L. There are two cases, and we take them in turn.

If L<1L\lt1, pick any rr with L<r<1L\lt r\lt1. Then beyond some index KK we have ck+1rck\abs{c_{k+1}}\le r\abs{c_{k}}, hence cK+mrmcK\abs{c_{K+m}}\le r^{m}\abs{c_{K}}. The tail of the series is therefore dominated term by term by the geometric series cKmrm=cK/(1r)\abs{c_{K}}\sum_{m}r^{m}=\abs{c_{K}}/(1-r), which is finite. A series of positive terms with bounded partial sums converges, because its partial sums increase and are bounded above.

If instead L>1L\gt1 the terms eventually grow, so they cannot tend to zero, and a series whose terms do not tend to zero cannot converge. Hence:

limkck+1ck<1    kck converges absolutely,limkck+1ck>1    kck diverges. \begin{aligned} \lim_{k\to\infty}\left|\frac{c_{k+1}}{c_{k}}\right| \lt 1 \;&\Longrightarrow\; \textstyle\sum_{k} c_{k}\ \text{converges absolutely},\\[4pt] \lim_{k\to\infty}\left|\frac{c_{k+1}}{c_{k}}\right| \gt 1 \;&\Longrightarrow\; \textstyle\sum_{k} c_{k}\ \text{diverges}. \end{aligned} (0.3.18)

Apply this to a power series by putting ck=akxkc_{k}=a_{k}x^{k}. The ratio is ak+1/akx\abs{a_{k+1}/a_{k}}\abs{x}, so if ak/ak+1R\abs{a_{k}/a_{k+1}}\to R the series converges for x<R\abs{x}\lt R and diverges for x>R\abs{x}\gt R. That number RR is the radius of convergence.

Try it on two of §2's expansions. For ex\ee^{x}, ak/ak+1=(k+1)!/k!=k+1\abs{a_{k}/a_{k+1}}=(k+1)!/k!=k+1\to\infty, so the radius is infinite. For ln(1+x)\ln(1+x), ak/ak+1=(k+1)/k1\abs{a_{k}/a_{k+1}}=(k+1)/k\to1, so the radius is 11, as the grind box already showed by hand.

3.2 · The surprise

Here is a function with nothing whatsoever wrong with it:

f(x)=11+x2  =  1x2+x4x6+ f(x)=\frac{1}{1+x^{2}} \;=\; 1 - x^{2} + x^{4} - x^{6} + \cdots (0.3.19)

(the series follows from 11u=uk\frac{1}{1-u}=\sum u^{k} with u=x2u=-x^{2}, or from the same exact finite-sum identity used in the grind box). On the real line ff is smooth, positive, bounded by 11, infinitely differentiable, and utterly featureless. It is the Lorentzian lineshape, and it does nothing interesting at x=±1x=\pm1 or anywhere else.

Yet by the ratio test its series converges only for x<1\abs{x}\lt1. At x=2x=2 the terms are 1,4,16,64,1,-4,16,-64,\dots, and the "approximation" runs away to infinity no matter how many terms you take.

Something is setting a radius of 11, and it is not visible on the real line. Watch it happen:

N = 1
trust radius ≈ 0.49
Two fates. Grey is the true function, blue is the Taylor polynomial of order NN about the origin. The readout reports the trust radius: how far from the origin the polynomial stays within 0.020.02 of the truth. For sinx\sin x the trust radius marches outward without limit as you add terms — the series converges everywhere. Switch to 1/(1+x2)1/(1+x^{2}) and the trust radius stalls dead at x=1\abs{x}=1 (orange lines) and refuses to move, while outside that boundary each extra term makes the approximation worse. Nothing happens to the function at x=1\abs{x}=1. Something is happening somewhere else.

3.3 · Where the boundary actually is

The series in (0.3.19) makes perfect sense with a complex variable zz in place of xx, and there the answer is immediate: 1/(1+z2)1/(1+z^{2}) blows up at z=±iz=\pm\ii, both at distance 11 from the origin. In fact at z=iz=\ii every term of the series equals (1)ki2k=(1)k(1)k=1(-1)^{k}\ii^{2k}=(-1)^{k}(-1)^{k}=1, so the partial sums are 1,2,3,1,2,3,\dots. The series does not merely fail to represent the function there. It diverges outright.

That is enough to pin the radius, given one small lemma: the set where a power series converges is a disc. If akz1k\sum a_{k}z_{1}^{k} converges then its terms are bounded, say akz1kM\abs{a_{k}z_{1}^{k}}\le M, and for any zz with z<z1\abs{z}\lt\abs{z_{1}},

akzk=akz1kzz1kMzz1k, \abs{a_{k}z^{k}} = \abs{a_{k}z_{1}^{k}}\left|\frac{z}{z_{1}}\right|^{k} \le M\left|\frac{z}{z_{1}}\right|^{k}, (0.3.20)

which is a convergent geometric series. So convergence at one point forces absolute convergence everywhere strictly closer to the origin. Contrapositive: divergence at z=iz=\ii forces divergence at every z>1\abs{z}\gt1. The radius is exactly 11, and it was determined by two points that do not lie on the real line at all.

The moral, and it is a deep one

The real line does not know why its own series fails. The complex plane does. A real function can look flawless over its entire domain and still have a Taylor series that gives up at a specific radius. The radius is set by the nearest singularity in the complex plane, and that is a place your real-valued function never visits and never reports on.

This is not a curiosity. It is the reason that analyticity, poles and branch cuts become physical objects later in the book. In Chapter 5.11 a scattering amplitude is treated as an analytic function of complex energy, and then the dictionary reads:

  • poles on the real axis are stable particles,
  • poles just off it are resonances, with lifetimes given by the imaginary part,
  • and branch cuts are thresholds where new particles can be produced.

The analytic structure in a region you cannot experimentally visit controls what you measure in the region you can. That entire subject is this footnote about 1/(1+x2)1/(1+x^{2}), taken seriously.

In plain terms 0.3.3

An infinite sum is a promise rather than a completed act, so there has to be a test for when the promise is kept, and comparing each term with the one before it settles nearly every case that arises in practice.

Then comes the unsettling part. Take a function that is smooth, bounded, positive and completely uneventful along the whole real line, and its series still gives up at a definite distance from the origin, beyond which each additional term makes the answer worse rather than better. Nothing whatsoever happens to the function at that distance. Nothing on the real line accounts for the boundary, and no amount of looking harder along the real line ever will.

The explanation lies off the line entirely. Allow the variable to be complex and the function has two points where it blows up, both at exactly that distance from the origin, and the radius is set by whichever bad point is nearest, including bad points in directions the original problem never visits. This is the first time the description you have been using turns out to be a restricted view of something larger, and it will not be the last. It becomes physics later on: the structure of a scattering amplitude in a region no experiment can reach is what fixes the particle masses and lifetimes measured in the region experiments can.

4 · Asymptotic series — where physics really lives

Everything so far has been about series that converge. Now the uncomfortable truth. Most of the series physics actually runs on do not converge, for any value of the parameter, ever. They are still the most accurate predictions humanity has made.

That apparent contradiction is resolved by a single idea, and this section is where the chapter earns its title.

4.1 · Two ways to take a limit

A power series statement involves two variables, the argument xx and the number of terms NN, and there are two different things you can mean.

Convergent: fix xx, let NN\to\infty, and demand the partial sums approach f(x)f(x). That is what §3 was about.

Asymptotic: fix NN, let x0x\to0, and demand the error die faster than the last term you kept. Formally, f(x)kakxkf(x)\sim\sum_{k}a_{k}x^{k} as x0+x\to0^{+} means that for each fixed NN,

limx0+ f(x)k=0NakxkxN  =  0. \lim_{x\to0^{+}}\ \frac{f(x)-\sum_{k=0}^{N}a_{k}x^{k}}{x^{N}} \;=\; 0. (0.3.21)

These are genuinely different demands, and the two limits do not commute. A series can satisfy (0.3.21) for every NN while diverging for every x0x\neq0.

Put the two questions side by side. The convergent case asks "does adding terms help forever?". The asymptotic case asks "does the approximation improve as the parameter gets small?".

Physics almost always wants the second question. In physics the parameter is small and handed to you, whether it is v/cv/c or \hbar or the fine structure constant, and the number of terms is a choice you make.

4.2 · A completely explicit example

Consider

F(x)  =  0et1+xtdt,x>0. F(x) \;=\; \int_{0}^{\infty}\frac{\ee^{-t}}{1+xt}\,\dd t, \qquad x\gt0. (0.3.22)

This integral is perfectly well defined and finite for every x>0x\gt0: the integrand is positive and bounded by et\ee^{-t}, so 0<F(x)10\lt F(x)\le1.

We want a series in xx, so expand the denominator with the exact finite-sum identity from the grind box, 11+u=k=0N(u)k+(u)N+11+u\frac{1}{1+u}=\sum_{k=0}^{N}(-u)^{k}+\frac{(-u)^{N+1}}{1+u} with u=xtu=xt, and integrate term by term using 0ettkdt=k!\int_{0}^{\infty}\ee^{-t}t^{k}\,\dd t=k! (integrate by parts kk times):

F(x)  =  k=0N(1)kk!xk  +  RN+1(x),RN+1(x)  =  (x)N+1 ⁣ ⁣0ettN+11+xtdt. \begin{aligned} F(x) \;&=\; \sum_{k=0}^{N}(-1)^{k}\,k!\,x^{k} \;+\; R_{N+1}(x),\\[4pt] R_{N+1}(x) \;&=\; (-x)^{N+1}\!\!\int_{0}^{\infty}\frac{\ee^{-t}\,t^{N+1}}{1+xt}\,\dd t. \end{aligned} (0.3.23)

Everything in those two lines is exact. Our next goal is to put a bound on that remainder, and since 1/(1+xt)11/(1+xt)\le1 for x,t>0x,t\gt0, it obeys

RN+1(x)    xN+1 ⁣ ⁣0 ⁣ettN+1dt  =  (N+1)!xN+1, \abs{R_{N+1}(x)} \;\le\; x^{N+1}\!\!\int_{0}^{\infty}\!\ee^{-t}t^{N+1}\,\dd t \;=\; (N+1)!\,x^{N+1}, (0.3.24)

The right-hand side is precisely the magnitude of the first term you dropped. That bound is beautiful, and it is the practical rule of thumb for asymptotic series: the error is no bigger than the first omitted term.

Note what has and has not been shown. Here it is a theorem, because the remainder came out as an explicit alternating integral we could bound. For a general asymptotic series it is a reliable heuristic and not a theorem, and the honest general statement is only RN+1=O(xN+1)\abs{R_{N+1}}=O(x^{N+1}). The bound also proves (0.3.21) immediately, since (N+1)!xN+1/xN=(N+1)!x0(N+1)!\,x^{N+1}/x^{N}=(N+1)!\,x\to0. So the series is asymptotic to FF.

Now apply the ratio test to (1)kk!xk\sum(-1)^{k}k!x^{k}. The ratio is (k+1)x(k+1)\abs{x}, which tends to infinity for every x0x\neq0. The radius of convergence is zero. The series diverges everywhere except the single point x=0x=0.

Both statements are true at once, and the resolution is in the shape of the terms k!xkk!\,x^{k}. Multiply one term by x(k+1)x(k+1) to get the next. While k<1/xk\lt1/x that factor is less than one and the terms shrink. Once k>1/xk\gt1/x it exceeds one and they grow, forever. The series is useful up to the turning point and poisonous after it.

x = 0.100
best at N = 9, error = 1.77e-4 (e^(−1/x) = 4.54e-5)
The dip and the explosion. Vertical axis is log10\log_{10} of the actual error F(x)SN(x)\abs{F(x)-S_{N}(x)}, where SNS_{N} is the partial sum of the divergent series; horizontal axis is the number of terms kept. Adding terms helps — spectacularly — until N1/xN\approx1/x (dashed vertical), and then every further term makes things worse without bound. The dashed horizontal line is e1/x\ee^{-1/x}, the accuracy floor derived below. Slide xx down and watch the floor drop through the decades while the useful range of NN lengthens. This is what a divergent series looks like when it is being used correctly.
Grind box — optimal truncation and the e1/x\ee^{-1/x} accuracy floor

We want the NN minimising the error bound N!xNN!\,x^{N}. Take logarithms and use the crude Stirling estimate, which we can derive on the spot by comparing a sum to an integral:

lnN!=k=1Nlnk    1Nlntdt=NlnNN+1. \ln N! = \sum_{k=1}^{N}\ln k \;\approx\; \int_{1}^{N}\ln t\,\dd t = N\ln N - N + 1.

(The comparison is legitimate because lnt\ln t is increasing, so the sum is trapped between 0N\int_{0}^{N} and 1N+1\int_{1}^{N+1}. We need only the leading terms.) Then

Φ(N)ln ⁣(N!xN)NlnNN+Nlnx. \Phi(N) \equiv \ln\!\big(N!\,x^{N}\big) \approx N\ln N - N + N\ln x.

Differentiate with respect to NN, treating it as continuous:

Φ(N)=lnN+11+lnx=ln(Nx)  =  0N=1x. \Phi'(N) = \ln N + 1 - 1 + \ln x = \ln(Nx) \;=\; 0 \quad\Longrightarrow\quad \boxed{\,N_{\ast} = \tfrac1x\,}.

It is a minimum because Φ=1/N>0\Phi''=1/N\gt0. Substituting back, at Nx=1N_{\ast}x=1:

Φ(N)=Nln(Nx)N=N=1xbest error    e1/x. \Phi(N_{\ast}) = N_{\ast}\ln(N_{\ast}x) - N_{\ast} = -N_{\ast} = -\frac1x \quad\Longrightarrow\quad \text{best error} \;\sim\; \ee^{-1/x}.

Check it against the figure. At x=0.1x=0.1 this predicts stopping at about ten terms with an accuracy near e10=4.5×105\ee^{-10}=4.5\times10^{-5}. The numerically computed optimum is N=9N=9 with error 1.8×1041.8\times10^{-4}. At x=0.05x=0.05 the predicted floor is e20=2.1×109\ee^{-20}=2.1\times10^{-9} and the actual optimum is N=19N=19 with error 1.1×1081.1\times10^{-8}. The exponential scaling is exactly right. The factor of a few comes from the subleading 2πN\sqrt{2\pi N} in Stirling that we discarded.

Remember this shape. An asymptotic series in a small parameter xx delivers accuracy e1/x\ee^{-1/x} and no better. That exponentially small leftover is not noise. It is a real physical effect that the power series is structurally incapable of seeing, as the warning box below explains.

4.3 · The punchline

Now the statement this section exists for.

The perturbation series of quantum electrodynamics is asymptotic and divergent. It predicts the electron's magnetic moment to about twelve significant figures. That is the most accurately confirmed prediction in the history of science.

The expansion parameter is the fine structure constant α1/137\alpha\approx1/137, and the series for the electron's anomalous magnetic moment ae=(g2)/2a_{e}=(g-2)/2 runs in powers of α/π1/430\alpha/\pi\approx1/430. The measured value is ae=1.15965218059(13)×103a_{e}=1.15965218059(13)\times10^{-3}, which is twelve significant figures.

The calculated value has been worked out through five orders in α\alpha, with over twelve thousand Feynman diagrams at the fifth order. It agrees within the combined uncertainties, at the level of about one part in 101210^{12}.

That the series diverges is not a suspicion but an argument, due to Dyson in 1952, and it is worth sketching because it is pure §3 reasoning. If the series in α\alpha had any nonzero radius of convergence, it would also converge for small negative α\alpha, since a radius means a disc.

But with α<0\alpha\lt0 like charges attract. The vacuum could then lower its energy without bound by spontaneously separating clumps of like charge, so there is no stable ground state and no sensible theory at all. A function cannot be analytic at a point on the boundary between "fine" and "catastrophically ill-defined". Hence the radius is zero. (The mechanism, if you want one: the number of Feynman diagrams at order nn grows like n!n!, exactly as in our toy integral.)

So how is anyone getting twelve digits? By the grind box. With x=α/π1/430x=\alpha/\pi\approx1/430, optimal truncation sits near N430N_{\ast}\approx430 terms and the accuracy floor is eπ/α10187\ee^{-\pi/\alpha}\sim10^{-187}. Nobody is anywhere near the turning point. The terms are still falling steeply at fifth order and will keep falling for another four hundred.

Physicists are not being sloppy with a divergent series. They are using an asymptotic expansion correctly, in the regime where the error bound is the first omitted term and that term is astronomically small. Chapter 5.11 makes this precise and shows what the leftover 1018710^{-187} actually is.

In plain terms 0.3.4

Everything up to here has concerned series that converge, and most of the series physics actually runs on do not converge, for any value of their parameter, ever. They remain the most accurate predictive tools humanity has built, and the contradiction is only apparent. Dissolving it takes one distinction.

There are two different things a statement about a series can mean. One fixes the parameter and asks whether adding terms forever eventually arrives at the answer. The other fixes the number of terms and asks whether the approximation improves as the parameter is made small. Physics almost always wants the second, because the small parameter is handed to you by nature while the number of terms is your choice, and a series can satisfy the second demand perfectly while failing the first everywhere.

Such a series behaves in a characteristic way. Its terms shrink for a while, reach a smallest term, and thereafter grow without limit, and while you are still in the shrinking regime the error is no larger than the first term left out. So the series has a best place to stop and a best accuracy it can reach, both calculable in advance. The perturbation series of quantum electrodynamics diverges, and it predicts the electron's magnetic moment to twelve significant figures, because nobody is remotely near the turning point and the first neglected term is minute.

5 · Dimensional analysis and orders of magnitude

The last tool in this chapter costs almost nothing and repeatedly returns answers that look like they should have required a calculation.

5.1 · Homogeneity, and why it is not a convention

Every additive term in a physical equation must have the same dimensions. The reason is not etiquette. A physical law must hold whatever units you measure in.

Suppose an equation reads A=B+CA=B+C where BB is a length and CC a time. Switch from metres to feet and BB changes by a factor of 3.283.28 while CC does not. An equation true in one unit system would then be false in another, which would make the choice of units a piece of physics. It is not. Hence [B]=[C][B]=[C], always.

In mechanics we track three independent dimensions, mass M\mathsf{M}, length L\mathsf{L} and time T\mathsf{T}, and write [v]=LT1[v]=\mathsf{L}\mathsf{T}^{-1}, [F]=MLT2[F]=\mathsf{M}\mathsf{L}\mathsf{T}^{-2}, and so on.

The same argument in its stronger form is the Buckingham π idea. If a physical relation involves nn dimensional quantities built from kk independent dimensions, it is equivalent to a relation among just nkn-k dimensionless combinations.

The reason is simple enough to state in one sentence: you may use kk of the quantities to define your units, setting them to 11, after which only nkn-k genuinely independent numbers remain to be related. Everything below is that sentence applied.

5.2 · Demonstration: the pendulum

What can the period TT of a pendulum depend on? Plausibly the length LL (L\mathsf{L}), the bob mass mm (M\mathsf{M}), and gravity gg (LT2\mathsf{L}\mathsf{T}^{-2}). That is n=4n=4 quantities and k=3k=3 dimensions, so there is 43=14-3=1 dimensionless group and the physics must be that this group is a constant.

Start with the mass. It is the only quantity carrying M\mathsf{M}, so no dimensionless group can contain it, since any power of mm would leave an uncancelled M\mathsf{M} behind. That is a conclusion before any calculation: the period does not depend on the mass. Now seek TLagbT \propto L^{a}g^{b}:

T=La(LT2)b=La+bT2b2b=1,a+b=0b=12, a=12, \begin{aligned} \mathsf{T} &= \mathsf{L}^{a}\left(\mathsf{L}\mathsf{T}^{-2}\right)^{b} = \mathsf{L}^{a+b}\,\mathsf{T}^{-2b}\\[4pt] &\Longrightarrow\quad -2b=1,\quad a+b=0 \quad\Longrightarrow\quad b=-\tfrac12,\ a=\tfrac12, \end{aligned} (0.3.25)

so T=CL/gT=C\sqrt{L/g} for some pure number CC. Two lines, no differential equation, and we have the L\sqrt{L} scaling and the independence from mass.

What dimensional analysis cannot give you is CC. It happens to be 2π2\pi, and getting it requires actually solving the equation of motion, which we do in Worked example 1.

Worse, dimensional analysis is blind to dimensionless parameters. The amplitude θ0\theta_{0} is already a pure number, so nothing forbids CC from being a function C(θ0)C(\theta_{0}). It is. The period of a real pendulum grows with amplitude, and the "constant" CC is only constant in the small-angle limit.

So the method tells you the structure and is silent about everything dimensionless. That is precisely why α1/137\alpha\approx1/137 had to be measured rather than derived.

5.3 · The payoff: the Planck scale

Now something that looks like it should be impossible. Take the three constants that define the three great theories:

ConstantBelongs toDimensions
c=3.00×108 ms1c=3.00\times10^{8}\ \mathrm{m\,s^{-1}}RelativityLT1\mathsf{L}\mathsf{T}^{-1}
=1.055×1034 Js\hbar=1.055\times10^{-34}\ \mathrm{J\,s}Quantum mechanicsML2T1\mathsf{M}\mathsf{L}^{2}\mathsf{T}^{-1}
G=6.674×1011 m3kg1s2G=6.674\times10^{-11}\ \mathrm{m^{3}kg^{-1}s^{-2}}GravityM1L3T2\mathsf{M}^{-1}\mathsf{L}^{3}\mathsf{T}^{-2}

Ask for a length: =Gabcd\ell = G^{a}\hbar^{b}c^{d}. Matching exponents of M\mathsf{M}, L\mathsf{L}, T\mathsf{T} gives three linear equations:

M:a+b=0,L:3a+2b+d=1,T:2abd=0. \mathsf{M}: -a+b=0, \qquad \mathsf{L}: 3a+2b+d=1, \qquad \mathsf{T}: -2a-b-d=0. (0.3.26)

From the first, b=ab=a. The third then gives d=3ad=-3a. Substituting both into the second, 3a+2a3a=2a=13a+2a-3a=2a=1, so a=b=12a=b=\tfrac12 and d=32d=-\tfrac32. Putting those exponents back gives the Planck length, and with it a time and a mass:

P=Gc3=1.616×1035m,tP=Pc=Gc5=5.39×1044s,mP=cG=2.18×108kg. \begin{aligned} \ell_{P} &= \sqrt{\frac{\hbar G}{c^{3}}} = 1.616\times10^{-35}\,\mathrm{m},\\[4pt] t_{P} &= \frac{\ell_{P}}{c} = \sqrt{\frac{\hbar G}{c^{5}}} = 5.39\times10^{-44}\,\mathrm{s},\\[4pt] m_{P} &= \sqrt{\frac{\hbar c}{G}} = 2.18\times10^{-8}\,\mathrm{kg}. \end{aligned} (0.3.27)

The mass looks unremarkable at first, about the mass of a flea's egg. Then convert it to an energy: mPc2=1.22×1019 GeVm_{P}c^{2}=1.22\times10^{19}\ \mathrm{GeV}, roughly 101510^{15} times the energy the Large Hadron Collider delivers per collision.

Now the part that matters. The three equations (0.3.26) form a 3×33\times3 linear system whose coefficient matrix has determinant

det(110321211)=1(2+1)1(3+2)+0=2    0. \det\begin{pmatrix} -1 & 1 & 0\\ 3 & 2 & 1\\ -2 & -1 & -1\end{pmatrix} = -1\big(-2+1\big)-1\big(-3+2\big)+0 = 2 \;\neq\; 0. (0.3.28)

A nonzero determinant means the system has exactly one solution. That is true for a length, and equally for any other target dimension. So P\ell_{P} is not a length you can build from G,,cG,\hbar,c. It is the only one.

There is no dimensionless knob to slide it, no free parameter, no alternative combination. Combine gravity with quantum mechanics and relativity, and a length 1035m10^{-35}\,\mathrm m appears whether you wanted it or not.

That is the content of the sentence in Chapter 7.1 saying that quantum gravity has a built-in scale. It is worth contrasting with electromagnetism, where the analogous attempt fails.

Take \hbar, cc and the Coulomb constant kee2/4πϵ0k_{e}\equiv e^{2}/4\pi\epsilon_{0} (dimensions ML3T2\mathsf{M}\mathsf{L}^{3}\mathsf{T}^{-2}, i.e. energy × length). From those three you can build no length at all, because they are dimensionally dependent. The combination ke/c=αk_{e}/\hbar c=\alpha is already a pure number, so the corresponding determinant vanishes.

That absence of an intrinsic scale is the deep reason QED behaves so differently from gravity, and it is why the gravitational coupling being dimensionful is exactly the disease diagnosed by power counting in Chapter 7.1.

5.4 · Orders of magnitude

The habit that goes with dimensional analysis is estimating first and computing later. You decide whether an effect can possibly matter before spending a week on it. Here is one example, using only what is on this page. How does gravity compare to electricity inside an atom? Both forces fall as 1/r21/r^{2}, so the ratio is a pure number independent of separation:

FgravFelec  =  Gmempke  =  (6.674×1011)(9.11×1031)(1.673×1027)2.307×1028  4.4×1040. \begin{aligned} \frac{F_{\text{grav}}}{F_{\text{elec}}} \;=\; \frac{G\,m_{e}m_{p}}{k_{e}} \;&=\; \frac{(6.674\times10^{-11})(9.11\times10^{-31})(1.673\times10^{-27})}{2.307\times10^{-28}}\\[4pt] &\approx\; 4.4\times10^{-40}. \end{aligned} (0.3.29)

Forty orders of magnitude. That is why no chemistry textbook mentions gravity. Read the other way, it is also why quantum gravity is experimentally out of reach. To make gravity comparable to the other forces you must reach the Planck energy, which is where (0.3.27) said it would be. A single ratio, computed in one line, explains both the structure of Part IV and the predicament of Part VII.

Before spending these tools, one expansion from outside physics, where the mathematics is not analogous but identical.

Familiar ground

You have been performing first-order Taylor expansions in clinic for your entire career, under the name "the odds ratio approximates the relative risk when the outcome is rare." Let us actually do the expansion, because it tells you something the rule of thumb does not.

With event probabilities p1p_{1} (treated) and p2p_{2} (control),

RR=p1p2,OR=p1/(1p1)p2/(1p2)=p1(1p2)p2(1p1)  =  RR1p21p1. \mathrm{RR}=\frac{p_{1}}{p_{2}}, \qquad \mathrm{OR}=\frac{p_{1}/(1-p_{1})}{p_{2}/(1-p_{2})}=\frac{p_{1}(1-p_{2})}{p_{2}(1-p_{1})} \;=\; \mathrm{RR}\cdot\frac{1-p_{2}}{1-p_{1}}.

So the two differ by exactly the factor (1p2)/(1p1)(1-p_{2})/(1-p_{1}), with no approximation yet. Now write p1=Rp2p_{1}=R\,p_{2} with R=RRR=\mathrm{RR}, and expand that factor in the small quantity p2p_{2} using the geometric series (1p1)1=1+p1+p12+(1-p_{1})^{-1}=1+p_{1}+p_{1}^{2}+\cdots:

ORRR=1p21Rp2=1+p2(R1)1Rp2  =  1+p2(R1)+O ⁣(p22). \frac{\mathrm{OR}}{\mathrm{RR}} = \frac{1-p_{2}}{1-Rp_{2}} = 1 + \frac{p_{2}(R-1)}{1-Rp_{2}} \;=\; 1 + p_{2}(R-1) + O\!\left(p_{2}^{2}\right).

The middle expression is exact. The last is the first-order expansion. Read the leading term: the fractional discrepancy between OR and RR is approximately (baseline event rate) × (RR − 1). Two consequences follow that the usual "if the outcome is under 10%" formulation cannot express.

1. The rate is only half the story. The error is controlled by the product p2(R1)p_{2}(R-1), so a large treatment effect degrades the approximation just as fast as a common outcome does. Take a control rate of 5%5\%, comfortably "rare", together with RR=5\mathrm{RR}=5. The exact factor is 1+0.05×410.25=1.2671+\frac{0.05\times4}{1-0.25}=1.267, so the odds ratio is 6.336.33 against a relative risk of 55, an overstatement of 27%27\%. The rule of thumb waves this case through. The expansion does not.

2. It tells you the rate of decay, not just a threshold. Fix RR=2\mathrm{RR}=2 and walk the baseline rate upward. At p2=2%p_{2}=2\% the discrepancy is 2.1%2.1\%. At 10%10\% it is 12.5%12.5\%. At 30%30\% it is 75%75\%, meaning OR=3.5\mathrm{OR}=3.5 against RR=2\mathrm{RR}=2.

Notice also that the first-order estimate itself degrades. It predicts 2%2\%, 10%10\% and 30%30\% against true values of 2.1%2.1\%, 12.5%12.5\% and 75%75\%. The expansion is warning you, in the only way an expansion can, that by p2=0.3p_{2}=0.3 its own higher terms have taken over and the approximation should be abandoned. A good expansion tells you when to stop trusting it. As §4 showed, that is the same service the first omitted term performs for QED.

The second everyday expansion is (0.3.9). A hazard ratio is reported as HR=eβ\mathrm{HR}=\ee^{\beta}, and eβ1+β\ee^{\beta}\approx1+\beta is why a log-hazard of 0.05-0.05 is read off as "a 5% reduction". It is really e0.05=0.9512\ee^{-0.05}=0.9512, a 4.88%4.88\% reduction, and the error is the next term, β2/2=0.125%\beta^{2}/2=0.125\%. At β=0.5\beta=0.5 the same reflex gives "50% increase" for a true HR=1.6487\mathrm{HR}=1.6487, which is a 65%65\% increase. Same series, same failure mode, same fix: look at the next term.

⚠ Why this isn't obvious

You would be forgiven for assuming that a function with infinitely many derivatives is determined by them. It is not, and the counterexample is one you can check by hand.

Define f(x)=e1/x2f(x)=\ee^{-1/x^{2}} for x0x\neq0 and f(0)=0f(0)=0. This function is smooth everywhere, including at the origin, where it flattens out so aggressively that it beats every polynomial. Differentiating repeatedly gives f(n)(x)=Pn ⁣(1/x)e1/x2f^{(n)}(x)=P_{n}\!\left(1/x\right)\ee^{-1/x^{2}} for some polynomial PnP_{n}. That is true for n=0n=0, and each derivative of such an expression is again of that form by the chain and product rules. To evaluate the derivatives at the origin, use the definition:

f(n)(0)=limh0f(n1)(h)0h=limu±uPn1(u)eu2=0, f^{(n)}(0) = \lim_{h\to0}\frac{f^{(n-1)}(h)-0}{h} = \lim_{u\to\pm\infty} u\,P_{n-1}(u)\,\ee^{-u^{2}} = 0,

where u=1/hu=1/h, and the limit vanishes because eu2\ee^{-u^{2}} beats any power: from the exponential series with all-positive terms, eu2u2m/m!\ee^{u^{2}}\ge u^{2m}/m!, so ukeu2m!uk2m0\abs{u^{k}\ee^{-u^{2}}}\le m!\,\abs{u}^{k-2m}\to0 once 2m>k2m\gt k.

So every Taylor coefficient at the origin is zero. The Taylor series of ff is 0+0x+0x2+0+0x+0x^{2}+\cdots, which converges beautifully, everywhere and absolutely, to the function 00. And ff is not 00: f(1)=e10.368f(1)=\ee^{-1}\approx0.368. The series converges, and it converges to the wrong function.

Recall the warning after (0.3.6). What matters is whether Rn+10R_{n+1}\to0, and here Rn+1=f(x)R_{n+1}=f(x) for every nn, unchanging and never small. Smoothness is not analyticity.

Now the physics, because this is not a pathology. It is a sector of reality. Perturbation theory produces a power series in a coupling gg. Any quantity of the form ec/g2\ee^{-c/g^{2}} has, by the argument above, an identically zero power series at g=0g=0. It is invisible at every order of perturbation theory, to all orders, forever.

Such terms are exactly what the accuracy floor of §4 was made of. An asymptotic series bottoms out at e1/x\ee^{-1/x} because that is the size of what it cannot see.

And those terms are real.

  • Quantum tunnelling amplitudes go as eS/\ee^{-S/\hbar}.
  • Instantons in Yang–Mills theory carry a factor e8π2/g2\ee^{-8\pi^{2}/g^{2}}.
  • The confinement of quarks and the mass gap of QCD are non-perturbative phenomena of exactly this kind.

When Chapter 6.5 says that the proton's mass does not come from the Higgs but from the strong interaction's own dynamics, it is describing physics that lives entirely in the invisible sector defined by e1/x2\ee^{-1/x^{2}}. The most important effects in the strong force are the ones that every term of the series says are zero.

In plain terms 0.3.5

The last tool in the chapter costs almost nothing and returns answers that look as though they should have required work. It rests on one observation: the units you measure in are a choice you made, so a law of physics cannot depend on them, and that demand alone constrains what an answer may look like. Applied to a pendulum it delivers the dependence on length and on gravity and rules out any dependence on the bob's mass, before an equation of motion has been written.

Pushed harder the method produces something startling. Take the constant belonging to relativity, the one belonging to quantum mechanics and the one belonging to gravity: there is exactly one length you can build from them, not one among many. It is forced into existence, it is unimaginably small, and it is why a quantum theory of gravity arrives with a built-in scale no experiment can approach. What it can never give you is a pure number, which is why some constants of nature must be measured rather than derived.

A closing caution, since the chapter has been one long argument for expanding things. Having every derivative is not the same as being determined by them: some effects are so flat near the origin that every term of every expansion reports them as zero. They are not fictions. The mass of the proton lives there.

6 · Worked examples

Two examples, one from each half of the chapter. The first uses Taylor's theorem to explain why the harmonic oscillator keeps reappearing. The second uses the binomial series to go one term past Newton.

Worked example 1 — why everything is a harmonic oscillator

Take any smooth potential energy V(x)V(x) with a minimum at x0x_{0}. What is the motion of a particle released nearby?

Expand VV about x0x_{0} using (0.3.6), writing u=xx0u=x-x_{0}:

V(x)=V(x0)+V(x0)u+12V(x0)u2+16V(x0)u3+ V(x) = V(x_{0}) + V'(x_{0})\,u + \tfrac12 V''(x_{0})\,u^{2} + \tfrac16 V'''(x_{0})\,u^{3} + \cdots

Now kill the terms one at a time.

The constant is irrelevant. Only differences of potential energy have physical consequences, because force is V-V' and adding a constant changes no derivative. Drop it.

The linear term vanishes, because it is a minimum. V(x0)=0V'(x_{0})=0 is the definition of a stationary point. This is the crucial step and it is not an approximation: at an equilibrium the first-order term is exactly absent. Equilibrium is precisely the condition that makes the quadratic term leading.

The cubic and beyond are small. The ratio of the cubic to the quadratic term is 13V/Vu\frac{1}{3}\abs{V'''/V''}\abs{u}, so they are negligible provided the amplitude satisfies u3V/V\abs{u}\ll 3\abs{V''/V'''}. That is a quantitative criterion, not a hope.

Dropping the constant, setting the linear term to zero and keeping only the quadratic term, what is left is

V(x)    12ku2,kV(x0),soF=dVdu=ku, V(x)\;\approx\;\tfrac12 k\,u^{2},\qquad k \equiv V''(x_{0}), \qquad\text{so}\qquad F = -\dv{V}{u} = -k\,u,

and Newton's second law reads mu¨=kum\ddot u = -ku. From Chapter 0.1 we know the function that is minus its own second derivative, so u(t)=Acos(ωt+φ)u(t)=A\cos(\omega t+\varphi) with

ω=V(x0)m. \omega = \sqrt{\frac{V''(x_{0})}{m}}.

Every stable system, close enough to equilibrium, is a harmonic oscillator with spring constant V(x0)V''(x_{0}). Not "can be modelled as". It is one, to leading order, with an error you can bound. The harmonic oscillator is not a special case that physics happens to like. It is the generic case, the first surviving term of the expansion of anything stable.

Concretely: the pendulum. A bob on a rigid rod of length LL has height Lcosθ-L\cos\theta below the pivot, so V(θ)=mgLcosθV(\theta)=-mgL\cos\theta and the kinetic energy is 12mL2θ˙2\tfrac12 mL^{2}\dot\theta^{2}. The effective mass for the coordinate θ\theta is therefore mL2mL^{2}. Then V=mgLsinθV'=mgL\sin\theta, which vanishes at θ=0\theta=0 as required, and V=mgLcosθmgLV''=mgL\cos\theta\to mgL. Feed those into the formula for ω\omega and we get

ω=mgLmL2=gLT=2πω=2πLg. \omega = \sqrt{\frac{mgL}{mL^{2}}} = \sqrt{\frac{g}{L}} \qquad\Longrightarrow\qquad T = \frac{2\pi}{\omega} = 2\pi\sqrt{\frac{L}{g}}.

There is the 2π2\pi that §5 said dimensional analysis could not supply, and the mass has cancelled exactly as dimensional analysis promised it must.

You can reach the same place by expanding the cosine with (0.3.8), giving V=mgL(1θ22+θ424)V=-mgL\left(1-\frac{\theta^{2}}{2}+\frac{\theta^{4}}{24}-\cdots\right): a constant, then the harmonic term 12mgLθ2\tfrac12 mgL\theta^{2}, then a quartic correction whose effect is to make the period depend on amplitude at relative order θ02\theta_{0}^{2}. The expansion cannot give that coefficient without the perturbation methods of Chapter 0.8, but it already tells you the form. The correction is quadratic in amplitude, which is why a pendulum clock keeps time provided you keep the swing small.

Where this goes. This one paragraph is why the harmonic oscillator will not leave you alone.

  • Chapter 0.8, the normal modes of coupled systems.
  • Chapter 4.8, the quantum oscillator and its ladder operators.
  • Chapter 5.3, where a free quantum field is an infinite collection of oscillators, one per momentum mode, which is where particles come from.
  • Chapter 7.4, the string's vibrational modes, which is where the graviton comes from.

Quantum field theory is built out of oscillators for exactly the reason on this page: expand any stable field configuration about its minimum, and the quadratic term is what you get first.

Worked example 2 — the next relativistic correction, and where it is seen

Chapter 0.1 expanded E=γmc2E=\gamma mc^{2} far enough to find 12mv2\tfrac12mv^{2}. With the binomial series (0.3.12) we can now go as far as we like at no extra cost. Put x=v2/c2x=v^{2}/c^{2} into (1x)1/2(1-x)^{-1/2}:

γ=1+12v2c2+38v4c4+516v6c6+ \gamma = 1 + \frac{1}{2}\frac{v^{2}}{c^{2}} + \frac{3}{8}\frac{v^{4}}{c^{4}} + \frac{5}{16}\frac{v^{6}}{c^{6}} + \cdots E=γmc2=mc2rest+12mv2Newton+38mv4c2first correction+ E = \gamma mc^{2} = \underbrace{mc^{2}}_{\text{rest}} + \underbrace{\tfrac12 mv^{2}}_{\text{Newton}} + \underbrace{\tfrac38\frac{mv^{4}}{c^{2}}}_{\text{first correction}} + \cdots

How good is the truncation? At v=0.1cv=0.1c the exact γ\gamma is 1.00503781531.0050378153, while 1+12x=1.00500000001+\tfrac12x=1.0050000000 and 1+12x+38x2=1.00503750001+\tfrac12x+\tfrac38x^{2}=1.0050375000. The error after two terms is 3.15×1073.15\times10^{-7}, and the first omitted term is 516x3=3.13×107\tfrac{5}{16}x^{3}=3.13\times10^{-7}. Those two agree to two figures, exactly as the remainder theory said. Relative to the kinetic energy the correction is 34v2/c2\tfrac34 v^{2}/c^{2}, which is 0.75%0.75\% at a tenth the speed of light.

A sign that catches people out. Quantum mechanics works with momentum, not velocity, and the relativistic momentum is p=γmvp=\gamma m v, not mvmv. Expanding the energy in pp instead requires 1+x\sqrt{1+x} rather than (1x)1/2(1-x)^{-1/2}:

E=p2c2+m2c4=mc21+p2m2c2=mc2+p22mp48m3c2+ E=\sqrt{p^{2}c^{2}+m^{2}c^{4}} = mc^{2}\sqrt{1+\frac{p^{2}}{m^{2}c^{2}}} = mc^{2} + \frac{p^{2}}{2m} - \frac{p^{4}}{8m^{3}c^{2}} + \cdots

The correction is now negative. Both results are correct. They disagree because vv and pp are not proportional once γ1\gamma\neq1, so "fourth order in vv" and "fourth order in pp" are different expansions. This is a standing hazard with series: the coefficients depend on what you chose to expand in, and only the physical answer is invariant.

Where the term is seen. The Hamiltonian correction p4/8m3c2-\,p^{4}/8m^{3}c^{2} is the leading relativistic contribution to atomic energy levels. In hydrogen the electron's typical speed is vαcv\approx\alpha c (Chapter 4.13), so this term is smaller than the Rydberg energy by a factor α25×105\sim\alpha^{2}\approx5\times10^{-5}. Those are shifts of order 104eV10^{-4}\,\mathrm{eV}, which together with the spin–orbit and Darwin terms make up the fine structure of the hydrogen spectrum. It was measured in the nineteenth century, before anyone knew what it was. It is the third term of a Taylor series.

7 · Your turn

Problem 1 · radius of convergence, twice

(a) Find the radius of convergence of the Maclaurin series of f(x)=14+x2f(x)=\dfrac{1}{4+x^{2}}, first by writing the series explicitly and applying the ratio test, then explain the answer geometrically.

(b) Find the radius of convergence of k=1xkk3k\displaystyle\sum_{k=1}^{\infty}\frac{x^{k}}{k\,3^{k}}, identify the function it represents, and say what happens at the two endpoints x=±3x=\pm3.

Solution

(a) Factor out the 44 and use the geometric series with u=x2/4u=-x^{2}/4:

14+x2=1411+x2/4=14k=0(x24)k=14x216+x464 \frac{1}{4+x^{2}} = \frac{1}{4}\cdot\frac{1}{1+x^{2}/4} = \frac14\sum_{k=0}^{\infty}\left(-\frac{x^{2}}{4}\right)^{k} = \frac14 - \frac{x^{2}}{16} + \frac{x^{4}}{64} - \cdots

Successive terms are in the ratio x2/4=x2/4\abs{{-x^{2}}/4}=x^{2}/4, so the series converges when x2/4<1x^{2}/4\lt1, i.e. x<2\abs{x}\lt2: the radius is R=2R=2.

Geometrically: as a function of a complex variable, 1/(4+z2)1/(4+z^{2}) blows up where z2=4z^{2}=-4, that is at z=±2iz=\pm2\ii, both at distance 22 from the origin. The disc of convergence is the largest disc centred at 00 containing no singularity, and those two poles stop it at radius 22. On the real line the function is smooth and bounded everywhere, with a maximum of 1/41/4 at the origin and no feature at x=±2x=\pm2. The boundary is invisible from the real axis, as in §3.

(b) Coefficients ak=1/(k3k)a_{k}=1/(k3^{k}), so

akak+1=(k+1)3k+1k3k=3k+1k    3, \left|\frac{a_{k}}{a_{k+1}}\right| = \frac{(k+1)3^{k+1}}{k\,3^{k}} = 3\cdot\frac{k+1}{k} \;\longrightarrow\; 3,

hence R=3R=3. The function: from (0.3.9) with xx/3x\to-x/3,

k1xkk3k=k1(x/3)kk=ln ⁣(1x3), \sum_{k\ge1}\frac{x^{k}}{k\,3^{k}} = \sum_{k\ge1}\frac{(x/3)^{k}}{k} = -\ln\!\left(1-\frac{x}{3}\right),

which indeed has a singularity at x=3x=3, on the real axis this time, so no complex detective work is needed.

Endpoints. The ratio test says nothing when the limit equals 11, and here the two ends genuinely differ. At x=3x=3 the series is 1/k\sum 1/k, the harmonic series, which diverges, and that matches the fact that ln(1x/3)+-\ln(1-x/3)\to+\infty there. At x=3x=-3 it is (1)k/k\sum(-1)^{k}/k, the alternating harmonic series, which converges (to ln2-\ln2), and the function is perfectly finite there. So the boundary circle of a power series can behave differently at different points on it. The radius tells you about the interior only.

Problem 2 · the Lorentz factor to fourth order

Expand γ=(1v2/c2)1/2\gamma=\left(1-v^{2}/c^{2}\right)^{-1/2} to order v4v^{4} from the binomial series. Evaluate the truncation error at v=0.1cv=0.1c and check it against the first omitted term. At what speed does the v4v^{4} term contribute 1%1\% of the kinetic energy, and where does this term show up physically?

Solution

With α=12\alpha=-\tfrac12 and argument v2/c2-v^{2}/c^{2}, the coefficients from (0.3.11) are (1/21)=12\binom{-1/2}{1}=-\tfrac12, (1/22)=(1/2)(3/2)2=38\binom{-1/2}{2}=\frac{(-1/2)(-3/2)}{2}=\tfrac38, (1/23)=(1/2)(3/2)(5/2)6=516\binom{-1/2}{3}=\frac{(-1/2)(-3/2)(-5/2)}{6}=-\tfrac{5}{16}. Each is multiplied by (v2/c2)k(-v^{2}/c^{2})^{k}, so all signs come out positive:

γ=1+v22c2+3v48c4+5v616c6+ \gamma = 1 + \frac{v^{2}}{2c^{2}} + \frac{3v^{4}}{8c^{4}} + \frac{5v^{6}}{16c^{6}} + \cdots

Numerical check at v=0.1cv=0.1c. Exact: γ=1/0.99=1.0050378153\gamma=1/\sqrt{0.99}=1.0050378153. Truncated at v4v^{4}: 1+0.005+0.0000375=1.00503750001+0.005+0.0000375=1.0050375000. Error =3.153×107=3.153\times10^{-7}. First omitted term: 516(0.1)6=3.125×107\tfrac{5}{16}(0.1)^{6}=3.125\times10^{-7}. The two agree to better than 1%1\% of themselves, so the remainder really is "the next term, near enough".

The 1%1\% speed. Kinetic energy is T=(γ1)mc2=12mv2+38mv4/c2+T=(\gamma-1)mc^{2}=\tfrac12mv^{2}+\tfrac38 mv^{4}/c^{2}+\cdots, so the ratio of the second term to the first is

38mv4/c212mv2=34v2c2=0.01    vc=0.043=0.1155. \frac{\tfrac38 mv^{4}/c^{2}}{\tfrac12 mv^{2}} = \frac{3}{4}\frac{v^{2}}{c^{2}} = 0.01 \;\Longrightarrow\; \frac{v}{c} = \sqrt{\frac{0.04}{3}} = 0.1155.

So Newtonian kinetic energy is good to 1%1\% up to about 11.5%11.5\% of light speed. That is 3.5×107ms13.5\times10^{7}\,\mathrm{m\,s^{-1}}, faster than anything in the solar system and slower than everything in a particle accelerator. That single number explains why relativity went unnoticed until people started looking at light and electrons.

Physically. Rewritten in momentum, the same expansion gives the correction p4/8m3c2-p^{4}/8m^{3}c^{2} to the Hamiltonian (Worked example 2), which is the leading relativistic contribution to atomic fine structure, of relative size α25×105\alpha^{2}\approx5\times10^{-5} in hydrogen.

Problem 3 · how far can you push the rare-outcome approximation?

A trial reports 2-year recurrence in 25%25\% of controls and 15%15\% on treatment. Compute the relative risk and the odds ratio exactly, express the discrepancy as a percentage, and compare it with both the exact factor 1+p2(R1)1Rp21+\frac{p_{2}(R-1)}{1-Rp_{2}} and the first-order estimate 1+p2(R1)1+p_{2}(R-1) from the Familiar Ground box. What does the size of the second-order term tell you about reporting the odds ratio as though it were a risk ratio here?

Solution

With p1=0.15p_{1}=0.15 and p2=0.25p_{2}=0.25:

RR=0.150.25=0.600,OR=0.15/0.850.25/0.75=0.1764710.333333=0.529412. \mathrm{RR} = \frac{0.15}{0.25} = 0.600, \qquad \mathrm{OR} = \frac{0.15/0.85}{0.25/0.75} = \frac{0.176471}{0.333333} = 0.529412.

The ratio is OR/RR=0.882353\mathrm{OR}/\mathrm{RR}=0.882353, i.e. the odds ratio sits 11.76%\mathbf{11.76\%} below the relative risk.

Against the exact formula, with R=0.6R=0.6 and p2=0.25p_{2}=0.25 (so Rp2=p1=0.15Rp_{2}=p_{1}=0.15):

1+p2(R1)1Rp2=1+0.25×(0.4)0.85=10.10.85=0.882353.   1 + \frac{p_{2}(R-1)}{1-Rp_{2}} = 1 + \frac{0.25\times(-0.4)}{0.85} = 1 - \frac{0.1}{0.85} = 0.882353. \;\checkmark

Exact, as it must be, since that expression involved no approximation.

Against the first-order estimate: 1+p2(R1)=10.100=0.9001+p_{2}(R-1)=1-0.100=0.900, predicting a 10.0%10.0\% discrepancy where the truth is 11.76%11.76\%. The expansion of 1/(10.15)=1+0.15+0.0225+1/(1-0.15)=1+0.15+0.0225+\cdots shows where the missing 1.761.76 points come from: the second-order term is 15%15\% of the first, which is exactly p1p_{1}.

Interpretation. Reported as an odds ratio, this treatment "reduces the odds by 47%47\%". The actual reduction in risk is 40%40\%. At a 25%25\% baseline the odds ratio is not a stand-in for the risk ratio. It exaggerates the effect by a fifth of the effect size, and the exaggeration is always away from 11.

The expansion also tells you the fix without needing a new rule of thumb. The discrepancy scales as p2(R1)p_{2}(R-1), so if you want it under 5%5\% with R=0.6R=0.6 you need p20.12p_{2}\lesssim0.12. Note finally that the first-order estimate was itself 15%15\% off. When the leading correction is 12%12\%, the next one is around 112%2\%, and you are no longer in the regime where one term is enough.

Problem 4 · the Bohr radius from dimensions alone

(a) The hydrogen atom is built from \hbar, the electron mass mem_{e}, and the Coulomb constant ke=e2/4πϵ0k_{e}=e^{2}/4\pi\epsilon_{0} (dimensions of energy × length). Find the unique length that can be built from them and evaluate it. What else can you get, and what can dimensional analysis not tell you?

(b) Show that \hbar, cc and kek_{e} alone cannot produce a length, and say why that is structurally different from the G,,cG,\hbar,c case of §5.

Solution

(a) []=ML2T1[\hbar]=\mathsf{M}\mathsf{L}^{2}\mathsf{T}^{-1}, [me]=M[m_{e}]=\mathsf{M}, [ke]=ML3T2[k_{e}]=\mathsf{M}\mathsf{L}^{3}\mathsf{T}^{-2}. Seek a=AmeBkeCa=\hbar^{A}m_{e}^{B}k_{e}^{C}:

M:A+B+C=0,L:2A+3C=1,T:A2C=0. \mathsf{M}: A+B+C=0, \qquad \mathsf{L}: 2A+3C=1, \qquad \mathsf{T}: -A-2C=0.

The third gives A=2CA=-2C. Substituting that into the second, 4C+3C=C=1-4C+3C=-C=1, so C=1C=-1, A=2A=2, and B=(A+C)=1B=-(A+C)=-1. Hence

a0=2meke=(1.0546×1034)2(9.109×1031)(2.307×1028)=5.29×1011m, a_{0} = \frac{\hbar^{2}}{m_{e}k_{e}} = \frac{(1.0546\times10^{-34})^{2}}{(9.109\times10^{-31})(2.307\times10^{-28})} = 5.29\times10^{-11}\,\mathrm{m},

which is the Bohr radius, correct including its numerical factor. That is a piece of luck, not a guarantee. The same three constants give exactly one energy, ke/a0=meke2/2=27.2eVk_{e}/a_{0}=m_{e}k_{e}^{2}/\hbar^{2}=27.2\,\mathrm{eV}, and exactly one speed, ke/=2.19×106ms1k_{e}/\hbar=2.19\times10^{6}\,\mathrm{m\,s^{-1}}.

What is fixed and what is not. Fixed: the combination, hence all the scaling. Double the electron mass and the atom shrinks by a factor of two, and that conclusion needs no quantum mechanics. Not fixed: every pure number. The ground-state energy is 13.6eV-13.6\,\mathrm{eV}, which is 12-\tfrac12 of the natural energy scale, and dimensional analysis cannot produce that 12\tfrac12 any more than it produced the pendulum's 2π2\pi. Nor can it produce the spectrum's 1/n21/n^{2}, since nn is dimensionless.

Notice also the third result. Dividing the natural speed by cc gives ke/c=α=1/137k_{e}/\hbar c=\alpha=1/137, the electron's typical speed in units of light speed. That is exactly the small parameter that made the relativistic correction of Worked example 2 of relative size α2\alpha^{2}.

(b) Try L=AcBkeC\mathsf{L}=\hbar^{A}c^{B}k_{e}^{C}. The exponent matrix, with columns (,c,ke)(\hbar,c,k_{e}) and rows (M,L,T)(\mathsf{M},\mathsf{L},\mathsf{T}), is

(101213112),det=1(2+3)0+1(2+1)=11=0. \begin{pmatrix}1&0&1\\2&1&3\\-1&-1&-2\end{pmatrix}, \qquad \det = 1(-2+3) - 0 + 1(-2+1) = 1-1 = 0.

The determinant vanishes, so the system is singular: either no solution or infinitely many, and never a unique one. The kernel is the reason. The combination ke/ck_{e}/\hbar c has zero dimensions, being the fine structure constant α\alpha, so you may multiply any candidate length by any power of α\alpha and get another candidate. Electromagnetism, quantum mechanics and relativity together define no length. You must import a mass, such as mem_{e}, before the atom has a size.

The contrast. For G,,cG,\hbar,c the determinant was 202\neq0 ((0.3.28)): the three constants are dimensionally independent, they fix a complete system of units, and a length 1035m10^{-35}\,\mathrm{m} exists whether or not anyone wants it. Gravity therefore arrives with its own scale built in, and the dimensionful coupling GG is exactly what makes the perturbative expansion of gravity break down at that scale. That is the power counting of Chapter 7.1.

The brick you just laid

You have Taylor's theorem with its remainder, derived by nothing more exotic than repeated integration by parts, in both integral and Lagrange forms. That is what makes every truncation you ever take come with a bound rather than a hope.

You have the handful of expansions that carry most of physics, including the binomial series for arbitrary real exponent. And you have Euler's formula as a consequence of the exponential series rather than as a slogan: eiθ\ee^{\ii\theta} is a rotation, which is why quantum mechanics conserves probability while first-order kinetics does not conserve drug.

Four further things you now know:

  • The radius of convergence is set in the complex plane, even for a real function that never misbehaves.
  • Most series in physics diverge and are used anyway, correctly, by truncating near the smallest term.
  • Smooth is not analytic, and an entire sector of physics hides in the difference.
  • Dimensional analysis gets you the structure of an answer for free while remaining permanently blind to pure numbers.

Where this gets spent. Taylor expansion → Chapter 1.2 (varying an action is expanding it to first order in a whole function), Chapter 2.5 (the Newtonian limit of relativistic dynamics), Chapter 5.8 (every Feynman diagram is a term in a series). Euler's formula → Chapters 0.8 and 0.9 (oscillators, Fourier analysis) and then the whole of quantum mechanics from Chapter 4.2 onward. Asymptotic series → Chapter 5.11, where the divergence becomes the renormalisation group. Non-analyticity → Chapter 6.5, where instantons and confinement live in the part of the answer perturbation theory cannot see. Dimensional analysis → Chapter 7.1, where P=G/c3\ell_{P}=\sqrt{\hbar G/c^{3}} is the reason quantum gravity is hard rather than merely unfinished. And small oscillations → Chapters 0.8, 4.8, 5.3 and 7.4, because "expand about the minimum and keep the quadratic term" is, in the end, why quantum field theory is built out of harmonic oscillators.