Slashdot Mirror


Gravity Tractor Could Deflect Asteroids

Hugh Pickens writes "A new study at the Jet Propulsion Labs shows that weak gravitational pull of a "gravity tractor" could deflect an Earth-threatening asteroid if it was deployed when the asteroid was at least one orbit away from potential impact with Earth. First a spacecraft would be crashed directly into the asteroid, similar to the Deep Impact mission that impacted a comet in 2005. This would provide a big change of direction, but in a less controllable fashion that could push the path of the asteroid into a dangerous keyhole. But then a second spacecraft, the gravity tractor, would come into play, hovering about 150 meters away from the asteroid, to exert a gentle gravitational force, changing the asteroid's velocity by only 0.22 microns per second each day. Over a long enough time, that could steer it away from the keyhole. In the simulation, a simple control system kept the spacecraft in position, and a transponder on the asteroid helped monitor its position and thus determine its trajectory more precisely than would be possible otherwise. 'The gravity tractor is a wimp, but it's a precise wimp,' said astronaut Jack Schweickart. 'It can make very small, precise changes in orbit, and that's what you need to avoid a keyhole.'"

14 of 372 comments (clear)

  1. How about we move this rock instead? by Anonymous Coward · · Score: 2, Interesting

    In a sense, you could apply the same approach, except try to modify earth's orbit, which might actually be easier...

  2. Keyhole - Is that a standard term? by fotoguzzi · · Score: 2, Interesting

    Could someone with the proper knowledge submit a Wikipedia article for keyhole? The word is used in the summary three times and seven times in tfa. I guess the term is here to stay.

    Thank you.

    --
    Their they're doing there hair.
  3. How to not get splattered by Jhan · · Score: 2, Interesting

    TFA spells it out very nicely. Get there one orbit early (a year or a little longer) then gently tug. Of course that's for a small asteroid, for a dinosaur killer maybe five years. If you wait until the object is a few weeks away you are toast. Cindered toast. The entire "nuclear might" of the planet launched at the intruder will do diddley squat, Bruce Willis or no Bruce Willis. That's why NEAR should get lots more funding.

    --

    I choose to remain celibate, like my father and his father before him.

  4. OT: Orbit@Home is now NASA-funded by Burz · · Score: 5, Interesting

    Its probably a good time to remind people that the distributed computing project to search for dangerous NEOs is soon to get under way. Test workunits have already been sent out and the news is that they ran very well.

  5. Re:Coaxing vs Pushing by Zocalo · · Score: 3, Interesting

    The tractor possesses mass, and therefore has a constant gravitational effect upon the asteroid (and visa versa) and the only fuel it needs to expend are the minuscule amounts necessary to keep it tracking the asteroid. The simulation shows that, given enough time, the cumulative effect of the gravitational tug can exceed that of expending all of the energy carried by the probe, whether kinetic (impact) or potential (engine burn). It's kind of like an ion engine; it's slower at first but over time it's going to leave a traditional chemical based rocket eating its space dust.

    --
    UNIX? They're not even circumcised! Savages!
  6. Re:If they ever do this... by jandrese · · Score: 2, Interesting

    Isn't the whole point of floating point that you store the exponent separately so you don't run into that problem (at least not as fast)?

    --

    I read the internet for the articles.
  7. Re:Coaxing vs Pushing by MyLongNickName · · Score: 3, Interesting

    expending all of the energy carried by the probe

    You have to obey the laws of physics. There is no way you will expend less energy holding your position than using all of your fuel to build up speed and crash into the sucker.

    In fact, if there is any elasticity in the collision, it it far more efficient to crash. And this does not take into account the fuel you will waste simply by having to angle your exhaust to not hit the asteroid.

    Now, the down sides to crashing are that you cannot accurately know just how much you will move the meteorite. You cannot make midcourse adjustments as you learn more about its trajectory, and as you mention, not all asteroids will be landable. Soft surface or rocky surace, and you will have wasted the lander.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  8. Re:Sounds overly complex by zippthorne · · Score: 2, Interesting

    You are presuming that landing is possible. The object in question might be a loosly-conglomerated gravitationally bound pile of rocks and dust.

    --
    Can you be Even More Awesome?!
  9. Re:Sounds overly complex by zippthorne · · Score: 2, Interesting

    True, however in the case of a gravity tug, your maximum useful thrust is limited by the gravitational interaction, which is limited by how close you can get. Landing takes one of the variables away, and trades it for the ones you mentioned. If it's solid, your maximum effective thrust can be very high, even if you can only use it a shorter percent of the time.

    In specific cases, landers probably would be more effective. But gravity tugs are a much better general solution, and mass-production favors general solutions.

    --
    Can you be Even More Awesome?!
  10. Re:If they ever do this... by JesseMcDonald · · Score: 3, Interesting

    Yes, but if you add, say, 1.0e0 and 1.0e-18, the result may get rounded down to 1.0e0 (no change) as the real result, 1.000000000000000001, is not distinctly representable in the number of bits available. To avoid losing precision all the bits after the leading '1' (which is assumed) have to fit within the mantissa, which is of finite size. This applies regardless of the exponent, except for the special cases of zero, NaN, and infinity.

    For a problem like this one tends to be better off using fixed-point notation, with a word size large enough to represent both the smallest increment and the largest magnitude you expect to work with. That way you don't run into the case where a small increment may or may not get rounded off depending on the magnitude of the other operand.

    --
    "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
  11. Different approach by moteyalpha · · Score: 2, Interesting

    It seems that if you wanted to change it's course by a continuous amount, that simply increasing it's mass by pushing other material into it's field would make the sun do the work. Just a random thought.

  12. why gravity? by ILuvRamen · · Score: 1, Interesting

    Why use one of the weakest forces in existence to move it? You'd probably get the same amount of thrust by attaching a dozen black cat bottle rockets to it. Gravity is pathetic! If I've got a paperclip sitting on a desk, the entire earth is pulling at it and yet one little 1 ounce magnet could pick it up. Refrigerator magnet 1, earth 0. They could strap a tiny, low yield rocket to the asteroid and blast it away waaaaaaay faster and more effectively. The whole gravity thing is so weak and dependent on the distance between the asteroid and the weighted spacecraft that it has a high chance of not working or at least not working enough.

    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
  13. Re:If they ever do this... by JesseMcDonald · · Score: 2, Interesting

    It's not always insignificant. The problem mainly comes up when you're trying to accumulate something over a large number of iterations. For example, suppose your speed is the 1.0e0 term and the 1.0e-18 is your acceleration. At first it's insignificant, but over a few thousand (or million) cycles the error in the result becomes noticeable.

    You can get around the issue with approaches like the one that this AC mentioned, but that requires additional consideration up front. You have to consider the limitations of the floating-point format when choosing and implementing your formulas rather than just writing them in the most natural style.

    --
    "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
  14. Another use for such a device .... by tkjtkj · · Score: 2, Interesting

    The 'Gravity Tractor' device was discussed somewhere on or off the net as it might relate to 'saving the earth'. As i recall, the topic was about the ultimate demise of our Sun .. in 5 billion years or so .. The process of the Sun's destruction will include its diameter expanding .. the Sun's surface approaching Earth's orbit. LONG before that, of course, the heat would sterilize our world. The proposal was to navigate a large asteroid to 'lead the earth' in its orbit around the Sun.. accellerating Earth to a higher orbit, adding millions of years of biology to continue to exist. I seem to recall that such an asteroid would need 64,000 years to accomplish its goal. At the time, i concluded that this would represent an engineering project of the largest possible scale .. In the meantime, our highways and bridges would continue to fail, of course.

    --
    "There are 11 kinds of people: those who know binary, those who don't, and those who could not care less!"