The book / appendix a
APPENDIX A

Thirty exercises that turn recognition into understanding

These are not speed tests. Several are designed so that the tempting answer is wrong. Try the problem before reading the solution. If you obtain a different sign, first compare conventions; if you obtain a different physical prediction after doing so, investigate.

A.1 Transforming a vector and a covector#

Problem. In two dimensions, let x=2x+yx'=2x+y and y=yy'=y. A vector has components (Vx,Vy)=(3,4)(V^x,V^y)=(3,4) and a covector has components (ωx,ωy)=(5,2)(\omega_x,\omega_y)=(5,-2). Transform both and check their contraction.

Solution. The Jacobian is

J=(2101),J1=(1/21/201).J=\begin{pmatrix}2&1\\0&1\end{pmatrix}, \qquad J^{-1}=\begin{pmatrix}1/2&-1/2\\0&1\end{pmatrix}.

A vector transforms with JJ, so V=(10,4)V'=(10,4). A covector, represented as a row, transforms with J1J^{-1}, giving ω=(5/2,9/2)\omega'=(5/2,-9/2). Thus

ωμVμ=158=7,ωμVμ=2518=7.\omega_\mu V^\mu=15-8=7, \qquad \omega'_{\mu'}V'^{\mu'}=25-18=7.

The components changed while the pairing did not. Using the same transformation rule for both objects would lose this invariance. The upper and lower indices encode how the two kinds of components compensate each other.

A.2 An inverse metric is a matrix inverse#

Problem. For the positive-definite metric

gij=(2112)g_{ij}=\begin{pmatrix}2&1\\1&2\end{pmatrix}

and Vi=(1,2)V^i=(1,2), find gijg^{ij}, ViV_i, and g(V,V)g(V,V).

Solution. Since the determinant is 33,

gij=13(2112).g^{ij}=\frac13\begin{pmatrix}2&-1\\-1&2\end{pmatrix}.

Lowering gives Vi=(4,5)V_i=(4,5), and the norm squared is ViVi=14+25=14V^iV_i=1\cdot4+2\cdot5=14. Raising again returns (1,2)(1,2). Replacing each matrix entry by its reciprocal would fail even the identity check gikgkj=δijg^{ik}g_{kj}=\delta^i{}_j.

A.3 Energy depends on the observer, even when it is a scalar#

Problem. A massive particle moves at v=0.6cv=0.6c relative to an inertial observer. Find its energy and momentum. What energy does an observer moving with the particle assign to it?

Solution. γ=1/10.36=1.25\gamma=1/\sqrt{1-0.36}=1.25. The first observer measures E=1.25mc2E=1.25mc^2 and p=γmv=0.75mcp=\gamma mv=0.75mc. The comoving observer measures mc2mc^2 and zero spatial momentum.

There is no contradiction with E(U)=pμUμE_{(U)}=-p_\mu U^\mu being a scalar. A coordinate change transforms both pp and the same observer UU, leaving that number unchanged. Choosing a different observer replaces UU by a different vector and defines a different measurement.

A.4 The Hessian knows about polar coordinates#

Problem. On the Euclidean plane with ds2=dr2+r2dθ2ds^2=dr^2+r^2d\theta^2, let f=rf=r. Although θθf=0\partial_\theta\partial_\theta f=0, show that θθf=r\nabla_\theta\nabla_\theta f=r and 2f=1/r\nabla^2f=1/r for r>0r>0.

Solution. The first derivative of a scalar is the covector dfdf. Differentiating it requires a connection:

θθf=θθfΓrθθrf=0(r)(1)=r.\nabla_\theta\nabla_\theta f =\partial_\theta\partial_\theta f -\Gamma^r{}_{\theta\theta}\partial_rf =0-(-r)(1)=r.

The radial Hessian component vanishes. Contracting with gθθ=1/r2g^{\theta\theta}=1/r^2 gives 2r=r/r2=1/r\nabla^2r=r/r^2=1/r. The second covariant derivative of a scalar is not generally just a matrix of ordinary second derivatives.

