Skip to main content

Wormhole travel – fact or fiction?



Sometimes warp speed just isn’t an option. How, then, to traverse vast cosmic distances? Jump through a wormhole, of course.
These tunnels through space-time allow starships to zip across the galaxy in “Star Trek: Deep Space Nine” and form the alien transit hub seen in the 1997 movie “Contact.”
 tttttttttt
For now, though, wormholes are merely a concept, and a highly speculative one at that. “The whole thing is very hypothetical at this point,” said Stephen Hsu, a professor of theoretical physics at the University of Oregon. “No one thinks we’re going to find a wormhole anytime soon.”
The ability to ever actually use wormholes as interstellar superhighways seems extremely remote. Yet physics does not close the door completely on the existence of these bridges through space-time.
Burrowing through spacetime
Wormholes have been bandied about by scientists for close to a century now. From a physics standpoint, a number of roads could lead to the creation of wormholes. One of the most explored is Albert Einstein’s general theory of relativity. “There could be solutions to the Einstein equations which are wormholes,” Hsu told Life’s Little Mysteries.
The solutions describe a “tube” through the four dimensions of space-time, potentially connecting two regions vast distances apart. Think of two dots on a sheet of paper that is then folded so the dots overlap. That overlap is your wormhole, and it could theoretically allow for the transfer of matter from dot A to dot B instantaneously, instead of traveling the normal, long way across the sheet.
Scientists have theorized how a wormhole might work. The “entrance” would be a black hole. Where matter “exits” from the wormhole would be, naturally, a white hole. The first half of that construction definitely exists: Black holes — hyperdense objects thought to be at the center of many galaxies, some of which are known to have formed during the collapse of giant stars — exert so much gravity that not even light can escape their clutches. [Slideshow: 6 Everyday Things That Happen Strangely in Space]
ttttt
Although we cannot see black holes directly, we can infer their presence by how they affect nearby matter. Black holes have been caught in the act of gobbling up matter, which superheats as it swirls into their maws, and can routinely whip stars around the centers of galaxies where supermassive black holes reside.
There is zero observational evidence, however, for white holes, or matter otherwise materializing from the terminus of anything, let alone a wormhole.
It might be that we just can’t see them: Wormholes may occur only on subatomic scales and last for mere fractions of a second, suggests Paul Davies, a theoretical physicist and cosmologist at the University of Arizona. “Wormholes large enough for a human being [to travel through] might require some new form of physics,” Davies said.
tttt
A rough on ramp
Even supposing that nature somehow produced suitably person- or ship-size wormholes, passing through them would remain a tall order: The “strength” needed to open a passage through space-time, so far as we know, involves extreme densities and energies, conditions that would mean certain death to anyone entering a wormhole. [Can Anything Escape from a Black Hole?]
“If the formation of a black hole causes the formation of a wormhole which reconnects to our universe or another,” Hsu said, “most of us would guess that the densities involved wouldn’t be practically useful for someone soft and pink like you and me.”
Wormhole engineering
ttt
That small matter aside, another issue for wormholes is keeping them pried open and stable. Many sorts of theoretical wormholes quickly collapse or scramble whatever particles are inside them.
“You would need some very exotic type of matter in order to stabilize a wormhole,” said Hsu, “and it’s not clear whether such matter exists in the universe.”
Such matter would need to have negative energy that expands in space instead of contracting, as mass with its inherent gravity is wont to do. One such candidate phenomenon is the Casimir effect, which was verified about 15 years ago in the lab.
According to quantum mechanics, the vacuum of space is suffused by electromagnetic waves of all frequencies. By placing two thin metal plates within a few nanometers of each other, longer waves are excluded from the gap. Because there are not as many waves in the gap as in normal space, a negative energy density is created and the plates attract each other.
tt
In theory, if amplified, the Casimir effect could be used to manipulate wormholes. But Hsu said the effect is very weak and would introduce the inherent, “fuzzy” unpredictability of quantum mechanical systems, so the wormhole would probably not be stabilized in any case.
Another strange item known as dark energy, the mysterious force thought to be behind the acceleration of the universe’s expansion, hints at fresh physics yet to be understood. String theory and other corrections to general relativity might yet change the game, but Hsu said it is far from clear how any of these could be applied to the problem of wormhole wrangling.
t
Overall, exploiting natural wormhole portals or generating homemade versions, like the spacebridge in the film “Stargate,” is far beyond our abilities. “You would need some of super-super-advanced technology,” Hsu said. “Humans won’t be doing this any time in the near future.”
Plausibility score: Well-developed modern and speculative physics do not prohibit the existence of wormholes, but harnessing them for cosmic journeying would seem to require titanic breakthroughs in technology.

Comments

Popular posts from this blog

Can I determine if my computer has a key logger installed? – YES!!!

Detecting keyloggers is as simple as looking in the right place (which may or may not be simple depending on your viewpoint). The problem is knowing what to look for and where. What follows is a non-exhaustive few things you could do to check for keylogging modules. Firstly, the obvious easy way to build a keylogger is to use DLL Injection which can be achieved a number of ways. Most of these will result in a DLL showing up as mapped to the process’s address space. Take a look at this picture: What is the topmost entry in that list? It’s a pyd , or python extension, file. I’ve been messing with python-implemented COM servers and as a result, the DLL is loaded into Windows Explorer’s address space. DLL Injection of the keylogging variety will load its DLL into all of the target address spaces – can’t capture everything if you don’t. So one thing to look out for would be strange DLLs you cannot attribute to products whose purpose you know. They’ll show up in this list for...

The era of Minimalism in Web Design

The extraordinary brashness (or rather, brash extraordinariness) of overtly stylized webs with all the bells and whistles on never arouses indifference in their beholder. While some old-school designers continue in their attempt to create websites with spellbinding effects and to adorn their designs with colorful and glossy elements, the advocates of flat designs are growing at a brisk rate. Minimalism may or may not have replaced extravagance in web design as yet, but it is, without doubt, a trend that has only been getting trendier. In its bare bones, you call a design flat or minimal when it gets rid of its stylized and glossy attributes . What’s left is subtle, yet, equally fascinating. However, it has to be done right otherwise it just turns out to be dull. So, you remove the effects like shadows, fancy fonts, multiple colors, and any and all scream-out-loud effects, etc. Flat Designs Is What Everyone Seems To Be Leaning Towards World Baking Day There are reasons to...

Create a custom virtual machine…

A custom virtual machine simply means a virtual machine you create using the From Gallery option because it gives you more configuration choices than the Quick Create option. These choices include: Connecting the VM to a virtual network Installing the VM Agent and extensions, such as for antimalware Adding the VM to an existing cloud service Adding the VM to an availability set Important : If you want your virtual machine to use a virtual network so you can connect to it directly by hostname or set up cross-premises connections, make sure you specify the virtual network when you create the virtual machine. A virtual machine can be configured to join a virtual network only when you create the virtual machine. For details on virtual networks, see Azure Virtual Network Overview. Sign in to the Azure Management Portal. Check out the Free Trial offer if you don’t have a subscription yet. On the command bar at the bottom of the window, click New . Under Compute , click Virtual Mach...