Hurkyl said:
That can't be right. a(t) = constant is simply Minowski space -- the only geodesics are straight lines. (Do null paths count as geodesics?)
A silly typo - I meant a(t)=Ht
I guess you meant to talk about the a(t) = Ht case again, though. You should check the domains on which your solutions are valid -- there might be a singularity through which you can't naively continue the geodesics.
I don't see any singularities but the one at t=0, but I'm open for alternate explanations for the behavior of the solution. By varying lambda from -HC to +HC, the solution starts and terminates at t=0, the only singularity I'm aware of.
Also, you mentioned that the closing timelike geodesic should exist "by symmetry" -- isn't it exactly the same geodesic, but traced in the opposite direction?
Yep, that's the simplest way of closing it.
Anyways, I rereviewed my solution:
x = K + (log |λ|) / (2H)
t = √(2 H C λ)
And once again, they seem to work as solutions to the differential equations:
x'' + (2/t) t' x' = 0
t'' + H2 t (x')2 = 0
You're right, I owe you an apology.
BIG APOLOGY TO HURKYL, HIS SOLUTION WAS CORRECT!
My solution seems to work, too, though. This suggests that the solutions must be equivalent. My solution does not look like yours for the case plotted (C=2), but it does look like yours when C approaches inifinity. (This is my constant C, different from your constant C).
Thus suggests that your solution is a special case of mine. Let's see if we can make them equivalent via a linear transform (the only sort allowed for affine transformation).
If we take
lambda' = a+lambda/b
and substitute
t = sqrt(H^2C^2 -(a+lambda'/b)^2)
and let a = -HC we get
t = sqrt( 2HC/b lambda' - lambda'^2/b^2)
So if we let C = k b, and take the limit as b->infinity, we retrive your solution
t = sqrt(2 H K lambda' - lambda'^2 / b^2), but as b-> infinity this reduces to
t = sqrt(2 H k lamba')
The solution for x is also the same, except for an infinite offset, which is annoying but expected since your solution for x asymptotically approaches infinity for infinite time, while mine asymptotically approaches zero.
BTW, if
t'' + k/t^3 = 0
t = sqrt(p lambda^2 + q lambda + r)
should be a solution when 4k + 4pr - q^2 = 0