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.'"

65 of 372 comments (clear)

  1. If I buy a gravity tractor... by faloi · · Score: 4, Funny

    Do I get a nifty green hat to wear while I'm on it?

    --
    "It is a miracle that curiosity survives formal education." -Albert Einstein
    1. Re:If I buy a gravity tractor... by flyingsquid · · Score: 2, Funny

      If it's a John Deere brand gravity tractor, yes you do!

  2. If they ever do this... by DoofusOfDeath · · Score: 2, Insightful

    I hope their simulations use doubles, not floats!

    1. Re:If they ever do this... by Z_A_Commando · · Score: 2, Insightful

      Actually, I would rather they use a consistent measurement for distance at all times. No more use of meters and feet in the same device!

    2. Re:If they ever do this... by 4D6963 · · Score: 4, Informative

      I hope their simulations use doubles, not floats!

      I know you're joking but for just the speed values if they used time increments in the order of the second then the speed differences would be in the order of e-18, which is too small for a double's mantissa. I'd rather go with long doubles, or better (I think you can achieve something like that by using a number to store the closest representable value and another one to represent the tiny difference from what it should be).

      --
      You just got troll'd!
    3. Re:If they ever do this... by gplus · · Score: 5, Funny

      I agree. They should use furlongs and fathoms.

    4. 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.
    5. Re:If they ever do this... by HairyCanary · · Score: 4, Insightful

      Why do they have to be limited to the precision of built-in data types? If dc can support unlimited precision calculations, the JPL can probably figure out too.

    6. Re:If they ever do this... by Tophe · · Score: 4, Funny

      or Smoots :D

    7. 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
    8. 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
  3. 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...

    1. Re:How about we move this rock instead? by 4D6963 · · Score: 4, Insightful

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

      You realise of course that the Earth is pretty much a trillion times heavier than a mankind-threatening asteroid, right? And what would you want to modify Earth's orbit for anyways?

      --
      You just got troll'd!
    2. Re:How about we move this rock instead? by deraj123 · · Score: 4, Funny

      We are currently working on this cold issue. However, some have termed this effort "Global Warming" and have decided that it is a bad thing.

  4. Armageddon 2 by FlyingSquidStudios · · Score: 5, Funny

    Bruce Willis hovers over an asteroid for two action-packed hours!

    1. Re:Armageddon 2 by FlyingSquidStudios · · Score: 4, Funny

      You THINK he died, but he actually hid in a refrigerator. He got the tip from his friend Harrison Ford.

  5. Preliminary testing. by kwabbles · · Score: 5, Funny

    Will be done by holding monthly Gravity Tractor Pulls at the local fairgrounds, with free beer.

    --
    Just disrupt the deflector shield with a tachyon burst.
    1. Re:Preliminary testing. by pauljlucas · · Score: 4, Funny

      Will be done by holding monthly Gravity Tractor Pulls at the local fairgrounds, with free beer.

      But it'll take a while until all testing is completed because they'd only do testing on Sunday, Sunday, Sunday!

      --
      If you reply, do so only to what I explicitly wrote. If I didn't write it, don't assume or infer it.
  6. 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.
    1. Re:Keyhole - Is that a standard term? by lurking_giant · · Score: 3, Informative
  7. Darn by corychristison · · Score: 2, Funny

    ... and I thought it would be more like this.

  8. Coaxing vs Pushing by flaming+error · · Score: 3, Insightful

    How is gently pulling the asteroid with a weak gravity string more efficient than just landing the same "tractor" on the asteroid and pushing it gently but directly?

    1. Re:Coaxing vs Pushing by Dr.+Eggman · · Score: 4, Insightful

      maintaining an object near the asteroid would require less energy than actively pushing it away. Not to mention the possibility of asteroids that aren't solid enough to support something on its surface pushing it.

      --
      Demented But Determined.
    2. 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!
    3. 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
    4. Re:Coaxing vs Pushing by MyLongNickName · · Score: 2, Insightful

      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,

      So, basically, you are somehow getting more energy out of the system than you put in. This is basically the definition of a perpetual motion machine.

      Ion engines give better long-term acceleration than chemical engines because they can spit the exhaust out faster, not because there is some magical reason that slow acceleration is more efficient than fast acceleration.

      Ramming the ship into the asteroid is more efficient, but has the problem of potentially busting up chunks of the asteroid, imprecise measurements, and the inability to monitor and make adjustments as the asteroid is moved.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    5. Re:Coaxing vs Pushing by caywen · · Score: 2, Insightful

      Doesn't the tractor have to expend energy to maintain a fixed distance from the asteroid? Also, wouldn't the tractor gain more benefit from maintaining as small a distance from the asteroid as possible to maximize its gravitation effect? In that case, the amount of energy it would have to expend would be proportional to inverse distance squared to maintain that distance, right? Is that really less energy than landing on the thing and using one of those ion propulsion engines? Or, perhaps the benefit is in the logistics. Perhaps landing safely on the thing is much harder than maintaining a fixed distance. If that's the case, I would get it. Sorry, I didn't do any real math, this is just a from the hip question.

    6. Re:Coaxing vs Pushing by Bemopolis · · Score: 3, Insightful

      Another problem with direct impact vs. hovering is that the collision might not take place at the center of mass of the asteroid. Thus, some of the impact energy would be wasted adding or subtracting spin of the asteroid, which would not affect its trajectory. Additionally, some asteroids are more rockpile than solid rock. Hovering avoids the first problem and obviates the second.

      --
      "I guess the moral of the story is, don't paint your airship with rocket fuel." -- Addison Bain
    7. Re:Coaxing vs Pushing by ceoyoyo · · Score: 2, Insightful

      You've forgotten that you have to expend fuel to avoid being pulled into contact with the asteroid. The amount of movement (under ideal conditions) is the same. The tug method has the advantage that it works with piles of gravel just as well as a hunk of iron, and oblong asteroids just as well as spherical ones.

    8. Re:Coaxing vs Pushing by AlecC · · Score: 2, Insightful

      The asteroid is almost certainly spinning to some extent, and not about an axis that you wnat to push on. For a "one big thump" impact that doesn't matter, but for a steady push you would have to kill the rotation, which would probably take much more energy. The gravity tractor hangs just out of the reach of any flailing "mountains" and pulls in a constant direction.

      Th falling apart problem probably wouldn't matter for the tiny impulse suggested, but would for the "one bigh thump", whose consequences would be extremely unpredictable. By contrast, the gravity tractor is pretty precise to start with, and the longer it runs the better we know the asteroids mass and the prciser it becomes.

      This is not new news - I first heard it about a year ago. But the idea is getting critical oversight, and standing up to it, which is promising. But basically, when I heard this idea, I stopped panicing about asteroids. If we get three years warning, we can fix it. It may take Apollo-scale expenditure, but it can be done. Actually, my estimate would be lower - range $10-40 billion. Which has to be a hell of a sight better cost/benefit ration than the Iraq war.

      --
      Consciousness is an illusion caused by an excess of self consciousness.
  9. Um, dumb question time by smooth+wombat · · Score: 3, Insightful

    If all they're trying to do is move the orbit of the asteroid by a fraction or a millimeter per second, wouldn't it be easier to just, you know, harpoon the asteroid and use ion engines to gently pull on it rather than trying to keep a second spacecraft hovering over the non-smoking crater of the first spacecraft? Or, if harpooning isn't viable (cue 'Whalers on the Moon'), just have the spacecraft rest on the asteroid's surface and, using ion engines again, push on the thing.

    Can someone more well versed in orbital mechanics and the motion of bodies in space please provide some information as to why these are not viable options.

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    1. Re:Um, dumb question time by Colonel+Korn · · Score: 5, Insightful

      If all they're trying to do is move the orbit of the asteroid by a fraction or a millimeter per second, wouldn't it be easier to just, you know, harpoon the asteroid and use ion engines to gently pull on it rather than trying to keep a second spacecraft hovering over the non-smoking crater of the first spacecraft? Or, if harpooning isn't viable (cue 'Whalers on the Moon'), just have the spacecraft rest on the asteroid's surface and, using ion engines again, push on the thing.

      Can someone more well versed in orbital mechanics and the motion of bodies in space please provide some information as to why these are not viable options.

      Orbital mechanics aren't the problem with your suggestion. Consider getting a craft to gently land on an asteroid. That's probably equivalent in difficulty to having a craft maintain its position 150 meters from the asteroid, as suggested in TFA. Already the lander has had about as much complexity as the "hoverer."

      Now consider that the object must pull or push the asteroid along a very specific and consistent trajectory to safely move it out of danger. Remember that the asteroid is certainly spinning about two axes, so an object stuck to the surface would not be able to simply face in one direction and push. The craft hanging out 150 meters from the asteroid ignores the spinning and does its job, while the craft on the surface of the asteroid has to either push really hard every once in awhile, when its trajectory happens to be lined up well, or it has to constantly push and angle its exhaust while continuously calculating the correct direction to maneuver the spinning object correctly. Or it could cease the asteroid's rotation, which itself is a difficult problem.

      --
      "I zero-index my hamsters" - Willtor (147206)
    2. Re:Um, dumb question time by the_other_chewey · · Score: 3, Insightful

      Or, if harpooning isn't viable (cue 'Whalers on the Moon'), just have the spacecraft rest on the asteroid's surface and, using ion engines again, push on the thing.

      One word: Rotation.

      If you put an engine on the asteroid, you cannot use it about half of the time (very roughly, probably way less)
      because it would be pushing in the wrong direction.
      Hovering decouples your applied force from the rotational movements of the asteroid, so as long as you manage
      to hold your position on the right side of the asteroid, the force is applied constantly.

      So a gravity tractor can apply the same delta-v faster than a "ground based" solution.

    3. Re:Um, dumb question time by verbamour · · Score: 2, Funny

      It's not orbital mechanics, but asteroid mechanics that come into play. An asteroid may be a loose gravel pile, so an engine placed on the surface may dig in, or even push all the way through. Gravity traction is a very low-stress way to impart momentum.

      I'm not a rocket scientist, but my hot girlfriend's little sister is...

  10. Re:Sounds overly complex by oyenstikker · · Score: 2

    Wouldn't it be easier (and more effective) to have something land on it once, latch on, and fire rocket boosters to move it rather than to drive next to it for a long time?

    --
    The masses are the crack whores of religion.
  11. 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.

  12. 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.

  13. Re:and now ... by Anonymous Coward · · Score: 2, Funny

    After they've lined up, what then?

  14. Dupe by Thelasko · · Score: 3, Informative
    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
  15. Obligatory Hitchhiker's Guide to the Galaxy quote by Yvan256 · · Score: 2, Funny

    Barman: Do you really think the world's about to end?
    Ford: Yes, in just over 3 minutes and 5 seconds.
    Barman: Well, isn't there anything we can do?
    Ford: No. Nothing.
    Barman: I thought we were supposed to lie down, put a paper bag over our head or something...?
    Ford: Yes, if you like.
    Barman: Will that help?
    Ford: No. Excuse me, I've got to go.
    Barman: Ah, well. Last orders please!

  16. Screw the asteroids tracking systems by Yvan256 · · Score: 3, Funny

    We should be watching to see if the dolphins leave the Earth by their own means.

  17. 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?!
  18. Opportunity to Weaponize by garnkelflax · · Score: 2, Insightful

    If it can be guided away from the keyhole, could it not also be guided towards? I think this presents a wonderful opportunity for extortion. If I only had the resources I would shave my head, get a cool chair, and become adept at holding my pinky to the corner of my mouth in an evil fashion.

  19. Re:Sounds overly complex by Chyeld · · Score: 2, Informative

    Even if the asteroid is solid, and there is some 'miracle' way of anchoring the rocket to the asteroid: Landing and pushing requires the assumption that the center of gravity and the shape of the asteroid is such that you can position the rocket push in a productive manner and not just cause the rock to pinwheel or split in two.

  20. Re:I hate to accuse JPL of forgetting something... by trongey · · Score: 4, Informative

    Who modded the parent "insightful". The answer is pretty simple, and is even illustrated in the article. The picture shows a craft with three thrusters all angled away from the asteroid. The resulting thrust is a vector normal to the target. Sure, it sacrifices efficiency, but it works.

    --
    You never really know how close to the edge you can go until you fall off.
  21. Nice, but lets keep it real. by Lord+Apathy · · Score: 4, Insightful

    Gravity Tractor? You know I love these sky high fantasy ideas to deflect asteroids as much as anyone else but shouldn't we be concentrating on what is real? If an asteroid does threaten Earth in the next few years we will use nuclear demolitions on it. We will not use a gravity tractor, laser beams, or giant snow balls. Nor will we attach plasma engines or mass drivers to it. We will use nuclear demolitions because that is, simply, all we have.

    We will not send a robot to do it nor will we send some type of futuristic space ship driven by plasma/ion engines. It will be a manned ship with old style chemical rockets right out of the '60. Why? Because we have over 60 years experience with them and they will get the job done. We'll send men and not a robot because the mission is to important to have place in the hands on questionable technology. A robot breaks down and the mission is over. With men at least you have some hope they can fix it. Yes, it will probably be one way but the pilots will know that. They will go anyway.

    Yes, we will break it up in to smaller pieces because that is best. Don't give me that shotgun crap about it scattering the damage over a wider area. We will think of that and cover it. If we let a huge honking rock ride in the atmosphere will not even slow it down. It will punch through it like it isn't even there. Worse is it will punch through the crust to the mantel causing shockwaves all around the planet.

    We wont' use one nuke. We will blowup the big one then we will blow up the smaller ones into smaller pieces. We will do this until the chunks are small enough that the atmosphere will handle. With smaller chunks there is more surface area for the atmosphere to work on. Most importantly the smaller chunks will not "crack the crust" as one fat ass one would.

    --

    Supporting World Peace Through Nuclear Pacification

    1. Re:Nice, but lets keep it real. by 1729 · · Score: 3, Informative

      Gravity Tractor? You know I love these sky high fantasy ideas to deflect asteroids as much as anyone else but shouldn't we be concentrating on what is real? If an asteroid does threaten Earth in the next few years we will use nuclear demolitions on it. We will not use a gravity tractor, laser beams, or giant snow balls. Nor will we attach plasma engines or mass drivers to it. We will use nuclear demolitions because that is, simply, all we have.

      [...]

      We wont' use one nuke. We will blowup the big one then we will blow up the smaller ones into smaller pieces. We will do this until the chunks are small enough that the atmosphere will handle. With smaller chunks there is more surface area for the atmosphere to work on. Most importantly the smaller chunks will not "crack the crust" as one fat ass one would.

      Blowing up an asteroid isn't necessary, and with only a couple of years' notice, it isn't very effective, either. For details, see:

      https://e-reports-ext.llnl.gov/pdf/343984.pdf

      Nuclear explosives are a good tool for this job, just not in the way that you think they are.

    2. Re:Nice, but lets keep it real. by Tim+C · · Score: 2, Insightful

      Gravity Tractor? You know I love these sky high fantasy ideas to deflect asteroids as much as anyone else but shouldn't we be concentrating on what is real?

      And how exactly do we turn those sky high fantasy ideas into reality, other than by concentrating on them?

      We already have teams looking at doing as you suggest, what do we lose by having other teams look at other ideas? More people working on the same thing won't necessarily make it happen any faster or better. People here of all places should understand that.

    3. Re:Nice, but lets keep it real. by jdigriz · · Score: 3, Informative

      A gravity tractor is not a sky-high fantasy idea. It's simply giving a name to the fact that all objects attract each other at least a little. They're hovering a little spacecraft near the asteroid and then moving it away under low-power. The asteroid follows slowly due to the laws of physics, not because the ship carries a star-trek tractor beam. Yes, in the future we will send men to explore non-threatening asteroids. But currently we don't even have manned ships built that can get beyond low earth orbit. So no, the odds are we won't be sending men to do it, except perhaps as a backup. A small robot "tug" like this one is the only option other than nuking it with ICBMs until we have longer-range craft built.

    4. Re:Nice, but lets keep it real. by AlecC · · Score: 3, Insightful

      I don't think you know what a "Gravity Tractor" is. It is about 20 tons (min) of rock. We have that. It is put close to the asteroid in the direction we want to pull it, and good ol' Newtonian gravity is allowed exert traction (mMG/d^2). Then thrusters on the lump of rock thrust to get rid of the "equal and opposite" reaction pulling the lump onto the asteroid. So, like the classic donkey with a carrot on a string, the asteroid is gently lead away from the collision with earth.

      This is *much* safer than nukes, and *much* lower technology. We can do. No. For mere money.

      --
      Consciousness is an illusion caused by an excess of self consciousness.
    5. Re:Nice, but lets keep it real. by Lord+Apathy · · Score: 2, Insightful

      I know exactly what a gravity tug is. I suggested that we use one a few posts back to move a moon from Jupiter to Venus. So, yeah I know what is and how it works. I also know this, we don't have the experience to make it work. And we don't have time to learn.

      You say this is "much safer" like nukes are a bad thing? Actually the nuclear option is much safer because with out present level of understanding it is the best thing that will work. Hell, it's the only thing. Are you opposed to using nukes because they have that word nuclear in them?

      We would not just start lobbing nuclear bombs at a target and hoping one of them works. We would send a highly trained team out there to ether demolish it into manageable chunks or change is course with nuclear demolitions, with a carefully thought up plan.

      You know why all this solar sail and gravity tug plan came up? or why the nuclear option has been pretty much shunned? Because some hippie scientist didn't like the idea of using nukes in space, if forget his name, not even to save the planet.

      --

      Supporting World Peace Through Nuclear Pacification

  22. 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?!
  23. Compensated summation by DrYak · · Score: 4, Informative

    (I think you can achieve something like that by using a number to store the closest representable value and another one to represent the tiny difference from what it should be).

    Yup. It's the Kahan summation algorithm. It works as you describe it and it used to compensate the error that happens when doing very big sums of very small numbers (exactly the situation in the gravity tractor's problem)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Compensated summation by PaganRitual · · Score: 2, Funny

      Yup. It's the Kahan summation algorithm. It works as you describe it and it used to compensate the error that happens when doing very big sums of very small numbers

      Ah yes. It's a very useful algorithm, although you only touch on the second stage of dealing with the error, which is the usage of the algorithm in compensating for the error.

      There is a first, less commonly mentioned stage that the algorithm helps with, which is dealing with the frustration on encountering the error in the first place.

      You can yell out KAHAAAAAAAAAAAN.

      Okay, I'm done.

  24. Re:and now ... by Nick+Number · · Score: 2, Informative

    Cause I speak of the properties of love.

    Pompatus.

    --
    Promote proofreading. Don't mod up sloppy posts.
  25. Action and reaction, man by Moraelin · · Score: 4, Insightful

    Actually, there is no free meal there. If you exert a force F on the asteroid, you get -F exerted upon the tractor. (Imagine a cute little vector mark above the F, to be completely true.) There is no known way to escape that.

    If you always stay X metres in front of the asteroid, then effectively you can treat the whole system as one body. You're not just accelerating the asteroid (with mass m1), you're also equally accelerating the tractor (let's call its mass m2) with the same acceleration, or they'll collide or drift apart. So effectively you're accelerating the sum of their masses, m=m1+m2.

    The force to do that is still F=m*a, or F=(m1+m2)*a. There is no free lunch. You're still accelerating the same m1+m2, and if done at the same a, you must apply the same force F. I.e., if the same rocket engine is used, you get to burn the same amount of fuel, regardless of whether they're physically in contact or weakly pulled by gravity. Using gravity there just puts a (very low) upper bound on F.

    But wait, that was assuming the ideal case, where you magically apply _exactly_ the amount of force to stay always at X metres drom the asteroid. Reality is much less ideal. Such a tractor would probably have to fire rocket engines back and forth, just to stay anywhere near the prescribed distance. I.e., it would use extra fuel for positioning and maneuvering, whereas a lander with a big jet pointed "upwards" would have no such worries.

    Just about the only reason I see there, is if you have to essentially rotate the system, to execute some complex maneuver with the asteroids (over aeons, mind you.) Then it's probably less waste to just move the tractor around the asteroid, than to rotate the asteroid with your thruster embedded in it.

    Still, I'm kind of at a loss as to when or why you'd need that, or have the luxury of enough time for such infinitesimal accelerations to do the job. More realistically, you'd just want the asteroid's orbit changed enough that it doesn't collide with Earth. And you'll likely not have that awfully much time. So you just want to push it out of the way, hard enough to make a difference, but not hard enough for it to shatter into a MIRV of death and destruction. Probably the safest bet being to push it upwards or downwards, in regard to Earth's orbit, so it becomes a lot more inclined than the orbit which threatened to collide. You have a lot more margin for error in the calculation there. You don't need to rotate and maneuver it accurately, you just want it out of the way.

    So basically while I'll agree that their method could work, I'm kinda at a loss as to why would you want to do it that way.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Action and reaction, man by Mattsson · · Score: 3, Insightful

      or have the luxury of enough time for such infinitesimal accelerations to do the job.

      The article said that they'd use one probe to crash into the asteroid to make it miss the Earth, then use a second one to use gravitation over a very long period of time to make sure that the new orbit won't cross Earth orbit later.

      One possible reason why they wouldn't want to land it and then push it in order to fine tune the new orbit, which would take the exact same amount of fuel, is that they might have to change the thrust vector at a later date.
      This is hard to do with something standing in a certain place on the asteroid.
      Something keeping position a bit to the side is easier to move to a new position.
      And if the asteroid is spinning, which is not entirely unlikely, anything situated on it would have a hard time exerting a force at an exact vector relative to the orbit.

      --
      /.Mattsson - My native language is not English, so please don't whine over linguistic errors. (That's lame anyway...)
  26. 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.

  27. Suckers! by g0dsp33d · · Score: 2, Funny

    I just got a patent on giant space traffic signs to divert and manage traffic flow. More effective and it does not get stuck in space mud. Plus I can't get sued if my product fails! hahaha I'll be rich.

    --
    lol: You see no door there!
  28. Why is this useful? by david.given · · Score: 2, Informative

    If you place your massy spacecraft near an asteroid and let go, the two will mutually attract each other and eventually collide. The centre of gravity of the system won't change.

    So, in order for this to work at all, you need a manouevering system on the spacecraft in order to maintain its separation from the asteroid.

    The thing is, though, that from a pure orbital mechanics point of view, this is absolutely equivalent to simply mounting the spacecraft's thrusters on the asteroid itself. In fact, using the gravitational tractor is probably going to be rather less efficient, because the geometry of the system is such that you have to fire your thrusters towards the asteroid --- and a certain amount of your thruster exhaust is going to bounce off the asteroid's surface, imparting momentum in the wrong direction to the asteroid.

    The only things I can think of that the gravity tractor does for you that direct acceleration doesn't is:

    • With the gravity tractor, you don't have to manipulate the asteroid in any way; this may make the engineering considerations easier, as you don't have to worry about the rock collapsing under your rocket's thrust, etc;
    • The gravity tractor operates on the entire mass of the asteroid, rather than applying thrust to one point and relying on the asteroid's integrity to distribute the thrust. This avoids embarassing situations where the asteroid simply disintegrates rather than accelerating, or leaving stuff behind.

    But, given the type of accelerations we're talking about --- which will be the same regardless what technique you're using --- I wouldn't imagine that either of these would be a problem in practice. So, what makes the gravity tractor so much better than just using rockets? Indeed, what makes it better than alternative approaches like spraying the asteroid with aluminium powder (which raises the albedo, causing increased photon pressure, which alters the orbit over time)?

  29. Re:How about we move this rock instead? NO!NO! by davidsyes · · Score: 2, Funny

    How about we launch 'accelotrons" to generate wormholes around the threatening asteroids and cometary matter. Just send them off... POOF! GONE. (Well, until beings from Klixator Prime and other places come knocking on our door with cease and desist orders due to all OUR life-extinguishing heavenly bodies create junk yards in other worlds...)

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  30. 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!"
  31. Re:We think rather highly of ourselves by garompeta · · Score: 2, Informative

    I suggest you to check NASA's program for tracking asteroids: NEAR-EARTH ASTEROID TRACKING (NEAT). http://neo.jpl.nasa.gov/programs/neat.html

  32. When can we test it? by seanonymous · · Score: 2, Funny

    It will be much easier to colonize the moon if we move it a bit closer.

  33. Freeman Dyson's proposal by tinkerton · · Score: 2, Insightful

    In one of his books Dyson warns against the idea of blowing up approaching asteroids and proposes mass drivers that push the asteroid into a new orbit over extended periods, possibly years. Factors I can think of from the top of my head:

    - a mass driver needs mass, which it gets from the asteroid. So you don't have to sling huge masses towards the asteroids.
    - anchoring the mass drivers can be a problem if the asteroid is brittle. Bigger asteroids may be stronger but you also have to push harder.
    - you can have many mass drivers
    - the more time you have the better.

    So the special thing about a gravity tractor is that it's a reliable way to attach a mass driver to any type of asteroid. The tractor still needs mass drivers and it needs a lot of mass to build up the gravity. If you see the asteroid as a "soft waterball" that is hard to push, you could consider the tractor as an empty box with . It flies over, fills itself with parts of the asteroid and starts pulling.