A.5 A divergence-free field can hide a puncture#

Problem. On the same plane, take Vr=1/rV^r=1/r and Vθ=0V^\theta=0. Compute its divergence for r>0r>0. Why is the flux through a circle nonzero?

Solution. Since g=r\sqrt{g}=r,

iVi=1rr(rVr)=0\nabla_iV^i=\frac1r\partial_r(rV^r)=0

away from the origin. But a circle of radius rr has outward flux (1/r)(2πr)=2π(1/r)(2\pi r)=2\pi.

The field is undefined at the origin. Applying the divergence theorem to a disk without accounting for that singularity violates its smoothness assumptions. On an annulus, the outer and inner boundary fluxes cancel with their appropriate orientations. In a distributional extension to the whole plane, the divergence is 2πδ(2)(x)2\pi\delta^{(2)}(\mathbf{x}).

The lesson applies far beyond this example: local equations plus domain assumptions determine whether an integral inference is legitimate.

A.6 Constant Cartesian arrows have changing polar components#

Problem. A constant Cartesian vector pointing in the xx direction has polar components Vr=cosθV^r=\cos\theta and Vθ=sinθ/rV^\theta=-\sin\theta/r. Show that θVr=0\nabla_\theta V^r=0.

Solution. The partial derivative is θVr=sinθ\partial_\theta V^r=-\sin\theta, which by itself falsely suggests the vector changes. The connection contribution is

ΓrθθVθ=(r)(sinθr)=sinθ.\Gamma^r{}_{\theta\theta}V^\theta =(-r)\left(-\frac{\sin\theta}{r}\right)=\sin\theta.

They cancel. This is a concrete example of a covariant derivative correcting the change in a coordinate basis. No physical bending of space was needed.

A.7 The connection can vanish while curvature survives#

Problem. At an event PP, use normal coordinates so that Γρμν(P)=0\Gamma^\rho{}_{\mu\nu}(P)=0. Why does this not imply Rρσμν(P)=0R^\rho{}_{\sigma\mu\nu}(P)=0?

Solution. At PP, the terms quadratic in Γ\Gamma vanish, but

Rρσμν(P)=μΓρνσ(P)νΓρμσ(P)R^\rho{}_{\sigma\mu\nu}(P) =\partial_\mu\Gamma^\rho{}_{\nu\sigma}(P) -\partial_\nu\Gamma^\rho{}_{\mu\sigma}(P)

can remain nonzero. A function vanishing at a point need not have vanishing derivatives there. In normal coordinates the metric’s first derivatives vanish at PP, but its second derivatives contain curvature information.

A.8 Measuring curvature with a circumference#

Problem. On a sphere of radius AA, a geodesic circle at geodesic distance ss from the north pole has circumference C(s)=2πAsin(s/A)C(s)=2\pi A\sin(s/A). Expand it for small ss and compare it with a flat circle.

Solution. Taylor expansion gives

C(s)=2πs(1s26A2+O(s4/A4)).C(s)=2\pi s\left(1-\frac{s^2}{6A^2}+O(s^4/A^4)\right).

It is smaller than 2πs2\pi s. Intrinsic measurements of radius and circumference reveal positive curvature without any view from an embedding space. The Gaussian curvature is 1/A21/A^2; in two dimensions the scalar curvature is twice that, R=2/A2R=2/A^2.

A.9 Newtonian tides know the sign convention#

Problem. For Φ=GNM/r\Phi=-G_NM/r, derive the radial and transverse relative accelerations of nearby freely falling particles in the Newtonian limit.

Solution. In local Cartesian directions aligned with the radial axis, the Hessian of the potential has eigenvalues

(2GNMr3,GNMr3,GNMr3).\left(-\frac{2G_NM}{r^3},\frac{G_NM}{r^3},\frac{G_NM}{r^3}\right).

Relative acceleration is δx¨i=δikkjΦδxj\delta\ddot x^i=-\delta^{ik}\partial_k\partial_j\Phi\,\delta x^j, so the corresponding tidal eigenvalues are

