russ_watters said:
You're claiming you can calculate a tidal force from that equation? Doesn't look like it to me, but I'd love to see it. I'd also like to see a reference for that being an equation for tidal force.
Yeah, except I messed up transform, and the metric I gave you isn't Ricci flat. I'll fix it and get back to you.
Edit: Ok, here we go. Corrected form of the metric, first.
ds^2 = \left(r^2\omega^2 sin^2\theta + \frac{2M}{r} -1\right) dt^2 + \left(1 - \frac{2M}{r}\right)^{-1} dr^2 + r^2 d\theta^2 + r^2 sin\theta d\phi^2 - 2 r^2 \omega sin^2\theta dt d\phi
Given that metric, all you have to do is compute the Rieman tensor.
R^\alpha_{\beta\gamma\delta} = \frac{\partial \Gamma^\alpha_{\beta\delta}}{\partial x^\gamma} - \frac{\partial \Gamma^\alpha_{\beta\gamma}}{\partial x^\delta} + \Gamma^\alpha_{\gamma\rho}\Gamma^\rho_{\beta\delta} - \Gamma^\alpha_{\delta\sigma}\Gamma^\sigma_{\beta \gamma}
Where the Christoffel symbols are defined as follows.
\Gamma^\alpha_{\beta\gamma} = \frac{1}{2}g^{\alpha\delta}\left(\frac{\partial g_{\beta\delta}}{\partial x^\gamma} + \frac{\partial g_{\gamma\delta}}{\partial x^\beta} - \frac{\partial g_{\beta\gamma}}{\partial x^\delta}\right)
And using the line element I posted earlier, the non-zero elements of the metric tensor are following.
g_{tt} = r^2\omega^2 sin^2\theta + \frac{2M}{r} - 1
g_{rr} = \left(1-\frac{2M}{r}\right)^{-1}
g_{\theta\theta} = r^2
g_{\phi\phi} = r^2 sin\theta
g_{t\phi} = -r^2\omega sin^2\theta
The tidal acceleration from curvature is easy.
a^\alpha = - R^\alpha_{\beta r \delta}u^\beta u^\delta L
Since object starts out at rest, u is trivial.
u^\alpha = (\left(1-\frac{2M}{r}\right)^{-1/2}, 0, 0, -\omega \left(1-\frac{2M}{r}\right)^{-1/2})
(Feel free to verify that u
αu
α=-1)
So all you really need are 3 vectors: R
αtrt, R
αφrφ, and R
αtrφ.
Because I'm obviously not going to do all that work, I threw it into a Mathematica package and crossed my fingers.
a^\alpha=\left(0, \frac{2M}{r^3}L, 0, 0\right)
Which is exactly the same result as I should get without rotation, so that's a good sign. If I substitute in the numbers for M, L, and r, I get tidal acceleration of 0.00015m/s². At the mass of 1000kg, that's 0.15N of tidal force. You should get exactly the same from classical method. (Especially since the classical formula gives you 2GM/r³.)