Tests of General Relativity in the GWTC-5.0 Gravitational-Wave Catalog

General relativity has been tested against the solar system, against binary pulsars, and against a black hole’s shadow, matching every one of those measurements. A new catalog of gravitational wave detections, GWTC-5.0, extends that record of tests to 168 independent mergers of black holes and neutron stars, using seven distinct analyses. None of the seven require new mathematics. Each is built from tools already used earlier in this series: inner products, projections, and a Taylor series.

Start with what the detectors actually hand you. A gravitational wave detector does not measure a black hole. It measures a single number as a function of time, the strain, and that number is modeled as a signal buried in noise,

$$ d(t) = h(t) + n(t). $$

The noise is assumed stationary and Gaussian, a strong assumption, but one close enough to true that the whole edifice below stands on it.1Stationary means the noise’s statistical properties do not change over the short duration of a signal; Gaussian means each frequency bin’s noise amplitude follows a normal distribution with a known variance, the power spectral density $S_n(f)$. Neither is exactly true. Real detector noise carries glitches, non-stationary drifts, and calibration uncertainty, all of which the analyses below have to account for separately, and several of the events discussed here needed exactly that kind of special handling. Given this model, comparing a candidate waveform $h$ to the data $d$ is not a vague notion of “does it look right.” It is an inner product, the very same kind of object the second post in this series built from scratch, just fitted with frequency-dependent weights so that noisy frequencies count for less:

$$ \langle a, b \rangle \equiv 4\,\mathrm{Re}!\int_0^\infty \frac{\tilde a^*(f)\,\tilde b(f)}{S_n(f)}\, df. $$

Under this Gaussian noise model, the log-likelihood ratio between “a template of shape $h$, scaled by an unknown amplitude $A$, is present” and “there is only noise” equals $\ln\Lambda(A) = A\langle d,h\rangle – \tfrac12 A^2\langle h,h\rangle$.2Write the noise as $n = d – Ah$ and use $\ln p(n) \propto -\tfrac12\langle n,n\rangle$ for stationary Gaussian noise. Expanding $\langle d-Ah,\,d-Ah\rangle = \langle d,d\rangle – 2A\langle d,h\rangle + A^2\langle h,h\rangle$ and dropping the term with no $A$ in it, since it is the same for every candidate amplitude and cancels in the ratio, leaves exactly this expression. Extremizing over $A$, the same stationarity condition that produced every equation of motion earlier in this series, gives

$$ \frac{d(\ln\Lambda)}{dA} = \langle d,h\rangle – A\langle h,h\rangle = 0 \quad\Longrightarrow\quad A_{\rm ML} = \frac{\langle d,h\rangle}{\langle h,h\rangle}, $$

and substituting back gives the maximized log-likelihood ratio, $\ln\Lambda_{\rm max} = \langle d,h\rangle^2/(2\langle h,h\rangle) \equiv \rho^2/2$, where

$$ \rho = \langle d, \hat h \rangle, \qquad \hat h \equiv \frac{h}{\sqrt{\langle h,h\rangle}}. $$

So the matched-filter signal-to-noise ratio is not a definition dropped in from outside; it is the statistic that falls out of maximizing the detection likelihood over the one free parameter a fixed template shape leaves open, its amplitude, and it is exactly the formula $v_x = e_x \cdot v$ from the vectors post, wearing a frequency integral instead of a sum. Every SNR quoted anywhere in this catalog, and there will be a very large one later, is this same projection.

The first of the seven tests is the most conservative one you could run, asking almost nothing of the theory. Take the best-fit general-relativistic template $h_{\rm maxL}(t)$, the one that maximizes the likelihood of the data, and subtract it out:

$$ r(t) = d(t) – h_{\rm maxL}(t). $$

If general relativity is complete, meaning the template captures every astrophysical feature present in the signal, then whatever is left in $r(t)$ should be indistinguishable from ordinary detector noise. The residual is examined with an algorithm called BayesWave, which reconstructs any coherent, multi-detector power in $r(t)$ using a flexible basis of wavelets rather than any particular waveform model, so it carries no bias toward any specific kind of deviation. This gives a posterior distribution over the residual’s own network SNR, and the analysis reports its 90th percentile, $\mathrm{SNR}_{90}$: a 90% credible statement that whatever signal-like power remains after subtraction is no larger than this number.

A single number on its own does not tell you whether that leftover power is real or just what noise does anyway, so the collaboration builds a null distribution to compare against. They run the identical BayesWave analysis on two hundred stretches of data known to contain no signal, and count how many of those noise-only stretches produce a residual SNR at least as large as the one observed. The fraction is the p-value,