(2GNMr3,GNMr3,GNMr3).\left(\frac{2G_NM}{r^3},-\frac{G_NM}{r^3},-\frac{G_NM}{r^3}\right).

Radial separations stretch; transverse separations compress. The trace vanishes outside the source, consistent with the vacuum Poisson equation. In the relativistic convention used here, Ri0j0δikkjΦ/c2R^i{}_{0j0}\simeq\delta^{ik}\partial_k\partial_j\Phi/c^2, and geodesic deviation supplies the minus sign.

A.10 Trace reversal produces the missing factor of two#

Problem. With Λ=0\Lambda=0, contract the four-dimensional Einstein equation and rewrite it as an equation for RμνR_{\mu\nu}. Evaluate its 0000 source for slowly moving dust.

Solution. The trace is R2R=κTR-2R=\kappa T, so R=κTR=-\kappa T, where κ=8πGN/c4\kappa=8\pi G_N/c^4. Therefore

Rμν=κ(Tμν12gμνT).R_{\mu\nu}=\kappa\left(T_{\mu\nu}-\frac12g_{\mu\nu}T\right).

For slow dust, T00ρc2T_{00}\simeq\rho c^2, Tρc2T\simeq-\rho c^2, and g001g_{00}\simeq-1. The parenthesis in the 0000 component becomes ρc2/2\rho c^2/2. Thus R004πGNρ/c2R_{00}\simeq4\pi G_N\rho/c^2, consistent with R002Φ/c2R_{00}\simeq\nabla^2\Phi/c^2 and Newton’s Poisson equation.

A.11 What zero scalar curvature implies#

Problem. Does R=0R=0 imply vacuum? Does vacuum with Λ=0\Lambda=0 imply no gravitational waves?

Solution. Both answers are no. A classical electromagnetic field in four dimensions has a trace-free stress tensor. Einstein’s trace equation gives R=0R=0 when Λ=0\Lambda=0, even though TμνT_{\mu\nu} and RμνR_{\mu\nu} may be nonzero. Vacuum implies Rμν=0R_{\mu\nu}=0, but the Weyl tensor can still describe gravitational waves or an exterior tidal field.

The three conditions are called scalar-flat, Ricci-flat, and Riemann-flat, respectively. Each sets a different tensor or contraction to zero.

A.12 Pressure enters the local curvature source#

Problem. In a perfect fluid’s local orthonormal rest frame, find TT and the trace-reversed 0000 source.

Solution. With Tμ^ν^=diag(ϵ,p,p,p)T_{\hat\mu\hat\nu}=\operatorname{diag}(\epsilon,p,p,p),

T=ϵ+3p,T=-\epsilon+3p,

and

T0^0^12η0^0^T=ϵ+12(ϵ+3p)=12(ϵ+3p).T_{\hat0\hat0}-\frac12\eta_{\hat0\hat0}T =\epsilon+\frac12(-\epsilon+3p) =\frac12(\epsilon+3p).

That is one precise sense in which pressure gravitates. It does not license adding 3p/c23p/c^2 to the mass of every isolated box while ignoring stresses in its walls. A complete system includes its stresses, binding, and appropriate global mass definition.

A.13 The determinant supplies the trace term#

Problem. Starting from δlndetM=tr(M1δM)\delta\ln|\det M|=\operatorname{tr}(M^{-1}\delta M), show why varying gμνg^{\mu\nu} produces a minus sign in δg\delta\sqrt{-g}.

Solution. Varying gμαgαν=δμνg^{\mu\alpha}g_{\alpha\nu}=\delta^\mu{}_\nu gives

δgμν=gμαgνβδgαβ.\delta g_{\mu\nu}=-g_{\mu\alpha}g_{\nu\beta}\delta g^{\alpha\beta}.

Then

δg=12ggμνδgμν=12ggαβδgαβ.\delta\sqrt{-g} =\frac12\sqrt{-g}\,g^{\mu\nu}\delta g_{\mu\nu} =-\frac12\sqrt{-g}\,g_{\alpha\beta}\delta g^{\alpha\beta}.

