I know the Alcubierre metric has its problems, and is generally disliked. However, I like the concept behind it and want to use it in a universe I'm working on. However, I'd also like to be consistent with the actual math behind it, rather than just hand-waving and making shit up (a pet-peeve of mine in sci-fi, when a mathematical solution really can exist).
I see it said frequently that not only does Alcubierre's metric require negative energy densities, but also a staggering amount of it. I've been wading through
the paper, but I feel like a lot of this math is so far beyond me. He ultimately gives the "energy density" equation (Equation 19), as this (curly brackets denote a subscript):
Code: Select all
-1/(8pi) * (v{s}^2*p^2)/(4r{c}^2) * (df/dr{s})^2
I haven't the first clue what any of those variables are. A few of them he seems to define earlier, as functions of t (v{s}(t), f(r{s}), and r{s}(t)). However, he introduces a new variable here, r{c}, which I haven't seen anywhere else in the paper. He
does define p, which is
but when it comes to the functions, he seems to drop the actual
function aspect of them. For example, he earlier defines v{s} as a function of t (after equation 5), in the form:
and also defines r{s}(t) (which I assume is the integral of dr{s}) as:
Code: Select all
r{s}(t) = [(x-x{s}(t))^2 + y^2 + z^2]^(1/2)
and finally, defines f(r{s}), which I assume to be the integral of df, as:
Code: Select all
f(r{s}) = (tanh(σ(r{s} + R)) - tanh(σ(r{s} - R)))/(2tanh(σR))
Here, again, r{s} loses the (t) function indicator, which he does
a lot, and confuses me greatly. He also introduces σ and R. R is, I think, the radius of the 'bubble' created (page 5, first paragraph), but I have no idea what units it's in, nor do I have any idea how σ, which I assume is an angle, comes into play. He also has x, y, z, and t coordinates, which obviously factor in, but I don't know how.
Ultimately, I'm just looking for a way to calculate how much energy input is required to produce a given "speed" for a given size region. If someone can show me how to understand the formulae to come to this answer, I'd very much appreciate it. A formula I can use to "plug and play" would be fantastic.
Thanks!