$$
p = P!\left(\mathrm{SNR{90}^{\rm noise} \ge \mathrm{SNR}{90}\right).
$$

A p-value near 1 means ordinary noise regularly produces residuals this loud, so there is nothing here to explain. A p-value near 0 means noise almost never does that, and the leftover power demands an explanation the GR template failed to provide.

Because only 200 background trials were run, the p-value itself is uncertain, and deriving that uncertainty is more informative than simply quoting it. If $p$ is the true, unknown probability that a noise-only trial exceeds the threshold, and $n$ out of $N$ background trials did so, the likelihood of that outcome is the binomial,

$$ \mathcal L(\hat p) = \binom{N}{n} p^n (1-p)^{N-n}. $$

Put a flat prior on $p$ over $[0,1]$, since before running any trials every value is equally plausible. Bayes’ theorem then says the posterior is proportional to the likelihood alone, and the binomial coefficient is just a constant that drops out under normalization:

$$ P(p \mid N, n) \;\propto\; p^n (1-p)^{N-n}. $$

To normalize this, you need $\int_0^1 p^n(1-p)^{N-n}\,dp$, which is the definition of the Beta function, $B(n+1, N-n+1)$. Dividing by it gives the normalized posterior,

$$ \boxed{\; P(p \mid N, n) = \mathrm{Beta}(n+1,\, N-n+1). \;} $$

That is not an approximation borrowed from a statistics textbook. It is what falls straight out of Bayes’ theorem once you notice that a uniform prior is exactly what turns the beta distribution into the correct posterior for a binomial count.3The beta distribution is the conjugate prior for the binomial likelihood precisely because a flat prior is the special case $\mathrm{Beta}(1,1)$, and multiplying $\mathrm{Beta}(a,b)$ by a binomial likelihood always lands you back on another beta distribution, here $\mathrm{Beta}(1+n,\,1+N-n)$. This is the same conjugacy trick used throughout Bayesian statistics to keep posteriors in closed form.

The residual test also reports a fitting factor,

$$
\mathrm{FF}{90} = \frac{\mathrm{SNR}{\rm GR}}{\sqrt{\mathrm{SNR}{\rm GR}^2 + \mathrm{SNR}{90}^2}},
$$

and that formula’s shape follows from a simple geometric picture, not from an arbitrary definition. If the true signal’s total power split cleanly into a piece the GR template captured and an orthogonal leftover piece, the two would combine the way perpendicular legs combine into the hypotenuse of a right triangle, and the denominator above is exactly that hypotenuse. The fitting factor is then the cosine of the angle between the true signal and its GR-template component, the same $u\cdot v = |u||v|\cos\alpha$ from the vectors post. That right-triangle picture rests on the same fact the next test relies on directly: if $h_{\rm maxL}$ truly minimizes $\langle d-h,\,d-h\rangle$ over its template family, the residual is orthogonal to the fitted template to leading order, the same orthogonality a least-squares fit always produces. This Pythagorean picture is a simplification: $\mathrm{SNR}{\rm GR}$ and $\mathrm{SNR}{90}$ are both point estimates from different analyses rather than exactly orthogonal legs of one triangle, and the paper itself notes two events, both with unusually low SNR, where $\mathrm{SNR}{90}$ comes out larger than $\mathrm{SNR}{\rm GR}$, which a strict right triangle could never allow. The geometric picture is the right intuition; it is not an exact theorem here.

Across all 168 events the residuals came back consistent with noise, and the p-values were consistent with the flat distribution you would expect if nothing were being missed. That is the least demanding of the seven tests, and the right one to run first: before asking whether gravity generates waves correctly or whether black holes ring the way Kerr says they should, you check that nothing coherent was left on the table at all.

The second test asks a much sharper geometric question. General relativity predicts gravitational waves come in exactly two independent polarizations, usually called plus and cross. Many alternative theories of gravity predict more: a scalar breathing mode, vector modes, and so on. The question is how you test for extra polarizations without ever assuming what their waveform looks like in time, since a theory-specific search would only catch the one alternative theory you happened to guess.

Here is the setup. With a network of $N$ detectors, collect the strain data into a vector $\tilde{\mathbf d}(f) \in \mathbb C^N$, one entry per detector. This is related to the polarization content, an $M$-dimensional vector $\tilde{\mathbf h}(f) \in \mathbb C^M$ holding whichever modes you have decided to test for, by

$$ \tilde{\mathbf d}(f) = \mathbf F(\alpha,\delta,\psi,t_{\rm event})\, \tilde{\mathbf h}(f) + \tilde{\mathbf n}(f). $$

$\mathbf F$ is the beam pattern matrix, an $N\times M$ array whose entries depend only on the sky location, polarization angle, and detector geometry, never on the source’s astrophysics or the waveform’s time dependence. Its columns are $M$ vectors living in the $N$-dimensional space of detector outputs; if they are linearly independent, which they generically are, they span an $M$-dimensional subspace of that space, the same subspace idea from two posts ago, now doing physical work. Whatever gravitational wave signal actually arrives, however it was generated, however its waveform evolves in time, its imprint on the detector network is forced by geometry alone to lie inside $\mathrm{span}(\mathbf F)$. This is the whole test in one sentence: geometry, not waveform physics, tells you where the signal must live.

So project the data onto the orthogonal complement of that subspace and see what is left. To find that projector, look first for the point inside $\mathrm{span}(\mathbf F)$ closest to the data: the $\hat{\mathbf h}$ minimizing the squared distance $(\tilde{\mathbf d}-\mathbf F\hat{\mathbf h})^\dagger(\tilde{\mathbf d}-\mathbf F\hat{\mathbf h})$. Treating $\hat{\mathbf h}$ and $\hat{\mathbf h}^\dagger$ as independent variables, the standard trick for extremizing a real quantity built from complex vectors, and setting the derivative with respect to $\hat{\mathbf h}^\dagger$ to zero gives the normal equations,

$$ \mathbf F^\dagger!\left(\tilde{\mathbf d} – \mathbf F\hat{\mathbf h}\right) = \mathbf 0 \quad\Longrightarrow\quad \hat{\mathbf h} = (\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger\tilde{\mathbf d}. $$

The closest point in the subspace is therefore $\mathbf F\hat{\mathbf h} = \mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger\,\tilde{\mathbf d}$, which means $\mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger$ is itself the projector onto $\mathrm{span}(\mathbf F)$; subtracting it from the identity gives the projector onto the orthogonal complement,

$$ \mathbf P = \mathbf I_N – \mathbf F\,(\mathbf F^\dagger \mathbf F)^{-1}\,\mathbf F^\dagger. $$

That formula is not asserted; it is the unique minimizer of a squared distance, produced by the same move, extremizing a quantity and solving whatever equation falls out, that has generated every result in this series so far. It is still necessary to check, rather than simply trust, that the object this minimization produced actually behaves like a projector. It should satisfy $\mathbf P^2 = \mathbf P$, since projecting twice ought to do nothing the first projection did not already do:

$$ \mathbf P^2 = \mathbf I – 2\mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger + \mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\underbrace{\mathbf F^\dagger\mathbf F(\mathbf F^\dagger\mathbf F)^{-1}}_{=\,\mathbf I_M}\mathbf F^\dagger = \mathbf I – \mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger = \mathbf P. $$

And it should annihilate anything already inside $\mathrm{span}(\mathbf F)$:

$$ \mathbf P \mathbf F = \mathbf F – \mathbf F(\mathbf F^\dagger\mathbf F)^{-1}\mathbf F^\dagger \mathbf F = \mathbf F – \mathbf F = \mathbf 0. $$

Apply $\mathbf P$ to the actual data. If the true signal really does have exactly the polarization content you assumed, $\tilde{\mathbf h}$ lying entirely within the $M$ modes of $\mathbf F$, then

$$ \mathbf P\,\tilde{\mathbf d} = \mathbf P\mathbf F\tilde{\mathbf h} + \mathbf P\tilde{\mathbf n} = \mathbf 0 + \mathbf P\tilde{\mathbf n} = \mathbf P\tilde{\mathbf n}, $$

pure noise, regardless of what $\tilde{\mathbf h}(f)$ looked like as a function of frequency. This quantity is called the null stream, and if the real polarization content includes anything outside $\mathrm{span}(\mathbf F)$, an extra scalar mode, say, the projection $\mathbf P\tilde{\mathbf d}$ will retain a coherent signal component, because that piece of the true signal was never inside the subspace $\mathbf P$ was built to erase.

span(F) 0 d Pd Fh
Figure 1: The data vector $d$ decomposed against the polarization subspace $\mathrm{span}(\mathbf F)$. The in-plane component $\mathbf F h$ is what the assumed polarization model can explain; the leftover perpendicular piece, $\mathbf P d$, is the null stream. If it contains real coherent power, the true signal did not fit inside the assumed subspace.

A practical constraint falls straight out of the linear algebra: the network needs more detectors than assumed polarization modes, $N > M$, or there is no orthogonal complement left to inspect. This is exactly why a two-detector observation can only probe a single effective polarization mode, and why several of the events in this catalog, observed by only two of the three instruments, get a correspondingly weaker version of this test. The paper turns the null stream comparison into a Bayesian one, computing evidence for competing polarization hypotheses, tensor only, scalar only, various mixtures, by sampling how well each geometry accounts for the data. Combining many events is then just multiplication of independent evidences, or equivalently, addition of their logarithms,4If events are statistically independent, their joint likelihood is the product of individual likelihoods, so the joint Bayesian evidence for a hypothesis is the product of per-event evidences, and the combined Bayes factor between two hypotheses is the product of per-event Bayes factors. Taking $\log_{10}$ turns that product into the sum used throughout the paper, $\log_{10}B^X_T\big|_{\rm combined} = \sum_i \log_{10}B^X_{T,i}$. the same additivity that will reappear when the ringdown results get combined later. Across the full catalog, purely scalar and purely vector polarizations are ruled out overwhelmingly, by roughly nineteen and six orders of magnitude against the tensor hypothesis, respectively. Mixed tensor-plus-extra hypotheses came back close to neutral, with one, tensor-vector, landing mildly on the non-GR side of zero; the collaboration traced this to noise systematics and an approximation used for one particular high-spin, unequal-mass event rather than to any genuine departure, and rated the result inconclusive rather than a discovery. Non-Gaussian noise can produce excess power that this projection cannot distinguish from a real signal, which is the stated reason for the caution.

The third and fourth tests move from geometry to dynamics: not which polarizations arrive, but whether the waves are generated the way general relativity’s field equations say they should be. During the long inspiral phase, while the two orbiting bodies are still much farther apart than their own size, their motion can be treated perturbatively in the small parameter $v/c$, the orbital speed over the speed of light, an approach called the post-Newtonian expansion. The gravitational wave phase accumulated by the time the signal reaches a given frequency takes the form

$$ \Psi(f) = 2\pi f t_c – \phi_c – \frac{\pi}{4} + \frac{3}{128\,\eta\, v^5}\sum_{n=0}^{7}\left(\psi_n + \psi_{nl}\log v\right) v^n, $$

where $\eta = m_1 m_2/(m_1+m_2)^2$ is the symmetric mass ratio,5The symmetric mass ratio is bounded, $\eta \le 1/4$, with equality only for equal masses. This falls out of a single line of algebra: $(m_1-m_2)^2 \ge 0$ expands to $m_1^2+m_2^2 \ge 2m_1m_2$, add $2m_1m_2$ to both sides to get $(m_1+m_2)^2 \ge 4m_1m_2$, and divide through. So $\eta$ is a compact way of encoding how lopsided a binary is, small $\eta$ meaning very unequal masses, which is exactly what makes an asymmetric system like GW241011 valuable: it explores a part of parameter space most binaries do not reach. and $v$ deserves an actual derivation rather than a bare proportionality. At leading, Newtonian order, a circular orbit of total mass $M$ and separation $r$ obeys Kepler’s third law, $\omega_{\rm orb}^2 = GM/r^3$, which gives the orbital speed $v = \omega_{\rm orb}\,r = \omega_{\rm orb}(GM/\omega_{\rm orb}^2)^{1/3} = (GM\,\omega_{\rm orb})^{1/3}$. The dominant radiation is quadrupolar, emitted at twice the orbital frequency, so the observed gravitational wave frequency is $f = \omega_{\rm orb}/\pi$, or $\omega_{\rm orb}=\pi f$. Substituting,

$$ v = (GM\pi f)^{1/3}, \qquad \text{or, restoring the speed of light,} \qquad \frac{v}{c} = \left(\frac{\pi GMf}{c^3}\right)^{1/3}, $$

which is precisely the small parameter appearing in $\Psi(f)$ above: post-Newtonian theory is built by starting from this Newtonian relation and adding relativistic corrections order by order in $v/c$. The term $(n/2)$PN by convention labels a correction of relative order $(v/c)^n$ beyond this leading term, and for fixed masses and spins, general relativity fixes every coefficient $\psi_n$ uniquely. There is no freedom left to fit.

That absence of freedom is exactly what the test exploits. TIGER and the Flexible Theory-Independent method each let one coefficient at a time float by a controlled fractional amount, $\psi_i \to (1+\delta\hat\varphi_i)\psi_i^{\rm GR,NS} + \psi_i^{\rm GR,S}$, and ask whether the data prefer $\delta\hat\varphi_i = 0$. Since a single binary’s inspiral covers many observed cycles while depending on only a handful of physical numbers, namely mass, mass ratio, and spins, this is an overdetermined system: measuring the phase evolution in detail checks far more than it takes to specify the source, and each PN order is an independent opportunity for a discrepancy to appear. One coefficient is missing from GR’s list entirely, for a specific reason. The leading term at $-1$PN would correspond to dipole radiation, and general relativity forbids it outright, for the same reason electromagnetic dipole radiation has no counterpart in gravity: dipole radiation requires an accelerating dipole moment, and a system’s mass dipole moment is just its center of mass times its total mass, whose second time derivative vanishes by conservation of momentum.6This is the gravitational-wave cousin of the fact that isolated systems cannot radiate monopole waves either, since total mass-energy is conserved and a constant monopole moment cannot accelerate. The leading radiating multipole in GR is therefore the mass quadrupole. Alternative theories that endow compact objects with an extra gravitational scalar charge, unequal on the two bodies, generically reintroduce a nonzero dipole moment and predict exactly this $-1$PN term, which is why testing for it is such a clean discriminator and why the best bound on it in this catalog still comes from the long, close binary neutron star inspiral GW170817 rather than any of the new black hole mergers. Across the whole catalog, every PN deformation parameter came back consistent with zero, with the bounds tightened by factors of 1.2 to 2.6 over the previous catalog. The collaboration also mapped these agnostic bounds onto a handful of concrete modified-gravity theories, scalar-tensor gravity, Einstein-dilaton-Gauss-Bonnet gravity, dynamical Chern-Simons gravity, each of which predicts a specific pattern of PN deviations. The mappings are carefully labeled as illustrative rather than as genuine theory-specific constraints, since a real modified theory would generically shift several PN coefficients at once and also touch the merger and ringdown, neither of which this particular mapping accounts for.

The last three tests turn to what happens after the two objects merge, and this part of the analysis has a direct analogue in atomic spectroscopy, made precise below. Immediately after merger, the newly formed black hole is not yet a quiet, stationary object. It is a perturbed one, ringing, and it sheds that perturbation by radiating a superposition of discrete, exponentially damped sinusoids called quasinormal modes,7Each term combines into a single complex frequency, $\bar\omega_{\ell m n} \equiv 2\pi f_{\ell m n} + i/\tau_{\ell m n}$, so that $e^{-t/\tau_{\ell m n}}e^{2\pi i f_{\ell m n}t} = e^{i\bar\omega_{\ell m n}t}$ under this sign convention. The frequencies come out complex, rather than the purely real spectrum you would get from, say, a vibrating string with fixed ends, because the linear perturbation equations governing the remnant are solved subject to purely outgoing radiation at infinity and purely ingoing radiation at the horizon. Those boundary conditions make the eigenvalue problem non-self-adjoint, and a non-self-adjoint eigenvalue problem is not obligated to return real eigenvalues; the imaginary part of each one is exactly that mode’s decay rate.

$$ h(t) = \sum_{\ell,m,n} A_{\ell m n}\, S_{\ell m n}(\iota,\varphi,\chi_f)\, e^{-t/\tau_{\ell m n}}\, e^{2\pi i f_{\ell m n} t}. $$

The whole test rests on one remarkable fact. A theorem in general relativity, built from work by Israel, Carter, Hawking, and Robinson through the 1960s and 70s, says that a stationary, axisymmetric, vacuum black hole with a well-behaved horizon must be a member of the Kerr family, fixed by exactly two numbers: its mass $M_f$ and its dimensionless spin $\chi_f$.8This is often loosely called the no-hair theorem; more precisely it is a uniqueness theorem for stationary electrovacuum solutions, which in the absence of charge, expected for astrophysical black holes since any net charge is neutralized almost instantly by surrounding plasma, leaves mass and spin as the only two parameters. No third number is available for the remnant to encode any extra information in. Since the entire quasinormal mode spectrum, every $f_{\ell m n}$ and $\tau_{\ell m n}$ for every choice of indices, is a fixed mathematical function of just those two numbers, measuring one mode gives you $M_f$ and $\chi_f$, and measuring any additional mode is then a zero-parameter prediction: general relativity has already spent its only two adjustable numbers and has nothing left to fit the second mode with. This is black hole spectroscopy, and it is the direct gravitational analogue of atomic spectroscopy: a hydrogen atom’s entire spectral line series is fixed by a single number, its nuclear charge, through the Rydberg formula, and observing a second spectral line beyond the one used to calibrate that charge is a genuine, over-constrained test of the same underlying quantum theory. Here the “nuclear charge” is replaced by a pair of numbers, and the “spectral lines” are damped sinusoids instead of photon energies, but the logic of the test is identical.

The deviation parametrization is built to stay physical no matter what the data prefer, writing $f_{\ell m n} = f^{\rm Kerr}{\ell m n}\,e^{\delta f{\ell m n}}$ and $\gamma_{\ell m n} = \gamma^{\rm Kerr}{\ell m n}\,e^{\delta\gamma{\ell m n}}$ for the damping rate $\gamma=1/\tau$, an exponential form chosen so that no matter how large a deviation the data prefer, the reconstructed frequency and damping rate stay positive, a small piece of engineering that keeps a wildly off posterior from returning nonsense. For one event in this catalog, GW240621, the collaboration found genuine, if not fully secure, evidence for a second mode, the first overtone of the dominant quadrupole, appearing in the earliest post-merger data. Scanning across different analysis start times showed the dominant mode’s inferred amplitude departing from its expected exponential decay at early times, in a way that a second damped sinusoid resolved cleanly; a self-consistent measurement of the remnant’s mass and spin only emerged once that overtone was included. But when the collaboration simulated a pure general-relativity signal with the same parameters and injected it into similar detector noise, the simulations could not reliably reproduce the same tightly constrained, high-frequency feature seen in the real data, so the result is reported as suggestive rather than a confirmed detection of Kerr’s overtone.

One event in this catalog has a network matched-filter signal-to-noise ratio far above the rest: GW250114 was observed with an SNR of 76.9. Because a matched-filter SNR is exactly the projection $\rho = \langle d,\hat h\rangle$ from the first paragraph of this post, a number that large means the data align with the general-relativistic template about as cleanly as noise will ever allow. Its ringdown alone constrains the dominant mode’s fractional frequency and damping-time deviations to $\delta\hat f_{220} = 0.02 \pm 0.02$ and $\delta\hat\tau_{220} = -0.01^{+0.10}_{-0.09}$, the tightest single-event ringdown bound in the whole catalog, and it dominates the combined result enough that removing it from the hierarchical combination visibly loosens the joint bound on the damping time. Combined across all qualifying events, the ringdown analyses improve the dominant mode’s frequency and damping-time constraints by factors of 1.95 and 1.48 over the previous catalog. The combined posterior places the general-relativity prediction at the edge, though not outside, the 90% credible region, a mild tension the collaboration attributes to a combination of finite catalog size, correlated systematics, and possibly unmodeled selection effects rather than to physics beyond general relativity. That finite-catalog uncertainty is quantified by bootstrapping over the event set rather than by reporting a single sharp number.

The seven tests probe different aspects of the same theory. The residual test checks that no coherent signal is left unaccounted for after subtracting the best-fit template. The polarization test checks that the data are consistent with exactly the two tensor polarizations general relativity predicts, using a projection onto a subspace. The generation tests check that the inspiral phase matches the post-Newtonian coefficients general relativity predicts, order by order, including the absence of a dipole term. The ringdown tests check that the postmerger spectrum matches the two-parameter Kerr prediction. Each of these tests uses the inner product, projection, and expansion tools built earlier in this series.

Across all seven tests and all 168 events, the data are statistically consistent with general relativity: no residual test found unexplained coherent power, no polarization test found significant evidence for extra polarizations, no generation test found a nonzero PN deformation at the 90% credible level, and the ringdown tests found the Kerr prediction within, or at the edge of, the combined 90% credible region. This is a statement about consistency with a specific, finite set of measurements, not a proof of the theory. Each additional independent event tightens the same set of bounds without closing them entirely.

References and Footnotes

  • 1
    Stationary means the noise’s statistical properties do not change over the short duration of a signal; Gaussian means each frequency bin’s noise amplitude follows a normal distribution with a known variance, the power spectral density $S_n(f)$. Neither is exactly true. Real detector noise carries glitches, non-stationary drifts, and calibration uncertainty, all of which the analyses below have to account for separately, and several of the events discussed here needed exactly that kind of special handling.
  • 2
    Write the noise as $n = d – Ah$ and use $\ln p(n) \propto -\tfrac12\langle n,n\rangle$ for stationary Gaussian noise. Expanding $\langle d-Ah,\,d-Ah\rangle = \langle d,d\rangle – 2A\langle d,h\rangle + A^2\langle h,h\rangle$ and dropping the term with no $A$ in it, since it is the same for every candidate amplitude and cancels in the ratio, leaves exactly this expression.
  • 3
    The beta distribution is the conjugate prior for the binomial likelihood precisely because a flat prior is the special case $\mathrm{Beta}(1,1)$, and multiplying $\mathrm{Beta}(a,b)$ by a binomial likelihood always lands you back on another beta distribution, here $\mathrm{Beta}(1+n,\,1+N-n)$. This is the same conjugacy trick used throughout Bayesian statistics to keep posteriors in closed form.
  • 4
    If events are statistically independent, their joint likelihood is the product of individual likelihoods, so the joint Bayesian evidence for a hypothesis is the product of per-event evidences, and the combined Bayes factor between two hypotheses is the product of per-event Bayes factors. Taking $\log_{10}$ turns that product into the sum used throughout the paper, $\log_{10}B^X_T\big|_{\rm combined} = \sum_i \log_{10}B^X_{T,i}$.
  • 5
    The symmetric mass ratio is bounded, $\eta \le 1/4$, with equality only for equal masses. This falls out of a single line of algebra: $(m_1-m_2)^2 \ge 0$ expands to $m_1^2+m_2^2 \ge 2m_1m_2$, add $2m_1m_2$ to both sides to get $(m_1+m_2)^2 \ge 4m_1m_2$, and divide through. So $\eta$ is a compact way of encoding how lopsided a binary is, small $\eta$ meaning very unequal masses, which is exactly what makes an asymmetric system like GW241011 valuable: it explores a part of parameter space most binaries do not reach.
  • 6
    This is the gravitational-wave cousin of the fact that isolated systems cannot radiate monopole waves either, since total mass-energy is conserved and a constant monopole moment cannot accelerate. The leading radiating multipole in GR is therefore the mass quadrupole. Alternative theories that endow compact objects with an extra gravitational scalar charge, unequal on the two bodies, generically reintroduce a nonzero dipole moment and predict exactly this $-1$PN term, which is why testing for it is such a clean discriminator and why the best bound on it in this catalog still comes from the long, close binary neutron star inspiral GW170817 rather than any of the new black hole mergers.
  • 7
    Each term combines into a single complex frequency, $\bar\omega_{\ell m n} \equiv 2\pi f_{\ell m n} + i/\tau_{\ell m n}$, so that $e^{-t/\tau_{\ell m n}}e^{2\pi i f_{\ell m n}t} = e^{i\bar\omega_{\ell m n}t}$ under this sign convention. The frequencies come out complex, rather than the purely real spectrum you would get from, say, a vibrating string with fixed ends, because the linear perturbation equations governing the remnant are solved subject to purely outgoing radiation at infinity and purely ingoing radiation at the horizon. Those boundary conditions make the eigenvalue problem non-self-adjoint, and a non-self-adjoint eigenvalue problem is not obligated to return real eigenvalues; the imaginary part of each one is exactly that mode’s decay rate.
  • 8
    This is often loosely called the no-hair theorem; more precisely it is a uniqueness theorem for stationary electrovacuum solutions, which in the absence of charge, expected for astrophysical black holes since any net charge is neutralized almost instantly by surrounding plasma, leaves mass and spin as the only two parameters. No third number is available for the remnant to encode any extra information in.
Posted in Notes | Tagged , , , , , , , , , , | Leave a comment

So, what is a vector?

In my first year of undergraduate physics, one of my professors walked into the lecture hall, placed his notes on the desk, looked around the room, and asked a question that, at first, seemed almost too easy.

“What is a vector?”

I immediately raised my hand.

“A vector is a quantity that has both magnitude and direction.”

He smiled.

It wasn’t the kind of smile that tells you you’ve answered correctly, nor was it the kind that says you’ve made a mistake. It was the smile of someone who knows there’s a much more interesting answer waiting just around the corner. At the time, I didn’t think much of it. I had given the definition that every mathematics and physics student learns in high school. Surely that was the answer.

After a short pause, he looked at the class and said, “That’s how we often describe vectors. But it isn’t what a vector really is.”

I remember sitting there wondering what he meant. If a vector isn’t simply something with a magnitude and a direction, then what exactly is it? Every example I had ever seen was an arrow. Every textbook drew arrows. Every problem involved arrows. Wasn’t that enough?

Instead of answering the question directly, he told us a story.

He said that mathematics rarely invents new objects for the sake of inventing them. New mathematical ideas almost always appear because the old ones stop being sufficient. People encounter a problem, struggle with it using the mathematics they already have, and eventually realize that their language is no longer rich enough to describe what they are seeing. The new mathematics is born not from imagination, but from necessity.

He asked us to think about the numbers we learn as children. We begin with the natural numbers: $1, 2, 3, \ldots$. For a while, they seem to answer every question we ask. If there are three apples on the table and someone gives you two more, you have five apples. If there are ten students in a classroom and four leave, six remain. The arithmetic is simple, and the natural numbers seem perfectly adequate.

Eventually, however, we encounter questions they cannot answer. What is $3-5$? Within the natural numbers, the expression has no answer. It isn’t that the calculation is wrong; rather, our number system is too limited to express the result. Instead of declaring the question meaningless, mathematics extends the number system. The integers are introduced, and suddenly the answer $-2$ makes perfect sense.

The same story repeats itself. Rational numbers appear because integers cannot always describe parts of a whole. Real numbers appear because rational numbers cannot represent lengths such as $\sqrt{2}$.1The ancient Greek discovery that the diagonal of a unit square cannot be expressed as a ratio of two integers was one of the earliest demonstrations that the rational numbers are incomplete. Complex numbers appear because some perfectly reasonable equations, such as $x^2+1=0$, simply have no real solutions. Every time mathematics grows, it grows because reality, or mathematics itself, demands a richer language.

“Vectors,” my professor said, “were born for exactly the same reason.”

At first, that statement surprised me. I had always treated vectors as though they were just another topic in geometry, sitting alongside triangles, circles, and coordinate systems. It had never occurred to me that they were invented to solve a problem. But once he said it, the obvious question became unavoidable.

What problem?

To answer that question, we have to forget everything we think we know about vectors for a little while. Forget the arrows. Forget the coordinate axes. Forget the ordered pairs like $(3,4)$. Those are all ways of representing vectors, but they are not where the idea begins.

Instead, let us go back to a time before the word “vector” even existed and ask a much simpler question: what kinds of quantities can ordinary numbers actually describe?

Some quantities surrender completely to a single number. The temperature of this room. The mass of an electron. The time on the clock at the back of the lecture hall. Tell me the number and you have told me everything; there is nothing left over. And these numbers have a second property, so obvious that it hides. Everyone in the room agrees on them, no matter which way they happen to be facing. If I turn my chair forty degrees, the room does not get warmer. Quantities like this are called scalars, and for most of history they were simply called quantities, because nobody imagined there could be another kind.

Then try this one. I leave my house and walk five kilometers. Where am I?

You cannot say. I could be five kilometers north, five kilometers southeast, anywhere on an entire circle of possibilities. The number five is not wrong. It is incomplete. A displacement has a size, but the size does not exhaust it; something is left over after the number has done its work, and that something is which way. The same incompleteness infects velocity, force, acceleration, the pull of a magnet on a compass needle. By the time people were seriously composing forces, adding one push to another and asking for the net effect, the problem could no longer be postponed. A single number per quantity was a language that had run out.2The parallelogram rule for composing forces was stated clearly by Simon Stevin in 1586 and appears as a corollary in Newton’s Principia, so the geometric content of vector addition is centuries older than the word. The word itself comes from William Rowan Hamilton in the 1840s, from the Latin vehere, to carry, as part of his quaternions; the modern, stripped-down vector analysis was carved out of the quaternion system by Gibbs and Heaviside toward the end of the nineteenth century. It is a pleasing echo of the professor’s story: Hamilton was searching for a three-dimensional analogue of the complex numbers, which had themselves been invented when the real numbers ran out.

The tempting fix is to use more numbers. Lay down two reference directions, east and north, and report the walk as a pair: three kilometers east, four kilometers north. Write it $(3, 4)$. Two numbers instead of one, the ambiguity is gone, and you know exactly where I ended up. For a while this feels like the whole answer. It is the answer your textbook’s ordered pairs are quietly assuming.

But a friend of mine surveys the same walk, and she has laid her reference directions differently. Her “east” points along the road outside her house, which runs at an angle to mine. She measures carefully and reports the same walk as roughly $(4.6, 2.0)$. Same starting point, same ending point, same physical walk through the same physical mud. Different numbers.

If a vector were a pair of numbers, we would now have a contradiction: one object equal to two different things. The walk cannot be $(3,4)$ and also $(4.6, 2.0)$. So the walk is not the pair of numbers. The pair of numbers is a description of the walk in a particular language, and the language is the choice of axes. Her language differs from mine, so her words differ from mine, and the walk itself does not care about either of us.

x y x′ y′ θ v vx vy v′x v′y

Figure 1: One walk, two languages. The same displacement $v$ read against two sets of axes rotated by an angle $\theta$. The finely dashed drop lines give the components $(v_x, v_y)$ in the first frame; the coarsely dashed lines give $(v’_x, v’_y)$ in the second. The numbers differ. The walk does not.

This is the moment to slow down, because everything that follows grows out of it. The numbers change with the observer; the object does not. If we want the mathematics to describe the object rather than the observer, we have to find out what, in all this shifting of numbers, stays put.

And here the situation is far better than it first appears, because the two descriptions are not unrelated. If I know the single angle $\theta$ between my axes and hers, I can compute her numbers from mine, exactly, without ever leaving my desk. Suppose my components are $v_x$ and $v_y$, and write $|v|$ for the length of the displacement and $\varphi$ for the angle it makes with my east axis, so that $v_x = |v|\cos\varphi$ and $v_y = |v|\sin\varphi$. Her east axis sits at angle $\theta$ from mine, which means the same displacement makes angle $\varphi – \theta$ with her axis, and her components are $|v|\cos(\varphi-\theta)$ and $|v|\sin(\varphi-\theta)$. Expanding the angle differences3The two identities used here are $\cos(\varphi-\theta) = \cos\varphi\cos\theta + \sin\varphi\sin\theta$ and $\sin(\varphi-\theta) = \sin\varphi\cos\theta – \cos\varphi\sin\theta$. They are the whole trigonometric input of this article; everything else is substitution. and substituting $v_x$ and $v_y$ back in gives

$$ v’_x = v_x\cos\theta + v_y\sin\theta, \qquad v’_y = -\,v_x\sin\theta + v_y\cos\theta. $$

Check it on the walk. My components were $(3,4)$, and suppose her axes are rotated by $\theta = 30^\circ$, so $\cos\theta \approx 0.866$ and $\sin\theta = 0.5$. Then $v’_x = 3(0.866) + 4(0.5) \approx 4.60$ and $v’_y = -3(0.5) + 4(0.866) \approx 1.96$. Those are her numbers, the ones she measured in the field, recovered from mine by pure computation. The two languages are connected by a dictionary, and the dictionary is this pair of formulas.4A bookkeeping note: throughout, the walk is held fixed and the axes rotate, which is called a passive transformation. One can instead hold the axes fixed and rotate the object by $\theta$, an active transformation; the formulas are the same with $\theta$ replaced by $-\theta$. Both conventions are common, which is why signs in other books may differ from mine.

But where does the dictionary itself come from? The trigonometric derivation shows that it is correct. It does not yet show that it is forced. So let me derive it a second time, from a different starting point, because the second derivation is the one that says what a vector actually is. Introduce symbols for my two reference directions themselves: let $e_x$ and $e_y$ be the unit displacements, one kilometer east and one kilometer north. Then my report $(3,4)$ was shorthand for an equation about objects,

$$ v = 3\,e_x + 4\,e_y, $$

three copies of the first reference displacement followed by four of the second, and in general $v = v_x\,e_x + v_y\,e_y$. My friend has her own reference displacements, $e’_x$ and $e’_y$. Since hers are ordinary displacements like any others, I can describe them in my language. Her first axis points at angle $\theta$ from mine, so

$$ e’_x = \cos\theta\, e_x + \sin\theta\, e_y, \qquad e’_y = -\sin\theta\, e_x + \cos\theta\, e_y. $$

The crucial demand comes next, and it is a physical demand, not a mathematical one: she and I are describing the same walk. Whatever components she uses must reassemble the identical object,

$$ v_x\, e_x + v_y\, e_y = v’_x\, e’_x + v’_y\, e’_y. $$

Substitute her basis vectors and collect my $e_x$ and $e_y$:

$$ v_x\, e_x + v_y\, e_y = (v’_x\cos\theta – v’_y\sin\theta)\, e_x + (v’_x\sin\theta + v’_y\cos\theta)\, e_y. $$

Two walks reported in the same language, east part and north part, are the same walk only if the east parts agree and the north parts agree.5I am borrowing a fact here: that a displacement in the plane determines its east part and north part uniquely. Geometrically this is clear enough. In the general setting it is exactly the uniqueness of representation in a basis, which I prove properly once bases are defined below, at which point this step stops being a loan. So $v_x = v’_x\cos\theta – v’_y\sin\theta$ and $v_y = v’_x\sin\theta + v’_y\cos\theta$. Solve the pair for the primed components, multiplying the first by $\cos\theta$ and the second by $\sin\theta$, adding, and using $\cos^2\theta + \sin^2\theta = 1$, and out comes precisely the dictionary we derived with angles:

$$ v’_x = v_x\cos\theta + v_y\sin\theta, \qquad v’_y = -\,v_x\sin\theta + v_y\cos\theta. $$

Nothing about the law was a convention. Once you grant that the two of us describe one object, the law is the only possibility.

Two rules are now on the table, one telling how the basis vectors translate and one telling how the components translate, and the relationship between them is the point this whole article has been walking toward. They are inverses of each other. For pure rotations the inverse of the translation array happens to coincide with its transpose, which disguises the opposition, so let me expose it with a cruder change of language. Suppose my friend does not rotate her axes at all but merely adopts a longer measuring stick, so that her reference displacement is twice mine, $e’_x = 2\,e_x$. The walk is the walk: $v = v_x\,e_x = v’_x\,e’_x = 2\,v’_x\,e_x$, so $v’_x = v_x/2$. Her basis vector doubled and her component halved. The two always pull in opposite directions, and what their pulling multiplies out to, the object, sits perfectly still. A vector is a tug of war between basis and components that ends, in every language, in exactly the same draw.6This opposition has standard names: components that transform inversely to the basis are called contravariant, and objects that transform along with the basis, as the gradient does, are called covariant. The raised and lowered indices of the previous post are precisely this bookkeeping, $x^\mu$ upstairs for contravariant components and $\partial_\mu$ downstairs for covariant objects, and the convention exists so that a paired upper and lower index always assembles a language-independent quantity.

Now ask what the dictionary preserves. Take her components, square them, and add:

$$ v_x’^2 + v_y’^2 = (v_x\cos\theta + v_y\sin\theta)^2 + (v_y\cos\theta – v_x\sin\theta)^2. $$

Multiply everything out. The cross terms $2v_xv_y\cos\theta\sin\theta$ appear once with a plus sign and once with a minus sign, and cancel. What remains is $v_x^2$ and $v_y^2$, each multiplied by $\cos^2\theta + \sin^2\theta$, which is $1$. So

$$ v_x’^2 + v_y’^2 = v_x^2 + v_y^2. $$

On the numbers: $3^2 + 4^2 = 25$, and $4.60^2 + 1.96^2 = 21.2 + 3.8 = 25.0$. Twenty-five both times. The individual components shifted, but this particular combination of them refused to move, and it refuses for every angle $\theta$, not just thirty degrees. Its square root is the length of the displacement. So the length is not part of the description; it is a fact about the object, the same in every language. Direction behaves more subtly: the angle my walk makes with my east axis is $\varphi$, while the angle it makes with hers is $\varphi – \theta$, so “the direction” as an angle relative to axes is language-dependent. But take two walks and ask for the angle between them. Both their angles shift by the same $\theta$, and the difference survives untouched. Lengths and mutual angles belong to the objects. Components and axis angles belong to the description.

You can feel the high-school definition being rebuilt on better foundations. “Magnitude and direction” was gesturing at exactly this: the invariant content, the part of the description that all observers share. It just said it sloppily, as though magnitude and direction were the definition rather than the residue that survives translation.

So here is a first serious answer to the professor’s question, the one a physicist tends to give. A vector is not a list of numbers. A vector is a quantity whose lists of numbers, written down by different observers, are tied to one another by exactly the dictionary above. In two dimensions the dictionary is the pair of formulas we derived; in $n$ dimensions it takes the form

$$ v’_i = \sum_{j} R_{ij}\, v_j, $$

where the array $R_{ij}$ encodes the relative orientation of the two frames.7For rotations, $R$ is an orthogonal matrix: its rows are the new axis directions written in the old language, it satisfies $\sum_i R_{ij}R_{ik} = \delta_{jk}$, where $\delta_{jk}$ equals $1$ when $j=k$ and $0$ otherwise. This orthogonality is forced rather than assumed: demand that $\sum_i v_i’^2 = \sum_j v_j^2$ for every vector, substitute the transformation law to get $\sum_{j,k}\left(\sum_i R_{ij}R_{ik}\right)v_j v_k$, and the only way the result can equal $\sum_j v_j^2$ for all choices of the $v_j$ is for the bracketed sum to be $\delta_{jk}$. The two-dimensional cancellation we did by hand is the $n=2$ case. Requiring in addition that the frame is not mirror-reflected fixes $\det R = +1$. Physicists compress this into a slogan: a vector is anything that transforms like a vector. Said quickly, it sounds circular. It is not. It is a behavioral definition, like defining a key as anything that opens the lock. It does not tell you what the object is made of; it tells you how to test whether a given candidate qualifies.

One consequence of the law deserves its own sentence, because the whole of mechanics leans on it. The dictionary is linear: it never squares a component or multiplies two of them together. So if $u$ and $v$ both pass the test, their sum passes automatically,

$$ (u+v)’_i = \sum_{j} R_{ij}\,(u_j + v_j) = u’_i + v’_i, $$

and likewise any multiple $a\,u$. Sums of vectors are vectors, and rescaled vectors are vectors. That is the license behind composing forces at all: add two forces tip to tail and the result is guaranteed to be a quantity that every observer’s dictionary handles correctly.

The law also has to pass a consistency requirement involving three observers instead of two, and it is worth checking rather than trusting. Bring in a third surveyor whose axes sit at angle $\theta_2$ from my friend’s, and therefore at $\theta_1 + \theta_2$ from mine. There are now two ways to compute his components from mine: translate directly, using the dictionary with angle $\theta_1 + \theta_2$, or translate in two hops, first into her frame with $\theta_1$ and then onward with $\theta_2$. If the two routes disagreed, the whole scheme would collapse; a component would depend on which intermediate observers you consulted along the way. So take the two-hop route and compute, substituting her components into his dictionary:

$$ v”_x = v’_x\cos\theta_2 + v’_y\sin\theta_2 = v_x\left(\cos\theta_1\cos\theta_2 – \sin\theta_1\sin\theta_2\right) + v_y\left(\sin\theta_1\cos\theta_2 + \cos\theta_1\sin\theta_2\right). $$

The parentheses are the angle-addition identities run in reverse, the subtraction identities from the first derivation with $\theta$ replaced by $-\theta$, and they collapse:

$$ v”_x = v_x\cos(\theta_1+\theta_2) + v_y\sin(\theta_1+\theta_2). $$

That is exactly the direct dictionary, and the $y$ component checks the same way. Two hops equal one hop. The dictionaries between all possible observers mesh into a single consistent system,8In modern language: rotations compose to give rotations, every rotation has an inverse, and doing nothing counts as a rotation, so the collection of all rotations forms a group, written $SO(2)$ in the plane and $SO(n)$ in $n$ dimensions. “Transforms like a vector” is, said fully, a statement about how an object responds to this entire group at once, and group theory is the systematic study of such consistency requirements. It becomes one of the load-bearing structures of modern physics. and a vector is an object that speaks every one of those languages at once, coherently.

And the test has teeth. Take three perfectly good numbers measured at a point in this room: the temperature, the pressure, and the humidity. Stack them into a triple, $(T, p, h)$. Three numbers, arranged in a column; you could even draw the triple as an arrow in an abstract space if you felt like it. Now rotate your axes. Nothing happens. The temperature does not care which way you face, and neither do the other two; each is a scalar, so the triple you write down after the rotation is the same triple you wrote before. But the components of a genuine vector mix under rotation, each new component a blend of all the old ones, as our formulas demand. This triple refuses to mix. It fails the test. Three numbers in a column are not a vector, any more than three people in an elevator are a family.

The demolition works from the other side too, and this one surprised me more. There are things in physics that possess a perfectly good magnitude and a perfectly good direction and are still not vectors. A finite rotation is one: it has an axis, which is a direction, and an angle, which is a magnitude. Try to add two of them. Hold a book flat in front of you, rotate it $90^\circ$ about the vertical axis and then $90^\circ$ about the horizontal axis pointing away from you, and note where it ends up. Restore it, and apply the same two rotations in the opposite order. The book lands in a visibly different position. But vector addition does not care about order; $a + b$ and $b + a$ are the same walk. Finite rotations, magnitude and direction and all, break the rules of the game.9The failure is a finite-angle effect. Rotations through very small angles do commute, up to corrections of second order in the angles, and this is why angular velocity, which is built from infinitesimal rotations, is a legitimate vector while “the rotation itself” is not. There is a further subtlety I am deliberately postponing: quantities like angular velocity behave correctly under rotations but pick up an extra sign under mirror reflection, which is why they are called axial vectors or pseudovectors. That distinction deserves its own discussion. So magnitude-and-direction is neither sufficient to make something a vector, as the rotations show, nor, as we are about to see, even necessary.

Because now the mathematician takes a turn, and the mathematician’s move is more radical than anything so far. Forget the transformation law for a moment and ask an operational question: in all our dealings with displacements, what did we ever actually do with them? Two things. We added them: walk $u$ and then walk $v$, and the net effect is a single walk written $u + v$, running from the start of the first to the tip of the second. And we scaled them: twice the walk, half the walk, the reverse of the walk. That is the complete inventory. Every construction we performed was built from adding and scaling. And the addition has a property worth drawing rather than asserting: it does not care about order.

u v v u u + v

Figure 2: The parallelogram law. Walking $u$ then $v$ (solid route) or $v$ then $u$ (dashed route) delivers you to the same corner, and the diagonal is the sum $u+v$. This closing of the quadrilateral is exactly the commutativity that finite rotations, with their perfectly good magnitudes and directions, fail to provide.

Both routes around the parallelogram, $u$ then $v$ along the lower flank, $v$ then $u$ along the upper, arrive at the same corner, so $u + v = v + u$. For displacements, the commutativity that finite rotations just failed is a closed quadrilateral you can check with a ruler.

So the mathematician defines: a vector space is any collection of objects that can be added to each other and multiplied by numbers, provided those two operations obey the familiar rules of arithmetic, and a vector is nothing more and nothing less than a member of such a collection.10The rules, stated compactly: addition is commutative and associative, there is a zero element, every element has a negative, scaling distributes over both vector addition and number addition, scaling is compatible with multiplication of numbers, and scaling by $1$ does nothing. Eight axioms in all. The “numbers” doing the scaling can be the real numbers or the complex numbers; quantum mechanics is built on complex vector spaces, and everything in this article goes through in either case. Read the definition twice and you will see what it does not say. Nothing about arrows. Nothing about magnitude. Nothing about direction. Nothing, even, about space. The definition kept the algebra of displacements and threw away the picture.

And the rules are not decoration. They prove things. Take the smallest possible example: what is a vector scaled by the number zero? For arrows the answer is obvious, but the definition never mentions arrows, so the answer must be squeezed out of the rules alone. Since $0 = 0 + 0$ as numbers, distributivity gives

$$ 0\,v = (0+0)\,v = 0\,v + 0\,v. $$

Add to both sides the negative of $0\,v$, which the rules guarantee exists. The left side becomes the zero element, the right side becomes $0\,v$, and so

$$ 0\,v = \mathbf{0}. $$

Scaling anything by zero gives the zero vector, in every vector space there is or ever will be, polynomials and quantum states included, and we proved it without knowing what the vectors are made of. That is what an axiomatic definition buys: theorems with unlimited jurisdiction.

The payoff for that austerity is enormous, because the definition now admits members the picture could never have suggested. Take polynomials. Add two of them,

$$ (1 + x^2) + (3x – x^2) = 1 + 3x, \qquad 2\,(1+x^2) = 2 + 2x^2, $$

and you can check, patiently, that all eight rules hold. Polynomials form a vector space. So the polynomial $1 + x^2$ is a vector, and here is the question that finishes off the high-school definition for good: what is its direction? The question is not hard. It is empty. Nothing in the space of polynomials points anywhere, and yet the addition and the scaling work flawlessly. Direction was never the essence. It was a feature of one famous example.

The same is true of functions at large, and this is where the abstraction starts paying rent in physics. In the previous post we derived the wave equation, $\Box\phi = 0$. Suppose $\phi_1$ and $\phi_2$ are both solutions. Then for any numbers $a$ and $b$,

$$ \Box\,(a\,\phi_1 + b\,\phi_2) = a\,\Box\phi_1 + b\,\Box\phi_2 = 0, $$

so the combination is a solution too. The solutions of the wave equation form a vector space. You have known this fact for years under a different name: superposition. When two ripples cross a pond and pass through each other, the water is performing vector addition in an infinite-dimensional function space. The principle of superposition is the statement that the solution set is a vector space, and it holds for exactly as long as the governing equation is linear.

At this point the two definitions, the physicist’s and the mathematician’s, look like they belong to different books. One is about dictionaries between observers; the other is about the arithmetic of abstract sets. The bridge between them is the idea of a basis, which has in fact been operating informally ever since the reference displacements $e_x$ and $e_y$ first appeared. It deserves to be defined with care rather than gestured at. A set of vectors $e_1, e_2, \ldots, e_n$ is called a basis for the space if it does two jobs at once. First, it must span: every vector $v$ in the space can be written as some combination

$$ v = v_1\, e_1 + v_2\, e_2 + \cdots + v_n\, e_n. $$

Second, it must be linearly independent, which means the reference vectors carry no internal redundancy: the only combination of them that produces the zero vector is the trivial one,

$$ c_1\, e_1 + c_2\, e_2 + \cdots + c_n\, e_n = \mathbf{0} \quad\Longrightarrow\quad c_1 = c_2 = \cdots = c_n = 0. $$

Spanning guarantees that a description exists. Independence guarantees something better, that the description is unique, and the proof takes three lines. Suppose some vector had two descriptions, $v = a_1 e_1 + \cdots + a_n e_n$ and also $v = b_1 e_1 + \cdots + b_n e_n$. Subtract them:

$$ (a_1 – b_1)\,e_1 + (a_2 – b_2)\,e_2 + \cdots + (a_n – b_n)\,e_n = \mathbf{0}. $$

Independence forces every coefficient to vanish, so $a_i = b_i$ for each $i$, and the two descriptions were the same description all along. This also repays the loan from earlier: matching the east parts and north parts of two equal walks was exactly this argument, run in the plane. The numbers $v_1, \ldots, v_n$ are the components of $v$, and now we can say precisely what they are: not properties of $v$ alone, but properties of the pair, the vector together with the chosen basis. Nor is any of this confined to arrows. The monomials $1, x, x^2, x^3, \ldots$ form a basis for the polynomials,11Independence here means: if $c_0 + c_1 x + \cdots + c_n x^n$ is the zero vector of this space, which is the polynomial equal to zero for every value of $x$, then all the $c_i$ vanish. Set $x=0$ and $c_0$ falls. Differentiate once, set $x=0$ again, and $c_1$ falls. Keep differentiating; each coefficient drops in turn. So the monomials carry no redundancy, and the components below are the unique ones. and in that basis the polynomial $1 + 3x$ from a few paragraphs ago has components $(1, 3, 0, 0, \ldots)$: one part constant, three parts $x$, nothing else. What looked like algebra was a coordinate representation all along.12A basis is far from unique, but a theorem guarantees that every basis of a given space contains the same number of elements, and that shared number is the dimension of the space. Displacements in a plane have dimension two, displacements in the room have dimension three, and the polynomials and the wave-equation solutions above have infinite dimension, which changes some technical details and none of the conceptual ones. My friend and I were not disagreeing about the walk. We had selected different bases, hers rotated relative to mine, and the transformation law we derived with so much trigonometry is nothing but the recipe for converting components with respect to one basis into components with respect to another. The physicist’s definition is the mathematician’s definition plus one nonnegotiable demand: nature never saw our axes, so no physical statement may depend on which basis we happened to pick. It is the same instinct that made us write the invariant volume $\sqrt{-g}\,d^4x$ in the previous post instead of the coordinate volume $d^4x$. The laws belong to the objects, not to the bookkeeping.

Once you see components as coordinates-with-respect-to-a-basis, a familiar tool from a completely different corner of physics turns out to be this same idea in disguise. Functions on an interval form a vector space, and the sines and cosines can serve as a basis for it. Writing a signal as a Fourier series is choosing that basis and reading off the components; the Fourier coefficients of a sound wave are, in the most literal sense, the components of a vector.13To make “component along a basis function” precise you need an inner product on the function space, and the natural one is an integral, $\langle f, g\rangle = \int f(x)\,g(x)\,dx$ over the interval. The sines and cosines are orthogonal with respect to it, which is what makes the coefficients easy to extract, one integral each. Infinite dimensions bring genuine subtleties about convergence that I am stepping over here, but the geometric picture, a function as a vector and its Fourier coefficients as components, is exactly right. Nobody would ask for the magnitude and direction of a violin note. Its vectorhood lies elsewhere.

Which raises the last question honestly: if direction is not essential, what exactly is the status of magnitude? The answer is that magnitude is optional equipment. To speak of lengths you must add a further gadget to the space, an inner product, the familiar dot product being the standard issue:

$$ u \cdot v = u_x v_x + u_y v_y. $$

Run it through the dictionary and watch the cancellation happen, this time in full. Her value of the product is

$$ u’\cdot v’ = (u_x\cos\theta + u_y\sin\theta)(v_x\cos\theta + v_y\sin\theta) + (u_y\cos\theta – u_x\sin\theta)(v_y\cos\theta – v_x\sin\theta). $$

Multiply out all four products. The terms carrying $\cos\theta\sin\theta$ arrive in matched pairs of opposite sign, $u_x v_y$ once with a plus and once with a minus, $u_y v_x$ the same, and annihilate. What survives is $u_x v_x$ and $u_y v_y$, each dressed with a factor of $\cos^2\theta + \sin^2\theta$:

$$ u’\cdot v’ = u_x v_x + u_y v_y = u\cdot v. $$

The dot product of two vectors comes out identical in every rotated frame, and the length computation we did earlier is the special case $u = v$. From the dot product you then recover everything the arrows promised, length as $|v| = \sqrt{v\cdot v}$ and the angle between two vectors through $u\cdot v = |u|\,|v|\cos\alpha$.14That last formula only defines an angle if the quantity $u\cdot v/(|u||v|)$ actually lies between $-1$ and $1$, and the guarantee is the Cauchy–Schwarz inequality, $(u\cdot v)^2 \le (u\cdot u)(v\cdot v)$. The proof is short enough to give in full. For any number $t$, the vector $u – t\,v$ has a non-negative dot product with itself, so $0 \le (u – t\,v)\cdot(u – t\,v) = u\cdot u – 2t\,(u\cdot v) + t^2\,(v\cdot v)$. The right side is a quadratic in $t$ that never dips below zero, so it cannot have two distinct real roots, so its discriminant obeys $4(u\cdot v)^2 – 4(u\cdot u)(v\cdot v) \le 0$, which is the inequality. Nothing about arrows was used, only the rules of the inner product, so the result holds in every inner product space, the function spaces of the previous footnote included. The definition of angle rests on a theorem, and now you have seen the theorem.

The inner product also settles a practical question we have been finessing: given a vector and a basis, how do you actually extract the components? Call a basis orthonormal if its vectors are mutually perpendicular and of unit length, $e_x\cdot e_x = e_y\cdot e_y = 1$ and $e_x\cdot e_y = 0$. Then dot the expansion $v = v_x\,e_x + v_y\,e_y$ with $e_x$ and let the orthonormality do the sorting:

$$ e_x\cdot v = v_x\,(e_x\cdot e_x) + v_y\,(e_x\cdot e_y) = v_x. $$

A component is a dot product with the corresponding basis vector, $v_x = e_x\cdot v$ and $v_y = e_y\cdot v$: to find how much of $v$ lies along a reference direction, project onto it. And this closes the loop left open with the violin note. Extracting a Fourier coefficient is this same projection, executed with the integral inner product in the space of functions,

$$ c_n = \langle f, e_n \rangle, $$

one coefficient per basis function, one integral each. The formula engineers use daily to decompose a signal is $v_x = e_x\cdot v$ wearing an integral sign.

A vector space with no inner product installed, meanwhile, is still a complete, functioning vector space; its members add, scale, form bases, transform. They simply have no lengths, because no one has defined any. Magnitude and direction, the two pillars of the high-school definition, turn out to be features of one optional attachment.

So, standing where my professor stood, here is how I would now answer his question, in layers. At the foundation, a vector is a member of a vector space: any object, arrow or polynomial or sound wave or quantum state, that can be added to its fellows and scaled by numbers under the usual rules. In physics we ask for one thing more: that the numbers describing the object in different frames be linked by the transformation law, because the object exists and our axes do not. And at the top, as a special case, sits the beloved picture, the arrow in two or three dimensions with an inner product installed, where magnitude and direction happen to capture everything. Running underneath all three layers is the mechanism this article has really been about: change the basis and the components change in the opposite way, so that their combination, the object itself, does not move. If one sentence is worth carrying out of the room, it is that one. The high-school definition is not wrong. It is a portrait of one member of the family, mistaken for the family itself.

I think that is what the smile meant. He knew the definition I gave him was the beginning of the story, and he knew the story was the same one mathematics always tells. The naturals ran out and gave us $-2$; the rationals ran out and gave us $\sqrt 2$; the reals ran out and gave us $i$; and one number per quantity ran out the moment somebody asked which way, and gave us this. Nor does the story stop here. There are quantities in physics that outgrow vectors in turn: the stress inside a loaded beam answers every direction you probe it with by handing back a force vector, and the machine doing the handing back is no longer a vector but a tensor. The metric $g_{\mu\nu}$ from the previous post is exactly such a machine.

The language runs out again. It always does. Vectors are enough to describe quantities with one directional character, but physics soon confronts objects that relate several directions at once. Stress is one example; the metric $$g_{\mu\nu}$$ from the previous posts are another. And those objects are tensors. And we have already met them.15Read more in-depth interpretation of tensors here: https://aronnomirdha.com/expository/990 What vectors reveal is principle underlying the entire ladder: components depend on the language we choose, while the object itself does not.

References and Footnotes

  • 1
    The ancient Greek discovery that the diagonal of a unit square cannot be expressed as a ratio of two integers was one of the earliest demonstrations that the rational numbers are incomplete.
  • 2
    The parallelogram rule for composing forces was stated clearly by Simon Stevin in 1586 and appears as a corollary in Newton’s Principia, so the geometric content of vector addition is centuries older than the word. The word itself comes from William Rowan Hamilton in the 1840s, from the Latin vehere, to carry, as part of his quaternions; the modern, stripped-down vector analysis was carved out of the quaternion system by Gibbs and Heaviside toward the end of the nineteenth century. It is a pleasing echo of the professor’s story: Hamilton was searching for a three-dimensional analogue of the complex numbers, which had themselves been invented when the real numbers ran out.
  • 3
    The two identities used here are $\cos(\varphi-\theta) = \cos\varphi\cos\theta + \sin\varphi\sin\theta$ and $\sin(\varphi-\theta) = \sin\varphi\cos\theta – \cos\varphi\sin\theta$. They are the whole trigonometric input of this article; everything else is substitution.
  • 4
    A bookkeeping note: throughout, the walk is held fixed and the axes rotate, which is called a passive transformation. One can instead hold the axes fixed and rotate the object by $\theta$, an active transformation; the formulas are the same with $\theta$ replaced by $-\theta$. Both conventions are common, which is why signs in other books may differ from mine.
  • 5
    I am borrowing a fact here: that a displacement in the plane determines its east part and north part uniquely. Geometrically this is clear enough. In the general setting it is exactly the uniqueness of representation in a basis, which I prove properly once bases are defined below, at which point this step stops being a loan.
  • 6
    This opposition has standard names: components that transform inversely to the basis are called contravariant, and objects that transform along with the basis, as the gradient does, are called covariant. The raised and lowered indices of the previous post are precisely this bookkeeping, $x^\mu$ upstairs for contravariant components and $\partial_\mu$ downstairs for covariant objects, and the convention exists so that a paired upper and lower index always assembles a language-independent quantity.
  • 7
    For rotations, $R$ is an orthogonal matrix: its rows are the new axis directions written in the old language, it satisfies $\sum_i R_{ij}R_{ik} = \delta_{jk}$, where $\delta_{jk}$ equals $1$ when $j=k$ and $0$ otherwise. This orthogonality is forced rather than assumed: demand that $\sum_i v_i’^2 = \sum_j v_j^2$ for every vector, substitute the transformation law to get $\sum_{j,k}\left(\sum_i R_{ij}R_{ik}\right)v_j v_k$, and the only way the result can equal $\sum_j v_j^2$ for all choices of the $v_j$ is for the bracketed sum to be $\delta_{jk}$. The two-dimensional cancellation we did by hand is the $n=2$ case. Requiring in addition that the frame is not mirror-reflected fixes $\det R = +1$.
  • 8
    In modern language: rotations compose to give rotations, every rotation has an inverse, and doing nothing counts as a rotation, so the collection of all rotations forms a group, written $SO(2)$ in the plane and $SO(n)$ in $n$ dimensions. “Transforms like a vector” is, said fully, a statement about how an object responds to this entire group at once, and group theory is the systematic study of such consistency requirements. It becomes one of the load-bearing structures of modern physics.
  • 9
    The failure is a finite-angle effect. Rotations through very small angles do commute, up to corrections of second order in the angles, and this is why angular velocity, which is built from infinitesimal rotations, is a legitimate vector while “the rotation itself” is not. There is a further subtlety I am deliberately postponing: quantities like angular velocity behave correctly under rotations but pick up an extra sign under mirror reflection, which is why they are called axial vectors or pseudovectors. That distinction deserves its own discussion.
  • 10
    The rules, stated compactly: addition is commutative and associative, there is a zero element, every element has a negative, scaling distributes over both vector addition and number addition, scaling is compatible with multiplication of numbers, and scaling by $1$ does nothing. Eight axioms in all. The “numbers” doing the scaling can be the real numbers or the complex numbers; quantum mechanics is built on complex vector spaces, and everything in this article goes through in either case.
  • 11
    Independence here means: if $c_0 + c_1 x + \cdots + c_n x^n$ is the zero vector of this space, which is the polynomial equal to zero for every value of $x$, then all the $c_i$ vanish. Set $x=0$ and $c_0$ falls. Differentiate once, set $x=0$ again, and $c_1$ falls. Keep differentiating; each coefficient drops in turn. So the monomials carry no redundancy, and the components below are the unique ones.
  • 12
    A basis is far from unique, but a theorem guarantees that every basis of a given space contains the same number of elements, and that shared number is the dimension of the space. Displacements in a plane have dimension two, displacements in the room have dimension three, and the polynomials and the wave-equation solutions above have infinite dimension, which changes some technical details and none of the conceptual ones.
  • 13
    To make “component along a basis function” precise you need an inner product on the function space, and the natural one is an integral, $\langle f, g\rangle = \int f(x)\,g(x)\,dx$ over the interval. The sines and cosines are orthogonal with respect to it, which is what makes the coefficients easy to extract, one integral each. Infinite dimensions bring genuine subtleties about convergence that I am stepping over here, but the geometric picture, a function as a vector and its Fourier coefficients as components, is exactly right.
  • 14
    That last formula only defines an angle if the quantity $u\cdot v/(|u||v|)$ actually lies between $-1$ and $1$, and the guarantee is the Cauchy–Schwarz inequality, $(u\cdot v)^2 \le (u\cdot u)(v\cdot v)$. The proof is short enough to give in full. For any number $t$, the vector $u – t\,v$ has a non-negative dot product with itself, so $0 \le (u – t\,v)\cdot(u – t\,v) = u\cdot u – 2t\,(u\cdot v) + t^2\,(v\cdot v)$. The right side is a quadratic in $t$ that never dips below zero, so it cannot have two distinct real roots, so its discriminant obeys $4(u\cdot v)^2 – 4(u\cdot u)(v\cdot v) \le 0$, which is the inequality. Nothing about arrows was used, only the rules of the inner product, so the result holds in every inner product space, the function spaces of the previous footnote included. The definition of angle rests on a theorem, and now you have seen the theorem.
  • 15
    Read more in-depth interpretation of tensors here: https://aronnomirdha.com/expository/990
Posted in Expository | Tagged , , , , | 1 Comment

Deriving the Euler–Lagrange Equation for Particles, Fields, and Curved Spacetime

A good way to understand the laws of motion is not to memorize a separate equation for each situation, but to notice there is really only one trick, and every equation of motion is what falls out when you apply it. That sounds like an exaggeration. It isn’t. I’m going to take the trick apart in front of you, use it to derive Newton’s law, then run the very same steps to get the equation for a field spread through space, and once more for a field living in curved spacetime. Three arenas that look nothing alike in a textbook, one move that never changes. Try something as we go: before I write the next line, guess it. If the trick really is this general, you should be able to see the physics coming before the algebra confirms it.

Stated before any symbols get in the way, the trick goes like this. You take every history the world could possibly have, every path a particle might follow and every way a field might wave, and to each one you attach a single number. You call that number the action.1The action is a functional: unlike an ordinary function, which eats a number and returns a number, it eats an entire history $q_r(t)$ and returns a single number $S$. Its units are energy multiplied by time. The name and the idea run back through Maupertuis, Euler, Lagrange, and Hamilton across the eighteenth and nineteenth centuries. Then you make one demand: the history nature actually chooses is the one for which the number does not change, to first order, when you wiggle the history a little. Carry out that demand honestly and it hands you the equation of motion. That’s the whole engine. What follows is just running it in three arenas and watching it do the same job every time.

Start with the simplest arena there is, a single particle moving along a path. To say where the particle is at each moment, give its coordinates $q_r(t)$, where the label $r$ runs over as many numbers as you need to pin it down.2The label $r$ collects what are called generalized coordinates. For one particle in three dimensions it runs over $1,2,3$; for $N$ particles it runs to $3N$; and it need not be a Cartesian position at all, since an angle or any other convenient parameter works just as well. The derivation never cares which you choose. The action is a running total of a quantity $L$, the Lagrangian, tallied all along the path from a starting time to a finishing time:

$$ S = \int_{t_1}^{t_2} L(q_r, \dot q_r, t)\, dt. $$

The Lagrangian is allowed to depend on where the particle is, on how fast it is going, and possibly on the time itself, and on nothing else. Hold onto that restriction a little harder than usual; it’s doing more work than it looks like. Ask yourself what would go wrong if $L$ were also allowed to depend on the acceleration $\ddot q_r$. Keep that question in your pocket. We’ll come back to it right after the equation falls out, and the answer isn’t a footnote you can skip.3If $L$ depended on $\ddot q_r$ as well, the variation would generically produce a fourth-order equation, $\frac{\partial L}{\partial q_r} – \frac{d}{dt}\frac{\partial L}{\partial \dot q_r} + \frac{d^2}{dt^2}\frac{\partial L}{\partial \ddot q_r} = 0$, since integrating the acceleration term by parts twice brings down two extra time derivatives. Generically, but not always: a degenerate dependence on $\ddot q_r$, or a piece of $L$ that is itself a total time derivative, can bring the order back down. Ostrogradski showed in 1850 that a genuinely non-degenerate higher-derivative theory carries a Hamiltonian unbounded below, energy extractable without limit, a real instability rather than a mathematical curiosity, which is why most fundamental Lagrangians avoid the non-degenerate case. General relativity is itself a caveat worth knowing: the Einstein–Hilbert density does contain second derivatives of the metric, but they arrange themselves into a special boundary-term structure that keeps the resulting field equations second order. And when we later move to fields, this same restriction usually reappears as $\mathcal L$ depending only on $\phi_A$ and its first spacetime derivatives. It is the safe, common choice, not a law of nature the way the Euler–Lagrange equation itself is.

Time for the actual move. Take the true path, whatever it happens to be, and nudge it aside by a small amount:

$$ q_r(t) \longmapsto q_r(t) + \varepsilon\, \eta_r(t). $$

The function $\eta_r(t)$ is the shape of the nudge, an arbitrary bend you are free to invent, and $\varepsilon$ is a small knob that controls how hard you push. There is exactly one string attached. The nudge has to vanish at the two ends,

$$ \eta_r(t_1) = 0, \qquad \eta_r(t_2) = 0, $$

which says in plain words that you may bend the path however you like in the middle, but the particle must start where it started and arrive where it arrived. That condition will come back later, much enlarged, and recognizing it when it does is half of the whole story.

q t t₁ t₂ εη(t) q(t) q(t) + εη(t)

Figure 1: The true path and a nearby varied path. Both are pinned at the two endpoints, so the nudge $\varepsilon\eta(t)$ is free to bulge in the middle but must close up at the ends. The action is stationary on the true path.

To say the action is stationary is to say that as you turn the knob $\varepsilon$ up through zero, the action does not move, to first order:

$$ \left.\frac{dS}{d\varepsilon}\right|_{\varepsilon=0} = 0. $$

This is the precise version of the loose phrase about wiggling the path.4Stationary is the honest word, not least. The true history is guaranteed only to be a critical point of the action, where the first-order change vanishes, and depending on the problem it may be a minimum, a maximum, or a saddle. The traditional name “principle of least action” is therefore a mild historical misnomer, a point Feynman was fond of making. What is always true is that the action does not change to first order, which is exactly the condition $dS/d\varepsilon|_{0}=0$. Differentiating is straightforward: pull the derivative inside the integral sign, apply the chain rule, and remember that when the path wiggles, its velocity wiggles too, at the rate $\dot\eta_r$:5Pulling the derivative $d/d\varepsilon$ inside the integral sign is itself a small theorem, not a free move. It requires $L$ and its first derivatives to be continuous in $\varepsilon$ near $\varepsilon=0$ and the path $q_r(t)$ to be differentiable on $[t_1,t_2]$; under those mild smoothness conditions, differentiation under the integral sign (a form of the Leibniz integral rule) is justified. Physics almost never worries about this, and it almost never needs to, but it is worth knowing the fine print exists.

$$ \left.\frac{dS}{d\varepsilon}\right|_{0} = \int_{t_1}^{t_2} \sum_r \left[ \frac{\partial L}{\partial q_r}\, \eta_r + \frac{\partial L}{\partial \dot q_r}\, \dot\eta_r \right] dt. $$

The whole difficulty of this subject lives inside that bracket, and so does the solution. The nudge $\eta_r$ appears bare in the first term but differentiated in the second, as $\dot\eta_r$. I’d like to factor it out and declare that whatever multiplies it must vanish, except I can’t: the nudge is wearing two different outfits. Integration by parts fixes this. It’s really the only idea in the whole business: it peels the derivative off the nudge and lays it onto everything else:

$$ \frac{\partial L}{\partial \dot q_r}\, \dot\eta_r = \frac{d}{dt}\!\left( \frac{\partial L}{\partial \dot q_r}\, \eta_r \right) – \frac{d}{dt}\!\left( \frac{\partial L}{\partial \dot q_r} \right)\eta_r. $$

Substitute this back. The first piece is a total time derivative, so when you integrate it from $t_1$ to $t_2$ it collapses to its values at the two endpoints, and the rest gathers into a single bracket multiplying the bare nudge:

$$ \delta S = \int_{t_1}^{t_2} \sum_r \left[ \frac{\partial L}{\partial q_r} – \frac{d}{dt}\!\left(\frac{\partial L}{\partial \dot q_r}\right) \right]\eta_r\, dt \;+\; \sum_r \left[ \frac{\partial L}{\partial \dot q_r}\, \eta_r \right]_{t_1}^{t_2}. $$

The endpoint term now removes itself. It’s the nudge evaluated at the two ends, and we agreed at the outset that the nudge is zero there. So it’s gone:

$$ \left[ \frac{\partial L}{\partial \dot q_r}\, \eta_r \right]_{t_1}^{t_2} = 0. $$

What is left is an integral of some bracket multiplied by the nudge, and it has to equal zero not for one clever choice of nudge but for every nudge you could ever draw. A fixed function that integrates to zero against absolutely every wiggle has nowhere to hide. It must be zero at every point.6This is the fundamental lemma of the calculus of variations, and it is worth stating carefully. If $f(t)$ is continuous on $[t_1,t_2]$ and $\int_{t_1}^{t_2} f(t)\,\eta(t)\,dt = 0$ for every smooth $\eta$ that vanishes at the two endpoints, then $f(t)=0$ everywhere on the interval. The argument is by contradiction: if $f$ were nonzero, say positive, at some interior point $t_0$, continuity guarantees $f$ stays positive on some small interval around $t_0$; choosing an $\eta$ that bulges upward only inside that interval and is zero elsewhere forces the integral to be strictly positive, contradicting the assumption that it is zero for every such $\eta$. Therefore the bracket vanishes on its own:

$$ \boxed{\; \frac{d}{dt}\!\left( \frac{\partial L}{\partial \dot q_r} \right) – \frac{\partial L}{\partial q_r} = 0. \;} $$

This is the Euler–Lagrange equation, and it came out of exactly three steps. You wiggled the path. You integrated by parts to move the derivative off the wiggle. You threw away the endpoint term because you had pinned the wiggle down. Photograph the shape of that equation and keep it in your wallet: a time derivative of the derivative of $L$ with respect to the velocity, minus the derivative of $L$ with respect to the position. In a moment we’ll meet its identical twin. As promised, only $\ddot q_r$ ever entered the story, through the single time derivative acting on $\partial L/\partial \dot q_r$. The acceleration you were tempted to add to $L$ at the very start never got the chance to appear twice over, which is exactly what keeps this equation second order and well behaved.

Before we go anywhere bigger, let me convince you the equation is not an empty formality by feeding it the most ordinary situation in physics. One particle, three dimensions, and the Lagrangian everyone meets first, kinetic energy minus potential energy:

$$ L = \tfrac{1}{2} m\left(\dot x_1^2 + \dot x_2^2 + \dot x_3^2\right) – V(x_1, x_2, x_3, t). $$

The derivative of $L$ with respect to a velocity is the momentum in that direction, and its time derivative is mass times acceleration:

$$ \frac{\partial L}{\partial \dot x_r} = m \dot x_r, \qquad \frac{d}{dt}\!\left(\frac{\partial L}{\partial \dot x_r}\right) = m \ddot x_r. $$

The derivative of $L$ with respect to a position is minus the slope of the potential in that direction:

$$ \frac{\partial L}{\partial x_r} = -\frac{\partial V}{\partial x_r}. $$

Put both into the box, rearrange, and out falls

$$ \boxed{\; m \ddot x_r = -\frac{\partial V}{\partial x_r} = F_r. \;} $$

That is $F = ma$, with the force revealed as minus the gradient of the potential.7If the force depends on velocity, as the magnetic force does, it cannot be written as minus the gradient of an ordinary potential $V(x)$. The remedy is a velocity-dependent potential $U(x,\dot x,t)$, but the generalized force it produces is $Q_r = \frac{d}{dt}\!\left(\frac{\partial U}{\partial \dot q_r}\right) – \frac{\partial U}{\partial q_r}$, not simply $-\partial U/\partial q_r$; the extra total-time-derivative piece is exactly what lets $U$ generate a velocity-dependent force at all. The full Lorentz force on a charge comes out of exactly this construction, with $L = \frac12 m\mathbf v^2 + q\mathbf A\cdot\mathbf v – q\Phi$. We didn’t assume Newton’s law anywhere; we wrote down a single scalar, kinetic minus potential, demanded its running total be stationary, and Newton’s law came out the far end with no further input. The principle of stationary action isn’t a decorative restatement of Newtonian mechanics sitting politely beside it. It contains Newtonian mechanics, and, as we’re about to see, a great deal that Newton never wrote down.

Here’s the real leap, so take it slowly. For the particle, the thing with a life of its own was a position that depends on time, $q_r(t)$. We now hand that starring role to a field: a number $\phi_A$ that has a value at every point of spacetime at once,

$$ \phi_A = \phi_A(x^\mu), \qquad x^0 = ct,\; x^1 = x,\; x^2 = y,\; x^3 = z. $$

The lower label $A$ is a roster, telling you which field you mean when there are several of them.8The label $A$ simply counts the independent components of whatever field you are studying. A single real scalar has one, a complex scalar has effectively two, the electromagnetic potential $A_\mu$ has four, and the metric of general relativity has ten. What follows never cares what the count is. The upper index $\mu$, running from $0$ to $3$, is a compass, telling you which of the four spacetime directions you are differentiating along. I will write $\partial_\mu$ for the derivative along direction $\mu$, so that the single symbol $\partial_\mu \phi_A$ gathers up how fast the field is changing in time and in each of the three directions of space, all in one stroke.

Only one thing about the action has to change, and for a simple reason. The particle’s action was a total along a one-dimensional path through time. A field is not at a point, it is everywhere, so its action must be a total over a whole slab of spacetime:

$$ S = \int_\Omega \mathcal L\left(\phi_A, \partial_\mu \phi_A, x^\mu\right) d^4x. $$

The script $\mathcal L$ is a Lagrangian density, meaning an amount of action packed into each little box of spacetime volume, and $d^4x = dx^0\,dx^1\,dx^2\,dx^3$ is the size of the box.9There is a factor of $c$ hiding in $x^0 = ct$, which makes $d^4x = c\,dt\,d^3x$. You can absorb that constant into the definition of $\mathcal L$, or you can set $x^0 = t$ and carry the factors of $c$ explicitly. Either way it is bookkeeping: a constant multiplying the whole action never changes which history makes the action stationary, so it cannot affect the equation of motion. Set this next to the particle line by line and the correspondence is almost embarrassing. Where the particle had $L$, the field has a density $\mathcal L$. Where the particle’s Lagrangian leaned on the velocity $\dot q_r$, the field’s density leans on the spacetime gradient $\partial_\mu \phi_A$. Where the particle summed $dt$ along a line, the field sums $d^4x$ over a region. It’s the same skeleton with one dimension traded for four. If you’ve really absorbed the particle derivation, you can already write down the field equation before I derive it. Try it.

Wiggle the field, and pin the wiggle not at two endpoints but on the entire boundary of the region:

$$ \phi \longmapsto \phi + \varepsilon\, \eta, \qquad \eta = 0 \text{ on } \partial\Omega. $$

I’ll carry a single field through the algebra to keep the symbols uncluttered; the case of many fields costs nothing, and I’ll collect that dividend at the end.10With several fields $\phi_A$, you introduce an independent nudge $\eta_A$ for each and run the same variation. Because the nudges are independent, the demand that the total variation vanish for all of them at once splits into one Euler–Lagrange equation per field. This is why the several-field case, which looks more general, is not any harder. The pinning condition is worth a second look. For the particle I froze the two endpoints of the path; for the field I freeze the entire boundary surface of the spacetime slab. But a boundary is a boundary. The two endpoints of the particle were nothing more than the boundary of a one-dimensional interval, and this is the same condition, promoted from the ends of a line to the skin of a four-dimensional region.

Demand stationarity, run the chain rule exactly as we did for the particle, and note that when the field wiggles its gradient wiggles at the rate $\partial_\mu \eta$:

$$ \delta S = \int_\Omega \left[ \frac{\partial \mathcal L}{\partial \phi}\, \eta + \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)}\, \partial_\mu \eta \right] d^4x. $$