The sign is a consequence of inverse-matrix variation. It is not an arbitrary special rule for gravity.

A.14 A constant Lagrangian can affect gravity#

Problem. In natural units c=1c=1, shift the matter Lagrangian by a constant: LmLmV0\mathcal L_m\mapsto\mathcal L_m-V_0. Find the stress tensor change.

Solution. The action changes by V0gd4x-V_0\int\sqrt{-g}\,d^4x. Its variation is

δSshift=12gV0gμνδgμνd4x.\delta S_{\mathrm{shift}} =\frac12\int\sqrt{-g}\,V_0g_{\mu\nu}\delta g^{\mu\nu}\,d^4x.

Comparing with δSm=12gTμνδgμνd4x\delta S_m=-\tfrac12\int\sqrt{-g}\,T_{\mu\nu}\delta g^{\mu\nu}\,d^4x yields

ΔTμν=V0gμν.\Delta T_{\mu\nu}=-V_0g_{\mu\nu}.

Every timelike observer measures energy density V0V_0 and isotropic pressure V0-V_0; this stress tensor selects no preferred rest frame. A constant can be dynamically irrelevant to nongravitational equations on a fixed background while affecting the metric equation when geometry is dynamical.

A.15 Why a boundary condition on the metric is not automatically enough#

Problem. Suppose δgμν=0\delta g_{\mu\nu}=0 on a boundary. Must the normal derivative of δgμν\delta g_{\mu\nu} vanish there too?

Solution. No. The elementary function f(x)=xf(x)=x satisfies f(0)=0f(0)=0 but f(0)=1f'(0)=1. The same distinction applies componentwise to a field variation. The Einstein–Hilbert bulk action produces boundary terms containing derivatives of the metric variation. For a suitable fixed-induced-metric problem on a non-null smooth boundary, the Gibbons–Hawking–York term supplies the required cancellation. Setting more boundary data to zero than the problem calls for can conceal rather than solve this issue.

A.16 Constructing a conserved current#

Problem. Let TμνT^{\mu\nu} be symmetric and covariantly conserved. If ξμ\xi^\mu obeys (μξν)=0\nabla_{(\mu}\xi_{\nu)}=0, prove that Jμ=TμνξνJ^\mu=T^{\mu\nu}\xi_\nu is conserved.

Solution. The product rule gives

μJμ=(μTμν)ξν+Tμνμξν.\nabla_\mu J^\mu =(\nabla_\mu T^{\mu\nu})\xi_\nu +T^{\mu\nu}\nabla_\mu\xi_\nu.

The first term vanishes. A symmetric tensor contracts only the symmetric part of the second factor, so the second becomes Tμν(μξν)=0T^{\mu\nu}\nabla_{(\mu}\xi_{\nu)}=0. Integrating this local conservation law into a conserved charge also requires an appropriate region, hypersurfaces, and control of boundary fluxes. The Killing field supplies an actual symmetry, not merely a preferred-looking coordinate label.

A.17 A height difference changes a clock’s rate#

Problem. Estimate the fractional clock-rate difference between stationary clocks separated vertically by 100m100\,\mathrm m in a weak approximately uniform field with glocal=9.8m/s2g_{\mathrm{local}}=9.8\,\mathrm{m/s^2}. Estimate the accumulated difference over one day.

Solution. The potential difference is ΔΦglocalh=980m2/s2\Delta\Phi\simeq g_{\mathrm{local}}h=980\,\mathrm{m^2/s^2}. Thus

Δ(dτ/dt)dτ/dtΔΦc21.09×1014.\frac{\Delta(d\tau/dt)}{d\tau/dt} \simeq\frac{\Delta\Phi}{c^2} \simeq1.09\times10^{-14}.

Over 86,40086{,}400 seconds, the higher clock gains approximately 9.4×10109.4\times10^{-10} seconds, or 0.940.94 nanoseconds. This estimate isolates the gravitational height effect; Earth’s rotation, the actual potential, motion, and the comparison protocol matter in a precision experiment.

A.18 A horizon is not a place where every clock stops#

