Ps 1
Ps 1
a) Write the four velocity of the particle uµ = dxµ /dτ where τ is the affine pa-
rameter along the world-line of the particle (which as stated is stationary).
b) Express T µν in terms of uµ .
c) Now assume the particle is not stationary, but has a constant velocity. What
is uµ and what would that give for T µν .
d) Can you get this answer by acting on the original T µν by a Lorentz transfor-
mation?
e) Now assume you have a uniform density of particles in some region. If they are
all stationary, What is the average energy momentum tensor in that region.
f) Finally, assume all particles have fixed velocity, but in an arbitrary direction.
What is T µν in that case?
For simplicity you can solve the question in a 2-dimensional spacetime.
3. Write a code where in the first line you define the metric as a matrix. For example
for S 2
coords = {Theta,Phi};
metric={{1,0},{0,Sin[Theta]^2}};
Then the code calculates Γ and the different R’s.
You may need to use the commands:
4. For Minkowski space in spherical coordinates ds2 = −dt2 +dr 2 +r 2 dθ2 +r 2 sin2 θ dφ2 ,
how many nonzero components are there to the Levi-Civita tensor?
You may rely on mathematica or do it by hand or both.