There is the same obstacle we already know how to beat. The nudge is bare in the first term and differentiated in the second, so it cannot yet be factored out. Reach for the same tool. Integration by parts, now carried out in spacetime, lifts the derivative off the nudge:

$$ \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)}\, \partial_\mu \eta = \partial_\mu\!\left[ \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)}\, \eta \right] – \partial_\mu\!\left[ \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)} \right] \eta. $$

The first piece is a four-dimensional divergence, and integrating a divergence over a region converts it into a flux through the boundary of that region. That conversion is the divergence theorem:

$$ \int_\Omega \partial_\mu V^\mu\, d^4x = \int_{\partial\Omega} V^\mu\, d\Sigma_\mu. $$

It’s easy to read past this without noticing what’s actually going on. The endpoint term from the particle case and this new surface term aren’t just analogous; they’re the same theorem. When we integrated a total time derivative from $t_1$ to $t_2$ and collapsed it to its values at the two ends, we were using the fundamental theorem of calculus. And the fundamental theorem of calculus is nothing but the divergence theorem in a single dimension, with the two endpoints playing the part of the boundary.11In one dimension the divergence theorem is just the fundamental theorem of calculus: $\int_{t_1}^{t_2}\frac{dF}{dt}\,dt = F(t_2)-F(t_1)$. The boundary of the interval $[t_1,t_2]$ is the two-point set $\{t_1,t_2\}$, and the signs in $F(t_2)-F(t_1)$ are just the outward orientation of that boundary: $+1$ at $t_2$, where the outward direction agrees with increasing $t$, and $-1$ at $t_1$, where it opposes it. Both the one-dimensional and the four-dimensional statements are special cases of the general Stokes theorem, which says that integrating a derivative over a region equals integrating the original object over the region’s boundary. Raise the number of dimensions from one to four, and the boundary of an interval fattens into a boundary surface; the evaluation at two endpoints swells into a flux through that surface. One theorem, read once in one dimension and once in four. The endpoint term and the surface term aren’t cousins. They’re the same creature at two different sizes.