Problem. In Schwarzschild spacetime, a static clock obeys dτ=12m/rdtd\tau=\sqrt{1-2m/r}\,dt. Why can’t we infer that a freely falling clock physically stops at r=2mr=2m?

Solution. The formula applies to worldlines with fixed Schwarzschild r,θ,ϕr,\theta,\phi. Such worldlines require increasing proper acceleration as rr approaches 2m2m from outside. The limiting static worldline is not a timelike observer sitting on the horizon. A falling observer follows a different worldline, has a finite proper-time crossing for ordinary infall, and can use a regular horizon-crossing chart. A relation between one coordinate time and one family of clocks is not a universal claim about all clocks.

A.19 Doubling a black hole changes horizon tides#

Problem. The Schwarzschild Kretschmann scalar is K=48m2/r6K=48m^2/r^6, with m=GNM/c2m=G_NM/c^2. Evaluate it at r=2mr=2m and determine its mass scaling.

Solution. At the horizon,

KH=48m264m6=34m4M4.K_H=\frac{48m^2}{64m^6}=\frac{3}{4m^4}\propto M^{-4}.

Representative orthonormal curvature components scale as m/r3M2m/r^3\sim M^{-2} at the horizon. Larger nonrotating black holes can therefore have weaker horizon-scale tidal curvature. “Bigger black hole” does not mean “more violent local horizon crossing.” This says nothing by itself about the singularity deeper inside.

A.20 Gravitational-wave strain is a relative measurement#

Problem. A plus-polarized wave has h+=1021h_+=10^{-21}. For an ideal freely falling separation L=4kmL=4\,\mathrm{km} along one principal axis, estimate the leading displacement amplitude. What is the ideal differential change between orthogonal axes?

Solution. To leading order in the long-wavelength approximation,

δLx12h+L=2×1018m,δLy12h+L.\delta L_x\simeq\frac12h_+L=2\times10^{-18}\,\mathrm m, \qquad \delta L_y\simeq-\frac12h_+L.

The differential change is δLxδLyh+L=4×1018m\delta L_x-\delta L_y\simeq h_+L=4\times10^{-18}\,\mathrm m. A real interferometer measures optical phase with a frequency-dependent response; this elementary estimate captures the geometric strain scale, not the full instrument transfer function.

A.21 Why an isolated source has no leading mass-dipole gravitational radiation#

Problem. In the slow-motion weak-field approximation, define Di=ρxid3xD^i=\int\rho x^i\,d^3x. Explain why its second time derivative vanishes for an isolated system and what that implies.

Solution. The first derivative is total momentum, D˙i=Pi\dot D^i=P^i, assuming suitable mass conservation and vanishing boundary flux. For an isolated system P˙i=0\dot P^i=0, hence D¨i=0\ddot D^i=0. A putative leading radiative term based on that second derivative cannot carry changing dipolar structure. Together with conservation of the monopole at the relevant leading order, this helps explain why the mass quadrupole is the first generic radiative contribution in GR’s slow-source expansion. The claim has an approximation and isolation regime; it is not a statement about arbitrary additional fields in modified gravity.

A.22 An expanding box gives the fluid equation#

Problem. For a homogeneous perfect fluid in a comoving cell with physical volume Va3V\propto a^3, use d(ϵV)=pdVd(\epsilon V)=-p\,dV to derive the continuity equation and the scaling for p=wϵp=w\epsilon, with constant ww.

Solution. Expand the differential:

Vdϵ+ϵdV=pdV.V\,d\epsilon+\epsilon\,dV=-p\,dV.

Divide by VdtVdt and use V˙/V=3H\dot V/V=3H:

ϵ˙+3H(ϵ+p)=0.\dot\epsilon+3H(\epsilon+p)=0.

For constant ww, dlnϵ=3(1+w)dlnad\ln\epsilon=-3(1+w)d\ln a, giving ϵa3(1+w)\epsilon\propto a^{-3(1+w)}. Dust has a3a^{-3}, radiation a4a^{-4}, and a cosmological-constant fluid a0a^0. This equation is a local covariant balance law specialized to the symmetry, not evidence for a universally defined conserved total cosmic energy.

