Skip to main content

The Alcubierre Drive's Tophat Shift Function In Motion

The Alcubierre drive works, (theoretically), by warping space 'downwards' in front of a spaceship and 'upwards' behind it, (picture 1).


The net effect is that the spaceship always feels like it's free-falling through space.  We have to be careful not to let the spaceship approach either the upward or downward walls of the curved space shown above.  In these regions, gravity due to the curvature of space is changing rapidly, and will cause uneven forces, known as tidal forces, on different portions of the spaceship that can cause it to break apart.  That's where Alcubierre's tophat function comes in.  The tophat is the input to the operation that describes how space is warped by the drive.  It's nice, flat top becomes the flat area in the middle of the warp shown above where the spaceship can safely rest.



In case you weren't there, here's the description of the tophhat function I provided in the last post on the Alcubierre drive[1], (stay tuned after the rehash for an explanation of the math behind the warp moving through space):

"The shift mentioned in Alcubierre's formulas[2] as beta describes how the ship advances through space and it is a function of the velocity of the moving spaceship.  Alcubierre wanted to derive a set of equations that would advance the spaceship through space without advancing anything outside the size of the spaceship.  To make sure that the shift moves just the ship and not too much of anything else that happens to be near the ship, Alcubierre tailored the shift function to be very localized in space.  Consequently, the shift is the velocity of the ship times a very tophat looking sort of function denoted as f.  The tophat ensures that the shift variable is only non-zero and proportional to velocity near the spaceship.  In the following equation,  r is the distance away from the center of the spaceship, and R is a parameter that should be a little bit large than the ship.  Sigma is a parameter that determines how localized the velocity of the spaceship is.  You'll see that as sigma increases, the function becomes a nice little square pulse centered on 0 and about the width of the spaceship".
Here's the sage demo of the tophat function's sigma and R parameters effect it:



You may have noticed that the all the graphs of the tophat function have been in terms of r, and not our usual spatial axis, x.  The value of r itself is another mathematical function defined by Alcubierre.  The value of r is the distance away from the center of the spaceship at a given point in space.  r is defined as:

$r(x_s) = \sqrt{(x-x_s)^2+y^2+z^2}$

For our example we're setting x and y to zero, so that we only move along the x direction.  With this simplification, we get

$r(x_s) = (x-x_s)$

OK, that leaves us with the question, what is $x_s$ ?  $x_s$ is the trajectory we want the ship to travel along with respect to time, something like this:



In other words, suppose we want to move from the location $x=0$ to the location $x=17$, then $x_s$ will take the values 1 to 17 as time progresses.  For our example below, we're going to assume time progresses in a uniform fashion and we advance one unit in x for each time tick.

Now, if we graph what's going on in terms of space, (the x variable), instead of terms of r, (the displacement from the spaceship), we get a different, and moving picture for the tophat function which is now:

$f_{tophat}\left(r\left(x_s\right)\right) = \dfrac{tanh(\sigma((x-x_s)+R))-tanh(\sigma((x-x_s)-R))}{2tanh(\sigma R)}$

Let's call this a chained function, (since it will fit in nicely in the next post where we'll use the chain rule for taking derivatives to get the curvature of space caused by the warp drive).  The position value returned by the trajectory for each instant of time is fed to the formula r which is fed to the tophat function.  And...

by stepping the value of our trajectory, $x_s$, from 1 to 17 as discussed, we get a moving tophat function that travels along the path we want to move through in space.  We're not all the way to the warp function yet, that'll be next time.


The animation above was created with sage.  As of yet, I haven't been able to get animations to work in an embedded sage cell, but for those who would like to play with the math, here's the sage code:

ftophat(s,r, R)=((tanh(s*(r+R)))-(tanh(s*(r-R))))/(2*tanh(s*R))
fhts = [plot(ftophat(23, x-xs, 1), (1,17), color=Color(0,0,0), ymin=-0.1,ymax=1.1,xmin=0,xmax=18) for xs in sxrange(2.1,17,.2)]
b = animate(fhts) b
b.show()


The code has also been placed in the github repository[3].

References:

1. Previous post on the Alcubierre drive
http://copaseticflow.blogspot.com/2014/06/the-alcubierre-warp-drive-tophat.html

2.  Alcubierre's paper:
http://copaseticflow.blogspot.com/2014/06/the-alcubierre-warp-drive-tophat.html

3.  github repository:
https://github.com/hcarter333/alcubierre

A year ago today:
I was experimenting with adding ham radio test exam help topics into the blog instead of on their own dedicated pages.  This appears to be one the most widely read pages on the blog.  Maybe it was a good idea!
Radio Direction Finding and Sense Antennas... Oh and the Equivalence Principle

A month ago:
Lab Book 2014_05_24 Electrical and Cooling Work

Picture of the day: San Francisco Fog

Comments

Popular posts from this blog

More Cowbell! Record Production using Google Forms and Charts

First, the what : This article shows how to embed a new Google Form into any web page. To demonstrate ths, a chart and form that allow blog readers to control the recording levels of each instrument in Blue Oyster Cult's "(Don't Fear) The Reaper" is used. HTML code from the Google version of the form included on this page is shown and the parts that need to be modified are highlighted. Next, the why : Google recently released an e-mail form feature that allows users of Google Documents to create an e-mail a form that automatically places each user's input into an associated spreadsheet. As it turns out, with a little bit of work, the forms that are created by Google Docs can be embedded into any web page. Now, The Goods: Click on the instrument you want turned up, click the submit button and then refresh the page. Through the magic of Google Forms as soon as you click on submit and refresh this web page, the data chart will update immediately. Turn up the:

Cool Math Tricks: Deriving the Divergence, (Del or Nabla) into New (Cylindrical) Coordinate Systems

Now available as a Kindle ebook for 99 cents ! Get a spiffy ebook, and fund more physics The following is a pretty lengthy procedure, but converting the divergence, (nabla, del) operator between coordinate systems comes up pretty often. While there are tables for converting between common coordinate systems , there seem to be fewer explanations of the procedure for deriving the conversion, so here goes! What do we actually want? To convert the Cartesian nabla to the nabla for another coordinate system, say… cylindrical coordinates. What we’ll need: 1. The Cartesian Nabla: 2. A set of equations relating the Cartesian coordinates to cylindrical coordinates: 3. A set of equations relating the Cartesian basis vectors to the basis vectors of the new coordinate system: How to do it: Use the chain rule for differentiation to convert the derivatives with respect to the Cartesian variables to derivatives with respect to the cylindrical variables. The chain

The Valentine's Day Magnetic Monopole

There's an assymetry to the form of the two Maxwell's equations shown in picture 1.  While the divergence of the electric field is proportional to the electric charge density at a given point, the divergence of the magnetic field is equal to zero.  This is typically explained in the following way.  While we know that electrons, the fundamental electric charge carriers exist, evidence seems to indicate that magnetic monopoles, the particles that would carry magnetic 'charge', either don't exist, or, the energies required to create them are so high that they are exceedingly rare.  That doesn't stop us from looking for them though! Keeping with the theme of Fairbank[1] and his academic progeny over the semester break, today's post is about the discovery of a magnetic monopole candidate event by one of the Fairbank's graduate students, Blas Cabrera[2].  Cabrera was utilizing a loop type of magnetic monopole detector.  Its operation is in concept very sim