And the surface term dies for the same reason its one-dimensional ancestor did. We pinned the nudge to zero on the boundary, so the flux through the boundary is zero, and the surface term is gone. What survives is an integral of a bracket multiplied by an arbitrary nudge, which forces the bracket to vanish:

$$ \boxed{\; \partial_\mu\!\left( \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)} \right) – \frac{\partial \mathcal L}{\partial \phi} = 0. \;} $$

Lay this beside the particle’s equation and the resemblance is not a resemblance, it is a template with the words swapped. Where the particle had the time derivative $d/dt$, the field has the spacetime divergence $\partial_\mu$. Where the particle differentiated $L$ with respect to the velocity, the field differentiates $\mathcal L$ with respect to the gradient. Where the particle differentiated with respect to position, the field differentiates with respect to the field value. The equation did not change its shape at all. It only learned to count in four directions where before it counted in one.

Let’s feed this field equation its own simplest case, the way we fed Newton to the particle equation, and see what nature’s plainest field does. Take the density

$$ \mathcal L = \tfrac{1}{2}\, \partial_\mu \phi\, \partial^\mu \phi – \tfrac{1}{2}\, \mu^2 \phi^2, $$

where $\partial^\mu = \eta^{\mu\nu}\partial_\nu$ is the gradient with its index raised by the Minkowski metric, and the constant $\mu$ sets a scale we will read off in a moment.12Apologies for the notation: $\mu$ is doing double duty here, as a spacetime index in $\partial_\mu$ and as the mass constant. Both usages are completely standard, and context keeps them apart, but it is worth flagging so you are not caught off guard. The derivative of the density with respect to the field is

$$ \frac{\partial \mathcal L}{\partial \phi} = -\mu^2 \phi, $$

and the derivative with respect to the gradient comes out clean, because each of the two gradient factors in the first term contributes equally:

$$ \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)} = \partial^\mu \phi. $$

Drop both into the boxed field equation and you get

$$ \partial_\mu \partial^\mu \phi + \mu^2 \phi = 0, \qquad\text{or, more compactly,}\qquad \boxed{\; \Box \phi + \mu^2 \phi = 0. \;} $$

The symbol $\Box = \partial_\mu \partial^\mu$ is the wave operator, the four-dimensional relative of the Laplacian, and written out in ordinary time and space it reads

$$ \frac{1}{c^2}\frac{\partial^2 \phi}{\partial t^2} – \nabla^2 \phi + \frac{m^2 c^2}{\hbar^2}\, \phi = 0. $$

This is the Klein–Gordon equation, the simplest relativistic wave equation a single scalar field can obey, and the constant we called $\mu$ has turned out to be $\mu = mc/\hbar$, an inverse length fixed by the mass.13The constant works out to $\mu = mc/\hbar$, so its reciprocal $1/\mu = \hbar/mc$ is the reduced Compton wavelength of a particle of mass $m$, the natural length scale the mass sets. Throughout I use the signature $(+,-,-,-)$, so that $\partial_\mu\partial^\mu = \frac{1}{c^2}\partial_t^2 – \nabla^2$; with the opposite convention a sign flips, but no physics does. Set the mass to zero and the last term disappears, leaving

$$ \Box \phi = 0, $$

which is the plain wave equation. Calling this “the equation that carries light and sound” is only loosely right: light obeys Maxwell’s vector equations and sound is a pressure disturbance in matter, neither one a single scalar field, but individual components of both do satisfy an equation of exactly this mathematical form, which is part of why the wave equation feels so universal. So the field arena, handed its simplest Lagrangian, produces a wave, in parallel with the particle arena, which handed its simplest Lagrangian produced Newton.

What turned my own picture of these two arenas from “similar” into “the same” is a special case, though it takes a little bookkeeping to come out clean. Suppose the field is lazy and refuses to vary through space, depending on time alone, $\phi = \phi(t)$. Every spatial derivative is now zero, and integrating $\mathcal L$ over the now-irrelevant spatial directions just multiplies it by the coordinate volume $V$ of the region, so the effective, particle-like Lagrangian is $L_{\rm eff} = \int d^3x\, \mathcal L = V\mathcal L$; the constant $V$ divides straight out of the resulting equation of motion and never touches it. There is a second bit of bookkeeping too: with $x^0=ct$, the time part of the spacetime derivative is $\partial_0\phi = \frac{1}{c}\dot\phi$, not $\dot\phi$ itself, so the factors of $c$ only disappear cleanly if you set $x^0=t$ from the start or carry them through by hand. Small thing, easy to trip on. Do that, and the boxed field equation collapses into

$$ \frac{d}{dt}\!\left( \frac{\partial L_{\rm eff}}{\partial \dot\phi} \right) – \frac{\partial L_{\rm eff}}{\partial \phi} = 0, $$

which is the particle’s Euler–Lagrange equation in every structural respect, with $L_{\rm eff}$ standing in for $L$. So the field equation is not an analogy of the particle equation. It is a generalization that contains the particle equation exactly, as the special case in which nothing depends on where you are, once the volume factor and the coordinate convention have been tracked honestly rather than waved away. Peel away the three dimensions of space and the field remembers that it was the same law all along.

The last arena is curved spacetime: a metric $g_{\mu\nu}(x)$ now sets how distances and times are measured, and it changes from place to place. Two things change in the passage from flat to curved, one about how you measure volume and one about how you differentiate. Neither, it turns out, touches the move itself.

The first change is the volume of the little box. On flat spacetime the box had volume $d^4x$; on a curved manifold the correct, coordinate-independent volume is $\sqrt{-g}\, d^4x$, where $g$ is the determinant of the metric.14For a Lorentzian metric the determinant $g$ is negative, so $-g$ is positive and $\sqrt{-g}$ is real. The combination $\sqrt{-g}\,d^4x$ is the invariant four-volume, the same number in every coordinate system. In flat Minkowski coordinates the metric determinant is $-1$, so $\sqrt{-g}=1$ and the invariant volume reduces to the ordinary $d^4x$, which is why the flat-space derivation never had to mention it. The second change is that the plain derivative $\partial_\mu$ ought to be promoted to the covariant derivative $\nabla_\mu$, the derivative that accounts for the bending of the coordinates. For a scalar field these two happen to coincide, $\nabla_\mu \phi = \partial_\mu \phi$, which is a small mercy I am going to accept gratefully.15Two facts are doing quiet work here. First, a scalar field has no indices for the connection to act on, so $\nabla_\mu\phi = \partial_\mu\phi$; the first place the two derivatives part ways is a vector, where $\nabla_\mu V^\nu = \partial_\mu V^\nu + \Gamma^\nu{}_{\mu\lambda}V^\lambda$. Second, the divergence identity $\nabla_\mu V^\mu = \frac{1}{\sqrt{-g}}\partial_\mu(\sqrt{-g}\,V^\mu)$ used two lines below follows from the contracted Christoffel symbol $\Gamma^\lambda{}_{\mu\lambda} = \partial_\mu \ln\sqrt{-g}$. To keep the notation consistent from here on, the density should be understood as depending on the covariant derivative rather than the plain one,

$$ \boxed{\; \mathcal L = \mathcal L(\phi, \nabla_\mu \phi, x^\mu). \;} $$

For this scalar the two derivatives happen to coincide, which is why writing $\partial_\mu\phi$ in its place cost us nothing above, but it is $\nabla_\mu\phi$ that is the geometrically correct object, and it is the one that generalizes once the field stops being a scalar. The action reads

$$ S = \int_\Omega \mathcal L\, \sqrt{-g}\; d^4x. $$

Run the move a third time: wiggle the field, pin it on the boundary, demand stationarity, integrate by parts, this time with the covariant product rule. The one step with any right to go wrong is the boundary term. The curvature has to show up somewhere, after all, and if not there, it must be hiding elsewhere. It is. It sits in plain sight, inside a small identity:

$$ \nabla_\mu V^\mu = \frac{1}{\sqrt{-g}}\, \partial_\mu\!\left( \sqrt{-g}\, V^\mu \right). $$

The identity doesn’t make two copies of $\sqrt{-g}$ literally cancel; what it does is convert the covariant divergence $\nabla_\mu V^\mu$, sitting inside the honest curved-space measure $\sqrt{-g}\,d^4x$, into an ordinary coordinate divergence $\partial_\mu(\sqrt{-g}\,V^\mu)$ against the flat measure $d^4x$. That ordinary coordinate divergence is exactly the object the flat-space divergence theorem already knows how to turn into a boundary flux. So the boundary piece becomes an ordinary flux, which vanishes because the nudge vanishes on the boundary. Same death, same reason, third time in a row; the curvature never got a chance to spoil the argument because it was absorbed into the very identity that lets the divergence theorem apply at all. What survives is

$$ \boxed{\; \nabla_\mu\!\left( \frac{\partial \mathcal L}{\partial(\nabla_\mu \phi)} \right) – \frac{\partial \mathcal L}{\partial \phi} = 0, \;} $$

and, if you prefer to see the metric factor out in the open,

$$ \frac{1}{\sqrt{-g}}\, \partial_\mu\!\left[ \sqrt{-g}\, \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)} \right] – \frac{\partial \mathcal L}{\partial \phi} = 0. $$

Feed in the same free scalar density used in flat spacetime, now built from the curved metric instead of the flat one,

$$ \mathcal L = \tfrac{1}{2}\, g^{\mu\nu}\partial_\mu\phi\,\partial_\nu\phi – \tfrac{1}{2}\, \mu^2 \phi^2, $$

and the two derivatives you need are exactly the flat-space ones with $\eta^{\mu\nu}$ replaced by $g^{\mu\nu}$:

$$ \frac{\partial \mathcal L}{\partial \phi} = -\mu^2 \phi, \qquad \frac{\partial \mathcal L}{\partial(\partial_\mu \phi)} = g^{\mu\nu}\partial_\nu\phi. $$

Drop both into the boxed curved-space equation and out comes the curved-space Klein–Gordon equation:

$$ \boxed{\; \frac{1}{\sqrt{-g}}\, \partial_\mu\!\left( \sqrt{-g}\, g^{\mu\nu}\partial_\nu\phi \right) + \mu^2 \phi = 0. \;} $$

This is the third arena’s own famous equation, and it completes the parallel exactly: the particle gave Newton, the flat field gave Klein–Gordon, and the curved field gives this, the same Klein–Gordon equation with the flat metric $\eta^{\mu\nu}$ replaced by the curved $g^{\mu\nu}$ and a $\sqrt{-g}$ riding inside the derivative to keep the divergence covariant. Set $g_{\mu\nu}\to\eta_{\mu\nu}$, so that $\sqrt{-g}\to1$, and it collapses straight back to the flat equation we already derived, exactly as it must.

There is a subtlety in that last line. It looks as though the equation has forgotten that the metric depends on position, but it hasn’t forgotten at all. The factor $\sqrt{-g}$ depends only on where you are, never on the field or on the field’s gradient, so when you differentiate the density with respect to the field, the $\sqrt{-g}$ is not a variable to be differentiated but a bystander riding along inside the explicit coordinate dependence. It’s luggage the field carries, not a control the field can turn. That is precisely why it can sit inside the derivative in one line and outside it in the next without contradiction.

I leaned, twice now, on the field being a scalar, and I owe you the reason it mattered. When the field carries indices of its own, when it is a vector or a tensor rather than a plain number, the covariant derivative stops being equal to the plain derivative, the connection terms that measure the bending of the coordinates come out of hiding, and the bookkeeping grows real teeth.16For a vector or tensor field you must differentiate the density with respect to $\nabla_\mu\phi_A$ with its indices intact, and the resulting Euler–Lagrange operator carries extra connection terms. The Maxwell and Proca equations, and the linearized equations for a metric perturbation, all come out this way. The scalar spares us those terms without hiding the essential move. The scalar is the clean room in which you can watch the move work with nothing extra clinging to it. It is the right place to learn the pattern before the extra machinery arrives.

So what did we actually do? We wrote an action for a particle, demanded it be stationary, and Newton’s law came out. We wrote an action for a field, demanded it be stationary, and a wave came out. We wrote an action for a field in curved spacetime, demanded it be stationary, and the curved-space wave equation came out. Three arenas that share no furniture, and in every one of them the derivation was the same three motions: wiggle the history, integrate by parts to move the derivative off the wiggle, and discard the boundary term because the wiggle was pinned down there.

The many-field dividend I promised earlier is now free. If there are many fields $\phi_A$ instead of one, you introduce an independent nudge for each and run the same variation, and because the nudges are independent, each field simply hands you its own copy of the boxed equation. Nothing in the three steps ever asked how many fields were present. The move does not become harder when the world becomes more complicated. It only becomes longer to write down.

There’s a second dividend here, one I’ve been quietly setting up all along and haven’t cashed in yet. We discarded the boundary term every single time because we forced the nudge to vanish there. It is tempting to think that if you refuse to force it, say by choosing $\eta_r=\dot q_r$, the shift generated by letting time flow forward, the endpoint term $\left[\partial L/\partial\dot q_r\,\dot q_r\right]_{t_1}^{t_2}$ is itself the conserved energy. It isn’t. That guess is missing a piece, and the route to what actually is conserved goes through the Lagrangian’s own total time derivative along the true trajectory:

$$ \frac{dL}{dt} = \sum_r \frac{\partial L}{\partial q_r}\dot q_r + \sum_r \frac{\partial L}{\partial \dot q_r}\ddot q_r + \frac{\partial L}{\partial t}. $$

Now use the Euler–Lagrange equation itself, $\partial L/\partial q_r = \frac{d}{dt}(\partial L/\partial \dot q_r)$, to trade the first term for a total time derivative. The right-hand side collapses into a single derivative:

$$ \frac{d}{dt}\left( \sum_r \dot q_r\, \frac{\partial L}{\partial \dot q_r} – L \right) = -\frac{\partial L}{\partial t}. $$

So whenever $L$ carries no explicit time dependence, the quantity in parentheses is exactly conserved:

$$ \boxed{\; E = \sum_r \dot q_r\, \frac{\partial L}{\partial \dot q_r} – L. \;} $$

This is the energy, or in Hamiltonian language, $H$. It needed both the momentum-like piece $\dot q_r\,\partial L/\partial\dot q_r$ and the compensating $-L$; the boundary term alone, without subtracting $L$, is not a conserved quantity at all, which is exactly the trap the naive guess above falls into.17This is the shadow of Noether’s theorem falling across the same calculation we already did, though done correctly it requires varying time itself alongside the coordinates rather than treating $\eta_r=\dot q_r$ as an ordinary fixed-time nudge. In the field case the analogous argument, built from a spacetime translation, produces the canonical energy–momentum tensor $T^\mu{}_\nu = \frac{\partial \mathcal L}{\partial(\partial_\mu\phi_A)}\,\partial_\nu\phi_A – \delta^\mu{}_\nu\,\mathcal L$, with $\partial_\mu T^\mu{}_\nu=0$ the local conservation law for the field’s energy and momentum; it reduces to $\partial^\mu\phi\,\partial_\nu\phi – \delta^\mu{}_\nu\mathcal L$ only for the specific free-scalar density used earlier, since that is the one case where $\partial\mathcal L/\partial(\partial_\mu\phi)=\partial^\mu\phi$. Momentum and angular momentum come from spacetime symmetries in exactly this family. Electric charge conservation is a genuine Noether current too, but it comes from an internal symmetry, a global phase rotation of the field, not from a spacetime translation, so it is not itself a component of $T^\mu{}_\nu$. The lesson survives the correction: a piece of the calculation you learned to throw away, tracked instead of discarded, is where every conservation law in physics comes from. That’s not a small aside. It may be the more important half of this entire trick, and it’s the subject for the next post.