A.23 Derive a universe’s power-law growth#

Problem. In a spatially flat, single-fluid universe with Λ=0\Lambda=0 and constant w>1w>-1, combine H2ϵH^2\propto\epsilon with the previous result to derive a(t)a(t).

Solution. We have

(a˙a)2a3(1+w),a˙a(1+3w)/2.\left(\frac{\dot a}{a}\right)^2\propto a^{-3(1+w)}, \qquad \dot a\propto a^{-(1+3w)/2}.

Integrating the expanding branch gives a3(1+w)/2tt0a^{3(1+w)/2}\propto t-t_0, hence

a(t)(tt0)2/[3(1+w)].a(t)\propto(t-t_0)^{2/[3(1+w)]}.

Dust gives t2/3t^{2/3}, radiation t1/2t^{1/2}. The w=1w=-1 case must be solved separately: constant positive energy density gives constant HH and exponential expansion. Substituting w=1w=-1 into the power-law exponent is not a valid limiting derivation.

A.24 When does pressure accelerate expansion?#

Problem. With no separately written cosmological constant and p=wϵp=w\epsilon, determine when a positive-density FLRW fluid drives a¨>0\ddot a>0.

Solution. The acceleration equation is

a¨a=4πGN3c2(ϵ+3p)=4πGNϵ3c2(1+3w).\frac{\ddot a}{a} =-\frac{4\pi G_N}{3c^2}(\epsilon+3p) =-\frac{4\pi G_N\epsilon}{3c^2}(1+3w).

For ϵ>0\epsilon>0, acceleration requires w<1/3w<-1/3. Ordinary positive pressure contributes toward deceleration in this equation. Sufficiently negative pressure reverses the sign. This cosmological statement must not be replaced by the indiscriminate slogan “pressure is repulsive” or “pressure is always attractive.”

A.25 Four constraints do not mean four lost metric components#

Problem. Explain why GR has two local propagating metric degrees of freedom in four spacetime dimensions using ADM phase space.

Solution. The spatial metric has six independent components, and its conjugate momentum adds six, for twelve phase-space variables per spatial point. Four first-class constraints each remove one constrained phase-space direction and one associated gauge direction. Thus 122×4=412-2\times4=4 physical phase-space dimensions remain, corresponding to two configuration degrees of freedom and their conjugate momenta. Lapse and shift act as gauge multipliers rather than additional propagating fields in this count. This is a local count for ordinary GR; boundaries and global sectors require further care.

A.26 The ADM constraint recognizes an expanding universe#

Problem. Use c=1c=1, a flat FLRW slice, and the convention Kij=12LnγijK_{ij}=-\tfrac12\mathcal L_n\gamma_{ij}. Show that the Hamiltonian constraint reproduces the first Friedmann equation.

Solution. For comoving proper-time slicing, Kij=HγijK_{ij}=-H\gamma_{ij}. Hence K=3HK=-3H and KijKij=3H2K_{ij}K^{ij}=3H^2. Since the slice has (3)R=0{}^{(3)}R=0,

(3)R+K2KijKij=6H2.{}^{(3)}R+K^2-K_{ij}K^{ij}=6H^2.

Set this equal to 16πGNϵ+2Λ16\pi G_N\epsilon+2\Lambda to obtain

H2=8πGN3ϵ+Λ3.H^2=\frac{8\pi G_N}{3}\epsilon+\frac{\Lambda}{3}.

The expansion lives in the extrinsic curvature of the slices even when their intrinsic spatial curvature vanishes.

A.27 Raychaudhuri gives a deadline for focusing#

Problem. For a geodesic, hypersurface-orthogonal timelike congruence in four dimensions with Rμνuμuν0R_{\mu\nu}u^\mu u^\nu\ge0, use c=1c=1 and show that negative initial expansion θ0<0\theta_0<0 must diverge to negative infinity within proper time at most 3/θ03/|\theta_0|, provided the congruence remains defined up to that point.

