Gravity Notes PDF
Gravity Notes PDF
Gravity Notes PDF
ERNEST YEUNG
Contents
The International Winter School on Gravity and Light held central lectures given by Dr. Frederic P. Schuller. These
lectures on General Relativity and Gravity are unequivocally and undeniably, the best and most lucid and well-constructed
lecture series on General Relativity and Gravity. The mathematical foundation from topology and differential geometry
from which General Relativity arises from is solid, well-selected in rigor. The lectures themselves are well-thought out and
clearly explained.
Even more so, the International Winter School provided accompanying Tutorial Sessions for each of the lectures. I had
given up hopes in seeing this component of the learning process ever be put online so that anyone and everyone in the world
could learn through the Tutorial process as well. I was afraid that nobody would understand how the Tutorial or “Office
Hours” session was important for students to digest and comprehend and work out-doing exercises-the material presented
in the lectures. This International Winter School gets it and shows how online education has to be done, to do it in an
excellent manner, moving forward.
For anyone who is serious about learning General Relativity and Gravity, I would simply point to these video lectures and
tutorials.
What I want to do is to build upon the material presented in this International Winter School. Why it’s important to
me, and to the students and practicing researchers out there, is that the material presented takes the student from an
introduction to the research frontier. That is the stated goal of the International Winter School. I want to dig into and
help contribute to the cutting edge in research and this entire program with lectures and tutorials appears to be the most
direct and sensible route directly to being able to do research in General Relativity and Gravity. -EY 20150323
1. Lecture 1: Topology
(i) ∅ ∈ O, M ∈ O
T
(ii) U ∈ O, V ∈ O =⇒ U V ∈O
S
(iii) Uα ∈ O, α ∈ A =⇒ α∈A Uα ∈ O
2
O} utterly useless
EY : 20150524
Proof. ∅ ∈ Ostandard
since ∀ p ∈ ∅, ∃ r ∈ R+ : Br (p) ⊆ ∅ (i.e. satisfied “vacuously”)
Suppose U, V ∈ Ostandard .
Suppose, Uα ∈ Ostandard , ∀ α ∈ A.
S
Let p ∈ α∈A Uα . Then p ∈ Uα for at least 1 α ∈ A.
∃ rα ∈ R+ s.t. Brα (p) ⊆ Uα ⊆ α∈A Uα . So α∈A Uα ∈ Ostandard
S S
I’ll fill in the proof that given f continuous (cont.), then the restriction of f onto a subspace S is cont. If you want a
reference, check out Klaus Jänich [2, pp. 13, Ch. 1 Fundamental Concepts, Sec. Continuous Maps]
Now f −1 (V ) = {m ∈ M |f (m) ∈ V }.
−1
So f −1 (V ) S = f |S (V )
T
Now f cont. So f −1 (V ) ∈ ON .
T
and recall OS | := {U S|U ∈ OM }.
−1 −1
so f −1 (V ) S = f |S (V ) ∈ OS i.e. f |S (V ) open.
T
=⇒ f |S cont.
filename : main.pdf
The WE-Heraeus International Winter School on Gravity and Light: Topology
EY : 20150524
3
What I won’t do here is retype up the solutions presented in the Tutorial (cf. https://youtu.be/_XkhZQ-hNLs): the
presenter did a very good job. If someone wants to type up the solutions and copy and paste it onto this LaTeX file, in
the spirit of open-source collaboration, I would encourage this effort.
Instead, what I want to encourage is the use of as much CAS (Computer Algebra System) and symbolic and numerical
computation because, first, we’re in the 21st century, second, to set the stage for further applications in research. I use
Python and Sage Math alot, mostly because they are open-source software (OSS) and fun to use. Also note that the
structure of Sage Math modules matches closely to Category Theory.
In checking whether a set is a topology, I found it strange that there wasn’t already a function in Sage Math to check each
of the axioms. So I wrote my own; see my code snippet, which you can copy, paste, edit freely in the spirit of OSS here,
titled topology.sage:
Loading topology.sage, after changing into (with the usual Linux terminal commands, cd, ls) by
sage : load ( ‘ ‘ topology . sage ’ ’)
Solution: Yes, since we check by typing in the following commands in Sage Math:
emptyset in O_1
Axiom2check ( O_1 ) # True
Axiom3check ( O_1 ) # True
Solution: No since the 3rd. axiom fails, as can be checked by typing in the following commands in Sage Math:
emptyset in O_2
Axiom2check ( O_2 ) # True
Axiom3check ( O_2 ) # False
2.
3.
4.
5.
6.
7. Lecture 7: Connections
T M p ⊗ T ∗ M q i.e. T M p ⊗ T ∗ M q i.e.
∇X :
p p
tensor field tensor field
q q
7.1. Directional derivatives of tensor fields. manifold with connection is quadruple (M, O, A, ∇)
topology O
atlas A
(i) ∇X f = Xf
(ii) ∇X (T + S) = ∇X T + ∇X S
(iii)
“Leibnitz” rule.
As
T ⊗ S(ω(1) . . . ω(p+r) , Y(1) . . . Y(q+s) ) = T (ω(1) . . . ω(p) , Y(1) . . . Y(q) ) · S(ω(p+1) . . . ω(p+r) , Y(q+1) . . . Y(q+s) )
so
∇X (T ⊗ S) = (∇X T ) ⊗ S + T ⊗ ∇X S
7.2. New structure on (M, O, A) required to fix ∇. There are (dimM )3 many Γijk
Γijk : U → R
∂
p 7→ dxi (∇ ∂ ) (p)
∂x ∂xj
Now ∇ ∂ (dxi ) =?
∂xm
5
∂i ∂
∇ ∂m (dx )= (δ i ) = 0
∂x ∂x j ∂xm j
| {z }
δ ij
| {z }
=
(iii)
∂ ∂
i
= ∇ ∂ dx
j
+ dxi (∇ ∂m j ) = 0
∂xm ∂x | {z ∂x }
∂x
Γqjm ∂x
∂
q
∂
=⇒ ∇ ∂ dxi = −Γijm
∂xm ∂xj
∇ ∂ dxi = −Γijm dxj
∂xm
Hence
summary so far:
(∇X Y )i = X(Y i ) + Γijm Y j X m
(∇X ω)i = X(ωi ) + −Γjim ωj X m
similarly, by further application of Leibnitz
(∇X T )ijk = X(T ijk ) + Γism T sjk X m − Γsjm T isk X m − Γskm T ijs X m
7.3. Change of Γ’s under change of chart. (U, x), (V, y) ∈ A and U ∩ V 6= ∅
∂y i q ∂xs ∂
∂
Γijk (y) := dy i ∇ ∂ = dx ∇ ∂xp ∂
∂y k ∂y j ∂xq j
∂y k ∂x ∂y ∂x
p s
∂y i ∂ 2 xq ∂y i ∂xs ∂xp q
(7.1) Γijk (y) = + Γ (x)
q j
∂x ∂y ∂y k ∂xq ∂y j ∂y k sp
Eq. (7.1) is the change of connection coefficient function under the change of chart (U ∩ V, x) → (U ∩ V, y)
6
7.4. Normal Coordinates.
• If the manifold is flat, I’m assuming that means that the manifold is globally a Euclidean space, and by
definition, Γ = 0.
∂ ∂ ∂ ∂Y i ∂
∇X Y = X j j
(Y i ) i + Γijk Y k X k i = X j j +0
∂x ∂x ∂x ∂x ∂xi
and similarly for any (p, q)-tensor field, i.e.
i ...i
j
∂Tj11...jqp
∇X T = X
∂xj
•
∂f
∇X f = X j = X · grad(f )
∂xj
• ∀ (U, x) ∈ A, locally (after working out the first few cases, and doing induction, one can look up the expression
for the local form; I found it in Nakahara’s Geometry, Topology and Physics, Eq. 7.26, and it needs to
be modified for the convention of order of bottom indices for Γ:
Clearly, ∇X is uniquely fixed ∀ p ∈ M by choosing each of the (dimM )3 many connection coefficient functions
Γ.
Exercise 2. : Practical rules for how ∇ acts Torsion-free covariant derivative boils down to a connection coefficient
function Γ that is symmetric in the bottom indices.
•
∂f
∇X f = X(f ) = X i
∂xi
•
∂Y a
(∇X Y )a = X i + Γajk Y j X k
∂xi
•
∂ωa
(∇X ω)a = X i − Γiak ωi X k
∂xj
•
∂
(∇m T )abc = (T a ) + Γaim Tbc
i
− Γibm Tic
a
− Γjcm Tbj
a
∂xm bc
•
∂An ∂Am ∂Am ∂Am
(∇[m A) n] = (∇m A)n − (∇n A)m = − Γinm Ai − − Γimn Ai = −
∂xm ∂xn ∂xm ∂xn
7
•
∂ωnr
(∇m ω)nr = − Γinm ωir − Γirm ωni
∂xm
Exercise 3. : Connection coefficients
Question .
8. Lecture 8: Parallel Transport & Curvature (International Winter School on Gravity and Light
2015)
if
(8.1) ∇vγ X = 0
is “parallel”
in summary:
m
(8.3) γ̈(x) (λ) + (Γm a b
(x) )ab (γ(λ))γ̇(x) (λ)γ̇(x) (λ) = 0
8.4. Torsion.
(Inside a cloud)
T (ω, f X, Y ) = ω(∇f X Y − ∇Y (f X) − [f X, Y ])
8
Definition 7. A (M, O, A, ∇) is called torsion-free if T = 0
In a chart
∂ ∂
T iab := T i
dx , a , b = dxi (. . . )
∂x ∂x
= Γiab − Γiba = 2Γi[ab]
8.5. Curvature.
Tutorials Riemijab = . . .
Exercise 1.
It was suggested in the tutorial sheets and hinted in the lecture that the following should be committed to memory.
(a)
∇v γ vγ = 0
(b)
∂vγµ
ρ
ν ν ρ µ ∂ ν ∂ γ̇ ρ µ ∂
∇vγ vγ = ∇γ̇ ∂ vγ = γ̇ ∇∂ν vγ = γ̇ + Γµν vγ = γ̇ + Γµν γ̇ =0
∂xµ ∂xν ∂xρ ∂xν ∂xρ
=⇒ γ̈ ρ + Γρµν γ̇ µ γ̇ ν
as, for example, for F (x(t)),
dF (x(t)) ∂F d
= ẋ = F
dt ∂x dt
so that
∂vγµ d µ d2 µ
γ̇ ν = v γ = γ
∂xν dλ dλ2
Question : Determine the coefficients of the Riemann tensor with respect to a chart (U, x).
now
∂ ρ ∂ ∂ ∂ ∂ ∂
∇X ∇Y Z = ∇X ((Y µ µ
Z + Γρµν Z µ Y ν ) ρ ) = (X α α (Y µ µ Z ρ + Γρµν Z µ Y ν ) + Γραβ (Y µ µ Z α + Γα µ ν β
µν Z Y )X )
∂x ∂x ∂x ∂x ∂x ∂xρ
For X = ∂a , Y = ∂b , Z = ∂j , then the partial derivatives of the coefficients of the input vectors become zero.
∂
=⇒ ∇∂a ∇∂b ∂j = (Γi ) + Γiαa Γα
∂xa jb jb
9
Now
i
∂ i j ∂X
[X, Y ]i = X j Y − Y
∂xj ∂xj
For coordinate vectors, [∂i , ∂j ] = 0 ∀ i, j = 0, 1 . . . d.
Thus
∂ i ∂ i
Rijab = Γ − Γ + Γiαa Γα i α
jb − Γαb Γja
∂xa jb ∂xb ja
EY developments. I roughly follow the spirit in Theodore Frankel’s The Geometry of Physics: An Introduction
Second Ed. 2003, Chapter 9 Covariant Differentiation and Curvature, Section 9.3b. The Covariant Differential of a Vector
Field. P.S. EY : 20150320 I would like a copy of the Third Edition but I don’t have the funds right now to purchase
the third edition: go to my tilt crowdfunding campaign, http://ernestyalumni.tilt.com, and help with your financial
support if you can or send me a message on my various channels and ernestyalumni gmail email address if you could help
me get a hold of a digital or hard copy as a pro bono gift from the publisher or author.
“How can we express connections and curvatures in terms of forms?” -Theodore Frankel.
∂Y i
i j ∂
∇ ∂k Y = + Γjk Y
∂x ∂xk ∂xi
Make the ansatz (approche, impostazione) that the connection ∇ acts on Y , the vector field, first:
∂Y i
i ∂
∂ ∂
∇Y (X) = X k k + Γijk Y j X k = X k
∇ ∂ Y = (∇X Y )i i = ∇X Y
∂x ∂xi ∂xk ∂xi ∂x
Thus
∂
∇Y = (d(Y i ) + Γij Y j ) ⊗
∂xi
10
So the connection is a (smooth) map from T M to the set of all vector-valued 1-forms on M , Ω1 (M, T M ), and then, after
“eating” a vector Y , yields the “covariant derivative”:
∇ : T M → Ω1 (M, T M ) = T ∗ M ⊗ T M
∇ : Y 7→ ∇Y
∇Y : T M → T M
∇Y (X) 7→ ∇Y (X) = ∇X (Y )
Now
∂ ∂ ∂ ∂ ∂ ∂
, f= − =0
∂xi ∂xj ∂xi ∂xj ∂xj ∂xi
(this is okay as on p ∈ (U, x); x-coordinates on same chart (U, x))
EY : 20150320 My question is when is this nontrivial or nonvanishing (i.e. not equal to 0).
[ea , eb ] =?
for a frame (ec ) and would this be the difference between a tangent bundle T M vs. a (general) vector bundle?
ωac = ωab
c b
f ∈ Ω1 (M )
is the connection 1-form, with a, c = 1 . . . dimV . EY : 20150320 This V is a vector space living on each of the fibers of E.
I know that Γ(T ∗ M ⊗ E) looks like it should take values in E, but it’s meaning that it takes vector values of V . Correct
me if I’m wrong: ernestyalumni at gmail and various social media.
Let σ ∈ Γ(E), σ = σ a ea
∇σ = (dσ c + ωab
c a b
σ f ) ⊗ ec with
∂σ c b
dσ c =
f
∂xb
c
c
b ∂σ c a b b ∂σ c a
=⇒ ∇X σ = X + ωab σ X ec = X + ωab σ ec
∂xb ∂xb
Axiom 1 (Newton I:). A body on which no force acts moves uniformly along a straight line
Axiom 2 (Newton II:). Deviation of a body’s motion from such uniform straight motion is effected by a force, reduced by
a factor of the body’s reciprocal mass.
Remark:
(1) 1st axiom - in order to be relevant - must be read as a measurement prescription for the geometry of space . . .
(2) Since gravity universally acts on every particle, in a universe with at least two particles, gravity must not be
considered a force if Newton I is supposed to remain applicable.
11
9.1. Laplace’s questions. Laplace ∗ 1749
†1827
Q: “Can gravity be encoded in a curvature of space, such that its effects show if particles under the influence of (no other)
force we postulated to more along straight lines in this curved space?”
Answer: No!
Conclusion: One cannot find Γ s such that Newton’s equation takes the form of an autoparallel.
9.2. The full wisdom of Newton I. use also the information from Newton’s first law that particles (no force) move
uniformly
let x : R → R3
X : R → R4
be a particle’s trajectory in space ←→ worldline (history) of the particle
t 7→ (t, x1 (t), x2 (t), x3 (t)) :=
:= (X 0 (t), X 1 (t), X 2 (t), X 3 (t))
That’s all it takes:
Trivial rewritings:
Ẋ 0 = 1
a = 0, 1, 2, 3
Ẍ 0 =0
=⇒ (α = 1, 2, 3) =⇒ Ẍ a + Γabc Ẋ b Ẋ c = 0
Ẍ α − f α (X(t)) · Ẋ 0 · Ẋ 0 =0
antoparallel eqn in spacetime
12
Yes, choosing Γ0ab = 0
Γαβγ = 0 = Gammaα0β = Γαβ0
!
only: Γα00 = −f α
No, since Rα0β0 = − ∂x∂ β f α (only non-vanishing components) (tidal force tensor, − the Hessian of the force compo-
nent)
writing: T00 = 12 s
=⇒ R00 = 8πGT00
hhhh (((
Einstein in 1912 (
Rab
(= 8πGT
(( h h
hab
Remark
Γα00 = −f α
Rαβγδ = 0 α, β, γ, δ = 1, 2, 3
R00 = 4πGρ
ẍa + Γabc Ẋ b Ẋ c =0
| {z }
(∇vX vX )a
| {z }
:=aa “acceleration vector”
9.3. The foundations of the geometric formulation of Newton’s axiom. new start
(M, O, A, ∇, t)
∇dt =
|{z} 0 everywhere
space of (0, 2)-tensor fields
(b) spatial if
dt(X) = 0
(c) past-directed if
dt(X) < 0
picture
Newton I: The worldline of a particle under the influence of no force (gravity isn’t one, anyway) is a future-directed autoparallel
i.e.
∇v X vX = 0
dt(vX ) > 0
Newton II:
F
∇vX v X = ⇐⇒ m · a = F
m
where F is a spatial vector field:
dt(F ) = 0
Convention: restrict attention to atlases Astratefied whose charts (U, x) have the property
x0 : U → R
x1 : U → R 0
“absolute time flows uniformly”
= ∇dt
.. .. x0 = t|U =⇒
. . 0=∇ ∂ dx0 = −Γ0ba a = 0, 1, 2, 3
∂xa
x3
F
∇vX v X =
m
in a chart.
(X 0 )00 + (
Γ0cd a 0((
) (X b )0stratified atlas = 0
(
((X((
0 0 0 0 0 0 Fα
(X α )00 + Γα γ δ α 0 0 α γ
γδ X X + Γ 00 X X + 2Γ γ0 X X
0
= α = 1, 2, 3
m
d d
=a
dλ dt
Fα
a2 Ẍ α + a2 Γαγδ Ẋ γ Ẋ δ + a2 Γα00 Ẋ 0 Ẋ 0 + 2Γαγ0 Ẋ γ Ẋ 0 =
m
α α γ δ α 0 0 α γ 0 1 Fα
=⇒ Ẍ + Γ γδ Ẋ Ẋ + Γ 00 Ẋ Ẋ + 2Γ γ0 Ẋ Ẋ = 2
| {z } a m
aα
14
10. Lecture 10: Metric Manifolds
We establish a structure on a smooth manifold that allows one to assign vectors in each tangent space a length (and an
angle between vectors in the same tangent space).
From this structure, one can then define a notion of length of a curve.
Then we can look at shortest curves.
Requiring the that the shortest curves coincide with the straightest curves (wrt ∇) will result in ∇ being determined by
the metric structure.
straight = short
T =0
g ∇ Riem
10.1. Metrics.
Definition 12. A metric g on a smooth manifold (M, O, A) is a (0, 2)-tensor field satisfying
11. Symmetry
EY : 20150321 This lecture tremendously and lucidly clarified, for me at least, what a symmetry of the Lie algebra is, and
in comparing structures (M, O, A) vs. (M, O, A, ∇), clarified differences, and asking about differences is a good way to
learn, the difference between L and ∇, respectively.
11.1.
11.2. Important
11.3. Flow of a complete vector field. Let (M, O, A) smooth X vector field on M
Definition 14. A vector filed X is complete if all integral curves have I = R EY: 20150321 (i.e. domain is all of R)
Ex. minute 48:30 EY : reall good explanation by F.P.Schuller; take a pt. out for an incomplete vector field.
hX = R × M → M
picture hX
λ (S) 6= S( if X 6= 0)
11.4. Lie subalgebras of the Lie algebra (Γ(T M ), [·, ·]) of vector fields.
(a) •
(b)
(c)
Question .
∂
(φ∗ )ab := (dy a )(φ∗ ( ))
∂xb
16
Let g ∈ C ∞ (N )
∂xb
∂ ∂ ∂
φ∗ g= φ(p) = gφx−1 x(p) = (gyy −1 φx−1 )(x) =
∂xb g ∂x b ∂xb
b
∂y a ∂y a ∂g
∂ −1 −1 ∂g
= (gy (yφx (x(p)))) = =
∂xb ∂y ∂xb x ∂xb ∂y a
y
Then
∂y a ∂
∂
φ∗ =
∂xb ∂xb ∂y a
and so
∂y a
(φ∗ )ab =
∂xb
Question .
Question . While it is true that ∀ p ∈ S 2 , for x(p) = (θ, ϕ), and (yix−1 )(θ, ϕ) = (y 1 , y 2 , y 3 ) ∈ R3 and that, at this point
p, (y ) /a + (y 2 )2 /b2 + (y 3 )2 /c3 = 1, this doesn’t imply (EY: 20150321 I think) that, globally, it’s an ellipsoid (yet). In
1 2 2
Question .
Note that the pullback of the inclusion from R3 onto S 2 for the Euclidean metric is the following:
a
∂x ∂ ∂xb ∂ ∂xa ∂xb
∗ ∂ ∂ ∂ ∂
i g , = g i ∗ , i∗ = g , = gab
∂θi ∂θj ∂θi ∂θj ∂θi ∂xa ∂θj ∂xb ∂θi ∂θj
With gab = δab , the usual Euclidean metric, this becomes the following:
At this point, one should get smart (we are in the 21st century) and use some sort of CAS (Computer Algebra System). I
like Sage Math (version 6.4 as of 20150322). I also like the Sage Manifolds package for Sage Math.
• Open source, so its open and freely available to anyone, which fits into my principle of making online education
open and freely available to anyone, anytime
• Sage Math structures everything in terms of Category Theory and Categories and Morphisms naturally correspond
to Classes and Class methods or functions in Object-Oriented Programming in Python and theyve written it that
way
and I like Sage Manifolds for roughly the same reasons, as manifolds are fit into a category theory framework thats written
into the Python code. e.g.
cf. https://github.com/ernestyalumni/diffgeo-by-sagemnfd/blob/master/S2.sage
http://sagemanifolds.obspm.fr/examples.html
sage: load("S2.sage")
sage: U_ep = S2.open_subset(’U_{ep}’)
sage: eps.<the,phi> = U_ep.chart()
sage: a = var(a)
sage: b = var(b)
sage: c = var("c")
sage: inclus = S2.diff_mapping(R3, {(eps, cart): [ a*cos(phi)*sin(the), b*sin(phi)*sin(the),c*cos(the) ]} , name="inc",latex_name=r’\mathcal{i}’)
sage: inclus.pullback(h).display()
inc_*(h) = (c^2*sin(the)^2 + (a^2*cos(phi)^2 + b^2*sin(phi)^2)*cos(the)^2) dthe*dthe - (a^2 - b^2)*cos(phi)*cos(the)*sin(phi)*sin(the) dthe*dphi
- (a^2 - b^2)*cos(phi)*cos(the)*sin(phi)*sin(the) dphi*dthe + (b^2*cos(phi)^2 + a^2*sin(phi)^2)*sin(the)^2 dphi*dphi
sage: inclus.pullback(h)[2,2].expr()
(b^2*cos(phi)^2 + a^2*sin(phi)^2)*sin(the)^2
A new open subset Uep was declared in S 2 , a new chart (Uep , (θ, φ)) was declared, the constants, a, b, c, were declared, and
the inclusion map given in the problem
Then the pullback of the inclusion map i was done on the Euclidean metric h, defined earlier in the file
S2.sage
. Then one can access the components of this metric and do, for example,
simplify_full(),full_simplify(), reduce_trig()
on the expression.
(EY: I’ll suppress the LaTeX output but this sage math function gives you LaTeX code)
and so
2 2 2 2
i∗ g = c2 sin (the) + a2 cos (φ) + b2 sin (φ) cos (the) dθ ⊗ dθ+
−2 a2 − b2 cos (φ) cos (the) sin (φ) sin (the) dθ ⊗ dφ+
2 2 2
+ b2 cos (φ) + a2 sin (φ) sin (the) dφ ⊗ dφ
Question .
=⇒ [Xi , Xj ] = −ijk Xk
So spanR {X1 , X2 , X3 } equipped with [ , ] constitute a Lie subalgebra on S 2 (It’s closed under [ , ]
12. Integration
12.1.
12.2.
In a chart:
Ωi1 ...id = Ω[i1 ...id ]
q
Ωi1 ...id := det(gij (x))i1 ...id
EY : 20150323
(M, O, A, g) =⇒ (M, O, A↑ , g)
Note: associated bundles.
∂y b ∂y b
Note also: det ∂xa = det(∂a (y b x−1 )) ∂xa is an endomorphism on vector space V . ϕ : V → V
detϕ independent of choice of basis
p
g is a (0, 2) tensor field, not endomorphism (not independent of choice of basis) |det(gij (y))|
20
Definition 17. Ω be a volume form on (M, O, A↑ ) and consider chart (U, x)
Definition 18. ω(X) := Ωi1 ...id i1 ...id same way 12...d = +1
[... ]
∂x
ω(y) = det ω(x) scalar density
∂y
Definition 19.
Z Z
(U,y)
(12.1) f: = dd βω(y) (y −1 (β))f(y) (β)
U y(U )
Proof. : Check that it’s (well-defined), how it changes under change of charts
Z Z Z Z
(U,y) ∂y ∂x
dd βω(y) (y −1 (β))f(y) (β) = = dd α det −1
f: = f
(x) (α)ω(x) (x (α)det =
U y(U ) (U,y) x(U ) ∂x ∂y
Z
= dd αω(x) (x−1 (x))f(x) (α)
x(U )
∇ torsion free
t ∈ C ∞ (M )
(M, O, A, ∇, t)
dt 6= 0
∇dt = 0 (uniform time)
∇ torsion-free
↑
(M, O, A , ∇, g, T ) g Lorentzian metric(+ − −−)
T time-orientation
21
13.1. Time orientation.
Definition 20. (M, O, A↑ , g) a Lorentzian manifold. Then a time-orientation is given by a vector field T that
Question
I see how the cone structure arises from the new metric. I don’t understand however, how the T , the time orientation,
comes in
Answer
(
(M, O, A, g) g ←
− + − −−)
This definition of spacetime has been made to enable the following physical postulates:
picture: spacetime:
Answer (to a question) T is a smooth vector field, T determines future vs. past, “general relativity: we have such a time
orientation; smoothness makes it less arbitrary than it seems” -FSchuller,
M = R4
O = Ost
Application/Example.
A 3 (R4 , idR4 )
i
g : g(x)ij = ηij ; T(x) = (1, 0, 0, 0)i
=⇒ Γi(x) jk = 0 everywhere
=⇒ (M, O, A↑ , g, T, ∇) Riemm = 0
=⇒ spacetime is flat
Taking the clock postulate (P3) seriously, one better come up with a realistic clock design that supports the
postulate. idea.
2 little mirrors
23
(P4) Postulate
Suppose the observer and the particle meet somewhere (in spacetime)
δ(τ2 ) = p = γ(τ1 )
EY:20150407
There might be a major correction to Eq. (13.1) from the Tutorial 14 : Relativistic spacetime, matter, and Gravitation,
see the second exercise, Exercise 2, third question:
α (vδ )
(13.2) v := eα
0 (vδ )
Consequence: An observer (γ, e) will extract quantities measurable in his laboratory from objective spacetime quantities
always like that.
0 E1 E2 E3
−E 0 B3 −B2
1
F (ea , eb ) = Fab =
−E2 −B3
0 B1
−E3 B2 −B1 0
observer frame ea , eb
Eα := F (e0 , eα )
B γ := F (eα , eρ )αβγ where 123 = +1 totally antisymmetric
Now
e0 , . . . , e 1 at τ = 0
and ee0 , . . . , ee1 at τ = 0
both bases for the same Tγ(0) M
Now:
i.e. Λ ∈ O(1, 3)
Result: Lorentz transformations relate the frames of any two observers at the same point.
24
xµ − Λµν xν ” is utter nonsense
“e
Tutorial. I didn’t see a tutorial video for this lecture, but I saw that the Tutorial sheet number 14 had the relevant topics.
Go there.
point matter
field matter
point matter
field matter
electromagnetic field
14.1. Point matter. Our postulates (P1) and (P2) already constrain the possible particle worldlines.
But what is their precise law of motion, possibly in the presence of “forces”,
with:
gγ(λ) (Tγ(λ) , vγ,γ(λ) ) > 0
dynamical law Euler-Lagrange equation
similarly
Z
Smassless [γ, µ] = dλµg(vγ,γ(λ) , vγ,γ(λ) )
δµ g(vγ,γ(λ) , vγ,γ(λ) ) = 0
δγ e.o.m.
Reason for describing equations of motion by actions is that composite systems have an action that is the sum of
the actions of the parts of that system, possibly including “interaction terms.”
Example.
S[γ] + S[δ] + Sint [γ, δ]
Example
Z q
S[γ; A] = dλm gγ(λ) (vγ,γ(λ) , vγ,γ(λ) ) + qA(vγ,γ(λ) )
˙ !
∂Lint ∂Lint a
m(∇vγ vγ )a + γ− m = 0 =⇒ m(∇vγ vγ ) = −qF am γ̇ m
∂ ˙m(x) ∂γ(x)
| {z }
| {z } Lorentz force on a charged particle in an electromagnetic field
∗
˙
∂L ∂L ∂ m
= qA(x)a , γ=q· (A(x)m ) · γ̇(x)
∂ γ̇ a ∂ ˙m ∂xm
∂L ∂
=q· (A(x)m )γ̇ m
∂γ a ∂xa
∂Aa ∂Am m m
∗=q − γ̇(x) = q · F(x)am γ̇(x)
∂xm ∂xa
F ← Faraday
Z q
S[γ] = (m g(vγ , vγ ) + qA(vγ ))dλ
Definition 22. Classical (non-quantum) field matter is any tensor field on spacetime where equations of motion derive
from an action.
Example:
√
Z
1
SMaxwell [A] = d4 x −gFab Fcd g ac g bd
4 M
∂2L
∂L ∂ ∂L ∂ ∂
0= − +
∂Am ∂xs ∂∂s Am s t
∂x ∂x ∂∂t ∂s Am
Example . . .
(∇ ∂ F )ma = j a
∂xm
inhomogeneous Maxwell
∂[a Fb] − ()
homogeneous Maxwell
But then, this action Sgrav [g] will be added to any Smatter [A, φ, . . . ] in order to describe the total system.
Gab = 8πGN T ab
Definition 23. Smatter [Φ, g] is a matter action, the so-called energy-momentum tensor is
ab −2 ∂Lmatter ∂Lmatter
T := √ − ∂s + ...
−g ∂gab ∂∂s gab
−2
− of √
g is Schrödinger minus (EY : 20150408 F.Schuller’s joke? but wise)
T (e0 , e0 ) = E 2 + B 2
T (e0 , eα ) = (E × B)α
Fact: One often does not specify the fundamental action for some matter, but one is rather satisfied to assume certain
properties / forms of
Tab
perfect fluid
radiative fluid
↔ρp 04p = 0
ρ = 3p
27
p = 13 ρ
Reconvene at 3 pm? (EY : 20150409 I sent a Facebook (FB) message to the International Winter School on Gravity and
Light: there was no missing video; it continues on Lecture 15 immediately)
Tutorial 14: Relativistic Spacetime, Matter and Gravitation. Exercise 2: Lorentz force law.
Recall that in Newtonian spacetime, we were able to reformulate the Poisson law ∆φ = 4πGN ρ in terms of the Newtonian
spacetime curvature as
R00 = 4πGN ρ
This prompted Einstein to postulate < 1915 that the relativistic field equations for the Lorentzian metric g of (relativistic)
spacetime
RHS:
(∇a T )ab = 0
To find the appropriate left hand side of the gravitational field equations, Hibert suggested to start from an action
√
Z
SHilbert [g] = −gRab g ab
M
aim: varying this w.r.t. metric gab will result in some tensor
Gab = 0
28
15.2. Variation of SHilbert .
√ √ √
Z
!
δ SHilbert [g] =
0 = |{z} [δ −gg ab Rab + −gδg ab Rab + −gg ab δRab ]
M | {z } | {z } | {z }
gi 1 2 3
√ −(detg)g mn δgmn 1√
and 1 : δ −g = √ = −gg mn δgmn
2 −g 2
thought bubble
δdet(g) = det(g)g mn δgmn
e.g. from
det(g) = exp trln g
ad 2: g ab gbc = δca
=⇒ (δg ab )gbc + g ab (δgbc ) = 0
=⇒ δg ab = −g am g bn δgmn
ad 3:
∆Rab =
|{z} δ∂b Γmam − δ∂m Γmab + ΓΓ − ΓΓ =
normal coords at point
= ∂b δΓmam − ∂m δΓmab =
= ∇b (δΓ)mam − ∇m (δΓ)mab
√ √
=⇒ −gg ab δRab = −g
“if you formulate the variation properly, you’ll see the variation δ commute with ∂b ” EY : 20150408 I think one uses the
integration at the bounds, integration by parts trick
Γi(x) jk − Γ
ei
(x) jk are the components of a (1, 2)-tensor.
√
=⇒ −gg ab δRab
√ √ √ √
=
|{z} −g(g ab δΓmam );b − −g(g ab δΓmab );m = −gAb;b − −gB m,m
∇g=0
Answer:
∂y i ∂xm ∂xq m ∂y i ∂ 2 xm
Γi(y) jk = Γ ,nq +
∂xm ∂y j ∂y k (x) ∂xm ∂y j ∂y k
1√ √ √ √
Z
!
0 = δSHilbert = [ −gg mn δgmn g ab Rab − −gg am g bn δgmn Rab + ( −gAa ) ,a − ( −gB b ) ,b ]
M 2 | {z } | {z }
surface surface term
√
Z
1 1
= −gδ gmn [ g mn R − Rmn ] =⇒ Gmn = Rmn − g mn R
M |{z} 2 2
arbitrary variation
Hence Hilbert, from this “mathematical” argument, concluded that one may take
1
Rab − gab R = 8πGN Tab
2
Einstein equations
√
Z
SE−H [g] = −gR
M
29
15.3. 3. Solution of the ∇a T ab = 0 issue. One can show (→ Tutorials) that the Einstein curvature
1
Gab = Rab − gab R
2
satisfy the so-called contracted differential Bianchi identity
(∇a G)ab = 0
1
Rab − gab R = Tab ||g ab
2
R − 2R = T := Tab g ab
=⇒ R = −T
1
=⇒ Rab + gab T = Tab
2
1
⇐⇒ Rab = (Tab − T gab ) =: Tbab
2
Rab = Tbab
(b)
√
Z
SE−H [g] := −g(R + 2Λ)
M
thought bubble: Λ cosmological constant
History:
>1915: Λ = 0 Hubble
− 12 Λg to the energy-momentum
“dark energy”
Answer: for a careful treatment of the surface terms which we discarded, see, e.g. E. Poisson, “A relativist’s
toolkit” C.U.P. “excellent book”
• FRW metric
• pp-wave metric
• Reisner-Nordstrom
in high school
mẍ + mω 2 x2 = 0
Gravitational lensing
Domenico Giulini
EY : 20150408 I’m not sure which tutorial follows which lecture at this point.
The tutorial video is excellent itself. Here, I want to encourage the use of CAS to do calculations. There are many out
there. Again, I’m partial to the Sage Manifolds package for Sage Math which are both open-source and based on Python.
I’ll use that here.
Load “Schwarzschild.sage” in Sage Math, which will always be available freely here https://github.com/ernestyalumni/
diffgeo-by-sagemnfd/blob/master/Schwarzschild.sage:
sage: load("Schwarzschild.sage")
4-dimensional manifold ’M’
open subset ’U_sph’ of the 4-dimensional manifold ’M’
Levi-Civita connection ’nabla_g’ associated with the Lorentzian metric ’g’ on the 4-dimensional manifold ’M’
and so on.
. To get out the coefficients of L of the components of the tangent vectors to the curve, i.e. t0 , r0 , θ0 , φ0 , denoted
tp,rp,thp,php
Question There are 4 Euler-Lagrange equations for this Lagrangian. Derive the one with respect to the function
t(λ)!.
sage: L.expr().diff(t)
0
∂L
This confirms that ∂t =0
d ∂L
For dλ ∂t0 , then one needs to consider this particular workaround for Sage Math (computer technicality). One takes
derivatives with respect to declared variables (declared with var) and then substitute in functions that are dependent upon
λ, and then take the derivative with respect to the parameter λ. This does that:
sage: L.expr().diff( thp ).factor().subs( r == gamma1 ).subs( thp == gamma3.diff( tau ) ).subs( th == gamma3 ).diff(tau)\
....: .factor()
2*(2*cos(gamma3(tau))*gamma1(tau)*D[0](gamma3)(tau)^2 + 2*sin(gamma3(tau))*D[0](gamma1)(tau)*D[0](gamma3)(tau)
+ gamma1(tau)*sin(gamma3(tau))*D[0, 0](gamma3)(tau))*gamma1(tau)*sin(gamma3(tau))
∂
Question Show that the Lie derivative of g with respect to the vector fields Kt := ∂t
.
The first line defines the vector field by accessing the frame defined on a chart with spherical coordinates and getting the
time vector. The second line is the Lie derivative of g with respect to this vector field.
EY : 20150410 My question is this: ∀ X ∈ Γ(T M ) i.e. X is a vector field on M , or, specifically, a section of the tangent
bundle, then does
LX g = 0
instantly mean that X is a symmetry for (M, g)? LX g is interpreted geometrically as how g changes along the flow
generated by X, and if it equals 0, then g doesn’t change.
16.
17.
18.
19.
20.
21.
t r θ ϕ
(−∞, ∞) (0, 2m) ∪ (2m, ∞) (0, π) (0, 2π)
Z " −1 #
2m 2 2m 2 2 2 2 2
S[γ] = dλ 1− ṫ − 1 − ṙ − r (θ̇ + sin θϕ̇ )
r r
with [. . . ] = 0
.
2m
1− ṫ = 0
r
=⇒
2m
1− ṫ = k = const.
r
Consider radial null geodesics
!
θ = const. ϕ = const.
From 2 and 2
=⇒ ṙ2 = k 2 ↔ ṙ = ±k
=⇒ r(λ) = ±k · λ
Hence, we may consider
t(r) := t(±kλ)
e
Case A: ⊕
33
de
t t˙
e k r
= = 2m
=
dr ṙ 1− r k r − 2m
t+ (r) = r + 2m ln |r − 2m|
=⇒ e
(outgoing null geodesics)
t− (r) = −r − 2m ln |r − 2m|
e
(ingoing null geodesics)
Picture
change (on the domain of the Schwarzschild coordinates) to different coordinates, s.t.
in those new coordinates,
ingoing null geodesics appear as straight lines, of slope −1
This is achieved by
t̄(t, r, θ, ϕ) := t + 2m ln |r − 2m|
Recall: ingoing null geodesic has
t(r) = −(r + 2m ln |r − 2m|)
e (Schdcoords)
(Picture)
t̄ = r + 4m ln |r − 2m| + const.
Consider the new chart (V, g) while (U, x) was the Schd chart.
[
U
|{z} { horizon } = V
Schd
“chart image of the horizon”
t̄(t, r, θ, ϕ) = t + 2m ln |r − 2m|
r̄(t, r, θ, ϕ) = r
θ̄(t, r, θ, ϕ) = θ
ϕ̄(t, r, θ, ϕ) = ϕ
EY : 20150422 I would suggest that after seeing this, one would calculate the metric by your favorite CAS. I like the Sage
Manifolds package for Sage Math.
Then calculate the Schwarzschild metric g but in Eddington-Finkelstein coordinates. Keep in mind to calculate the set of
coordinates that uses t̄, not e
t:
sage : gI . display ()
gI = (2* m - r )/ r dt * dt - r /(2* m - r ) dr * dr + r ^2 dth * dth + r ^2* sin ( th )^2 dph * dph
sage : gI . display ( X_EF_I_null . frame ())
gI = (2* m - r )/ r dtbar * dtbar + 2* m / r dtbar * dr + 2* m / r dr * dtbar + (2* m + r )/ r dr * dr + r ^2 dth * dth + r ^2* sin ( th )^2 dph * dph
References
[1] Eric Poisson, A Relativist’s Toolkit: The Mathematics of Black-Hole Mechanics, Cambridge University Press, 2004. ISBN 0 521
83091 5
EY’s references:
[2] Klaus Jnich (Author), S. Levy (Translator), Topology (Undergraduate Texts in Mathematics), Springer; 1st ed. 1984. 2nd Corr. printing
1994 edition (January 1, 1995).
ISBN-13: 978-0387908922
35