None of this is a coincidence of notation. Every experimentally successful fundamental classical field theory currently known admits an action formulation. That’s why a single trick can reach from a bead on a wire all the way to a field in curved spacetime. The principle of stationary action is one sentence, that nature makes a certain total stationary, and the equation of motion is simply what that sentence looks like once you’ve carried out the wiggle without cheating. Newton’s law, the Klein–Gordon equation, and a scalar field threading its way through curved spacetime aren’t three laws that happen to rhyme. They’re one demand, put to three arenas, and answered by one move in each.

And if you ever get bold and let the metric itself be the thing you wiggle, instead of a fixed stage you have set the field upon, the same move hands you Einstein’s field equations for gravity.18The gravitational case takes the Einstein–Hilbert action $S = \frac{1}{2\kappa}\int R\,\sqrt{-g}\,d^4x$, where $R$ is the Ricci scalar built from the metric, and varies with respect to the metric $g^{\mu\nu}$ itself rather than a field living on top of it. Here “more careful boundary analysis” is not a figure of speech: the variation of $R$ produces terms containing derivatives of $\delta g_{\mu\nu}$, not just $\delta g_{\mu\nu}$ itself, so pinning $\delta g_{\mu\nu}=0$ on the boundary is not by itself enough to kill the boundary term. A well-posed variational principle needs the Gibbons–Hawking–York term added to the action to cancel the offending piece. With that included, the same wiggle-and-discard procedure yields Einstein’s field equations $G_{\mu\nu} = \kappa T_{\mu\nu}$. But that’s a story for another day, and it’s the same trick once more. When you’ve truly seen this move, you haven’t learned a drawer full of separate equations. You’ve learned one thing, and then watched it grow up.

References and Footnotes

  • 1
    The action is a functional: unlike an ordinary function, which eats a number and returns a number, it eats an entire history $q_r(t)$ and returns a single number $S$. Its units are energy multiplied by time. The name and the idea run back through Maupertuis, Euler, Lagrange, and Hamilton across the eighteenth and nineteenth centuries.
  • 2
    The label $r$ collects what are called generalized coordinates. For one particle in three dimensions it runs over $1,2,3$; for $N$ particles it runs to $3N$; and it need not be a Cartesian position at all, since an angle or any other convenient parameter works just as well. The derivation never cares which you choose.
  • 3
    If $L$ depended on $\ddot q_r$ as well, the variation would generically produce a fourth-order equation, $\frac{\partial L}{\partial q_r} – \frac{d}{dt}\frac{\partial L}{\partial \dot q_r} + \frac{d^2}{dt^2}\frac{\partial L}{\partial \ddot q_r} = 0$, since integrating the acceleration term by parts twice brings down two extra time derivatives. Generically, but not always: a degenerate dependence on $\ddot q_r$, or a piece of $L$ that is itself a total time derivative, can bring the order back down. Ostrogradski showed in 1850 that a genuinely non-degenerate higher-derivative theory carries a Hamiltonian unbounded below, energy extractable without limit, a real instability rather than a mathematical curiosity, which is why most fundamental Lagrangians avoid the non-degenerate case. General relativity is itself a caveat worth knowing: the Einstein–Hilbert density does contain second derivatives of the metric, but they arrange themselves into a special boundary-term structure that keeps the resulting field equations second order.
  • 4
    Stationary is the honest word, not least. The true history is guaranteed only to be a critical point of the action, where the first-order change vanishes, and depending on the problem it may be a minimum, a maximum, or a saddle. The traditional name “principle of least action” is therefore a mild historical misnomer, a point Feynman was fond of making. What is always true is that the action does not change to first order, which is exactly the condition $dS/d\varepsilon|_{0}=0$.
  • 5
    Pulling the derivative $d/d\varepsilon$ inside the integral sign is itself a small theorem, not a free move. It requires $L$ and its first derivatives to be continuous in $\varepsilon$ near $\varepsilon=0$ and the path $q_r(t)$ to be differentiable on $[t_1,t_2]$; under those mild smoothness conditions, differentiation under the integral sign (a form of the Leibniz integral rule) is justified. Physics almost never worries about this, and it almost never needs to, but it is worth knowing the fine print exists.
  • 6
    This is the fundamental lemma of the calculus of variations, and it is worth stating carefully. If $f(t)$ is continuous on $[t_1,t_2]$ and $\int_{t_1}^{t_2} f(t)\,\eta(t)\,dt = 0$ for every smooth $\eta$ that vanishes at the two endpoints, then $f(t)=0$ everywhere on the interval. The argument is by contradiction: if $f$ were nonzero, say positive, at some interior point $t_0$, continuity guarantees $f$ stays positive on some small interval around $t_0$; choosing an $\eta$ that bulges upward only inside that interval and is zero elsewhere forces the integral to be strictly positive, contradicting the assumption that it is zero for every such $\eta$.
  • 7
    If the force depends on velocity, as the magnetic force does, it cannot be written as minus the gradient of an ordinary potential $V(x)$. The remedy is a velocity-dependent potential $U(x,\dot x,t)$, but the generalized force it produces is $Q_r = \frac{d}{dt}\!\left(\frac{\partial U}{\partial \dot q_r}\right) – \frac{\partial U}{\partial q_r}$, not simply $-\partial U/\partial q_r$; the extra total-time-derivative piece is exactly what lets $U$ generate a velocity-dependent force at all. The full Lorentz force on a charge comes out of exactly this construction, with $L = \frac12 m\mathbf v^2 + q\mathbf A\cdot\mathbf v – q\Phi$.
  • 8
    The label $A$ simply counts the independent components of whatever field you are studying. A single real scalar has one, a complex scalar has effectively two, the electromagnetic potential $A_\mu$ has four, and the metric of general relativity has ten. What follows never cares what the count is.
  • 9
    There is a factor of $c$ hiding in $x^0 = ct$, which makes $d^4x = c\,dt\,d^3x$. You can absorb that constant into the definition of $\mathcal L$, or you can set $x^0 = t$ and carry the factors of $c$ explicitly. Either way it is bookkeeping: a constant multiplying the whole action never changes which history makes the action stationary, so it cannot affect the equation of motion.
  • 10
    With several fields $\phi_A$, you introduce an independent nudge $\eta_A$ for each and run the same variation. Because the nudges are independent, the demand that the total variation vanish for all of them at once splits into one Euler–Lagrange equation per field. This is why the several-field case, which looks more general, is not any harder.
  • 11
    In one dimension the divergence theorem is just the fundamental theorem of calculus: $\int_{t_1}^{t_2}\frac{dF}{dt}\,dt = F(t_2)-F(t_1)$. The boundary of the interval $[t_1,t_2]$ is the two-point set $\{t_1,t_2\}$, and the signs in $F(t_2)-F(t_1)$ are just the outward orientation of that boundary: $+1$ at $t_2$, where the outward direction agrees with increasing $t$, and $-1$ at $t_1$, where it opposes it. Both the one-dimensional and the four-dimensional statements are special cases of the general Stokes theorem, which says that integrating a derivative over a region equals integrating the original object over the region’s boundary.
  • 12
    Apologies for the notation: $\mu$ is doing double duty here, as a spacetime index in $\partial_\mu$ and as the mass constant. Both usages are completely standard, and context keeps them apart, but it is worth flagging so you are not caught off guard.
  • 13
    The constant works out to $\mu = mc/\hbar$, so its reciprocal $1/\mu = \hbar/mc$ is the reduced Compton wavelength of a particle of mass $m$, the natural length scale the mass sets. Throughout I use the signature $(+,-,-,-)$, so that $\partial_\mu\partial^\mu = \frac{1}{c^2}\partial_t^2 – \nabla^2$; with the opposite convention a sign flips, but no physics does.
  • 14
    For a Lorentzian metric the determinant $g$ is negative, so $-g$ is positive and $\sqrt{-g}$ is real. The combination $\sqrt{-g}\,d^4x$ is the invariant four-volume, the same number in every coordinate system. In flat Minkowski coordinates the metric determinant is $-1$, so $\sqrt{-g}=1$ and the invariant volume reduces to the ordinary $d^4x$, which is why the flat-space derivation never had to mention it.
  • 15
    Two facts are doing quiet work here. First, a scalar field has no indices for the connection to act on, so $\nabla_\mu\phi = \partial_\mu\phi$; the first place the two derivatives part ways is a vector, where $\nabla_\mu V^\nu = \partial_\mu V^\nu + \Gamma^\nu{}_{\mu\lambda}V^\lambda$. Second, the divergence identity $\nabla_\mu V^\mu = \frac{1}{\sqrt{-g}}\partial_\mu(\sqrt{-g}\,V^\mu)$ used two lines below follows from the contracted Christoffel symbol $\Gamma^\lambda{}_{\mu\lambda} = \partial_\mu \ln\sqrt{-g}$.
  • 16
    For a vector or tensor field you must differentiate the density with respect to $\nabla_\mu\phi_A$ with its indices intact, and the resulting Euler–Lagrange operator carries extra connection terms. The Maxwell and Proca equations, and the linearized equations for a metric perturbation, all come out this way. The scalar spares us those terms without hiding the essential move.
  • 17
    This is the shadow of Noether’s theorem falling across the same calculation we already did, though done correctly it requires varying time itself alongside the coordinates rather than treating $\eta_r=\dot q_r$ as an ordinary fixed-time nudge. In the field case the analogous argument, built from a spacetime translation, produces the canonical energy–momentum tensor $T^\mu{}_\nu = \frac{\partial \mathcal L}{\partial(\partial_\mu\phi_A)}\,\partial_\nu\phi_A – \delta^\mu{}_\nu\,\mathcal L$, with $\partial_\mu T^\mu{}_\nu=0$ the local conservation law for the field’s energy and momentum; it reduces to $\partial^\mu\phi\,\partial_\nu\phi – \delta^\mu{}_\nu\mathcal L$ only for the specific free-scalar density used earlier, since that is the one case where $\partial\mathcal L/\partial(\partial_\mu\phi)=\partial^\mu\phi$. Momentum and angular momentum come from spacetime symmetries in exactly this family. Electric charge conservation is a genuine Noether current too, but it comes from an internal symmetry, a global phase rotation of the field, not from a spacetime translation, so it is not itself a component of $T^\mu{}_\nu$.
  • 18
    The gravitational case takes the Einstein–Hilbert action $S = \frac{1}{2\kappa}\int R\,\sqrt{-g}\,d^4x$, where $R$ is the Ricci scalar built from the metric, and varies with respect to the metric $g^{\mu\nu}$ itself rather than a field living on top of it. Here “more careful boundary analysis” is not a figure of speech: the variation of $R$ produces terms containing derivatives of $\delta g_{\mu\nu}$, not just $\delta g_{\mu\nu}$ itself, so pinning $\delta g_{\mu\nu}=0$ on the boundary is not by itself enough to kill the boundary term. A well-posed variational principle needs the Gibbons–Hawking–York term added to the action to cancel the offending piece. With that included, the same wiggle-and-discard procedure yields Einstein’s field equations $G_{\mu\nu} = \kappa T_{\mu\nu}$.
Posted in Expository | Tagged , , , , , , , , , , , | Leave a comment

So what are tensors, really?

I want to start with a confession. When I first heard the word “tensor,” I assumed it was one of those words that exists to make physicists sound clever. Something you learn in graduate school, surrounded by people who already know what it means, and everyone pretends they understood it the first time. It is not like that at all. A tensor is a completely natural object. It is what you are forced to invent when you ask a simple question about a crystal and discover that vectors are not enough to answer it.

Here is the question. You take a crystal, say a piece of calcite, the kind that makes double images when you look through it. You apply an electric field $\vec{E}$ to it. The field pushes the charges inside the crystal a little, and the crystal develops a dipole moment per unit volume, which we call the polarization $\vec{P}$. For a material like water or glass, which looks the same in every direction, the polarization is simply proportional to the field and points in the same direction: $\vec{P} = \alpha \vec{E}$, where $\alpha$ is a single number. One number, and you are done.

A crystal is different. Its atoms sit in a rigid lattice that has a definite structure, and that structure is not the same in every direction. Think of it mechanically. Imagine the atoms connected by springs, but the springs in one direction are stiff and the springs in a perpendicular direction are loose. If you push with a force at some angle, the charges move mostly along the loose direction and barely at all along the stiff direction. The displacement, which is the polarization, comes out pointing somewhere completely different from the force. The polarization is not parallel to the electric field. One number $\alpha$ cannot describe this, because one number cannot encode a relationship that depends on direction in this asymmetric way.

Isotropic vs anisotropic polarization
Left: an isotropic material. The polarization $\vec{P}$ always comes out parallel to the field $\vec{E}$, so one number $\alpha$ suffices. Right: an anisotropic crystal. The polarization is rotated away from the field by an angle $\Delta\theta$ that depends on the crystal structure. One number cannot describe this.

So what do you need? Let us work it out from scratch, without assuming anything. Suppose you apply a field purely in the $x$-direction, magnitude $E_x$. Where does the polarization go? There is no reason it has to go in the $x$-direction. It will have some $x$-component, some $y$-component, and some $z$-component. Since polarization is proportional to field strength (we are assuming small fields), each component of $\vec{P}$ is proportional to $E_x$, and we just have to give the proportionality constants names. Call them $\alpha_{xx}$, $\alpha_{yx}$, and $\alpha_{zx}$, where the first subscript tells you which component of $\vec{P}$ you are measuring and the second tells you which direction the field is in: $$P_x = \alpha_{xx}\, E_x, \qquad P_y = \alpha_{yx}\, E_x, \qquad P_z = \alpha_{zx}\, E_x.$$ Three numbers to describe what happens when you push in the $x$-direction. Now do the same for a field in the $y$-direction: $P_x = \alpha_{xy} E_y$, $P_y = \alpha_{yy} E_y$, $P_z = \alpha_{zy} E_y$. Three more numbers. And three more for a field in the $z$-direction. Nine coefficients in total.1The subscript ordering $\alpha_{ij}$ means: $i$ labels the component of $\vec{P}$ being produced, $j$ labels the direction of $\vec{E}$ that produces it. So $\alpha_{yx}$ is the coefficient that tells you how much $y$-polarization is produced by an $x$-field. Keep this straight from the beginning or the indices will confuse you forever.

Now suppose the field has all three components at once. Because polarization is linear in the field (doubling the field doubles the polarization), the contributions from each direction simply add. The $x$-component of $\vec{P}$ gets a contribution from the $x$-field (coefficient $\alpha_{xx}$), a contribution from the $y$-field (coefficient $\alpha_{xy}$), and a contribution from the $z$-field (coefficient $\alpha_{xz}$). Adding them up: $$\begin{aligned} P_x &= \alpha_{xx} E_x + \alpha_{xy} E_y + \alpha_{xz} E_z, \\ P_y &= \alpha_{yx} E_x + \alpha_{yy} E_y + \alpha_{yz} E_z, \\ P_z &= \alpha_{zx} E_x + \alpha_{zy} E_y + \alpha_{zz} E_z. \end{aligned}$$ These three equations can be written compactly as $$P_i = \sum_j \alpha_{ij} E_j$$ where $i$ and $j$ each run over $x$, $y$, $z$. The nine numbers $\alpha_{ij}$ are called the polarizability tensor. That is where tensors come from. Not from abstraction. From the forced recognition that describing direction-dependent proportionality requires not one number but nine.

The nine tensor coefficients as a table
Each cell in the table is one of the nine coefficients $\alpha_{ij}$. Read the table as: the coefficient in row $i$, column $j$ tells you how much of the $i$-th component of polarization is produced by the $j$-th component of the electric field. The shaded diagonal cells are where the field and polarization point in the same direction.

Look at that table for a moment before moving on. If you apply an $x$-field, you read down the first column: you get some $x$-polarization ($\alpha_{xx}$), some $y$-polarization ($\alpha_{yx}$), and some $z$-polarization ($\alpha_{zx}$). If you apply a $y$-field, you read down the second column. The whole table encodes the complete directional response of the crystal. This is what a tensor is: a table of coefficients that tells you, for each possible direction of the input, what the output is in each possible direction. Not a mysterious geometric object. A table with a physical meaning for each entry.

Now something wonderful happens. Of the nine numbers, not all are independent. Here is the argument. Think about the energy you spend polarizing the crystal. The work done per unit volume when you polarize it is $u_P = \frac{1}{2}\vec{E}\cdot\vec{P}$. Substitute $P_i = \sum_j \alpha_{ij} E_j$ and you get $$u_P = \frac{1}{2}\sum_{i,j} \alpha_{ij} E_i E_j.$$ Now imagine a thermodynamic cycle. Turn on an $x$-field, then turn on a $y$-field, then turn off the $x$-field, then turn off the $y$-field. The crystal is back where it started. The net work done must be zero. When you compute the work around this cycle carefully, the terms proportional to $\alpha_{xx}$ and $\alpha_{yy}$ cancel out cleanly. The net work is proportional to $\alpha_{xy} – \alpha_{yx}$. For this to vanish, you need $\alpha_{xy} = \alpha_{yx}$. The same argument applies to any pair of indices, so the tensor is symmetric: $\alpha_{ij} = \alpha_{ji}$.2This symmetry is a physical consequence of energy conservation, not a mathematical assumption. There exist tensors in physics that are not symmetric, for example the angular momentum flux tensor, and they genuinely need all nine components. Always ask which physical law enforces symmetry before counting independent components. Symmetry cuts nine components to six independent ones. That is not a small reduction. In higher-rank tensors, symmetry can reduce hundreds of components to just a handful, which is why physicists care about it so much.

Six is still more than one. But here is where the geometry becomes beautiful. The energy formula $u_P = \frac{1}{2}\sum_{i,j} \alpha_{ij} E_i E_j$ is a quadratic function of the field components. In two dimensions it would look like $\alpha_{xx} E_x^2 + 2\alpha_{xy} E_x E_y + \alpha_{yy} E_y^2 = 2u_0$. Ask: which electric field vectors $\vec{E}$ produce exactly the same energy density $u_0$? The set of all such vectors traces out a curve in the $(E_x, E_y)$ plane. Since the energy is always positive and finite for any nonzero field, that curve is always an ellipse, never a parabola or hyperbola. In three dimensions, the set of all $\vec{E}$ producing the same $u_0$ traces out an ellipsoid. The shape and orientation of this ellipsoid encodes everything about the tensor.

The energy ellipse of the polarization tensor
Left: when the off-diagonal components are nonzero, the energy ellipse is tilted with respect to the coordinate axes. Right: when you choose the principal axes as your coordinate system, the ellipse aligns with the axes and the off-diagonal terms vanish. The semi-axis lengths are $1/\sqrt{\alpha_{aa}}$ and $1/\sqrt{\alpha_{bb}}$, encoding the two principal values directly.

Every ellipsoid has three perpendicular axes called the principal axes, the directions along which it is longest, shortest, and intermediate. When you align your coordinate system with those axes, something remarkable happens to the tensor: all the off-diagonal components vanish. The tensor becomes diagonal: $$\alpha_{ij} = \begin{pmatrix} \alpha_{aa} & 0 & 0 \\ 0 & \alpha_{bb} & 0 \\ 0 & 0 & \alpha_{cc} \end{pmatrix}.$$ Along the principal axes, the polarization is parallel to the field, with one proportionality constant per axis. The crystal may be complicated in any arbitrary direction, but it has three special directions where it behaves like an isotropic material, each with its own effective $\alpha$. This is always possible for any symmetric tensor of rank two, in any number of dimensions. It is one of the deepest structural facts about this type of object, and it has nothing to do with the specific physics of crystals. It is purely geometric.

If all three principal values are equal, $\alpha_{aa} = \alpha_{bb} = \alpha_{cc} = \alpha$, the ellipsoid is a sphere and the material is isotropic. The tensor reduces to $\alpha_{ij} = \alpha \delta_{ij}$, where $\delta_{ij}$ is one if $i = j$ and zero otherwise. This is called the Kronecker delta, and it plays the role of the identity: $P_i = \alpha \sum_j \delta_{ij} E_j = \alpha E_i$, which is just $\vec{P} = \alpha \vec{E}$. The tensor framework contains the simple isotropic case as a special instance.3The Kronecker delta $\delta_{ij}$ has the remarkable property that it looks identical in every coordinate system. You can rotate your axes by any angle and its components stay the same: ones on the diagonal, zeros everywhere else. This is because it is proportional to the metric of flat Euclidean space, which has no preferred direction. The identity tensor is the one tensor that genuinely has no directional content.

The polarizability of a crystal is one example, but the same structure appears everywhere in physics. The conductivity of a crystal is a tensor: $j_i = \sum_j \sigma_{ij} E_j$ because the current density $\vec{j}$ and the electric field $\vec{E}$ are generally not parallel in a crystal. The moment of inertia is a tensor. You may have seen the scalar moment of inertia $I$ in a basic mechanics course, with $L = I\omega$. But this only works when you spin an object about one of its symmetry axes. For a general axis, the angular momentum $\vec{L}$ and the angular velocity $\vec{\omega}$ are not parallel, in exactly the same way that $\vec{P}$ and $\vec{E}$ are not parallel in an anisotropic crystal.4The inertia tensor has the explicit form $I_{ij} = \sum_\text{particles} m(r^2 \delta_{ij} – r_i r_j)$, where the sum is over all particles in the body and $r^2 = x^2+y^2+z^2$. The diagonal component $I_{xx} = \sum m(y^2+z^2)$ is exactly the moment of inertia about the $x$-axis that you saw in introductory mechanics. The off-diagonal components $I_{xy} = -\sum m\, xy$ are the products of inertia, and they vanish when your axes align with the principal axes of the body.

The inertia tensor: omega and L not parallel
Left: spinning a rod about its symmetry axis. The angular momentum $\vec{L}$ is parallel to $\vec{\omega}$, and a single number $I$ suffices. Right: spinning the same rod about an oblique axis. $\vec{L}$ is tilted away from $\vec{\omega}$ by an angle $\Delta\theta$. Describing this relationship for any axis requires the full inertia tensor $I_{ij}$.

Now for the question that most introductions skip. The nine components of $\alpha_{ij}$ were measured with respect to some particular set of coordinate axes. If you rotate your axes, the components change. Does the tensor change? No. The crystal is the same crystal. The physical relationship between $\vec{P}$ and $\vec{E}$ is unchanged. What changes is only the numerical values of the components, in a specific and predictable way determined by how you rotated the axes. The components are not the tensor. They are the tensor’s representation in a particular coordinate system, just as the components $(E_x, E_y, E_z)$ are not the electric field but its representation in a particular coordinate system.

Components change under rotation, tensor does not
The same physical vector $\vec{E}$ drawn in two coordinate systems rotated by 35 degrees. The arrow is identical. The numerical components $E_x = 3.2, E_y = 2.4$ in the original system become $E_{x’} \approx 3.9, E_{y’} \approx 0.1$ in the rotated system. The same thing happens to every index of a tensor when you rotate your axes.

The transformation law for a rank-2 tensor under a rotation is $$\alpha’_{\mu\nu} = \sum_{\rho,\sigma} R_{\mu\rho}\, R_{\nu\sigma}\, \alpha_{\rho\sigma},$$ where $R_{\mu\rho}$ is the rotation matrix. Each index picks up exactly one factor of the rotation matrix. A rank-1 tensor (a vector) picks up one factor: $v’_\mu = \sum_\rho R_{\mu\rho} v_\rho$. A rank-0 tensor (a scalar) picks up no factors: it is unchanged. This is the general pattern. The rank of a tensor tells you how many rotation-matrix factors appear in its transformation law, and therefore how many indices it carries.

This transformation law is not just bookkeeping. It is the guarantee that tensor equations are coordinate-independent. If $P_i = \sum_j \alpha_{ij} E_j$ holds in one coordinate system, it holds in every coordinate system, because both sides transform in exactly the same way. You write the physics once and it is automatically valid for any observer, any orientation of the laboratory, any choice of axes. This is why tensors are indispensable in general relativity, where there is no preferred coordinate system at all, and in continuum mechanics, where the material has no reason to know which way you pointed your $x$-axis.

General tensor vs diagonal tensor
Left: the tensor in an arbitrary coordinate system, with all six independent components nonzero. Right: the same tensor in the principal-axis coordinate system, with all off-diagonal terms zero. Only three numbers remain. The choice of coordinate system changes the representation, not the physical content.