Solution. Raychaudhuri gives

dθdτ13θ2\frac{d\theta}{d\tau}\le-\frac13\theta^2

because shear contributes nonpositively and vorticity vanishes. For θ<0\theta<0,

ddτ(1θ)=θ˙θ213.\frac{d}{d\tau}\left(\frac1\theta\right) =-\frac{\dot\theta}{\theta^2}\ge\frac13.

Starting from 1/θ0<01/\theta_0<0, the reciprocal must reach zero no later than 3/θ03/|\theta_0|, corresponding to focusing. A caustic is not by itself a spacetime singularity: geodesics can cross in perfectly regular spacetime. Singularity theorems require additional global assumptions to infer incompleteness.

A.28 A pure frame rotation is not curvature#

Problem. On the flat plane, use the orthonormal coframe e1=dre^1=dr, e2=rdθe^2=r\,d\theta. Why can the spin connection be nonzero while the curvature two-form vanishes?

Solution. Since de2=drdθde^2=dr\wedge d\theta, the torsion-free Cartan equation requires ω21=dθ\omega^2{}_1=d\theta and ω12=dθ\omega^1{}_2=-d\theta. These one-forms record the rotation of the polar frame. But d(dθ)=0d(d\theta)=0 on a regular angular chart, and the relevant connection wedge products vanish in this two-dimensional example. Thus Ωab=dωab+ωacωcb=0\Omega^a{}_b=d\omega^a{}_b+\omega^a{}_c\wedge\omega^c{}_b=0. The polar chart and frame fail at the origin; their behavior there must not be confused with a curved plane.

A.29 Why black-hole entropy has the right dimensions#

Problem. Verify that SBH=kBA/(4P2)S_{\mathrm{BH}}=k_BA/(4\ell_P^2) has entropy units, where P2=GN/c3\ell_P^2=\hbar G_N/c^3. For a Schwarzschild black hole, derive the M2M^2 dependence of entropy and check that THdS=d(Mc2)T_HdS=d(Mc^2).

Solution. A/P2A/\ell_P^2 is dimensionless, so SS has units of kBk_B. With A=16πGN2M2/c4A=16\pi G_N^2M^2/c^4,

SBH=4πkBGNM2c,dSBHdM=8πkBGNMc.S_{\mathrm{BH}}=\frac{4\pi k_BG_NM^2}{\hbar c}, \qquad \frac{dS_{\mathrm{BH}}}{dM} =\frac{8\pi k_BG_NM}{\hbar c}.

Multiply by TH=c3/(8πGNMkB)T_H=\hbar c^3/(8\pi G_NMk_B) to obtain THdS=c2dMT_HdS=c^2dM. This is a consistency check within the semiclassical result for an uncharged, nonrotating hole, not a derivation of its microscopic degrees of freedom.

A.30 Estimating an effective-theory correction#

Problem. In units c==1c=\hbar=1, consider a schematic gravitational Lagrangian

LM2[R+aM2R2+],\mathcal L\sim M_*^2\left[R+\frac{a}{M_*^2}R^2+\cdots\right],

with dimensionless coefficient aa of order unity. On a slowly varying geometry with typical curvature scale RL2R\sim L^{-2}, estimate the relative size of the correction. State why R=0R=0 alone is not a sufficient validity check.

Solution. Relative to the RR term, the displayed correction scales as a/(ML)2a/(M_*L)^2. It is small when ML1M_*L\gg1. This is generic power counting, not a prediction that this particular R2R^2 term changes a Ricci-flat vacuum solution: its variation vanishes on that solution, as discussed in Section 23.2. An effective action can also contain higher curvature contractions and derivative operators. The scalar RR may vanish while Riemann or Weyl curvature is nonzero, as in a Schwarzschild exterior. Validity requires control of the physically relevant curvature components, invariant scales, frequencies, and state-dependent effects, not a single convenient scalar. The effective theory can be predictive below its cutoff without claiming validity at arbitrarily short distances.


Figure detail

Scroll to explore at full resolution. Colors follow your reading theme.