14

A post on reddit inspired me and another contributor to wonder if there is a metric that produces a $1/r$ force law, or logarithmic potential, at least in the large-$r$ limit (if not exactly). Is any such metric known? Or is there a reason why it can't exist?

I would ordinarily look to 2+1D spacetime, because the Newtonian gravitational force in 2D is $1/r$, but that has been calculated and there is no gravitational force whatsoever in 2+1D GR. The spacetime around a point mass is flat with an angle defect.

Qmechanic
  • 220,844
David Z
  • 77,804

1 Answers1

7

I'm guessing you want your metric to be spherically symmetry and to tend asymptotically to flat spacetime. In that case you want something like:

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

where both $a(r)$ and $b(r)$ have to tend to one for large $r$.

A $1/r$ force law is going to require that the Christoffel symbol $\Gamma^r_{tt}$ is approximately $1/r$. One quick thrash of Mathematica later and I get:

$$ \Gamma^r_{tt} = -\tfrac{1}{2}b(r)~\frac{\mathrm da(r)}{\mathrm dr} $$

As a quick check, for the Schwarzschild metric we expect $\Gamma^r_{tt}$ is approximately $1/r^2$ to give the inverse square law. For this metric:

$$ a(r) = b(r) = 1-\frac{2GM}{c^2r} $$

So:

$$ \Gamma^r_{tt} = -\left(1-\frac{2GM}{c^2r}\right)\frac{GM}{c^2r^2} $$

and in the limit of $r \rightarrow\infty$ we get $\Gamma^r_{tt}\propto 1/r^2$ as we expect. So far so good.

So you just need to find two functions $a(r)$ and $b(r)$ such that both tend to unity at large $r$ and:

$$ b(r)~\frac{\mathrm da(r)}{\mathrm dr} \approx \frac{1}{r}$$

for large $r$. Typically you'd look for functions like $1+f(r)$ where $f(r)$ becomes small at large $r$ and $\mathrm df/\mathrm dr \propto 1/r$, but that would give $f = \ln(r)$ and that doesn't go to unity at large $r$. No doubt our more experienced mathematicians can immediately think of a solution, but I have to confess that nothing springs to mind.

John Rennie
  • 367,598