Tensors can have more than two indices. The elastic constants of a crystal, which relate the stress tensor $S_{ij}$ (internal forces) to the strain tensor $T_{ij}$ (deformations), form a rank-4 tensor $\gamma_{ijkl}$ with $3^4 = 81$ components in principle. Symmetry reduces this to 21 independent constants for the least symmetric crystal. For a cubic crystal, 3. For an isotropic material, just 2. The rank-4 tensor must have the form $\gamma_{ijkl} = a\,\delta_{ij}\delta_{kl} + b\,(\delta_{ik}\delta_{jl} + \delta_{il}\delta_{jk})$ in the isotropic case, because those are the only rank-4 combinations of $\delta_{ij}$ that have the required symmetry and pick out no preferred direction. Two constants, $a$ and $b$, and you have described the full elastic behaviour of any isotropic solid. The same pattern of symmetry reducing an enormous number of apparent components to a small set of physical ones repeats at every rank.

The rank ladder: scalar, vector, tensor
The hierarchy of tensors by rank. A scalar (rank 0) needs one number. A vector (rank 1) needs three components and one index. A rank-2 tensor needs nine components and two indices. At each step up in rank, you add one more direction index and multiply the number of components by three.

So here is the summary, stated as plainly as possible. A tensor is what you get when one physical vector quantity depends linearly on another, and the proportionality is not the same in every direction. The components of the tensor tell you, for each possible input direction, what the output is in each possible output direction. That is why a rank-2 tensor in three dimensions has $3 \times 3 = 9$ components: three possible input directions times three possible output directions. The components change when you rotate your axes, but the physical relationship they encode does not. For a symmetric tensor, you can always find principal axes where the off-diagonal components vanish, reducing the description to three numbers. And a tensor equation, once you have written it correctly, is automatically true in every coordinate system without any further work.

None of this required linear algebra. It required only the idea of proportionality, the fact that polarization is linear in the electric field, the simple geometry of ellipses, and the physical demand that energy be conserved. The full formalism of linear algebra makes the same ideas faster to compute with, but the ideas themselves are prior to the formalism. A tensor is a physical object. The indices are just how we write it down.

References and Footnotes

  • 1
    The subscript ordering $\alpha_{ij}$ means: $i$ labels the component of $\vec{P}$ being produced, $j$ labels the direction of $\vec{E}$ that produces it. So $\alpha_{yx}$ is the coefficient that tells you how much $y$-polarization is produced by an $x$-field. Keep this straight from the beginning or the indices will confuse you forever.
  • 2
    This symmetry is a physical consequence of energy conservation, not a mathematical assumption. There exist tensors in physics that are not symmetric, for example the angular momentum flux tensor, and they genuinely need all nine components. Always ask which physical law enforces symmetry before counting independent components.
  • 3
    The Kronecker delta $\delta_{ij}$ has the remarkable property that it looks identical in every coordinate system. You can rotate your axes by any angle and its components stay the same: ones on the diagonal, zeros everywhere else. This is because it is proportional to the metric of flat Euclidean space, which has no preferred direction. The identity tensor is the one tensor that genuinely has no directional content.
  • 4
    The inertia tensor has the explicit form $I_{ij} = \sum_\text{particles} m(r^2 \delta_{ij} – r_i r_j)$, where the sum is over all particles in the body and $r^2 = x^2+y^2+z^2$. The diagonal component $I_{xx} = \sum m(y^2+z^2)$ is exactly the moment of inertia about the $x$-axis that you saw in introductory mechanics. The off-diagonal components $I_{xy} = -\sum m\, xy$ are the products of inertia, and they vanish when your axes align with the principal axes of the body.
Posted in Expository | Tagged , , , , | 1 Comment

On physics, visibility, and why I stayed

I remember being in high school and telling people I wanted to study physics. The response was almost always the same. Not discouragement exactly, more like mild concern, the kind adults give you when they think you are about to make a mistake they have seen before. Physics is not where the demand is. Computer science is where you will actually get paid. Have you thought about software engineering? And I would stand there and nod and feel something I could not name at the time but can name now: disgust. Not at the people saying it, they were not wrong about the salaries. Disgust at the fact that this was the entire conversation. That the only question anyone thought to ask about a field that explains the structure of reality was whether it would pay well. It made me genuinely depressed for a while, not because I doubted physics, but because I started to wonder if I was the only one who thought the questions it was asking were worth asking at all.

There was a time when physicists were famous. Not famous the way athletes are famous, or the way politicians are famous, but famous in the way that made people feel like something important was happening in the world and they wanted to be near it. Einstein’s face was everywhere. Feynman gave lectures and people showed up just to watch him think out loud. Oppenheimer was on the cover of Time. Physics felt urgent, like the most interesting thing a human being could possibly be doing with their life.

I do not think it feels that way to most people anymore. The names that carry weight now are founders and engineers and AI researchers. Which is fine, those people are doing genuinely interesting things. But something shifted, and I think it is worth being honest about what actually shifted rather than either pretending it did not happen or overclaiming that physics is somehow dying.

The most obvious part is money. Fundamental physics research takes a long time to pay off. Sometimes it never does in any direct economic sense. Quantum mechanics was not developed because someone wanted to build a semiconductor. It was developed because people were confused about how atoms worked and could not sleep until they figured it out. The applications came later, decades later, after the people who did the original work were mostly dead. That timeline does not fit well into how we currently fund things or talk about things.

There is also a communication problem that I think people underestimate. Einstein’s ideas are hard, but you can give someone the flavor in a sentence. Moving fast makes time slow down. Gravity is geometry. Those are strange and true and immediately interesting to a normal person. But if you want to explain what is actually exciting in theoretical physics right now, you need to first explain what a quantum field is, and then what a gauge symmetry is, and then what a holographic dual is, and by then you have lost everyone. The ideas are not less deep. They are arguably deeper. But depth you cannot gesture at is depth that does not travel.

What has not changed is the list of things we do not know. We do not know what dark matter is, and it is most of the matter in the universe. We do not know why the universe’s expansion is accelerating. We have two theories, general relativity and quantum mechanics, that are both extraordinarily accurate and completely incompatible with each other at the scales where they should both apply. Nobody has fixed that. It is not a small problem sitting in a corner somewhere waiting to be cleaned up. It is the central unresolved tension in our picture of reality.

History makes me careful about reading too much into any of this. In the 1890s there were physicists who thought the field was essentially complete, a few loose ends and then physics would be done. Within twenty years those loose ends had pulled the whole picture apart and been replaced by relativity and quantum mechanics. I have no idea if something like that is coming. Nobody does. That is kind of the point.

My honest read is that physics did not become less important. It became less visible, which is a different thing. The questions it is chasing are as large as questions get. The people doing it are not doing it for the money or the recognition, because there is not much of either. They are doing it because the questions are there and someone has to think about them. That has always been what physics actually looked like from the inside. Maybe we just got a clearer view of it.

Posted in Diary, Reviews | Tagged , , , , | Leave a comment

The mathematics behind a “wormhole”

Let me tell you something that will sound ridiculous at first. Take a piece of paper. Draw a dot on the left and a dot on the right. The shortest path between them, if you are a little ant walking on the surface, is a straight line. Fine. Now fold the paper in half so the two dots touch each other. Suddenly there is a new path between them: you just go straight through, right where they touch. Zero distance. No new paper was added. The paper did not tear. The dots did not move. Nothing changed except the shape of the surface. And now something that was far away is right next to something else. That is the whole idea. Everything that follows, all the tensors and coordinate substitutions and Kruskal diagrams, is just making this precise in the language of general relativity.

Einstein and Rosen did not set out to find a wormhole in 1935. They were trying to solve a problem that bothered Einstein his whole life: what is a particle? In quantum mechanics, an electron is a point. A mathematical point, zero size, infinite density if you try to pack its mass into that zero volume. Einstein found this repulsive. He wanted to describe particles using nothing but the geometry of spacetime, with no singularities, no infinities, no special matter fields stuck in by hand. The idea was that maybe an electron is not a thing sitting in space. Maybe it is a shape of space. And the shape they found, falling right out of the same equations that describe black holes, was a tunnel connecting two separate sheets of the universe.1The 1935 paper is titled “The Particle Problem in the General Theory of Relativity.” Einstein and Rosen were specifically trying to model elementary particles as singularity-free solutions to the coupled Einstein-Maxwell equations. The bridge was a side effect of that attempt. Their particle model ultimately failed because the construction requires the mass of the bridge to be zero, which does not match any known particle, and because the bridge is dynamically unstable. But the geometric structure they uncovered was real and has outlasted the original motivation by nearly a century.

To see how they found it, you need to start with the Schwarzschild metric, the exact solution to Einstein’s equations outside any static, spherically symmetric mass $M$. In the standard coordinates $(t, r, \theta, \phi)$, it looks like this: $$ds^2 = -\left(1 – \frac{r_S}{r}\right)c^2\, dt^2 + \left(1 – \frac{r_S}{r}\right)^{-1} dr^2 + r^2\, d\theta^2 + r^2\sin^2\theta\, d\phi^2,$$ where $r_S = 2GM/c^2$ is the Schwarzschild radius. Now, you might look at this and think: two things blow up. At $r = r_S$, the coefficient of $dr^2$ goes to infinity. And at $r = 0$, the curvature itself diverges. So the metric has two bad points. The obvious thing to assume is that these are both genuine physical singularities where the geometry breaks down. Einstein and Rosen questioned that assumption. What if the blow-up at $r = r_S$ is not a property of the geometry, but a property of the coordinates? What if you are using the wrong map?

Here is the test. A genuine singularity, like the one at $r = 0$, shows up in coordinate-independent quantities. The Kretschmer scalar $K = R_{\mu\nu\rho\sigma}R^{\mu\nu\rho\sigma}$ diverges at $r = 0$ regardless of what coordinates you use. But at $r = r_S$, this scalar equals $K = 48G^2M^2/r_S^6 c^4$, which is perfectly finite. So the blow-up in the metric components at $r = r_S$ is not a physical singularity. It is a coordinate artifact, like the way polar coordinates go haywire at the origin even though nothing special happens to flat space there. Einstein and Rosen took this seriously and asked: what happens if we change coordinates to remove the fake singularity?2This distinction between coordinate singularities and true physical singularities is one of the central conceptual lessons of general relativity. The metric tensor’s components depend on the coordinate system; a divergence in a component can always be blamed on the coordinates. Physical singularities must show up in scalar quantities built from the Riemann tensor, quantities that are invariant under coordinate changes. At $r = r_S$ in Schwarzschild coordinates, all such scalars are finite. At $r = 0$, they all blow up. This asymmetry is what Einstein and Rosen were exploiting.

The move they made was to introduce a new radial coordinate $u$, defined by the substitution $$r = u^2 + r_S.$$ That is it. One line. Let us think about what it does. In the original coordinate $r$, you start at the horizon $r = r_S$ and go out to infinity. It is a half-line, with a wall at the left end. The new coordinate $u = \sqrt{r – r_S}$ runs from zero to infinity for $r > r_S$. But we can let $u$ be negative too, since $r = u^2 + r_S$ gives the same $r$ for $u$ and $-u$. So now $u$ runs over the whole real line, from $-\infty$ through zero to $+\infty$, and both halves map to the same geometry. The half-line has been unfolded into a full line. The wall is gone. In these coordinates, the metric becomes $$ds^2 = -\frac{u^2}{u^2 + r_S}\, c^2\, dt^2 + 4(u^2 + r_S)\, du^2 + (u^2 + r_S)^2\, d\Omega^2$$ where $d\Omega^2 = d\theta^2 + \sin^2\theta\, d\phi^2$ is the angular part. At $u = 0$ the time component vanishes, yes, but every spatial component is completely regular. The infinity in $g_{11}$ is gone. And now the geometry has two ends: $u \to +\infty$ is one asymptotically flat universe, and $u \to -\infty$ is another.3The fact that $g_{00}$ vanishes at $u = 0$ while $g_{11}$ and the angular components remain finite signals that the surface $u = 0$ is a null surface, an event horizon. This is not a singularity; it is just a surface where the time coordinate becomes degenerate. Observers crossing this surface in free fall feel nothing special. The vanishing of $g_{00}$ here is physically equivalent to the fact that the escape velocity from the Schwarzschild radius equals the speed of light: time, as measured by a distant observer, appears to freeze. But the local physics is perfectly smooth.

The substitution r = u² + rₛ original coordinate r rₛ r r runs from rₛ to +∞ only one universe, one sheet r = u² + rₛ new coordinate u -∞ 0 +∞ throat universe 2 universe 1 u runs from -∞ to +∞ two universes, two sheets both sides give r = u² + rₛ ≥ rₛ
One substitution, $r = u^2 + r_S$, turns a half-line into a full line. The single universe on the right of the horizon becomes two universes joined at $u = 0$. Nothing changed in the physics; we just stopped using a map that had an artificial wall in it.

Now let us understand what the throat actually is, geometrically. At every point in the Schwarzschild geometry, you can draw a two-sphere, the surface of constant $r$ and constant $t$. Its area is $4\pi r^2$. As you travel from one universe toward the bridge, $r = u^2 + r_S$ decreases as $u$ decreases toward zero. The area of the surrounding sphere shrinks. At $u = 0$, $r = r_S$, and the sphere has its minimum area $4\pi r_S^2$. Then, if you keep going into the other universe, $r$ grows again and the spheres expand. The throat is the moment of minimum sphere size, and the condition for it is just $dr/du = 2u = 0$, which is satisfied at $u = 0$. Nothing fancy. Just a minimum.4A wormhole throat is more precisely defined as a surface of minimal area in the sense of a trapped surface. The condition $dr/du = 0$ here is equivalent to saying the expansion of outgoing null geodesics, the quantity $\theta_+$, vanishes on the throat. For a traversable wormhole, you additionally need $d^2r/du^2 > 0$ at the throat, the flaring-out condition, which ensures the throat is a minimum rather than a maximum. The Einstein-Rosen bridge satisfies this too: $d^2r/du^2 = 2 > 0$ everywhere.

Sphere area as you travel through the bridge u u = 0 (throat, minimum area) large sphere minimum 4πrₛ² large sphere universe 2 universe 1 r(u) = u² + rₛ
The radius $r(u) = u^2 + r_S$ hits its minimum at $u=0$. The two-spheres shrink as you approach the throat from either universe, reach their minimum size $r_S$, and expand again as you pass through. This is the geometric meaning of the bridge.

You can make this even more visual. Take a snapshot of the geometry at one instant of time, $t = \text{const}$, and look at the equatorial plane $\theta = \pi/2$. The spatial metric on that slice is $$dl^2 = \left(1 – \frac{r_S}{r}\right)^{-1} dr^2 + r^2\, d\phi^2.$$ This describes a curved two-dimensional surface. Now here is a beautiful trick: we can ask whether this surface, intrinsically curved as it is, can be embedded in ordinary flat three-dimensional space as the graph of some function $z = z(r)$. If we use cylindrical coordinates $(r, \phi, z)$ in that flat space, the metric on the surface $z = z(r)$ is $$dl^2 = \left(1 + \left(\frac{dz}{dr}\right)^2\right)dr^2 + r^2\, d\phi^2.$$ Matching this to the Schwarzschild spatial metric forces $$\frac{dz}{dr} = \sqrt{\frac{r_S}{r – r_S}},$$ and integrating gives $$z(r) = 2\sqrt{r_S(r – r_S)}.$$ This is a paraboloid opening outward, a funnel.5This surface is called a Flamm paraboloid, computed by Ludwig Flamm in 1916, a year after Schwarzschild found his metric. It is crucial to understand what this embedding is and is not. It is not a picture of what the Schwarzschild geometry looks like from outside. It is a mathematical representation of the intrinsic geometry of a spatial slice, drawn in flat space so our brains can process it. A being living on the two-dimensional Flamm surface would measure exactly the same distances and curvatures as an observer in the equatorial plane of the Schwarzschild spacetime. But the embedding space has no physical meaning; it is just a visualization aid. For the Einstein-Rosen bridge, you take two of these funnels, one for each universe, and glue them at their narrowest point, $r = r_S$. The result is the famous picture: two flat spaces connected by a tube.

Flamm paraboloid: the bridge as an embedded surface throat r = rₛ universe 1 universe 2 z(r) = 2√(rₛ(r – rₛ)) — Flamm, 1916
Two Flamm paraboloids glued at $r = r_S$. Each funnel is the embedding of one universe’s spatial geometry. The dashed ellipses are surfaces of constant $r$. This is a snapshot at $t = 0$; the bridge does not stay open.

Now here is where I have to tell you something disappointing, and I want you to understand exactly why it is true, not just that it is. The Einstein-Rosen bridge is not traversable. You cannot go through it. No matter how fast you go, no matter what you do, no signal can get from one universe to the other by passing through the throat. The reason has nothing to do with engineering. It is built into the causal structure of the spacetime itself, and the way to see it clearly is with a tool called Kruskal-Szekeres coordinates.

The Schwarzschild coordinates $(t, r)$ cover only part of the full spacetime. Think of it like a map of the world drawn only for the northern hemisphere: perfectly accurate for what it covers, but useless for telling you about the south. George Kruskal (and independently Martin Szekeres) in 1960 found the global map, a coordinate system that covers the entire maximal Schwarzschild spacetime at once. In these coordinates $(T, X)$, the metric is $$ds^2 = \frac{32G^3M^3}{rc^6}\, e^{-r/r_S}\left(-dT^2 + dX^2\right) + r^2\, d\Omega^2,$$ where $r$ is determined implicitly by $$\left(\frac{r}{r_S} – 1\right)e^{r/r_S} = X^2 – T^2.$$ The whole spacetime now fits on a finite square diagram. Region I ($X > |T|$) is our universe. Region III ($X 0$, a curve that arcs over both regions like a ceiling. The event horizons are the diagonal lines $T = \pm X$.6The Kruskal extension is provably unique: it is the unique maximal analytic extension of the Schwarzschild metric. Every geodesic in this spacetime either reaches a curvature singularity, goes to infinity, or can be extended indefinitely. There is no larger spacetime that contains it as a proper subset. This uniqueness is what makes the Kruskal diagram authoritative: it is not one way of extending Schwarzschild, it is the only way.

Look at the diagram. The bridge, the moment when regions I and III are connected through the throat, corresponds to the slice $T = 0$. On that slice, you can draw a horizontal line from one region to the other and the geometry is the Flamm paraboloid we computed. But now look at what sits above $T = 0$: the future singularity. Any worldline moving forward in time, which in the Kruskal diagram means moving upward, and trying to get from region I to region III, has to cross the singularity first. The fastest possible traveler, a photon moving at 45 degrees in the Kruskal diagram, starts in region I at $T = 0$, moves toward the throat, and hits the singularity at $r = 0$ before ever reaching region III. The bridge opens and closes in zero time. It is not that you need to go faster; it is that there is no time available at all.7This can be made quantitative. A radial null geodesic in Kruskal coordinates satisfies $dX/dT = \pm 1$. A photon starting at $(T_0, X_0)$ in region I and moving toward region III (decreasing $X$) follows $X(T) = X_0 – (T – T_0)$. It hits the future singularity when $T^2 – X^2 = 1$, i.e. when $T^2 – (X_0 – T + T_0)^2 = 1$. One can check that this always happens before $X$ reaches $-|T|$ (region III), for any starting point with $X_0 > 0$ and $T_0 \geq 0$. The bridge always pinches off before any signal can cross.

Kruskal diagram: why you cannot cross future singularity r = 0 past singularity r = 0 T X T = 0: bridge exists here II: black hole interior I our universe III other universe fastest signal (light) hits singularity here never reaches III r = const The fastest possible signal (dashed, 45 degrees) leaves region I at T = 0 and hits the singularity before ever reaching region III.
The Kruskal-Szekeres diagram for the Schwarzschild spacetime. The bridge exists at $T=0$ (blue dashed line) but the future singularity (red) cuts across all upward-moving paths. A photon sent from region I toward region III hits $r=0$ before crossing. This is not an obstacle to be overcome; it is a geometric fact.

So the bridge forms, it is real, it connects two universes, and it immediately closes. Einstein and Rosen did not know this in 1935 because Kruskal coordinates were not invented until 1960. In their $u$ coordinate picture, the bridge looks static, a permanent geometric tunnel between two sheets of space. They thought it would sit there forever. But the full causal analysis, which only became possible with the Kruskal extension, revealed that the bridge is not a static structure. It is an event: a moment when two sheets of space touch and then separate, like two soap bubbles briefly kissing before pulling apart. The geometry is doing something in time, not just in space, and the old coordinates were hiding it.

What Einstein and Rosen were actually hoping for was even more striking. They wanted the bridge to model a particle. An electron, in their picture, would not be a point of matter; it would be a tube of space, and the two mouths of the tube would appear, from outside, like two opposite electric charges. Lines of electric flux would thread the throat, emerging from one mouth looking like positive charge and entering the other looking like negative charge, but there would be no actual charge anywhere, just electric field lines passing through a hole in space. The field equations governing the electric field outside the bridge would be the ordinary source-free Maxwell equations, with zero charge density at every point, and yet integrating the electric flux over a sphere around either mouth would give a nonzero answer. The topology of the bridge mimics a charge without there being any charge.8This idea, that topological features of spacetime can mimic sources of physical fields, was later developed by Wheeler into a program he called “geometrodynamics.” He coined the phrase “charge without charge” and “mass without mass” to describe how wormhole topology can reproduce the effects of particles using only vacuum geometry. The program ultimately failed as a theory of elementary particles because the relevant wormholes are dynamically unstable, have the wrong quantum numbers, and cannot reproduce the spin-1/2 nature of fermions. But the conceptual framework influenced decades of thinking about quantum gravity and the quantum structure of spacetime. It is a gorgeous idea. It did not work as a theory of matter, but it opened a door that has never been fully closed.

John Wheeler picked up this thread in the 1950s and ran with it. He coined the word “wormhole” in 1957. He imagined that at the Planck scale, $\ell_P \approx 10^{-35}$ m, spacetime itself might be foamy with microscopic wormholes constantly forming and closing, a quantum froth of topology. He called this spacetime foam. And more recently, a conjecture called ER = EPR, proposed by Maldacena and Susskind in 2013, has suggested that quantum entanglement between two particles is not just analogous to a wormhole connecting them but literally the same thing, in some precise geometric sense. Two entangled particles sit in the two exterior regions of the Kruskal diagram, connected by a bridge that neither can traverse.9The ER = EPR conjecture (Einstein-Rosen = Einstein-Podolsky-Rosen) proposes that any pair of maximally entangled quantum systems is connected by a non-traversable wormhole. The conjecture resolves certain paradoxes about black hole evaporation by identifying the internal correlations of Hawking radiation with geometric bridges in the bulk spacetime. It remains a conjecture, not a theorem, but it has organized a large body of work in quantum gravity and holography. The non-traversability of the Einstein-Rosen bridge is essential to the conjecture’s consistency: if the bridge were traversable, it would allow superluminal communication between entangled systems, violating relativistic causality. The bridge is real. The shortcut is not. But the connection, the fact that two regions of spacetime that are causally disconnected are nonetheless geometrically joined, is as real as any solution to Einstein’s equations. That is the legacy of a single line: $r = u^2 + r_S$.

References and Footnotes

  • 1
    The 1935 paper is titled “The Particle Problem in the General Theory of Relativity.” Einstein and Rosen were specifically trying to model elementary particles as singularity-free solutions to the coupled Einstein-Maxwell equations. The bridge was a side effect of that attempt. Their particle model ultimately failed because the construction requires the mass of the bridge to be zero, which does not match any known particle, and because the bridge is dynamically unstable. But the geometric structure they uncovered was real and has outlasted the original motivation by nearly a century.
  • 2
    This distinction between coordinate singularities and true physical singularities is one of the central conceptual lessons of general relativity. The metric tensor’s components depend on the coordinate system; a divergence in a component can always be blamed on the coordinates. Physical singularities must show up in scalar quantities built from the Riemann tensor, quantities that are invariant under coordinate changes. At $r = r_S$ in Schwarzschild coordinates, all such scalars are finite. At $r = 0$, they all blow up. This asymmetry is what Einstein and Rosen were exploiting.
  • 3
    The fact that $g_{00}$ vanishes at $u = 0$ while $g_{11}$ and the angular components remain finite signals that the surface $u = 0$ is a null surface, an event horizon. This is not a singularity; it is just a surface where the time coordinate becomes degenerate. Observers crossing this surface in free fall feel nothing special. The vanishing of $g_{00}$ here is physically equivalent to the fact that the escape velocity from the Schwarzschild radius equals the speed of light: time, as measured by a distant observer, appears to freeze. But the local physics is perfectly smooth.
  • 4
    A wormhole throat is more precisely defined as a surface of minimal area in the sense of a trapped surface. The condition $dr/du = 0$ here is equivalent to saying the expansion of outgoing null geodesics, the quantity $\theta_+$, vanishes on the throat. For a traversable wormhole, you additionally need $d^2r/du^2 > 0$ at the throat, the flaring-out condition, which ensures the throat is a minimum rather than a maximum. The Einstein-Rosen bridge satisfies this too: $d^2r/du^2 = 2 > 0$ everywhere.
  • 5
    This surface is called a Flamm paraboloid, computed by Ludwig Flamm in 1916, a year after Schwarzschild found his metric. It is crucial to understand what this embedding is and is not. It is not a picture of what the Schwarzschild geometry looks like from outside. It is a mathematical representation of the intrinsic geometry of a spatial slice, drawn in flat space so our brains can process it. A being living on the two-dimensional Flamm surface would measure exactly the same distances and curvatures as an observer in the equatorial plane of the Schwarzschild spacetime. But the embedding space has no physical meaning; it is just a visualization aid.
  • 6
    The Kruskal extension is provably unique: it is the unique maximal analytic extension of the Schwarzschild metric. Every geodesic in this spacetime either reaches a curvature singularity, goes to infinity, or can be extended indefinitely. There is no larger spacetime that contains it as a proper subset. This uniqueness is what makes the Kruskal diagram authoritative: it is not one way of extending Schwarzschild, it is the only way.
  • 7
    This can be made quantitative. A radial null geodesic in Kruskal coordinates satisfies $dX/dT = \pm 1$. A photon starting at $(T_0, X_0)$ in region I and moving toward region III (decreasing $X$) follows $X(T) = X_0 – (T – T_0)$. It hits the future singularity when $T^2 – X^2 = 1$, i.e. when $T^2 – (X_0 – T + T_0)^2 = 1$. One can check that this always happens before $X$ reaches $-|T|$ (region III), for any starting point with $X_0 > 0$ and $T_0 \geq 0$. The bridge always pinches off before any signal can cross.
  • 8
    This idea, that topological features of spacetime can mimic sources of physical fields, was later developed by Wheeler into a program he called “geometrodynamics.” He coined the phrase “charge without charge” and “mass without mass” to describe how wormhole topology can reproduce the effects of particles using only vacuum geometry. The program ultimately failed as a theory of elementary particles because the relevant wormholes are dynamically unstable, have the wrong quantum numbers, and cannot reproduce the spin-1/2 nature of fermions. But the conceptual framework influenced decades of thinking about quantum gravity and the quantum structure of spacetime.
  • 9
    The ER = EPR conjecture (Einstein-Rosen = Einstein-Podolsky-Rosen) proposes that any pair of maximally entangled quantum systems is connected by a non-traversable wormhole. The conjecture resolves certain paradoxes about black hole evaporation by identifying the internal correlations of Hawking radiation with geometric bridges in the bulk spacetime. It remains a conjecture, not a theorem, but it has organized a large body of work in quantum gravity and holography. The non-traversability of the Einstein-Rosen bridge is essential to the conjecture’s consistency: if the bridge were traversable, it would allow superluminal communication between entangled systems, violating relativistic causality.
Posted in Expository, Notes | Tagged , , , , , , , , , , | 3 Comments

How many solutions of Einstein’s equations are there?

You are walking down a hill. Gravity pulls you, you stumble, you fall. Your body, whether you like it or not, obeys the geometry of the hill and ultimately of the Earth beneath it. Einstein’s equations describe how space and time themselves curve in response to matter and energy, but here is the strange thing: even if you strip away all matter and energy entirely, these equations still have solutions. Theoretically, they describe entire universes, not just one, but infinitely many. So how many solutions are there to Einstein’s field equations? The honest answer is that we don’t know. But we do know this: the number is enormous, almost certainly infinite, and no complete classification exists. To understand why, we need to look at what the equations actually are.

Einstein’s field equations are usually written as $$G_{\mu\nu} + \Lambda g_{\mu\nu} = \frac{8\pi G}{c^4} T_{\mu\nu}.$$ This looks like a single equation, but it is not. The indices $\mu$ and $\nu$ each range over $0, 1, 2, 3$, which at first glance gives $4 \times 4 = 16$ equations. But all three tensors appearing here, the Einstein tensor $G_{\mu\nu}$, the metric $g_{\mu\nu}$, and the stress-energy tensor $T_{\mu\nu}$, are symmetric under exchange of their indices, meaning $G_{\mu\nu} = G_{\nu\mu}$ and so on. A symmetric $4 \times 4$ matrix has 4 diagonal and 6 independent off-diagonal components, giving exactly 10 independent components in total. The figure below shows this visually: the full $4\times4$ grid of equations collapses to 10 independent ones once you account for symmetry.

Why 16 equations reduce to 10 All 16 components 0 1 2 3 0 1 2 3 symmetry 10 independent = = = = = = 4 + 6 = 10 diagonal (4) upper triangle (6) lower triangle = upper (redundant)
The $4\times4$ tensor has 16 entries, but symmetry ($G_{\mu\nu}=G_{\nu\mu}$) makes the lower triangle redundant. Only the 4 diagonal (pink) and 6 upper-triangle (blue) components are independent, giving 10 equations total.

The single compact expression above therefore encodes 10 coupled nonlinear partial differential equations for the 10 independent components of the metric tensor $g_{\mu\nu}$, which is the fundamental unknown. Everything else, the curvature, the Einstein tensor, is built from $g_{\mu\nu}$ and its derivatives, through a long chain worth spelling out. The metric encodes the geometry of spacetime through the line element $ds^2 = g_{\mu\nu}\, dx^\mu dx^\nu$, which tells you how to measure distances and time intervals between nearby events. From $g_{\mu\nu}$ one constructs the Christoffel symbols $$\Gamma^\rho_{\mu\nu} = \frac{1}{2} g^{\rho\sigma}\left(\partial_\mu g_{\nu\sigma} + \partial_\nu g_{\mu\sigma} – \partial_\sigma g_{\mu\nu}\right),$$ which encode how coordinate bases change as you move through spacetime. From those, one builds the Riemann curvature tensor $$R^\rho{}_{\sigma\mu\nu} = \partial_\mu \Gamma^\rho_{\nu\sigma} – \partial_\nu \Gamma^\rho_{\mu\sigma} + \Gamma^\rho_{\mu\lambda}\Gamma^\lambda_{\nu\sigma} – \Gamma^\rho_{\nu\lambda}\Gamma^\lambda_{\mu\sigma},$$ which is the fundamental measure of how curved spacetime is. Contracting two indices gives the Ricci tensor $R_{\mu\nu} = R^\rho{}_{\mu\rho\nu}$, contracting again gives the Ricci scalar $R = g^{\mu\nu}R_{\mu\nu}$, and from those the Einstein tensor $G_{\mu\nu} = R_{\mu\nu} – \frac{1}{2}R\, g_{\mu\nu}$ is assembled. The field equation, as short as it looks, is a second-order nonlinear PDE in $g_{\mu\nu}$ dressed up in elegant notation.

gμν metric Γρμν Christoffel Rρσμν Riemann Rμν Ricci R scalar Gμν Einstein each arrow is a differential operation on the metric
The chain of constructions inside a single field equation. The fundamental unknown is $g_{\mu\nu}$; everything else follows from it by differentiation and contraction.

Before asking how many solutions there are, we need to be precise about what a solution even is, because this is where intuition from elementary math breaks down. In algebra, “how many solutions does $x^2 = 1$ have?” is a question about numbers, and the answer is exactly two. But Einstein’s equations are not algebraic equations for numbers. A solution is not a value; it is an entire spacetime geometry. More precisely, a solution is a smooth four-dimensional manifold $M$, equipped with a Lorentzian metric $g_{\mu\nu}$ of signature $(-,+,+,+)$, together with matter fields whose stress-energy tensor is $T_{\mu\nu}$, such that the field equations hold everywhere on $M$. The choice of manifold, the topology, the global structure, the matter content, the boundary conditions, all of these are part of what specifies a solution, and all of them can vary. This already suggests the answer cannot be a small finite number.

The simplest solution is Minkowski spacetime, the geometry of special relativity. In Cartesian coordinates $(t, x, y, z)$, the Minkowski metric is $$g_{\mu\nu} = \begin{pmatrix} -1 & 0 & 0 & 0 \\ 0 & +1 & 0 & 0 \\ 0 & 0 & +1 & 0 \\ 0 & 0 & 0 & +1 \end{pmatrix},$$ giving the line element $ds^2 = -c^2 dt^2 + dx^2 + dy^2 + dz^2$. Because all metric components are constant, every Christoffel symbol vanishes identically, the Riemann tensor vanishes everywhere ($R^\rho{}_{\sigma\mu\nu} = 0$), and consequently $G_{\mu\nu} = 0$. With $\Lambda = 0$ and $T_{\mu\nu} = 0$ the field equations are trivially satisfied. Minkowski spacetime is empty, flat, the baseline against which everything else is compared.

Minkowski spacetime: flat grid x t ds Rρσμν = 0 everywhere. no curvature, no gravity
Minkowski spacetime: a perfectly uniform grid. All curvature vanishes. This is solution number one: empty, flat, the geometry of special relativity.

A far more interesting vacuum solution is Schwarzschild spacetime, which describes the geometry outside any static, spherically symmetric mass $M$. In spherical coordinates $(t, r, \theta, \phi)$, the line element is $$ds^2 = -\left(1 – \frac{2GM}{rc^2}\right)c^2\, dt^2 + \left(1 – \frac{2GM}{rc^2}\right)^{-1} dr^2 + r^2\, d\theta^2 + r^2 \sin^2\theta\, d\phi^2.$$ Outside the body, $T_{\mu\nu} = 0$, so this is also a vacuum solution: $G_{\mu\nu} = 0$. But here is one of the first genuinely surprising lessons in general relativity: $G_{\mu\nu} = 0$ does not mean the spacetime is flat. The Riemann tensor is not zero; curvature is nonzero; spacetime is genuinely warped. The implication only runs one way.1The Einstein tensor measures a particular contraction of the Riemann tensor, not the full Riemann tensor. In four dimensions, $G_{\mu\nu} = 0$ is equivalent to $R_{\mu\nu} = 0$, which still allows the Weyl tensor, the trace-free part of the Riemann tensor, to be nonzero. It is the Weyl tensor that carries the gravitational tidal effects in vacuum regions. The mass $M$ at the origin sources curvature throughout the exterior, even though the exterior is locally empty everywhere.

Schwarzschild spacetime: curved vacuum M Tμν = 0 outside, but Rρσμν ≠. vacuum can still be curved
Schwarzschild spacetime: the coordinate grid bends around the central mass even though there is no matter in the exterior region. Vacuum does not mean flat.

The Schwarzschild exterior metric is only valid outside the mass distribution, where $T_{\mu\nu} = 0$. Inside a star or planet, we cannot assume vacuum. A standard approach is to model the interior as a perfect fluid, whose stress-energy tensor takes the form $T_{\mu\nu} = (\rho + p)\, u_\mu u_\nu + p\, g_{\mu\nu}$, where $\rho$ is the energy density, $p$ is the pressure, and $u^\mu$ is the four-velocity of the fluid.2The perfect fluid model assumes no viscosity and no heat conduction, and isotropy in the rest frame. It is an idealization, but a very good one for the interiors of non-rotating stars in hydrostatic equilibrium, and it leads to the Tolman-Oppenheimer-Volkoff equation for stellar structure in GR. Solving Einstein’s equations with this source for a static, spherically symmetric body of radius $R$ gives the interior Schwarzschild metric $$ds^2 = -\frac{1}{4}\!\left(3\sqrt{1 – \frac{2GM}{Rc^2}} – \sqrt{1 – \frac{2GMr^2}{R^3c^2}}\right)^{\!2} c^2\, dt^2 + \left(1 – \frac{2GMr^2}{R^3c^2}\right)^{-1} dr^2 + r^2\, d\theta^2 + r^2\sin^2\theta\, d\phi^2$$ for $r \leq R$. The interior and exterior solutions are two separate metrics that must be matched at the surface $r = R$. When you substitute $r = R$ into the interior metric, you recover exactly the exterior Schwarzschild metric evaluated at $r = R$; the two pieces join smoothly, as a physically consistent model demands.3The junction conditions (Israel conditions) require that the induced metric $h_{ij}$ on the boundary hypersurface is continuous, and that the extrinsic curvature $K_{ij}$ is also continuous across it in the absence of a surface stress-energy layer. For the Schwarzschild interior/exterior matching, these conditions are automatically satisfied by construction.

Interior and exterior Schwarzschild interior Tμν ≠ 0 (perfect fluid) r = R exterior: Tμν = 0 metrics match continuously at r = R (Israel junction conditions)
Two distinct metrics joined at $r=R$. The interior (blue sphere) has $T_{\mu\nu}\neq0$ and uses the perfect-fluid solution; the exterior is vacuum Schwarzschild. Substituting $r=R$ into either gives the same boundary metric.

Now let’s talk about what happens at the special radius $r_S = 2GM/c^2$, known as the Schwarzschild radius. To make this concrete, take the Earth: $M_\oplus \approx 5.972 \times 10^{24}$ kg, which gives $$r_S = \frac{2 \times 6.674 \times 10^{-11} \times 5.972 \times 10^{24}}{(2.998 \times 10^8)^2} \approx 8.87 \times 10^{-3}\, \text{m} \approx 8.87\, \text{mm}.$$ Earth’s actual radius is about $6{,}371$ km, so $r_S$ sits harmlessly deep inside the planet where the exterior metric is not valid anyway. But suppose we compressed all of Earth’s mass into a sphere smaller than $8.87$ mm. At $r = r_S$ the metric component $g_{00}$ vanishes (time appears frozen to distant observers) and $g_{11}$ diverges. This looks alarming, but it is a coordinate singularity, meaning it is an artifact of the coordinate system rather than a physical catastrophe. The curvature invariant $K = R_{\mu\nu\rho\sigma}R^{\mu\nu\rho\sigma} = 48G^2M^2/r^6c^4$ is perfectly finite at $r = r_S$.4The Kretschmer scalar is finite at $r = r_S$ but diverges as $r \to 0$, which is the cleanest way to distinguish coordinate singularities from true physical ones. Coordinate-invariant scalar quantities built from the curvature tensor cannot blow up due to a bad choice of coordinates, only due to genuine pathology in the geometry itself. Switching to Eddington-Finkelstein, Kruskal-Szekeres, or Painleve-Gullstrand coordinates, the metric extends smoothly through $r = r_S$ with no pathology. The true physical singularity, where curvature genuinely diverges and the classical theory breaks down, is at $r = 0$.

Radial structure of Schwarzschild spacetime r black hole interior exterior vacuum asymptotically flat r = 0 true singularity K → ∞ r = rₛ event horizon (coord. singularity) r = R surface of body Earth: rₛ ≈ 8.87 mm ≪ R⊕ ≈ 6371 km — horizon buried harmlessly inside the planet g₀₀
Three key radii. At $r=0$ curvature diverges (true singularity). At $r=r_S$ coordinates break down but geometry is fine (coordinate singularity, i.e. the event horizon). At $r=R$ the matter distribution ends. For any ordinary object $r_S \ll R$ and the horizon has no physical relevance.

The radius $r_S$ is the event horizon: the boundary beyond which nothing, not even light, can escape to infinity. An object becomes a black hole precisely when its physical radius $R$ is compressed below $r_S$, at which point the event horizon emerges from inside the matter distribution into empty space. For the real Earth with $r_S \approx 8.87$ mm and $R_\oplus \approx 6{,}371$ km, the Schwarzschild radius is buried harmlessly inside the planet. For a star that has collapsed sufficiently, the event horizon is real and exterior. To illustrate how extreme this gets at small scales, consider an electron with $M_{e^-} \approx 9.109 \times 10^{-31}$ kg: $$r_S^{(e^-)} = \frac{2 \times 6.674 \times 10^{-11} \times 9.109 \times 10^{-31}}{(2.998 \times 10^8)^2} \approx 1.35 \times 10^{-57}\, \text{m}.$$ The Planck length is $\ell_P \approx 1.616 \times 10^{-35}$ m, so $r_S^{(e^-)}$ is roughly $10^{22}$ times smaller than the Planck length, the scale below which quantum gravitational effects dominate and classical GR ceases to be valid. Trying to form a black hole from an electron is therefore meaningless without a complete theory of quantum gravity, and no such theory currently exists.5One useful way to see the issue: the Schwarzschild radius $r_S = 2GM/c^2$ and the Compton wavelength $\lambda_C = \hbar/Mc$ become comparable at the Planck mass $M_P = \sqrt{\hbar c/G} \approx 2.18 \times 10^{-8}$ kg. For masses above $M_P$, the Schwarzschild radius exceeds the Compton wavelength and the classical black hole picture is at least self-consistent. For masses below $M_P$, quantum uncertainty in the particle’s position is larger than its Schwarzschild radius, and the notion of a classical event horizon loses meaning.

Schwarzschild radii on a logarithmic scale 10⁻⁵⁷ m ℓₕ ≈ 10⁻⁳⁵ m 10⁻⁲ m 10⁻³ m Planck length electron 1.35×10⁻⁵⁷ m Earth 8.87 mm Sun ~3 km ~10²² times smaller than Planck length quantum gravity required; classical GR breaks down
Schwarzschild radii on a log scale. The electron’s $r_S \approx 1.35\times10^{-57}$ m sits $10^{22}$ times below the Planck length, far outside any regime where classical GR is valid.

We have now seen two vacuum solutions, Minkowski and Schwarzschild, and already the solution space is infinite because the parameter $M$ is continuous and each value gives a geometrically distinct spacetime. But the Schwarzschild family is far from the end of the story. If we allow angular momentum, the unique stationary, axisymmetric, vacuum, asymptotically flat black hole solution is the Kerr metric, parameterized by mass $M$ and specific angular momentum $a = J/M$.6The uniqueness of the Kerr solution within this class is the content of the black hole uniqueness theorems, sometimes summarized as “black holes have no hair.” Under suitable regularity and energy conditions, the only stationary, asymptotically flat, vacuum black hole solution with a regular event horizon is Kerr. This is a deep theorem with contributions from Israel, Carter, Robinson, and Mazur-Bunting. Adding electric charge gives the Reissner-Nordstrom solution (mass $M$, charge $Q$). Combining charge and spin gives Kerr-Newman ($M$, $Q$, $a$). Changing the cosmological constant changes the maximally symmetric vacuum entirely: $\Lambda = 0$ gives Minkowski, $\Lambda > 0$ gives de Sitter spacetime with positive curvature and accelerating expansion, and $\Lambda

Moving to cosmology, if we impose the cosmological principle, that the universe is spatially homogeneous and isotropic on large scales, the metric is forced into the FLRW form $$ds^2 = -c^2\, dt^2 + a(t)^2\left(\frac{dr^2}{1-kr^2} + r^2\, d\theta^2 + r^2\sin^2\theta\, d\phi^2\right),$$ where $a(t)$ is the scale factor encoding the expansion history of the universe and $k \in \{-1, 0, +1\}$ encodes the spatial curvature.7$k = +1$ gives a closed universe (spatial sections are 3-spheres), $k = 0$ gives a flat universe (Euclidean spatial sections), and $k = -1$ gives an open universe with constant negative curvature. Current observations strongly suggest $k = 0$ or very close to it. Substituting this metric into Einstein’s equations reduces the 10 coupled nonlinear PDEs in four variables to just two ODEs for $a(t)$, the Friedmann equations: $$\left(\frac{\dot{a}}{a}\right)^2 = \frac{8\pi G}{3}\rho – \frac{kc^2}{a^2} + \frac{\Lambda c^2}{3}$$ and $$\frac{\ddot{a}}{a} = -\frac{4\pi G}{3}\!\left(\rho + \frac{3p}{c^2}\right) + \frac{\Lambda c^2}{3}.$$ Different choices of matter content, dust ($w = 0$), radiation ($w = 1/3$), dark energy ($w = -1$), or more exotic equations of state $p = w\rho c^2$, produce qualitatively different cosmological histories. The space of FLRW cosmologies is itself infinite.

FLRW scale factor a(t) for different matter content t a radiation (w = 1/3), a ∝ t¹ᐟ² dust (w = 0), a ∝ t²ᐟ³ dark energy (w = −1), exponential
Three qualitatively different expansion histories from different matter content, all within the highly symmetric FLRW class. Each curve represents an infinite family parameterized by the equation of state $w$ and initial conditions.

Beyond these famous families, the equations also admit exact gravitational wave solutions. In the weak-field limit, writing $g_{\mu\nu} = \eta_{\mu\nu} + h_{\mu\nu}$ where $h_{\mu\nu}$ is a small perturbation, and fixing the Lorenz gauge $\partial^\mu \bar{h}_{\mu\nu} = 0$ where $\bar{h}_{\mu\nu} = h_{\mu\nu} – \frac{1}{2}\eta_{\mu\nu}h$ is the trace-reversed perturbation, the vacuum equations reduce to $\Box\, \bar{h}_{\mu\nu} = 0$, a wave equation with two independent polarization modes, $+$ and $\times$. Every possible gravitational wave profile is a distinct solution. In the full nonlinear theory, gravitational waves are genuine dynamical degrees of freedom of the gravitational field, oscillations of spacetime geometry itself rather than vibrations of matter moving through space. Their direct detection by LIGO in 2015 confirmed this in the most concrete way possible.8The first detection, GW150914, observed the merger of two black holes of approximately 36 and 29 solar masses. The signal matched the predictions of numerical relativity, full nonlinear solutions of Einstein’s equations computed on supercomputers, to remarkable precision, providing not just a detection but a precision test of GR in the strong-field, high-velocity regime.

Gravitational wave polarizations + polarization stretches x, squeezes y x polarization stretches diagonal axes solid = stretched state, dashed = squeezed state; ring of test particles deforms accordingly
The two independent polarization modes of a gravitational wave, shown as the deformation of a ring of freely falling test particles. Each mode can carry an arbitrary waveform, giving an infinite-dimensional family of solutions within linearized GR alone.

The deeper reason the solution space is infinite comes from the initial value formulation of general relativity. Instead of solving for an entire spacetime at once, we can specify initial data on a three-dimensional spatial hypersurface $\Sigma$, a Riemannian metric $h_{ij}$ on $\Sigma$ and an extrinsic curvature tensor $K_{ij}$ that encodes how $\Sigma$ is embedded in spacetime, and then evolve it forward in time using the field equations. The data cannot be chosen freely; it must satisfy the constraint equations. In vacuum with $\Lambda = 0$ these are the Hamiltonian constraint $$R(h) + K^2 – K_{ij}K^{ij} = 0$$ and the momentum constraint $$\nabla^j(K_{ij} – K h_{ij}) = 0,$$ where $R(h)$ is the scalar curvature of $h_{ij}$, $K = h^{ij}K_{ij}$ is the trace, and $\nabla$ is the covariant derivative of $h_{ij}$.9The Hamiltonian and momentum constraints form 4 equations (1 scalar and 3 vector components). Together with the 4 coordinate degrees of freedom (diffeomorphisms), this reduces the apparent $6 + 6 = 12$ freely specifiable functions in $(h_{ij}, K_{ij})$ down to $12 – 4 – 4 = 4$ real degrees of freedom per spatial point, corresponding to the 2 amplitude and 2 polarization degrees of freedom of gravitational waves. After imposing these constraints and removing degrees of freedom via coordinate invariance, one is left with 2 free functions per spatial point, the two polarization modes of gravitational radiation. A function on three-dimensional space has infinitely many degrees of freedom, its value at every point, so the space of valid initial data is infinite-dimensional, and therefore so is the space of solutions. Most of these solutions will never be written in closed form. Most will never have names. They are solutions nonetheless.

One critical subtlety when counting solutions is that general relativity has a large gauge freedom: if two metrics are related by a smooth coordinate transformation (a diffeomorphism), they describe the same physical spacetime. Minkowski space in Cartesian coordinates, spherical coordinates, and Rindler coordinates all look different as collections of functions, but they are geometrically identical. So when we ask “how many solutions,” we must ask how many geometrically distinct spacetimes there are, that is, how many equivalence classes of metrics modulo diffeomorphism. A coordinate transformation changes the components of the metric but leaves the underlying geometry untouched; the geometry itself is the solution, not the coordinate description of it.

There are classification results, but only under strong symmetry assumptions. Birkhoff’s theorem states that any static, spherically symmetric, vacuum, asymptotically flat solution is necessarily a member of the Schwarzschild family.10Birkhoff’s theorem has the remarkable corollary that the exterior metric of a spherically symmetric body is Schwarzschild regardless of whether the body is static, collapsing, or oscillating radially, as long as the exterior remains vacuum and spherically symmetric. A radially pulsating star does not radiate gravitational waves, for exactly this reason. Add stationarity and axisymmetry with a regular event horizon, and you are led to the Kerr family. But strip away all symmetry assumptions, and the space of solutions becomes an uncharted ocean. Exact solutions known today, Schwarzschild, Kerr, Reissner-Nordstrom, Kerr-Newman, de Sitter, Anti-de Sitter, FLRW, Kasner, Taub-NUT, Godel, plane gravitational waves, Vaidya, Lemaitre-Tolman-Bondi, Morris-Thorne wormholes, Bianchi cosmologies, and many others, represent particular harbors in that ocean, each found by exploiting some symmetry or special structure. What lies in between is not classified and probably cannot be.

There is also an important distinction between local and global solutions. Locally, under appropriate conditions, the Einstein equations form a well-posed initial value problem: given valid initial data, a unique local spacetime development exists in a neighborhood of the initial slice. Globally, the situation is far richer. The same local geometry can be extended in multiple topologically distinct ways. The Schwarzschild exterior, for example, can be maximally extended to the Kruskal-Szekeres spacetime, which contains two exterior regions, a future singularity, and a past singularity, all invisible in the original Schwarzschild coordinates. Whether a spacetime is geodesically complete, whether it admits a Cauchy surface, what its causal structure looks like at infinity, these global questions are not determined by the local field equations alone, and different answers produce qualitatively different solutions even when the local geometry is the same.

Kruskal-Szekeres diagram future singularity r = 0 past singularity r = 0 T X II black hole interior I our universe III parallel exterior IV white hole event horizon r = const t = const All four regions arise from maximal extension of Schwarzschild. Only region I is visible in the original Schwarzschild coordinates.
The Kruskal-Szekeres diagram: the maximal extension of Schwarzschild spacetime. The two red hyperbolas are the physical singularity at $r=0$. The orange lines are the event horizons. Region I is our exterior universe; region II is the black hole interior; region III is a causally disconnected parallel exterior; region IV is a white hole. This is one global spacetime built from the same local vacuum solution.

So the final answer, given carefully, depends on what we mean. If we mean exact closed-form solutions known in the literature, there are hundreds of named families and no complete catalogue. If we mean mathematically valid spacetimes satisfying the equations, the answer is uncountably infinite and the solution space is infinite-dimensional, as the initial value formulation makes precise. If we mean solutions modulo diffeomorphism, counting geometrically distinct spacetimes rather than coordinate representations, the answer is still infinite and no general classification theorem exists. In every sense of the question, the solution space is vast.

Einstein’s equations are not a machine that prints one universe. They are rules that govern how spacetime geometry can respond to matter and energy, tight enough to be predictive given initial data, but loose enough to admit an extraordinary variety of geometries. Minkowski is one sentence in this language. Schwarzschild is another. Kerr, FLRW, de Sitter, these are sentences we have learned to read. The full language is infinite, nonlinear, and a century after Einstein wrote it down, still not completely mapped.

References and Footnotes

  • 1
    The Einstein tensor measures a particular contraction of the Riemann tensor, not the full Riemann tensor. In four dimensions, $G_{\mu\nu} = 0$ is equivalent to $R_{\mu\nu} = 0$, which still allows the Weyl tensor, the trace-free part of the Riemann tensor, to be nonzero. It is the Weyl tensor that carries the gravitational tidal effects in vacuum regions.
  • 2
    The perfect fluid model assumes no viscosity and no heat conduction, and isotropy in the rest frame. It is an idealization, but a very good one for the interiors of non-rotating stars in hydrostatic equilibrium, and it leads to the Tolman-Oppenheimer-Volkoff equation for stellar structure in GR.
  • 3
    The junction conditions (Israel conditions) require that the induced metric $h_{ij}$ on the boundary hypersurface is continuous, and that the extrinsic curvature $K_{ij}$ is also continuous across it in the absence of a surface stress-energy layer. For the Schwarzschild interior/exterior matching, these conditions are automatically satisfied by construction.
  • 4
    The Kretschmer scalar is finite at $r = r_S$ but diverges as $r \to 0$, which is the cleanest way to distinguish coordinate singularities from true physical ones. Coordinate-invariant scalar quantities built from the curvature tensor cannot blow up due to a bad choice of coordinates, only due to genuine pathology in the geometry itself.
  • 5
    One useful way to see the issue: the Schwarzschild radius $r_S = 2GM/c^2$ and the Compton wavelength $\lambda_C = \hbar/Mc$ become comparable at the Planck mass $M_P = \sqrt{\hbar c/G} \approx 2.18 \times 10^{-8}$ kg. For masses above $M_P$, the Schwarzschild radius exceeds the Compton wavelength and the classical black hole picture is at least self-consistent. For masses below $M_P$, quantum uncertainty in the particle’s position is larger than its Schwarzschild radius, and the notion of a classical event horizon loses meaning.
  • 6
    The uniqueness of the Kerr solution within this class is the content of the black hole uniqueness theorems, sometimes summarized as “black holes have no hair.” Under suitable regularity and energy conditions, the only stationary, asymptotically flat, vacuum black hole solution with a regular event horizon is Kerr. This is a deep theorem with contributions from Israel, Carter, Robinson, and Mazur-Bunting.
  • 7
    $k = +1$ gives a closed universe (spatial sections are 3-spheres), $k = 0$ gives a flat universe (Euclidean spatial sections), and $k = -1$ gives an open universe with constant negative curvature. Current observations strongly suggest $k = 0$ or very close to it.
  • 8
    The first detection, GW150914, observed the merger of two black holes of approximately 36 and 29 solar masses. The signal matched the predictions of numerical relativity, full nonlinear solutions of Einstein’s equations computed on supercomputers, to remarkable precision, providing not just a detection but a precision test of GR in the strong-field, high-velocity regime.
  • 9
    The Hamiltonian and momentum constraints form 4 equations (1 scalar and 3 vector components). Together with the 4 coordinate degrees of freedom (diffeomorphisms), this reduces the apparent $6 + 6 = 12$ freely specifiable functions in $(h_{ij}, K_{ij})$ down to $12 – 4 – 4 = 4$ real degrees of freedom per spatial point, corresponding to the 2 amplitude and 2 polarization degrees of freedom of gravitational waves.
  • 10
    Birkhoff’s theorem has the remarkable corollary that the exterior metric of a spherically symmetric body is Schwarzschild regardless of whether the body is static, collapsing, or oscillating radially, as long as the exterior remains vacuum and spherically symmetric. A radially pulsating star does not radiate gravitational waves, for exactly this reason.
Posted in Expository, Notes | Tagged , , , , , , , , , , , , , | Leave a comment

On the Consistency of Published M87* Mass Measurements

A useful way to test a black hole spacetime is not only to ask whether one observational method agrees with Kerr, but to ask whether several independent methods agree with each other. In the case of M87*, this question is especially natural. The same central object has been studied through horizon-scale imaging, stellar dynamics, and gas kinematics, and each method gives an estimate of the black hole mass through a different physical channel.

In my recent work, I applied the covariance-based consistency statistic to M87* in order to quantify this inter-sector agreement. The purpose was not to claim a violation of Kerr, but to make precise a more modest question: are the published mass estimates mutually consistent once their quoted uncertainties are taken seriously?

The three mass estimates used in the analysis are

$$M_{\rm EHT}=(6.5\pm0.7)\times10^9M_\odot,$$

$$M_{\rm star}=(6.2\pm0.4)\times10^9M_\odot,$$

$$M_{\rm gas}=(3.3\pm0.75)\times10^9M_\odot.$$

Here the EHT estimate comes from shadow imaging, the stellar estimate from stellar-dynamical modelling, and the gas estimate from the kinematics of the ionised gas disk. Since all three sectors constrain the mass, but not all three provide comparable spin information, the cleanest first test is a mass-only consistency test.

For independent Gaussian measurements, the covariance-weighted common mass is

$$\bar{M}=\left(\sum_k\sigma_{M,k}^{-2}\right)^{-1}\sum_k\sigma_{M,k}^{-2}M_k.$$

Substituting the three M87* sectoral estimates gives

$$\bar{M}\approx5.75\times10^9M_\odot.$$

The residuals relative to this common mass are therefore

$$M_{\rm EHT}-\bar{M}\approx+0.75\times10^9M_\odot,$$

$$M_{\rm star}-\bar{M}\approx+0.45\times10^9M_\odot,$$

$$M_{\rm gas}-\bar{M}\approx-2.45\times10^9M_\odot.$$

Measured in units of their quoted uncertainties, these become approximately

$$\frac{M_{\rm EHT}-\bar{M}}{\sigma_{\rm EHT}}\approx+1.07,$$

$$\frac{M_{\rm star}-\bar{M}}{\sigma_{\rm star}}\approx+1.13,$$

$$\frac{M_{\rm gas}-\bar{M}}{\sigma_{\rm gas}}\approx-3.27.$$

Thus the gas-kinematic sector is the clear outlier. This becomes sharper when one computes the full consistency statistic,

$$T^2=\sum_k\frac{(M_k-\bar{M})^2}{\sigma_{M,k}^2}.$$

For the three-sector M87* comparison this gives

$$T^2=13.09.$$

Since there are $K=3$ sectors and $p=1$ tested parameter, the number of degrees of freedom is

$$\nu=(K-1)p=2.$$

Under the Gaussian null hypothesis, the statistic should follow

$$T^2\sim\chi^2_2.$$

The corresponding survival probability is

$$p=P(\chi^2_2\ge13.09)\approx1.4\times10^{-3}.$$

This lies below the usual $99\%$ threshold, since

$$\chi^2_{2,0.99}=9.21.$$

So, within the assumptions of the test, the spread among the three published M87* mass estimates is unlikely to be produced by statistical fluctuations alone. But the important point is diagnostic rather than revolutionary. The statistic does not say that Kerr has failed. It says that one observational sector is not sitting comfortably with the other two.

This is confirmed by repeating the test using only the EHT and stellar-dynamical sectors. In that case the common mass is formed from two mutually consistent estimates, and the statistic drops to

$$T^2=0.14,$$

with one degree of freedom. The corresponding p-value is

$$p=P(\chi^2_1\ge0.14)=0.71.$$

This is excellent agreement. Thus the tension is not a general disagreement between all measurements of M87*. It is specifically a disagreement between the gas-kinematic mass and the shadow plus stellar-dynamical mass scale.

The next step was to ask how large a systematic shift would be needed to remove the tension. The gas-kinematic mass depends sensitively on the inclination of the gas disk. For a thin Keplerian disk, the observed line-of-sight velocity satisfies

$$v_{\rm obs}=v_{\rm kep}\sin i.$$

Since Keplerian motion gives

$$v_{\rm kep}^2\sim\frac{GM}{r},$$

the inferred mass scales approximately as

$$M_{\rm gas}(i)=M_{\rm gas}^{(0)}\frac{\sin^2 i}{\sin^2 i_0}.$$

Using the fiducial Walsh et al. value

$$M_{\rm gas}^{(0)}=3.3\times10^9M_\odot,\qquad i_0=42^\circ,$$

one can recompute the consistency statistic as a function of inclination:

$$T^2(i)=\sum_k\frac{(M_k(i)-\bar{M}(i))^2}{\sigma_{M,k}^2}.$$

Consistency statistic T squared as a function of gas-disk inclination for M87 star
Figure 1 — Consistency statistic \(T^2(i)\) as a function of assumed gas-disk inclination. The curve shows that a modest increase from the fiducial inclination lowers the inter-sector tension below the usual rejection thresholds.

The result is quite striking. The tension falls below the $99\%$ rejection threshold once

$$i\gtrsim45.8^\circ,$$

and below the $95\%$ threshold once

$$i\gtrsim49.6^\circ.$$

Thus a correction of only about $4^\circ$ to $8^\circ$ relative to the fiducial gas-disk inclination is enough to bring the three mass sectors back into statistical consistency. This is small enough to be physically plausible, since gas disks can be affected by non-circular motion, warping, turbulent pressure support, and other modelling systematics.

Heatmap of covariance consistency statistic as a function of gas-disk inclination and gas-sector uncertainty
Figure 2 — Covariance consistency statistic across gas-disk inclination and gas-sector uncertainty. The fiducial Walsh et al. point lies in the inconsistent region, while modest inclination shifts move the system back toward consistency.

I also checked whether the tension could be removed simply by increasing the quoted gas-sector uncertainty. Holding the inclination fixed at

$$i_0=42^\circ,$$

the statistic falls below the $99\%$ threshold only when

$$\sigma_{\rm gas}\approx0.92\times10^9M_\odot,$$

and below the $95\%$ threshold only when

$$\sigma_{\rm gas}\approx1.18\times10^9M_\odot.$$

These are noticeably larger than the adopted uncertainty

$$\sigma_{\rm gas}=0.75\times10^9M_\odot.$$

So the tension is not most naturally resolved by simply widening the gas error bar. A small inclination correction is a cleaner explanation.

The achievement here is therefore threefold. First, the M87* mass tension is turned from a qualitative statement into a precise covariance-weighted statistic. Second, the disagreement is localised to the gas-kinematic sector rather than spread across all observational methods. Third, the size of the required systematic shift is quantified: a modest change in the gas-disk inclination is enough to restore agreement.

The full chain of reasoning can be summarized as

$$\{M_{\rm EHT},M_{\rm star},M_{\rm gas}\}\longrightarrow\bar{M}\longrightarrow T^2\longrightarrow p\text{-value}\longrightarrow\text{sector diagnosis}.$$

This is the main point of the M87* application. The statistic is not merely a number attached to a discrepancy. It is a diagnostic tool. It tells us how inconsistent the sectors are, which sector is responsible, and how large a systematic correction would be required to restore consistency.

In this sense, M87* provides a useful first demonstration of the framework. The EHT and stellar-dynamical sectors agree very well. The gas-kinematic sector sits low. A small change in the assumed gas-disk inclination is enough to move it back toward the common mass scale. The result is not evidence against the Kerr hypothesis, but rather a clean example of how covariance-based consistency tests can separate genuine inter-sector agreement from sector-specific modelling tension.

Posted in Expository, Research | Tagged , , , , , , , , | Leave a comment

Some remarks on quasinormal modes for Euler–Heisenberg black holes in a PFDM background

One of the recurring themes in black hole perturbation theory is that many apparently complicated dynamical questions eventually reduce to a rather geometric spectral problem1In perturbation theory, the dynamics often reduce to determining the eigenvalues of an effective differential operator.. One begins with a black hole spacetime, perturbs it slightly, separates variables, and discovers that the entire linear dynamics becomes encoded in the spectral structure of a one-dimensional differential equation. The corresponding complex frequencies are the quasinormal modes2First systematically studied in black hole physics by Vishveshwara and later developed extensively by Chandrasekhar, Leaver, and others., and these frequencies govern the characteristic ringdown behaviour of the geometry.

The paper3Feng, C., Li, S. Y., Zhang, X., Zhang, M., Zou, D. C., & Yue, R. H. (2026). Quasinormal modes of massless scalar and electromagnetic perturbations for Euler Heisenberg black holes surrounded by perfect fluid dark matter. arXiv preprint arXiv:2605.14528. under discussion studies this problem for Euler-Heisenberg black holes surrounded by perfect fluid dark matter. Although the physical setup sounds rather elaborate, the mathematical structure is quite clean. One starts with a static, spherically symmetric spacetime whose metric may be written as

$$ds^2=-f(r)dt^2+\frac{dr^2}{f(r)}+r^2d\Omega^2$$

where $d\Omega^2$ denotes the standard metric on the unit two-sphere. Thus, at this level of symmetry, essentially all of the geometry is encoded in the single function $f(r)$. In Schwarzschild spacetime this function is $f(r)=1-2M/r$, while in charged or nonlinear electrodynamic black holes additional charge-dependent terms appear. The Euler-Heisenberg corrections4These arise as effective nonlinear corrections to classical Maxwell electrodynamics due to quantum vacuum polarization effects. modify the electromagnetic sector beyond ordinary Maxwell theory, and the surrounding perfect fluid dark matter contributes an additional deformation to the radial geometry.

The perturbation problem is then introduced by placing a test field on this background. For a massless scalar field, the field equation is the curved-space wave equation

$$\Box\Phi=0$$

where $\Box$ is the d’Alembertian associated with the black hole metric. Using spherical symmetry, one separates variables by writing the field as a product of a time-dependent oscillation, an angular spherical harmonic, and a radial function:

$$\Phi(t,r,\theta,\phi)=e^{-i\omega t}Y_{\ell m}(\theta,\phi)\frac{\psi(r)}{r}$$

After substituting this ansatz into the wave equation, the problem reduces to a Schrödinger-type radial equation

$$\frac{d^2\psi}{dr_*^2}+\left(\omega^2-V(r)\right)\psi=0$$

where the tortoise coordinate5The tortoise coordinate stretches the near-horizon region infinitely, making wave propagation near the horizon easier to analyze. $r_*$ is defined by

$$\frac{dr_*}{dr}=\frac{1}{f(r)}.$$

This coordinate is useful because it sends the event horizon to $r_*\to-\infty$, making the wave boundary conditions more transparent. The function $V(r)$ is the effective potential, and it is here that the geometry of the black hole directly enters the perturbation problem.

For massless scalar perturbations, the effective potential has the form

$$V_{\rm scalar}(r)=f(r)\left(\frac{\ell(\ell+1)}{r^2}+\frac{f'(r)}{r}\right).$$

For electromagnetic perturbations, one obtains the closely related expression

$$V_{\rm EM}(r)=f(r)\frac{\ell(\ell+1)}{r^2}.$$

Thus the role of the Euler-Heisenberg and PFDM parameters is not mysterious: they alter $f(r)$, and by altering $f(r)$ they alter the height, width, and curvature of the effective potential barrier. The quasinormal frequencies are then determined by how waves scatter off this barrier.

The boundary conditions defining quasinormal modes are unusual but physically natural. Near the horizon one demands a purely ingoing wave,

$$\psi\sim e^{-i\omega r_*},\qquad r_*\to-\infty,$$

while at spatial infinity one demands a purely outgoing wave,

$$\psi\sim e^{i\omega r_*},\qquad r_*\to+\infty.$$

These two conditions make the frequency spectrum discrete and complex. Writing

$$\omega=\omega_R-i\omega_I,$$

the time dependence becomes

$$e^{-i\omega t}=e^{-i\omega_R t}e^{-\omega_I t}.$$

The real part $\omega_R$ determines the oscillation frequency, while the imaginary part $\omega_I$ determines the damping rate. A larger $\omega_I$ corresponds to faster decay of the perturbation.

Since the exact spectrum is rarely obtainable in closed form, one usually turns to approximation schemes. The standard approach in this type of problem is the WKB approximation6The WKB method is a semiclassical approximation commonly used to estimate quasinormal spectra when exact solutions are unavailable., which treats the effective potential barrier in analogy with a semiclassical tunneling problem. Near the maximum of the potential, the leading behaviour of the spectrum is controlled by the value of the potential and its curvature. Very schematically,

$$\omega^2\approx V_0-i\left(n+\frac{1}{2}\right)\sqrt{-2V_0”}.$$

Here $V_0$ denotes the maximum of the effective potential, $V_0”$ denotes its second derivative with respect to the tortoise coordinate at the maximum, and $n$ is the overtone number. Higher-order WKB corrections involve higher derivatives of the potential at the peak. This is why changes in the black hole parameters can shift the quasinormal spectrum in a systematic way: they change not only the position of the potential peak, but also its height and local curvature.

This is the main mathematical mechanism behind the paper. The Euler-Heisenberg parameter and the PFDM parameter deform the metric function $f(r)$; this deforms the effective potentials $V_{\rm scalar}$ and $V_{\rm EM}$; and those deformations propagate into the complex frequencies $\omega$. The ringdown spectrum therefore becomes a probe of the underlying spacetime geometry.

The physical interpretation is also quite elegant. A black hole is not literally a material bell, but under perturbation it behaves like a dissipative resonator7Energy is lost both through absorption at the horizon and through radiation escaping to infinity.. Its ringing frequencies are not arbitrary. They are determined by the causal structure of the horizon, the asymptotic boundary condition at infinity, and the effective potential generated by the spacetime geometry. In this sense, quasinormal modes may be regarded as spectral fingerprints of the black hole background.

For nonspecialists, the useful way to think about the calculation is this: the geometry first determines $f(r)$, the function $f(r)$ determines the wave potential $V(r)$, the potential determines the allowed complex frequencies $\omega$, and those frequencies determine how perturbations decay in time. The entire chain may be summarized as

$$\text{geometry}\longrightarrow f(r)\longrightarrow V(r)\longrightarrow \omega\longrightarrow \text{ringdown}.$$

What makes the Euler-Heisenberg plus PFDM case interesting is that both nonlinear electrodynamic effects and environmental dark matter effects enter this chain simultaneously. The resulting quasinormal spectrum therefore carries information not only about the black hole mass and charge, but also about how the surrounding matter distribution and modified electromagnetic sector reshape the effective barrier experienced by perturbing fields.

More broadly, this paper is another example of a general lesson in black hole physics: perturbations translate geometry into spectra. Once the equations are reduced to the radial wave problem, the black hole becomes something like a geometric resonator, and the quasinormal modes provide one of the cleanest ways to read off its structure.

References and Footnotes

  • 1
    In perturbation theory, the dynamics often reduce to determining the eigenvalues of an effective differential operator.
  • 2
    First systematically studied in black hole physics by Vishveshwara and later developed extensively by Chandrasekhar, Leaver, and others.
  • 3
    Feng, C., Li, S. Y., Zhang, X., Zhang, M., Zou, D. C., & Yue, R. H. (2026). Quasinormal modes of massless scalar and electromagnetic perturbations for Euler Heisenberg black holes surrounded by perfect fluid dark matter. arXiv preprint arXiv:2605.14528.
  • 4
    These arise as effective nonlinear corrections to classical Maxwell electrodynamics due to quantum vacuum polarization effects.
  • 5
    The tortoise coordinate stretches the near-horizon region infinitely, making wave propagation near the horizon easier to analyze.
  • 6
    The WKB method is a semiclassical approximation commonly used to estimate quasinormal spectra when exact solutions are unavailable.
  • 7
    Energy is lost both through absorption at the horizon and through radiation escaping to infinity.
Posted in Expository | Tagged , , , | Leave a comment

Aristotle on Motion

Aristotle divided motion into two classes: natural motion and violent motion1Sometimes translated as “forced motion” in later medieval discussions.. These ideas are not really part of modern physics anymore, but they are important because they were among the first serious attempts to explain motion logically rather than through myth or superstition.

Aristotle thought that natural motion was caused by “nature” of an object itself. He said that everything was made up of four elements2earth, water, air and fire. Every element had its proper place in the universe and objects moved naturally to that place. A lump of clay falls because it is mostly ‘earth.’ Smoke rises. Mostly air. A feather falls too, but slower than clay, for it holds more air, and is less dominated by earth. Aristotle thought that heavier objects would “strive harder” to get to their natural place and so concluded that heavier things should fall faster than lighter ones.

Natural motion could be either up or down as in earthly motion or circular as in heavenly motion. Aristotle thought that celestial motion was different from earthly motion because circular motion has no beginning or end point – it goes on forever without change. He thought the heavens were perfect and unchanging, made of a special substance called quintessence3Quintessence is the fifth essence, the other four being earth, water, air and fire.. He thought the stars and planets were perfect spheres moving in perfect circles4Circular motion was considered the most perfect form of motion in ancient Greek cosmology.. The Moon was the only object in the sky that people could see imperfections in, and medieval scholars said the Moon’s imperfections were there because the Moon was close enough to the world of Earth to be affected by the imperfect world below.

The second kind of motion according to Aristotle was violent motion or motion produced by pushes or pulls. Motion imposed from outside, like a person pushing a cart, throwing a stone or lifting a weight. Other examples: wind driving a ship, floodwater carrying tree trunks downstream. The basic idea was that objects did not move on their own unless it was part of their natural motion. If it moved otherwise than naturally, it must have been through some outside agency.

But it caused a problem. A bowstring only pushes an arrow while the arrow is in contact with the bow. What pushes the arrow after it leaves? Aristotle believed that the arrow pushed the air out of the way and the air rushing in behind it kept pushing it on. We know today that this explanation is wrong but the important thing is that Aristotle was trying to explain motion using reason. His ideas were to shape the way people understood the universe for almost 2000 years. Most thinkers believed that the natural state of an object was rest5This idea would later be overturned by Galileo and Newton’s principle of inertia., and, since the Earth appeared to be perfectly still, it was clear to them that the Earth itself could not be moving.

References and Footnotes

  • 1
    Sometimes translated as “forced motion” in later medieval discussions.
  • 2
    earth, water, air and fire
  • 3
    Quintessence is the fifth essence, the other four being earth, water, air and fire.
  • 4
    Circular motion was considered the most perfect form of motion in ancient Greek cosmology.
  • 5
    This idea would later be overturned by Galileo and Newton’s principle of inertia.
Posted in Diary, Scratch essays | Tagged , , | 1 Comment