Slashdot Mirror


The Mathematics of a Trip to Mars?

hakonhaugnes wonders: "Since trips to Mars seems commonplace (NASA has sent one every 26 months), I thought it made sense to try to understand how the interplanetary trajectory is calculated. NASA's page is deploringly void of intricate details. I found this excellent page, but it still left me feeling that I was missing something. Surely the calculus must go beyond two bodies (mars/earth)? (It seems there are commercial MATLAB scripts available but at $150 it went beyond the defensible to satisfy my curiosity). Are there any curious Slashdot readers with the usual great insight into how to calculate a trip to Mars?"

373 comments

  1. Extemely Complex Calculations by Shadow+Wrought · · Score: 4, Funny

    What with all the epicycles and all;-)

    --
    If brevity is the soul of wit, then how does one explain Twitter?
    1. Re:Extemely Complex Calculations by squidfood · · Score: 3, Funny
      What with all the epicycles and all;-)

      You'd think it was rocket science.

    2. Re:Extemely Complex Calculations by Attar81 · · Score: 1

      Try this! Penguin!

    3. Re:Extemely Complex Calculations by Keebler71 · · Score: 3, Funny
      Well, since we are starting off with a joke...

      How do you know if an astrodynamicist is an extrovert?

      He looks at your feet when he talks to you!

      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    4. Re:Extemely Complex Calculations by Anonymous Coward · · Score: 0

      Holy crap! I'm being exposed to Christian propaganda! I'm meeeelting!

    5. Re:Extemely Complex Calculations by tbischel · · Score: 3, Funny

      Whats so hard about rocket science?
      Pointy end goes up

    6. Re:Extemely Complex Calculations by backvan · · Score: 1

      What a cute Orbit Mind Game this Spaced Pinguin is. I actually got the #2 score for today "rlb" which at my age is really something. I've been over the hill for ages!!

    7. Re:Extemely Complex Calculations by Patrik_AKA_RedX · · Score: 1

      We've replaced the epicycle with a bicycle and now even a kid can do it.

    8. Re:Extemely Complex Calculations by OwnedByTwoCats · · Score: 1

      Epicycles, shempicycles.

      All you need to do is to solve the differential equations:
      _f_ = _r_ * G * m1 * m2 / (|_r_|)^3.

      _a_ = _f_/m.

      _a_ = d_v_/dt

      _v_ = d_x_/dt.

      _f_, _r_, _a_, _v_, and _x_ are three-dimensional vector quantities.

      Consider four bodies, Earth, Mars, Sun, and Vehicle. So there are six pair-wise force interactions (Earth - Mars, Earth - Sun, Earth - Vehicle, Mars - Sun, Mars - Vehicle, and Sun - Vehicle).

      Initial conditions are left as an exercise to the student.

    9. Re:Extemely Complex Calculations by Fordiman · · Score: 1

      I'm sure they're very complex.

      I don't see why that matters, though.

      Granted, it means making a vector arithmetic system for momentarily calculating the forces on all astral bodies in the solar system (as well as finding the theoretical average pull from extrasolar bodies), then placing these in an array and calculating, on a once-per-frame (30th second) period with estimation of actual limit, of the movement of all solar bodies.

      But, I mean, that's what computers are for. You could probably even calculate all proposed launch dates in paralell with a good enough computer. Hell, *I* could probably do it...

      Wait.. why am I not?

      Hey, does anyone have detailed orbital data on the objects in the solar system, including the average mass/path of the rocks in the asteroid belt and the locations/velocities of all comets in the system?

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    10. Re:Extemely Complex Calculations by idontgno · · Score: 1
      Epicycles, shempicycles.

      Shempicycles? Sempicycles? Begone, you stooge!

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    11. Re:Extemely Complex Calculations by Lars+T. · · Score: 1

      The hard part is to keep it that way.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    12. Re:Extemely Complex Calculations by Anonymous Coward · · Score: 0

      I didn't think it was possible to calculate planetary orbits with many-bodied gravitational systems with great accuracy. I had learned that there are no formulas for this, but a close approximation is possible using the two body formulas, and refining from there. I worked on an astronomy program and trying to position all the planets accurately far forward or backward in time, was more of an approximation than an exact science. I think computers would take a long time to calculate accurate orbits in a many-body system where no body dominates, but I could easily be wrong.

  2. Trip to mars dont seem that "simple" by ResQuad · · Score: 1, Interesting

    Nasa has probably built a nifty model that will tell them the best launch times and dates. And I highly doubt that this model is as simple as 2 bodies. Everything out there has gravity, hell even the moon could be a problem.

    I'm willing to bet what ever they use has a TON of factors build into it.

    1. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      It may be a 'tonne' of factors, you know.

    2. Re:Trip to mars dont seem that "simple" by Rei · · Score: 4, Informative

      Easier: Orbiter.

      I once worked on a more complex version (after writing a simpler version), but got distracted to other projects somewhere between the finished code to implement Kirchoff's laws for the electrical system and the unfinished code to calculate the volume and mass of a fuel tank.

      --
      Kneel Before Christ!
    3. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      Fucking nitpickers drive me crazy. Obviously, he meant it as slang for 'a whole shitload'. Get a life.

    4. Re:Trip to mars dont seem that "simple" by empaler · · Score: 1

      Supposing two swallows...

      Oh, never mind.

    5. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      And the last one spits?

    6. Re:Trip to mars dont seem that "simple" by squidfood · · Score: 4, Funny
      Nasa has probably built a nifty model...

      <cheap shot>
      Here's a line of the code: // TODO: INSERT ENGLISH-METRIC CONVERSION
      </cheap shot>

    7. Re:Trip to mars dont seem that "simple" by RevengeOfPoopJuggler · · Score: 0

      Why can't they just "target" Mars? Once you are in space, you should be able to always "see" Mars. It's not like it's going to be daytime for 12 hours a day. Just get some targeting computers to lock onto Mars once you are in space, or even humans down at mission control, and start going in that direction. I'm sure there must be signatures that Mars has that could be used to distinguish it from other debris or bodies that might temporarily enter the field of view. As Mars moves out of the target line, you adjust in realtime. Once you get close to Mars you could switch to more precise calculations, but I don't really see the absolute need for predetermining the EXACT course the spaceship will take from Earth. Am I crazy?

    8. Re:Trip to mars dont seem that "simple" by medep · · Score: 1

      probably? probably?!?!? please tell me that nasa has spent a miniscule portion of their budget coming up with a proper model

    9. Re:Trip to mars dont seem that "simple" by RM6f9 · · Score: 1

      Wildly optimistic, perhaps - with infinite propulsion material, your method would, although hugely inefficiently, get you there eventually.
      Unfortunately, the big brains are still working fuel problems, hence the need for absolute efficiency.

      --
      Take the 90-Day Challenge! http://rwmurker.bodybyvi.com/
    10. Re:Trip to mars dont seem that "simple" by thc69 · · Score: 1

      Apart from the fuel issues mentioned by others, there's also another problem with your idea -- by the time you get to the targeted spot, Mars will be somewhere else.

      --
      Procrastination -- because good things come to those who wait.
    11. Re:Trip to mars dont seem that "simple" by mnmn · · Score: 0

      Not just the moon. How about EVERYTHING?

      Build a model, add the sun, all planets (or what your definition of a planet is), all their moons, asteroid belt, and you should have it approximate enough. I was gonna say add the gravity of the major satellites, closest stars, the milky way, but any spacecraft can correct any bit of gravitational damage to the path from these tiny factors.

      Oh and add the solar particle forces to the equation, which fluctuate randomly.

      --
      "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    12. Re:Trip to mars dont seem that "simple" by tylernt · · Score: 1

      Yes. You will use ten times the fuel to constantly change course targetting a constantly moving body. Since you can't carry 10X the amount of fuel, you make a precise calculation beforehand.

      --
      DRM 'manages access' in the same way that a prison 'manages freedom'
    13. Re:Trip to mars dont seem that "simple" by lightyear4 · · Score: 1

      Here's a primer.

    14. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      Actually, it is much simpler than one would expect perhaps and is based mathematically mostly on Newton's two body problem. The larger driving factors which cause launches to occur only every 26 months have to do with propellant usage and communications and other requirements of a cost and mission success/safety nature. Note that I test software that does this stuff for a living, but I am not an expert, I just have a good familiarity with it. I also have some details if anyone is interested.

    15. Re:Trip to mars dont seem that "simple" by XchristX · · Score: 1

      Try it yourself and see if you don't go mad. We don't know how to (analytically) solve anything exactly other then the 2-body problem. All else involved perturbative approximations. Solving an n>3 body problem requires enormous computational power (if you want it to be accurate enough for interplanetary navigation). The most efficient way to go to Mars is to plot an orbit that'll take you to Venus first, then use it's momentum to slingshot a faster orbit to mars.

      --
      l'Homme n'est Rien l'Oeuvre Tout: Gustave Flaubert to George Sand
    16. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      > then use it's momentum

      _it's_ means "it is", you fucking moron.

    17. Re:Trip to mars dont seem that "simple" by arb · · Score: 1

      Metric or imperial?

      Obviously Imperial - metric would be tonne. ;-)

    18. Re:Trip to mars dont seem that "simple" by Analogy+Man · · Score: 2, Informative
      I would hardly call the moon a "problem". Rather a gravity assist with the moon would save a considerable amount of energy. I don't have it anymore, but my astrodynamics book from college was not all that expensive ($25 paperback). The equations are a hell of a lot simpler than fluid mechanics.

      For an amatuer you could get by with the Earth and Moon (even exclude Sun...although it is large it is much further away) for initial trajectory, then consolidate Earth and Moon and add the Sun, drop the Earth out of the equation for a bit, then for the approach add Mars. Really by the time you add Mars back into the equation you are 99.xxx% of the way there. Most likely the errors in your equation would be bigger.

      The tricky part of this is integrating over time with the changing position of the planets. The good news is you are only interested in the trajectory of the vehicle and it has an infintesimal effect on the other bodies.

      --
      When the people fear their government, there is tyranny; when the government fears the people, there is liberty.
    19. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      You just have to be in CENTRE of everything, don't you?

    20. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      The English major is just mad cause he doesn't understand what the words mean, just the order they are arranged. Grow up retard!!

    21. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      He's just not being a good NEIGHBOUR.

    22. Re:Trip to mars dont seem that "simple" by evilbessie · · Score: 1

      sorry but that should be enter american-shitty-fake-imperial to metric system as we brits used metric when doing maths with numbers as it's soooooo much easier and transportable because EVERYONE else uses it. The yanks messed it up with the inches, feet etc the last time it went splat.

    23. Re:Trip to mars dont seem that "simple" by stevejsmith · · Score: 1

      HAEMORRHOID.

    24. Re:Trip to mars dont seem that "simple" by stevejsmith · · Score: 1

      That should be "the order in which they are arranged." Arranged asks for a direct object constructed using the preposition "in."

    25. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      Language structure exists for a reason. You're the moron, my friend.

    26. Re:Trip to mars dont seem that "simple" by mfrank · · Score: 1

      Roughly, it's a Hohmann transfer orbit, where the perogee (closest point to the center of mass you're orbiting around, in this case the sun) is Earth and the apogee (furthest point) is Mars.

      All orbits are ellipses; Earth and Mars are pretty circular. A spaceship in a circular orbit around Earth, if it wants to move to a higher orbit, will do two burns, one to accellerate it into an elliptical orbit with an apogee of the altitude they want to go (the perogee would be the altitude of their present orbit). Once they're at the apogee, they accellerate again to circularize their orbit. If they don't accellerate again, they'll "fall" back to perogee. Do pretty much do the same thing when you go to Mars. You have to start at the right time, though, or Mars won't be there when you get there.

      If you're really good, you use the atmosphere at the end to change your velocity.

    27. Re:Trip to mars dont seem that "simple" by Anonymous Coward · · Score: 0

      Exaplain that to the Ebonics crowd, fucktard!!

    28. Re:Trip to mars dont seem that "simple" by sillybilly · · Score: 1

      Time to switch to the metric system, ain't it? At least you can put a dollar cost on the dam thing this way?

  3. Why would you expect us to? by aklix · · Score: 4, Funny

    I see more budget cuts have caused NASA to outsource to the open-source

  4. Hmmm. by Anonymous Coward · · Score: 4, Funny

    Try Google maps.

    1. Re:Hmmm. by prell · · Score: 2, Funny

      There may be a day when this is no longer funny! ;-)

    2. Re:Hmmm. by KiloByte · · Score: 2

      No longer funny? Try the closest zoom on that page then.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    3. Re:Hmmm. by msim · · Score: 1

      you beat me to it, well done!!

      --

      Life is like a box of chocolates, you never know when your gonna get food poisoning.
    4. Re:Hmmm. by PetyrRahl · · Score: 1

      Maybe I'm stupid, but has anyone here ever zoomed all the way in on the google moon map before?
      Apparently the moon really is made of cheese at high enough magnification *g*
      Petyr

  5. method... by timtwobuck · · Score: 2, Funny

    (G*M1*M2) / R^2

    Earth(+moon), Mars, Sun...I think that will get you there, as long as you dodge the moon on your way out

    1. Re:method... by Anonymous Coward · · Score: 0

      Dodge the sun too, I am pretty sure it has a bit of gravity.

    2. Re:method... by FLAGGR · · Score: 4, Insightful

      Um, okay, great. Gravity from lets say Jupiter stops at the asteriod belt right? Every thing can make a tiny difference. Also not the poster is asking how to plot a course, and you're giving the equation to calculate the newtonian gravity between two objects. Related, yes. An answer, no. Knowing how many newtons of force your getting from all these bodies doesn't solve the problem. You're fired.

    3. Re:method... by Anonymous Coward · · Score: 0

      Whereas you supplied carefully tested formula complete with workings and footnotes. /sarcasm

    4. Re:method... by FLAGGR · · Score: 3, Funny

      You want a formula? A formula for the optimal flight path to Mars? Here's one:

      y = (o*u) / (ar^e + an - (i*(d-i)+(o-t)))

      Keep dreaming. It's a complicated thing. You have to factor in the gravity of all the planets, moons, other large bodies and the ship itself. You have to make sure the thing doesn't crash into any asteriods, and it's going to have to make course corrections en route, to avoid things and to stay on track. Maybe the best route is to loop around a planet, and get a speed boost from its gravity. Maybe there isn't enough fuel to do it the fastest way, maybe the timeframe for one route is too small, etc etc etc.

      Sorry to break it to you, but there isn't an equation that spits on a directional vector for you to shoot your rocket at. If you want to play pretend, download some solar system simulator, I'd assume at least one of them has some dinky flight planner thingy.

    5. Re:method... by Anonymous Coward · · Score: 0

      Gravity is a numerical series of several factors and is a function of the distance to the attractive body. What you point there (Newton's law of gravitation) is just the first of the elements in the series.
      What you first do is a numerical aproximation of the orbit using simple models (Hohmann's transfer orbits, for example) and only considering the two bodies. Then you can add the effect of more and more objects just by adding elements to the gravitation series. Of course, you don't care what's happening at alpha centauri, so there's a limit in the number of elements you need.
      Then you can check with the expected movements of Mars, so that the orbit is as short as possible and check with the different celestial objects databases so that in the calculated orbits you won't get hit by any space garbage, comets or anything. Also, you must care about technical limits. After you do that many, many times, you get several possible orbits, and choose one according to mission briefings.
      I'm not an aeronauthical engineer, but i'm studying to be one, so take these statements as 2/5 right :)

    6. Re:method... by superpulpsicle · · Score: 3, Funny

      That's the problem. There is no formula that calculates where the foam comes off by itself. Oh that X factor.

    7. Re:method... by B3ryllium · · Score: 2, Funny

      "there isn't an equation that spits on a directional vector"

      I think it would be pretty damn difficult to hit a directional vector with a wad of spit.

    8. Re:method... by Anonymous Coward · · Score: 0

      Units correct, spelling not. just try not to look too stupid out there, OK?

    9. Re:method... by cathouse · · Score: 1
      IMHO there is still no better way to get live humans from here to there [or the opposite] than the classic dual tangent transfer described sometime in the early 20th century by an individual named either Hoffman or Hohman. Until and unless you come up with a source of unlimited delta V that's what we're stuck with.

      Either Asimov or Clarke wrote a short story involving a race between a chemical powered ship which accelerated at 2 or 3 G's for a day or so and then *coasted* until it needed to *brake* vs a nuclear ion drive ship which could only manage a few hundredths of a G, but did so continuosly for the entire trip [don't remember if it shutdown while transitioning from accelerating to decelerating] but having read the story as a child I never had any trouble grasping the *power* of either *T-squared* or *V-squared*

      --
      Thelma, I'm not making ANY deals.
    10. Re:method... by Bill+Hayden · · Score: 1
      Gravity from lets say Jupiter stops at the asteriod belt right?

      No, it extends infinitely, propogating at the speed of light. It just gets immeasurably weak after a while...

      P.S. You're Fired!

      --
      Protect your browser with the Force Safe Search add-on
    11. Re:method... by Anonymous Coward · · Score: 0

      Yeah complicated, but totally do-able (as we've seen with so many Mars landings since '96). Although there is no concrete formula for getting to (and landing on) Mars you would think (and hope) there is a procedure for it.

    12. Re:method... by fbjon · · Score: 1

      Besides, equations spit mostly on the students who try to study them anyway.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    13. Re:method... by dubl-u · · Score: 1

      You want a formula? A formula for the optimal flight path to Mars? Here's one:

      y = (o*u) / (ar^e + an - (i*(d-i)+(o-t)))

      Keep dreaming. It's a complicated thing. You have to factor in [...]


      So the guy comes here, says he's interested in the complications, and you just give a handwaving, go-away-kid answer. My suspicion is that you don't actually know any of the details, and you just took the opportunity to be a jerk.

      So I say: put up or shut up. If you do actually know how it's done, then you can pretty easily given the formulas and data for the major components of what you mention. Or heck, go to town and put up a Wikipedia article where you explain the whole thing. But my guess is that you won't; I'll just get silence or some bitchy, content-free comeback.

    14. Re:method... by FLAGGR · · Score: 1

      Wow, I wish I had've meant that sarcastically.

      Oh wait, I did.

    15. Re:method... by jlehtira · · Score: 1

      Yeah, it's a complicated thing. However, it's not too complicated for a university student to figure out. Yeah, lots of work, but nothing incomprehensible.

      The natural division for the kind of solution we want is between analytic and numeric kinds. Analytic solution is generally not possible for many bodies although the other planets don't really contribute that much at all. I guess, at least when one's playing around with interesting physics and not actually sending humans to space, considering earth, moon, mars, jupiter and sun would be more than enough. Still, analytically, you'll have to break the problem up into pieces and use tricks to correct for some gravities.

      But really, for what I can tell, you'd want to switch to numerical simulation after getting a good guess from two-body analytical math. Basically, use a computer program to apply Newton's laws to predict where everything will be after delta-t seconds, repeat, done. This is a computationally intensive task but much easier mathematically. Or, it's as hard as you want to make it. You could simply use a very small delta-t, but I think practical solutions first calculate a trajectory considering only the sun, then calculate how much Jupiter and other bodies would have changed that trajectory for each timestep.

      I can't seem to find all the neat pages I've googled about it, but http://my.execpc.com/~culp/rockets/rckt_sim.html seems to be a good place to start (concentrating on the atmospheric flight tho).

    16. Re:method... by Anonymous Coward · · Score: 0
      The "Haha, only kidding" defense. It doesn't work, here. It never works, anywhere. And it never did.

      YHL. HAND.

    17. Re:method... by Anonymous Coward · · Score: 0

      Considering the OP suggested that all you need to do is factor in the gravity of the sun, earth the moon and mars, it appears that that the (OP - 1) was actually using sarcasm to point out the OP's naievity.

      The "The "Haha, only kidding" defense doesn't work" defense. It doesn't work.

  6. Numerical integration by mattjb0010 · · Score: 3, Funny

    Are there any curious Slashdot readers with the usual great insight into how to calculate a trip to Mars?

    Come on, this ain't rocket science, people. Oh, wait...

    1. Re:Numerical integration by JoshWurzel · · Score: 1

      I interviewed at JPL when I left college. What I didn't tell them was that the only reason I wanted the job was to be able to say "Come on folks, this isn't rocket science, AND I SHOULD KNOW!" when dealing with simple tasks. :)

      That and the rediculously long lead times between projects. The project they were interviewing for launches in 2012! That's a long time to slip away before anyone notices your mistakes.

    2. Re:Numerical integration by ichin4 · · Score: 3, Funny

      I asked a rocket scientist what he said to indicate that something isn't so difficult. He said: I say, "this isn't nuclear physics."

      I asked a nuclear physicist what he said to incicate that something isn't so difficult. He said: I say, "this isn't brain surgery."

      I asked a brain surgeon what he said to indicate that something isn't so difficult. He said: I say, "this isn't rocket science."

    3. Re:Numerical integration by Alan+Partridge · · Score: 0

      Was it your piss-poor spelling that cost you the job?

      --
      That was classic intercourse!
    4. Re:Numerical integration by mfrank · · Score: 1

      Huh, I wonder what Buckaroo Banzai says...

  7. Like I say to all difficult physics problems... by Anonymous Coward · · Score: 0

    Guess and check!

  8. What about by SamAdam3d · · Score: 3, Funny

    having the entire Earth jump at the same time?

    I am sure that can get you to Mars. ;)

    --
    I love deadlines. I like the whooshing sound they make as they fly by. - Douglas Adams
    1. Re:What about by Anonymous Coward · · Score: 0

      Unfortunately, all the forces cancel out.

    2. Re:What about by Omnieiunium · · Score: 1

      I remember a physicists talking about that. He said that everyone on the earth jumped at the same time, we would move it something like... the width of an atom? (I can find the link to the podcast with that in it)

    3. Re:What about by Anonymous Coward · · Score: 0

      as we jump away from earth, earth jums away from us, thus there would be no change in orbit.

    4. Re:What about by empaler · · Score: 1

      Geographically speaking, the oceans count as atmosphere. (To some geographers, at least)

      What about us sickly little creatures inhabiting the planet? No effect. At. All.

    5. Re:What about by DaCool42 · · Score: 1

      Not even. We might move it the width of an atom when everyone is at the peak of their jump, and then back to it's original position when they landed.

      --

      ----
      All of whose base are belong to the what-now?
    6. Re:What about by fossa · · Score: 2, Insightful

      No change it orbit of the center of mass of the earth-jumpers system, sure. But the earth itself would most certainly change its orbit. Of course, the earth's gravity would soon pull the jumpers back just as the jumpers' gravity would pull the earth back, and the earth's orbit would return to its initial orbit.

    7. Re:What about by magarity · · Score: 1

      everyone on the earth jumped at the same time, we would move it something like... the width of an atom
       
      Did he take into account that all the people aren't in one place?

    8. Re:What about by Anonymous Coward · · Score: 0

      Sadly that won't work. The center of gravity for the earth+jumpers will remain the same.

      On the other hand, flinging people off the earth at a reasonable fraction of the speed of light will do it. We will advertise it as "a trip to the stars", with the added benefit of increasing democracy.

      This will open up a new way for humanity to improve nature. Tired of the short days of winter? We will just lengthen the rotational period of earth by flinging people off into space in the direction of rotation! Nevermind the desertification of the rest of the planet. They don't like water anyway.

      This message brought to you by the good people of http://www.newamericancentury.org/

    9. Re:What about by Associate · · Score: 1

      Well, what if everyone on one side of the planet jumped and as they landed, everyone on the other side jumped? Lather, rinse, repeat. Would it be like a giant trampoline or those clacky balls?

      --
      Someone hates these cans.
    10. Re:What about by Anonymous Coward · · Score: 0

      But in Russia, people are flung off in the opposite direction.

    11. Re:What about by pomo+monster · · Score: 1

      OK, what if everyone on one side of the planet lay flat on their stomachs and farted really, really hard in tandem? Isn't that basically the foundation of rocket science?

    12. Re:What about by OwnedByTwoCats · · Score: 2, Interesting

      I remember doing the calculation in College. The really amazing thing is that you could fit all four billion people, each one having a square meter for a chair, in an area only 64 kilometers on a side. With the population increase since then, we're up to a square 77.5 km on a side.

      Bonus question: calculate the length of the queue for the bathrooms.

      Anyway, making a bunch of assumptions (like everyone jumps a half meter high, and weighs 75 Kg) the earth's recoil is a tenth of the diameter of a proton.

    13. Re:What about by Brent_Litzer · · Score: 1

      Shit, my car is so fast, it kicks the Earth around like a rag doll.

      --
      - Just because you can't, doesn't mean you shouldn't
    14. Re:What about by UnrefinedLayman · · Score: 1

      If you're interested in some more people measurements, check these two pages:

      http://www.everything2.com/index.pl?node_id=104918 1

      http://www.everything2.com/index.pl?node_id=101766 7

      I prefer the ones regarding space travel.

    15. Re:What about by Kymermosst · · Score: 1

      Well, assuming that bathrooms are only on the edges, the middle person has almost a 40 km walk to the nearest one.

      I couldn't hold it for that walk...

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
  9. Re:I for one, cannot... by Datamonstar · · Score: 1

    You sure that's not Marvin? :^P

    --
    The eternal struggle of good vs. evil begins within one's self.
  10. The Slashdot "common" by MosesJones · · Score: 3, Funny


    Since trips to Mars seems commonplace (NASA has sent one every 26 months)

    Was I the only one to think... Slashdot... commonplace... once every 2 years....

    "Having Sex is commonplace for me"... the new Slashdot definition of commonplace.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:The Slashdot "common" by banuk · · Score: 2, Funny

      Was I the only one to think... Slashdot... commonplace... once every 2 years....

      only if you're talking dupes and its every 2 hrs

    2. Re:The Slashdot "common" by Average_Joe_Sixpack · · Score: 2, Funny

      Was I the only one to think... Slashdot... commonplace... once every 2 years....

      "Having Sex is commonplace for me"... the new Slashdot definition of commonplace.

       
      Lucky bastard! My sex life can't even be measured in earth time.

    3. Re:The Slashdot "common" by empaler · · Score: 1

      I'll just bookmark this comment for later and copy it in 1½ hours into the new debate...

      3. Profit!

    4. Re:The Slashdot "common" by albeit+unknown · · Score: 2, Funny

      Ob Comic Book Guy

      "Inspired by the most logical race in the universe, the Vulcans, breeding will be permitted once every 7 years. For many of you, this will mean much less breeding. For me, much, much more."

    5. Re:The Slashdot "common" by Junior+J.+Junior+III · · Score: 4, Informative

      The orbital mechanics that the Hohlmann transfer to Mars takes advantage of allow a "cheap" (low-energy) shot at Mars about every 2 years.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    6. Re:The Slashdot "common" by Lord+Ender · · Score: 1

      shut up... i came here to try to distract myself from lamenting that the last time i got any was 2 years ago today.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    7. Re:The Slashdot "common" by failure-man · · Score: 1

      But since "commonplace" is every 26 months that means you'll get some this October. Right?

    8. Re:The Slashdot "common" by Lost_In_Specs · · Score: 1

      Heck, it's been eight years for me. I missed a few "launch windows."

    9. Re:The Slashdot "common" by Anonymous Coward · · Score: 0

      Well, infinity is *kind of* measurable in Earth time...

    10. Re:The Slashdot "common" by tverbeek · · Score: 1

      But for a lot less money, eh?

      --
      http://alternatives.rzero.com/
    11. Re:The Slashdot "common" by EpsCylonB · · Score: 1

      Mine cant even be measured in Aeons, some sort of hyperdimensional physics is need to caulculate the frequency in my sex life.

  11. easy by colton+cummings · · Score: 4, Funny

    Point it in the general direction, and launch.

    It's like a message in a bottle, but so much cooler.

    --
    XaNk: now I remember why I hated the girls in high school
    XaNk: because none of them would talk to me
    1. Re:easy by jlramirez · · Score: 0

      as in "I fart in your general direction" general direction?

      --
      "Me claiming Satan exist is just as valid as you claiming an atom exists" - 1inChrist
  12. Simplifying interplanetary control software by Debian+Troll's+Best · · Score: 3, Funny
    While the actually hardware behind a successful Mars shot is undeniably critical, a similar amount of attention should be paid to human interface factors back at mission control. Mission controllers work long shifts, often without adequate sleep or food, and small mistakes on the ground can be fatal to the brave astronauts travelling through space, or walking on the surface of the Mars. The computer science community has conducted considerable work on human interfaces, but in my mind there is one which stands out above all others as an intuitive, easily understood and easy to use mission control interface: Debian's apt-get.

    Ok ok...I understand some of you will be rolling your eyes at this stage, struggling to understand how on earth a piece of command line software designed for the installation and maintenance of Debian packages could even be remotely applicable to designing a robust mission control interface for missions to the Mars. I will explain. Basically, think of the Earth as a large Debian mirror, equipped with many astronaut 'files'. Imagine the space ship as a .deb package, safely protecting all the astronauts from the harsh vacuum of space. The Mars (or Mars...this solution is cross-platform after all) is your local host. The Sun is...well...that creaky old Sun Ultra 5 from yesterday's OSnews article that no one wants to go close to lest they get burned or flamed by Sun zealots. OK...now how does the system work?

    Basically, a mission controller wants to 'install' a 'package' of astronauts from the Earth 'mirror' onto the Mars 'host'. It's 5am, the mission controller hasn't slept for 3 days, and every command sent from Houston is critical. Enter apt-get. The initial launch command would be something like:

    apt-get install astronauts

    Great! The launch vehicle is on its way! Since the 'link' between the 'mirror' and the 'host' is quite slow (imagine an old school 9600 baud leased line), the 'package' 'download' may take a few days to complete. This is where the mission control staff go to work on getting their Gentoo boxes compiling KDE. When the 'package' is 'downloaded', it's important to check that no astronauts were hurt along the way. The mission controller enters the following command:

    apt-get check

    This wil check for 'broken dependencies'. So far, so good! The '.deb package' will now successfully 'install' onto the 'host', meaning the astronauts can land on the Mars, and perform their critical experiments. However, all good things must come to and end, and the 'package' will need to be removed from the host. Mission control to the rescue.

    apt-get remove astronauts

    Excellent! Tom Hanks, Gary Sinese and that other guy are now on their way home. Again, this is a slow link, so our 'host' may take a few days to remove it from it's 'hard disk'. Once the capsule has landed back on Earth, it will be ready for the next group of astronauts to make their journey. But no-one would want to spend 10 days locked up in a small space filled with cast-off cans of Jolt Cola and empty Penguin Mint containers. The capsule will need to be tidied up! Mission control enters one last command to complete the mission:

    apt-get autoclean

    Done! Another successful Mars shot. Mission control is a breeze with the new apt-get mission control system. No more complicated GUIs, voice recognition or toggle switches. apt-get to infinity and beyond!

    1. Re:Simplifying interplanetary control software by Dr+Reducto · · Score: 1

      You are my hero good sir.

      Applying open source software to the safety of Astronauts.

      Infact, I wonder if an apt-get implementation could have solved the foam insulation problems of the shuttle in much the same way.

      I look forward to the community's response!

    2. Re:Simplifying interplanetary control software by nherm · · Score: 2, Funny

      Now that sarge went stable, we can terraform Mars!!!

      apt-get moo

      Using a "while true; do ... done", Mars will get all those greenhouse emissions we need to raise its temperature.

      Funny stuff.

    3. Re:Simplifying interplanetary control software by DigitalReality · · Score: 1

      Tom Hanks, Gary Sinese and that other guy are now on their way home.

      Dont you mean Don Cheadle, Jerry O'Connell, and that one chick?

      Poor Tim Robbins....

    4. Re:Simplifying interplanetary control software by skidv · · Score: 1

      Using a "while true; do ... done", Mars will get all those greenhouse emissions we need to raise its temperature.

      And get rid of the ones we have in excess.

  13. Are you overcomplicating this? by rowama · · Score: 1

    It's simple, this is a point A to point B problem. Well, except that point A is moving...and point B...and they are not moving in straight lines...and they are not even circles...and, of course, there's the gravity issue...um, maybe IT IS complicated.

    1. Re:Are you overcomplicating this? by sprlmnl · · Score: 1

      heh... giving that you could travel fast enough, nothing would have moved. Course, you'd have to get past light speed, but hey, who doesn't like a challenge?

    2. Re:Are you overcomplicating this? by Anonymous Coward · · Score: 0

      Actually both the Earth and Mars are traveling in straight lines... you know, in an Einstein's-General-Theory-of-Relativity sense.

    3. Re:Are you overcomplicating this? by Wog · · Score: 1

      Ah, but even at light speed there is some delay. What you need is LINT speed.

      Think about it. When you put on your pants, what's the first thing you feel when you put your hands in your pockets.

      Lint.

      IT'S THAT FAST!!!

    4. Re:Are you overcomplicating this? by baadger · · Score: 1

      Ludicrous speed... go!

  14. Security and Open and Available Software by m11533 · · Score: 4, Informative

    There has been a very long tradition of making source code developed by Government projects available to the general computing public. This is the true "public domain" software that has existed since the beginning of computing. I believe many bits of code from NASA made it into the public domain over the years.

    I would bet that the information you desire is now considered to be highly classified and thus not available. You could produce trajectory information for ballistic missiles and who knows how it might be mis-construed as useful to those "terrorists" of whom the US is so fearful these days.

    Besides... you might find a units of measure error or two if you got to see this code.

    1. Re:Security and Open and Available Software by GrievousMistake · · Score: 1

      I should be much suprised if missile ballistics even accounted for the gravity pull of the moon. Navigating around celestial bodies is a completely unrelated task, bar the fact that they both involve math.
      I should guess the reason the exact mathemathics involved is hard to come by is that it is utterly useless for just about everyone, save the people who actually send these things up

      --
      In a fair world, refrigerators would make electricity.
    2. Re:Security and Open and Available Software by Keebler71 · · Score: 1
      Actually, I did some graduate research invovling code to generate arrival trajectories for interplanetary missions. While unclassified, the code was was explort controlled by ITAR because the fidelity we were working with absolutely was of military value. And yes, for exactly the reasons you mention - it could be applied to ballistic missile trajectory design and guidance. Oh, and this was before 9/11 so this had nothing to do with the current administration (actually, I was continuing someone else's research that had begun several years earlier).

      I know you think you are being witty with your remark, but I personally would feel pretty crappy if I knew that my code had been used to help one nation lob a WMD at another.

      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    3. Re:Security and Open and Available Software by Anonymous Coward · · Score: 0

      Orbital Dynamics codes / tools are still developed by NASA, and available to the public (including the source) at no cost (although some components are export controlled). If you don't have a problem with somewhat dated Fortran code, the Optimal Trajectories by Implicit Simulation (OTIS) tool is what you need to calculate a viable Earth-Mars trajectory (and optimize it). It accounts for the influence of other bodies along the way (Earth Moon, Phobos, Deimos), relative planetary position as a function of launch date, etc. It's not user friendly, and the learning curve is more like a wall, but it will allow you to produce fully optimized, real world trajectories as good as any NASA actually flies.

    4. Re:Security and Open and Available Software by mdaniel · · Score: 1

      On the contrary, I bet dollars to donuts that a well worded Freedom of Information Act request would divuldge any calculations you wanted to know.

      It's your tax dollars, you have a right to know whether their scientists are playing pong or actually trying to keep foam from flying off things at the wrong times.

      NASA has a page dedicated to this:

      http://www.hq.nasa.gov/office/pao/FOIA/

    5. Re:Security and Open and Available Software by Anonymous Coward · · Score: 0

      Most of that NASA stuff is only available through COSMIC. It sure as hell ain't public domain, and, if you're not a US citizen, it ain't available at all.

    6. Re:Security and Open and Available Software by tgrigsby · · Score: 1

      I would bet that the information you desire is now considered to be highly classified and thus not available. You could produce trajectory information for ballistic missiles and who knows how it might be mis-construed as useful to those "terrorists" of whom the US is so fearful these days.

      I beg to differ. Such software comes with every version of Windows and is freely available and copied. It's called GORILLA.BAS.

      --
      *** *** You're just jealous 'cause the voices talk to me... ***
    7. Re:Security and Open and Available Software by pthisis · · Score: 1

      Carnegie Mellon University offers a spacecraft guidance course every other year that covers all the math he's interested in. I'm sure other schools do as well, there's nothing classified in it.

      --
      rage, rage against the dying of the light
    8. Re:Security and Open and Available Software by m11533 · · Score: 1

      My comment was more one of the hypocracy in the US Security discussion. That, certainly, the information is fully available in public. Yet, it is STILL likely considered a security risk. A prime example of this is encryption... the algorithms are well-known, yet it is still illegal to export certain cryptographic software. How much sense does THAT make when there is already available software outside of the US, yet US producers may not export some software?

  15. Re:Why Slashdot Fired Michael by Anonymous Coward · · Score: 1, Funny

    Yeah, but that still doesn't explain what happened to Jon Katz. I suspect he was behind the whole thing.

  16. Much more than a 2-body problem ... by IntelliTubbie · · Score: 5, Informative

    Several of the people I work with in Caltech's Control and Dynamical Systems department work on celestial mechanics and calculating space flight trajectories -- and I can assure you, it's some pretty complicated stuff, involving invariant manifolds and (IIRC) patching together different three-body systems. There's a good popular article about this in Science News, and you can find more info (in as much detail as you'd like!) on Shane Ross' homepage.

    Cheers,
    IT

    --

    Power corrupts. PowerPoint corrupts absolutely.

    1. Re:Much more than a 2-body problem ... by interiot · · Score: 1
      Well, Genesis was pretty unique, no? The interplanetary superhighway *IS* insanely complex, but it's also very slow, so it doens't get used for many missions.

      Fortunately, the latest mars launch is nice and simple. Though the launch, correction maneuvers, and mars orbits aren't clear at all. I'd still wet my pants if I could get some data on the precise 3D coordinates/velocities/maneuvers used for the actual orbiter. Does NASA release this kind of data?

    2. Re:Much more than a 2-body problem ... by interiot · · Score: 3, Informative
      Does NASA release this kind of data?
      Yes.

      SPICE-formated files are used for the MRO. Some SPICE kernels are/will be available here.

    3. Re:Much more than a 2-body problem ... by Anonymous Coward · · Score: 0

      Thinking back to my orbital mechanics class from college (Hook 'em!) ... there are a number of different paths between the Earth and Mars depending on whether a return trip is needed, whether a grqvity assist from the moon was needed and the amount of ISP plus fuel/oxidizer or other propulsion available or needed. The N-body problem requires iteration to find a solution. I don't remember the math being particularly difficult, but the equations were not intuitively obvious. They weren't the normal 2nd order differential equations. For some reason, I'm thinking that Lagrange points are important for the lowest cost solutions. When humans go, time is more important than low fuel usage due to human factors.

      After reading this, I see I said nothing of use to you - perfect for /.

    4. Re:Much more than a 2-body problem ... by Anonymous Coward · · Score: 0

      So have you changed your pants yet?

    5. Re:Much more than a 2-body problem ... by interiot · · Score: 1

      I changed my pants, but I'd do it all over again if I could figure out a way to easily export the data into formats that other programs understand (eg. Celestia, or even just Blender).

    6. Re:Much more than a 2-body problem ... by Apparissus · · Score: 1

      Got IDL, Matlab, or a C compiler? Using the SPICE toolkit is cake - I do it every day, waiting patiently for the Blue Fairy to elevate me from ephemeris monkey to Real Scientist. Some days I wish JPL/LANL hadn't written SPICE...my job might actually be interesting.

    7. Re:Much more than a 2-body problem ... by interiot · · Score: 1
      Thanks for the helpful comment, ephemeris monkey. I'll say a prayer to the Blue Fairy tonight.

      Honestly, the SPICE toolkit looks somewhat overwhelming (toolkits always seem to start with a sheet that says "here, memorize these 400 definitions for words that you thought you knew, but which we've subtly redefined"), so it's good you pointed out its strengths.

    8. Re:Much more than a 2-body problem ... by StarsAreAlsoFire · · Score: 1

      different three-body systems

      It is a multi-body problem. Generally solved using a whole bunch of pieces of software, just to check ;~)

      I've never heard of using multiple 3-body systems. I did this stuff in college not to long ago, so, while I'm not saying it isn't done.... ;~) (*NOT* a Masters degree, just bachelors. Which is like working the McDonalds grill for a year and then trying to get a job as a master chef).

      The way we did it (again, as undergrads) was some pretty raw itterative brute force. We did a lot of happy math, don't get me wrong, but the body of the work is done by progs like STK (http://www.stk.com/) from analytical graphics.

      It is possible to get a ball park using some happy math tricks. Not enough to really model the trajectory, but enough to say 'oh, I'm going to need a deltaV of 'x' km/s' and you will have a good idea of your error margin (e.g. 'x' +/- 5%). We did these for a number of trajectories as homework problems; a few hours each, pencil paper only. Well, some of use ;~) I abused my TI-89 horribly :~)

  17. F77 Okay? by Anonymous Coward · · Score: 0

    Maybe I can dig up an old F77 program from my undergraduate days ;)

  18. JPL has a good intro by cunniff · · Score: 5, Interesting

    I was an intern at JPL a couple of decades ago, and they always started with a "porkchop plot" (or "butterfly plot") of possible trajectories and their energy requirements. Here is a webpage that documents that to some extent:

    http://marsprogram.jpl.nasa.gov/spotlight/porkchop All.html

    1. Re:JPL has a good intro by Keebler71 · · Score: 5, Informative
      I did some graduate research/internship at JPL. They still use the porkchop plots which are published in volumes spanning the next decade or two. The "bible" at JPL (as far as I could tell) was The Interplanetary Mission Design Handbook Vol 1, Part 2. This is the document that I carry around with me to work or on travel if I think I am going to do a little research on the side (unfortunately my paying job has nothing to do with astrodynamics.) It covers pretty much all of the relevant equations for the various phases of an interplanetary mission (launch, transfer, arrival) as well as some other stuff. This is 35 pages of raw meat - little explanation, no derivations. Just the facts. I think the actual pork chop plots are in either other volumes or other parts of this volume (my paper copy had them right after this section).

      Anyway, without at least some education in orbital mechanics/astrodynamics, the above ref will probably be a little overwhelming. To get up to speed I recommend the following:

      • Fundamentals of Astrodynamics by Bate, Mueller & While. Undergrad text, should be no problem if you have had calculus.
      • Fundamentals of Astrodynamics and Applications by Vallado. (This is usually referred to as "Vallado" - in fact I never even knew its title until I just looked it up!) This one is much more in-depth and is certainly found on the desk of anyone who does research in this field. Most of the stuff from the JPL handbook is in here, plus lots and lots of other stuff
      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    2. Re:JPL has a good intro by cunniff · · Score: 1

      Yep, that book (and the similar Jupiter and Saturn volumes)were a major part of my internship. I highly recommend JPL as a place to take an internship - you'll get to work on all sorts of exotic stuff...

      I note that we're at the end of that book's lifetime (1990-2005); I wonder whether JPL still relies on printed books, or if they just generate the plots in computer-readable form these days?

    3. Re:JPL has a good intro by dpilot · · Score: 1

      Is there such a thing as a stable elliptical solar orbit that swings between Earth and Mars, repeatedly? Obviously meeting the two orbits repeatedly is easy, but approaching the two planets repeatedly may not be.

      My pet concept for some years has been to have a space station, with sufficient radiation shielding, in that orbit. In honor of the "porkchop plot" as well as the Kurt Russell movie, "Big Trouble in Little China" I've tentatively named this orbital transfer station, "The Porkchop Express." To get to Mars, you launch from Earth at the right time, rendezvous with the station, and ride it to Mars. At Mars you leave, and inject into a planetary orbit. Return would be the same way, again at an appropriate time.

      The key is that they station remains in its orbit, and is not accelerated. Therefore it can afford to have plenty of radiation shielding, probably in the form of bags of water and multiple layers of polyethylene. Obviously construction would require accelerating materials, but not operation.

      But it requires the existence of an appropriate orbit. Slower than Hohmann is probably acceptable, but likely not too much slower.

      --
      The living have better things to do than to continue hating the dead.
    4. Re:JPL has a good intro by orac2 · · Score: 2, Informative

      What you're describing is called a 'cycler', and Buzz Aldrin, among others, has been kicking the idea along for years, see here.

      --
      "Just once, I'd like to meet an alien menace that wasn't immune to bullets." -- The Brigadier, Dr. Who
    5. Re:JPL has a good intro by dpilot · · Score: 1

      I've recently been hearing more about bad radiation levels in space, to the point that some question feasability of interplanetary travel, at all. IMHO, a cycler offers a solution to these problems. Imagine if space stations were THE way to travel, and space ships only did limited things near planets.

      --
      The living have better things to do than to continue hating the dead.
  19. Simple Newtonian by RatPh!nk · · Score: 4, Informative

    I recently had a NASA guy come to speak to my research group at my medical school in Houston. We were talking about the long term effect of micro-gravity on human physiology (round trip to Mars). Anyway he told us that most of the mathematical calculations that the Space Flight Center here in Houston use are the "simple" Newtonian laws of motion. He claimed they were suitable for calculating trajectories to the Moon, Mars, etc...

    --
    Argh. The laws of science be a harsh mistress.
    1. Re:Simple Newtonian by sploxx · · Score: 5, Insightful

      Anyway he told us that most of the mathematical calculations that the Space Flight Center here in Houston use are the "simple" Newtonian laws of motion.
      Sure. To use Einstein's general relativity would be overkill as the changes are too small.

      But Newtons laws can get arbitrarily complex with the number of bodies that go into the equation.

      One is newton's axiom.
      Two is still easy and taught in school. Kepler ellipses etc. Together with the rocket equation (also only newton), it gives everything needed to go to earth orbit.

      But.. three is not analytically solvable. From there, numerics takes over and this is still a very active field of research, still far from perfect. But they're surely good enough :-)

    2. Re:Simple Newtonian by Col.+Bloodnok · · Score: 1

      Yes simple newtonian laws will do at this scale, you don't need to use any of your quantum mechanics or special relativity mojo.

      Of course that makes it easy!

    3. Re:Simple Newtonian by aidan+folkes · · Score: 4, Funny
      But.. three is not analytically solvable. From there, numerics takes over and this is still a very active field of research, still far from perfect. But they're surely good enough :-)

      As long as you don't get your units mixed up. :-)

    4. Re:Simple Newtonian by kevlar · · Score: 1

      I would think that if the probes were not capable of course correction that they would need to factor in relativity, specifically if they want to land within a certain area on Mars.

    5. Re:Simple Newtonian by sploxx · · Score: 1

      would think that if the probes were not capable of course correction that they would need to factor in relativity, specifically if they want to land within a certain area on Mars.
      I'm only speculating here, but I think you'd get more precise results (than using GR) if mars' atmosphere is modelled correctly and all the things which can affect its density (temperature etc.) get proper attention.

    6. Re:Simple Newtonian by LabRat · · Score: 2, Informative

      In theory yeah...but relativity really only comes into play at very high velocities (think particle accelerators) or in the presence of very strong gravity fields (like one would experience inside Mercury's orbit). There is virtually zero pay-off for using relativistic modeling for a mission to mars, though it might prove useful for a probe destined to orbit exceptionally close to the sun.

      At the end of the day, at the scales that are involved, you might have improved the accuracy by a foot or two but it's hardly worth the effort.

      Believe me, getting ultra-accurate trajectories via standard Newtonian physics *is* possible...just really computationally intensive (has to be solved numerically).

    7. Re:Simple Newtonian by Dunbal · · Score: 0

      We were talking about the long term effect of micro-gravity on human physiology

            Forget that, I want to know what the long term effect of a) a lack of female company and b) a lack of access to free pr0n will have on the human psyche.

            Plus, who is going to clean up all the globs of semen when the ship finally enters a gravitational field and stops free-falling...ewww!

            Sorry I guess I am too much of a realist. They will find some non masturbating male humanoid somewhere I guess. Or send a female astronaut...

      --
      Seven puppies were harmed during the making of this post.
    8. Re:Simple Newtonian by Anonymous Coward · · Score: 0

      The relativistic effect of mars are hardly arbitrary. I think those who shout two physics equations followed by intergrate (or worse iterate, iterate, for god sakes newton was above iterating) are highly underestimating the situation. You can just throw out relativistic effects, we arent throwing a snowball at another at the broad side of a barn here. There will be an explicit landing site, atmospheric denisties and pressures will have to be calculated as a shuttle will fly quite differently in a martian atmosphere, relativistic effects are no longer arbitrary, obviously the shuttle wont travel anywhere near the speed of light, but at the distance traveled over the period of time (a few months) such effects cannot be ignored. In addition there are relativistic effects from the gravitational bodies incurred and not occured en route. All these things well need to be considered. But we have done it before, we've sent big ass balls of metal bouncing on beachballs and that worked, unfortunately people arent quite as resiliant. I think though the biggest issue is getting them back! Moon is easy, its escqape velocity and lack of atmosphere make it a perfect intrastellar launch platform. But this is a trait mars doesn ot share.

    9. Re:Simple Newtonian by Keebler71 · · Score: 2, Interesting
      Yup, we got to the moon (and will go further) using simple two-body equations... most of which are not-too-distantly related to the equations you used in high school physics. This is done by breaking the mission into smaller segments, the dynamics of which are governed using the assumption that only the body that has the greatest gravitational affect on the vehicle is currently active. This is called a patched conic approach

      Let's consider an Earth-moon tranfer, for the launch, the gravitational effects of the moon are miniscule and ignored. The vehicle is propagated outward from the Earth along an ellipse (or parabola) with the Earth at one focus. The laucnh dates and launch headings are adjusted such that this outbound orbit gets "close" to the moon. Now if you follow this orbit outwards, at some point it will get so close to the moon that the moon's gravity will dominate the Earth's effects. At this point you resolve the vehicle's state into the moon's (non-inertial) coordinate system in which frame that arrival orbit probably looks like a hyperbola. Now you follow that conic in to the periapsis (closest point of approach) and subtract just enough energy to result in a closed orbit about the moon. Voila! You are now in lunar orbit and never solved a three-body problem (at least not analytically). Of course, the devil is in the details, in this case, splinig the conics together.

      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    10. Re:Simple Newtonian by child_of_mercy · · Score: 1

      strictly speaking you don't actually NEED pr0n to get the job done son.

      --
      'There is a Light that never goes out.'
    11. Re:Simple Newtonian by Breakfast+Pants · · Score: 1

      Two body problems are analytically solvable (but none past that) but Kepler ellipses don't fall into this category because the effects of one body aren't considered on the other. The sun is seen as a stationary gravity well, it's position not affected by the gravity of the earth. If the earth and sun were actually the only two objects out there they would actually orbit each other in the way two stars can be seen to do; though the movement of the sun would be extremely extremely slight. Kepler's laws deal with one body and a static gravity well.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    12. Re:Simple Newtonian by Tim+C · · Score: 1

      iterate, iterate, for god sakes newton was above iterating

      He was? I guess he had nothing to do with the Newton-Raphson method then.

    13. Re:Simple Newtonian by jeremy_faller · · Score: 1

      I know which unit is mine... If you don't why don't you go stand over there.

    14. Re:Simple Newtonian by Fordiman · · Score: 1

      Thing is, they are. Used MANY times over.

      Ok, count the number of bodies in the solar system.

      Now, count how many lines you'd have to draw to connect them all. Multiply that by two.

      There you go. That's how many times you have to:
      Calculate the gravity affecting object n from object i. Sum up all force vectors from objects i. Multiply sum force by time interval (should be small to produce small errors) to generate acceleration. Multiply acceleration by time interval and add to velocity vector. Multiply velocity vector and add to position. move to next object. When all objects have been calculated, rinse and repeat.

      Keep in mind, this won't <i>tell</i> you anything, but it will give you a model by which you can test out proposed paths. Advanced calculus is needed to tell you how to do it. You know, or intution. Hey, you could probably even use black-box genetic programming to nuzzle the course in the right direction.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    15. Re:Simple Newtonian by sploxx · · Score: 1

      If the earth and sun were actually the only two objects out there they would actually orbit each other in the way two stars can be seen to do; though the movement of the sun would be extremely extremely slight. Kepler's laws deal with one body and a static gravity well.

      Well, there is the 'two' body problem of a spacecraft moving around a planet (very small mass vs. unbelievable big mass) that is, I think sometimes also called the one-body problem esp. in math contexts - your static gravity well.

      The two body problem in the mathematical sense (two masses with arbitrary values orbiting each other) also gives kepler ellipses (in a frame of reference where the center of gravity rests!), 'reduced masses' are used. I.e. the two body problem can be reduced to the one body problem with the masses orbiting one virtual mass.

  20. Orbiter by Anonymous Coward · · Score: 5, Informative

    Orbiter is a great way to learn how those trips are done. It is a free simulator for windows and is available at www.orbitersim.com.
    It has tools for calculating all sorts of interplanetary transfers and you can actually perform the flight from launch to landing on mars with all kinds of spacecraft.

    1. Re:Orbiter by Anonymous Coward · · Score: 0

      it's for windows?! dat must mean its teh sUX0rs!!! LOL!!

    2. Re:Orbiter by Anonymous Coward · · Score: 0

      I've been playing with orbiter for quite a while now. Realy teaches you how everything works. I'd also recomend gravity simulator ( www.orbitsimulator.com ).

  21. Orbital Dynamics by the_mystic_on_slack · · Score: 1

    I've never taken the class, but this problem is assigned as the final project in a senior level Orbital Dynamics class at the Univ. of Notre Dame. A numerical simulation is done, and it's my understanding that the physics are non-trivial. Maybe the prof will see this article and lend some insights.

    1. Re:Orbital Dynamics by Metzli · · Score: 1

      This actually sounds like a class that I took as a sophomore in college. The class project was to do all the calculations for a probe to leave KSC and land on the asteroid Ceres. That was difficult, but doable. Well, it would've been easier if I hadn't waited until the night before. ;) Thank goodness for Marlboro and Eric Clapton.

      --
      "It's too bad stupidity isn't painful." - A. S. LaVey
  22. Trajectory Math by waynegoode · · Score: 5, Informative
    I recently wrote some trajectory software for NASA. What I worked on is an approximation used for mission planning, not actual trajectories. I work with people who live and breathe this stuff and have worked on high-thrust and low-thrust trajectories for missions to the outer planets. I am mostly a software engineer, but I learned a lot from them while working on this project.

    The key here is the energy required. Space travel is still dominated by propulsion. That is, the engines and the fuel they need, and the fuel needed to launch that fuel to orbit, etc., is where most of the cost is.

    It is important to travel on a trajectory, called the transfer orbit, that requires the least energy. For a high thrust spacecraft, the minimum energy trajectory is called a Holman transfer. Simply, it is an orbit that just touches the orbits of both planets. The periapsis, the closest point to the sun, touches the orbit of the one planet and the apoapsis, the furtherest point, touches the other planet. For this to work, the destination planet needs to be half an orbit away when the spacecraft arrives. This is a lot easier to see in a picture.

    For Earth to Mars, the spacecraft launches and then the thrusters fire to change the spacecraft's orbit of the sun from Earth's orbit to the transfer orbit. It then travels half of the transfer orbit and fires its thrusters to change its orbit to match Mars. This can be done by aerocapture, aerobraking or propulsion. The opportunity for a Holman transfer to Mars occurs every 26 years. It is based on the length of the orbit for the bodies being transferred between. The return trip also needs to be a Holman transfer to save fuel. The opportunity does not occur until many months after arrival. I forget the actual number. That is why Mars trips will have a long stay on Mars before returning.

    Low thrust is different. Low thrust spacecraft thrust all or most of the time during the trip and the trajectory is more complicated. It is not usable for manned flight because it is to slow but is useful for unmanned spacecraft sometimes.

    This is called Celestial Mechanics. When you add propulsion, it becomes Orbital Mechanics.

    The best site I have found is NASA's Spacefligh Basics.

    Also good is this site.

    For explanation of gravity assists see this site.

    Also see, Science World at Wolrram

    1. Re:Trajectory Math by hcg50a · · Score: 5, Informative

      I think you mean 26 months, rather than years.

      --
      HCG 50a = 2MASX J11170638+5455016
      11h17m06.4s +54d55m02s
    2. Re:Trajectory Math by waynegoode · · Score: 1
      I think you mean 26 months, rather than years.

      Yea. Maybe that was my only typing/brain-use mistake in the post, but I doubt it.

    3. Re:Trajectory Math by Savantissimo · · Score: 4, Informative

      It's a Hohmann transfer orbit, not "Holman". And you get a window for an Earth-Mars transfer orbit every 25+ months, not 26 years. And constant-thrust spacecraft are generally faster on interplanetary missions than high-thrust, brief impulse craft, with the exceptions being gravity assist manouvers and really low acceleration designs such as old-school ion thrusters, (which NASA only uses because they are scared to death of actually flying anything really innovative such as a VaSIMR or a magsail). Constant-acceleration designs are not used for manned missions yet because we havn't sent any manned missions far enough to take advantage of the method, but any manned interplanetary mission would be crazy not to use a magsail because it provides an artificial magnetosphere for charged-particle shielding while at the same time providing continuous thrust with minimal power consumption and no reaction mass by deflecting the solar wind.

      --
      "Is life so dear, or peace so sweet, as to be purchased at the price of chains and slavery?" - Patrick Henry
    4. Re:Trajectory Math by sigmaseven · · Score: 2, Funny

      S'okay, mistakes happen -- thanks for the insight.

      (But you realize if it'd been a feet/meters error, you never would've heard the end of it....)

    5. Re:Trajectory Math by Anonymous Coward · · Score: 0

      I've also had an orbital mechanics class, and would like to recommend the book "Introduction to Space Flight" by Hale.

      It turns out you can do a lot of analysis without even needing numerical integration, at least for chemical thrusters. (Ion thrusters operate so slowly that some kind of numerical analysis is always needed). Basically, you break the transfer down into stages. Stage 1: blast-off to edge of the Earth's radius of influence. Earth's gravity is the only one that matters. Stage 2: Earth's radius of influence to Mars's radius of influence. Sun's gravity is the only one that matters. Stage 3: Entry to Mars. Mars's gravity is the only one that matters.

      The stages line up at the edges of the radii of influence, which turns out to be a very good approximation because gravity drops off so quickly (1/R^2).

      In each case, the mechanics of the transfer can be worked out by applying conservation of mass, linear and angular momentum. The orbits are conic sections. You can do it all on paper, but it does help to have an orbital mechanics book handy.

    6. Re:Trajectory Math by Tumbleweed · · Score: 2, Funny

      Yeah, you might want to recheck that software you wrote for NASA, just in case. :)

    7. Re:Trajectory Math by Dunbal · · Score: 1

      months, years. Bah, you trouble me with details, DETAILS I say...!

      --
      Seven puppies were harmed during the making of this post.
    8. Re:Trajectory Math by astrojeff · · Score: 1

      I wrote a bare-bones applet that lets you try to get to Mars. Very crude, but it manages the momentum correctly and does illustrate that launch windows and transfer orbits are tricky. http://www.sal.wisc.edu/~jwp/astro/OrbitApplet.htm l

    9. Re:Trajectory Math by Michael+Woodhams · · Score: 1

      It is important to travel on a trajectory, called the transfer orbit, that requires the least energy.

      While this is usually the case, it wouldn't be for a manned Mars mission. For relatively modest increases in available fuel (delta-v) (or equiavlently, decrease in payload) you can get quite large decreases in travel time.

      I don't have numbers, but you might be able to reduce 26 months to 15 months for 20% more delta-V. This is, however, a dimishing-returns situation, e.g. a 3 month trip would be hugely expensive in delta-v.

      --
      Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
    10. Re:Trajectory Math by Snags · · Score: 1

      The trip is shorter than that. Opportunities occur every 26 months, but the ship launched a few days ago will arrive next March, making for a 6-month trip. Your point is still correct, though. We would place a larger emphasis on faster travel times for manned missions.

      --
      main(O){10<putchar((O--,102-((O&4)*16| (31&60>>5*(O&3)))))&&main(2+ O);}
      LN2 is cool!
    11. Re:Trajectory Math by Keebler71 · · Score: 4, Informative
      Overall - nice post. Unfortunately, IAARS and need to clarify a few minor details:
      • It's a Hohmann Transfer, not a Holman
      • Hohmann transfers are not always the minimum orbit energy orbit. If the ratio of the circular orbit radii is greater than 12 or so, then a bi-elliptic trajectory (three-burn) is optimal.
      • Actually, Celestial Mechanics is the study of the orbits of celestial bodies (naturally occurring) - man-made vehicles bring forth the distinction of Astrodynamics.
      • Mars' minimum energy transfers occur slightly more than every two years, not 26.
      • Oh, and I probably should be much more careful when using the work "optimal". Hohmann tranfers are only "optimal" if they are co-planar, the burns are considered impulses, and the effects of gravity assists, continuous thrust or any other non-conservative forces are ignored. In reality, we need to take advantage at least one of the above to even get to the outer planets on any type of reasonable time-line.
      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    12. Re:Trajectory Math by barawn · · Score: 3, Interesting

      Hohmann transfers are not always the minimum orbit energy orbit.

      Hohmann transfers are never the minimum energy orbital transfer. IPS (interplanetary superhighway) orbits are lower energy for all cases, although they take much longer. (To be fair, IPS orbits are new - 1997-ish - and before that, Hohmann transfers were the minimum energy orbital transfer). IPS orbits are so low energy that it basically takes the same delta-V to get almost anywhere in the solar system - the delta-V to get to a Lagrange point.

      For manned missions, however, you don't really care about lowest-energy, because orbits are always tradeoffs between transit time and energy, and manned missions want the shortest transit time feasible.

    13. Re:Trajectory Math by Keebler71 · · Score: 1

      Actually I intended to cover that in the disclaimer (last bullet) when I mentioned gravity assists... I should have loosened that up a bit to just say multi-body effects... without which there are no constant energy manifolds of any consequence.

      --
      "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
    14. Re:Trajectory Math by tylernt · · Score: 1

      http://www.sal.wisc.edu/~jwp/astro/OrbitApplet.htm l

      Sorry no mod points, but that's cool.

      --
      DRM 'manages access' in the same way that a prison 'manages freedom'
    15. Re:Trajectory Math by puppet10 · · Score: 1

      Peter: You said the thing was supposed to work.

      Michael: Well, technically it did work.

      Peter: No it didn't!

      Samir: It did not work, Michael, ok?!

      Michael: Ok! Ok!

      Samir: Ok?!

      Michael: Ok! Ok! I must have, I must have put a decimal point in the wrong place or something. Shit. I always do that. I always mess up some mundane detail.

      --
      -------- This space intentionally left blank --------
    16. Re:Trajectory Math by raolin · · Score: 1

      I did want to thank you for actually addressing the question posted. That was quite informative and the references provided were as well.

      --
      "It is sad to see a family torn apart by something as simple as a pack of wild dogs."
  23. Basics of Space Flight by pestie · · Score: 1

    Check out the Basics of Space Flight page at NASA's Jet Propultion Laboratory.

  24. Mathematics is for Mathematicians by Anonymous Coward · · Score: 5, Funny

    Tired of calculating so many epicycles? That's why we've introduced the Ronco Equant Point!

    The Ronco Equant Point is a pointless mathematical abstraction that gives you that perfect Renaissance instrumentalist astronomical result! Up to 200% more accurate than the other leading brand of Ptolemaic system, the Ronco Equant point will actually reduce the number of epicycles within 20 minutes - or your money back!

    Call now, and receive a *free* video, "Aristotle and You" - learn about the five elements, and find out how to justify your Ronco-enhanced Ptolemaic system in terms of Aristotelian cosmology!

    Look out for more Ronco History of Science products soon, including the "Intelligent Designer's Kit" and the "Ronco Enhanced Bottle-O-Caloric"!

    1. Re:Mathematics is for Mathematicians by IdleTime · · Score: 1, Funny

      Where do I sign up?

      --
      If you mod me down, I *will* introduce you to my sister!
    2. Re:Mathematics is for Mathematicians by Anonymous Coward · · Score: 0

      Hey, I want it too! Am I also offtopic?

    3. Re:Mathematics is for Mathematicians by tverbeek · · Score: 1
      The Ronco Equant Point is a pointless...

      Well in that case, I won't bother.

      --
      http://alternatives.rzero.com/
    4. Re:Mathematics is for Mathematicians by nacturation · · Score: 1

      Less angles than a sextant. No turnip twaddler. Lame.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  25. Automatic Differentiation by exp(pi*sqrt(163)) · · Score: 1

    I've been doing lots of numerical work (graphics stuff) involving numerical optimization lately and one of the techniques I've been using to compute derivatives for optimization is Automatic Differentiation (AD). Along the way I came across a few papers on applytng the technique to trajectory optimization. So I'm guessing that people choose something to optimize (a function of how close they get to the target, the journey time and fuel costs among other things) and use AD methods with a simulator and numerical minimizer optimize the path.

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
  26. Re:Why Slashdot Fired Michael by ewhac · · Score: 1
    "The Aristocrats!"

    (Honestly, I'm not sure how you intend to work the punchline in to this.)

  27. So what's the reason you need to get there? by sharkdba · · Score: 0

    Are there any curious Slashdot readers with the usual great insight into how to calculate a trip to Mars?

    Planning to move out of Mom's basement soon? I mean, come on, can't be THAT bad... Unless you're living with a mother in law or something...

    --
    The purpose of life is to find the purpose of life.
  28. get someone else to foot the bill.. by peculiarmethod · · Score: 2, Funny

    Skip doing all the math and even the funding part by simply doctoring up a few satellite photos and a research paper calculating with near certainty that near limitless petroleum exists on mars, and they are protected by a heathon god.

    sit back and watch all the funds get diverted to a new space program.

    --
    ** "It's not my job to stand between the people talking to me, and the ones listening to me." -- Pego the Jerk
    1. Re:get someone else to foot the bill.. by dcollins · · Score: 1

      It also helps if there's a mustachioed villain who allegedly tried to assassinate the president's father. It's time for a Family Fued!

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
  29. Re:point and by Anonymous Coward · · Score: 0

    Taht seems to be the american way.
    go ahead, mod me troll, but you i am right and the parent is (a) an idiot and (b) an american.

  30. Some info by interiot · · Score: 3, Informative
    MRO made me more interested in orbital mechanics, too.

    The best info I've found so far is actually a do-it-yourself exercise... there's a space-travel simulator that you can use to try to figure out how to get to mars, along with some helper apps that do some math for you.

    In terms of starting, basic data... you can ignore the effects of the MRO on the two planets, since it's so small. But the positions of the two planets can be gotten from here. To understand the coordinates used, study here.

    I'd like to find some decent open-source apps to visualize the orbits in 3D... at least a static diagram, if not an animation.

    1. Re:Some info by Anonymous Coward · · Score: 0

      I think this is what you're talking about: http://www.shatters.net/celestia/

      my brother showed it to me a while back. It's a real time planet simulator. It can be sped up, slowed down, all that fun stuff.

  31. Re:I for one, cannot... by Anonymous Coward · · Score: 0

    With his illudium PU36 explosive space modulator.

  32. Worth a prize by radtea · · Score: 4, Interesting


    I helped judge the Canada-Wide Science Fair a few years ago, and the person my judging team ranked the highest had set himself precisely this problem: how do you really calculate the trajectory of a spacecraft from Earth to Mars? His solution was a wonderful exploration of the gory details of the problem--he had parts of the orbit that could be approximated reasonably in closed form (basically when the spacecraft was far away from everything, especially Jupiter) and other bits where there were three-body and more calculations.

    He understood error estimation and the importance of computing the same quantity several different ways so that they act as a check on each other. He also had modeled aspects of the spacecraft itself, the rotational moments, effects of changing fuel mass, etc, etc, etc. In short, he understood that science is more of an art than a science. It was really nice work.

    --
    Blasphemy is a human right. Blasphemophobia kills.
    1. Re:Worth a prize by hippo · · Score: 1
      he understood that science is more of an art than a science

      It's not science or art, it's engineering.
  33. One Semester Course in Orbital Mechanics by LabRat · · Score: 2, Interesting

    The web page the OP found looks pretty cool..though I agree it's a little too condensed to be useful for a complete beginner. While I don't want to imply that orbital mechanics is out of the reach of intelligent, math-oriented folks without some sort of formal instruction....a course in the subject matter can definitely help. I took a class with the author of this book http://www.amazon.com/exec/obidos/tg/detail/-/0292 751052/qid=1124147579/sr=8-2/ref=sr_8_xs_ap_i1_xgl 14/102-9094747-8542529?v=glance&s=books&n=507846

    With a decent mathematical background, the book could be followed fairly well to get an idea of what it takes to calculate the trajectory for a Martian mission. There are other books out there too...but I am familiar with this one since I used it in college. Dr. Szebehely was an awesome prof, by the way...everyone should have the privilege of learning from someone like him at least once in their lives.

    Of course, in the "real Solar System", the gravity of Jupiter can be a real factor, in addition to the other planets (depending on how close you need your calculations to be)...and unfortunately only the 2-body problem can be easily solved in a general closed form. For other scenarios, numerical methods that calculate the trajectory "step-by-step" must be employed.

    Good Luck!

  34. Two more things... by waynegoode · · Score: 4, Informative
    I forgot to answer part of the question. It is mostly a two-body problem--two bodies at a time. Launch is Earth and the spacecraft. Then it is the Sun and the spacecraft. Then it is Mars and the spacecraft. However, to go straight to a transfer orbit without orbiting the earth first, there is only one time of day to launch (local time), different for each destination. In this way the destination planet is considered at Earth launch.

    For my mission planning software we never considered more than two bodes at a time. For the real stuff, they probably consider more than two bodies at a time, but the other bodies are just correction factors.

    The Mechanical Universe, is an excellent way to learn this stuff. It comes on in reruns from time to time.

    1. Re:Two more things... by Mr.+Fazer · · Score: 1

      Shoudln't it be atleast two bodies at a time (sun & spacecraft) ? So it makes launch-3 transfer-orbit-2 & landing-3 . Or is sun also a correction factor being close to either of the planets while launch & landing ?

      --
      My favourite place : 127.0.0.1
  35. [Meta] Re:Numerical integration by jdray · · Score: 0, Offtopic

    Whomever modded this guy Offtopic should be flailed with MetaMod death rays. Or something.

    --
    The Spoon
    Updated 6/28/2011
  36. Re:uhm, no - fix earth first by Anonymous Coward · · Score: 0

    I bet you'll also never devirginize anyone, must keep it intact.

  37. TransX! by TrevorB · · Score: 4, Informative

    Duncan Sharpe's TransX

    C'mon Orbiter fans, you were thinking the exact same thing when you read this article... Planning a trip to Mars? Just hit Shift-J and start plotting your Hohmann transfer orbit insertion burn.

    For those who are lost:

    ORBITER is a free flight simulator that goes beyond the confines of Earth's atmosphere. Launch the Space Shuttle from Kennedy Space Center to deploy a satellite, rendezvous with the International Space Station or take the futuristic Delta-glider for a tour through the solar system - the choice is yours.
    But make no mistake - ORBITER is not a space shooter. The emphasis is firmly on realism, and the learning curve can be steep. Be prepared to invest some time and effort to brush up on your orbital mechanics background. A good starting point is JPL's Space Flight Learners' Workbook.


    also...

    TransX is [Duncan Sharpe's] eXtended Transfer MFD. It's designed for planning trips across the solar system, or even just to the moon. It's full-featured, with support for complex flight plans, including slingshot trajectories. And naturally, there's a manual that comes with it.

    1. Re:TransX! by blackomegax · · Score: 1

      yeah, orbiter taught me alot about orbital physics back in high school. its pretty nifty. but. ask yourself. "why do i need to know how to calculate a trajectory to mars when JPL and NASA already have experts on the subject" unless you want a job with them being said expert, its next to useless :)

    2. Re:TransX! by TrevorB · · Score: 1

      Except that was my high school dream, joining the Cruise team of one interplanetary probe or another at JPL. So orbiter was exciting when I finally found it.

    3. Re:TransX! by jd · · Score: 1

      Finding the trajectory to get chocolate confectionery is never useless.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  38. um... by Anonymous Coward · · Score: 0

    maybe this is a question for marketing?

  39. G from other bodies convergent by snatchitup · · Score: 1

    The other bodies' gravity pull is very negligent. Because they are inverse prortional to the square of how far you are away from them.

    Mainly there's just four significant factors.

    1. How much to get off this heap of dirt we call Earth.

    2. How fast we want to get there, which basically directly related to the next question...

    3. How much does it take to slow down once you get there. (Since there's no friction in outer space...)

    4. All the previous in reverse order, knowing that you don't need to get back to Mars again.

    ==========
    You throw in the factors of survival. As you extend trip, your survival supplies costs more.

    As you speed up trip, the bigger your fuel tank needs to be.

    As you make things bigger, you increase costs. Oh, precious cost!!!

    This is classic Linear Programming.
    -====

    In the end, the answer isn't how much it's going to cost.

    The answer is a question.

    How much can you spend?

    You go from there.

    1. Re:G from other bodies convergent by RidiculousPie · · Score: 1

      Linear programming will not make the cut, you need at least differential equations.

      Yes, i do know a little aobut this, the whole topic of this years project was celestial mechanics on my math course.

      Linear programming is only good for at best 2 body problems, and even then it can only cope with restricted dimensions.

      --
      ah, mod points ... now where is my crack?
    2. Re:G from other bodies convergent by snatchitup · · Score: 1

      That's because in class. You leave everything in the formulas, complicating matters too freaken much.

      D.E.'s aside. You transform the D.E.'s into a solvable problem in the Linear Programming world.

    3. Re:G from other bodies convergent by RidiculousPie · · Score: 1

      D.E.'s aside. You transform the D.E.'s into a solvable problem in the Linear Programming world.
      Like, what an iterative numerical problem?

      Im sorry, but as i did my project on the mathematics of the Trojan Points (which are Lagrange Points) even tiny differences in weight, or forces applied can give completely different answers, I cannot believe that in orbital mechanics they don't make more of a difference.

      How does one convert a system of orbital mechanics equations into a linear programming problem?

      (At the Trojan Points the forces that act on an object when considered in a rotating frame of reference are minimal, and they have a huge impact on the outcome)

      --
      ah, mod points ... now where is my crack?
    4. Re:G from other bodies convergent by LabRat · · Score: 1

      I'll just touch on the question about DE's. That's the realm of Numerical Analysis...solving DE's through step-wise calculations using discrete intervals. That's how the "pros" plan real missions, as the real equations of motion are not solvable analytically for interplantary missions.

      At the end of the day, it depends on how close you need to get...how much maneuvering fuel you have budgeted...which determines how many factors you need to leave in the equations.

    5. Re:G from other bodies convergent by RidiculousPie · · Score: 1

      what like the runge-kutta?

      --
      ah, mod points ... now where is my crack?
    6. Re:G from other bodies convergent by Wavicle · · Score: 1

      Okay, let's take a scenario from space flight and see how you transform non-linear equations into an LP problem:

      An agency wants to send a scientist to mars to do some research and then come back to earth. To do so they will need to put S kilograms of scientific equipment in the space capsule, which needs to come back. To keep the scientists alive they need to put F kilograms of foodstuff and other life support equipment. Also there is a fuel unit factor, U, that represents the fuel cost to carry out the mission. And they spend T days in space. Now, construct a LP problem to maximize scientific return R given the constraints:

      U = S^3 + F^2 (food is cheaper because it's shoved out the airlock when "eliminated")
      T = 0.5F - 300 (2kg food a day, 300 days travel time)
      R = S ln(T-300) (diminishing returns on time spent doing experiments)
      T >= 300 (travel time)
      U <= 25,000 (maximum fuel that can be used)

      This problem is, however, much simplified from a real problem (contains no higher order derivatives on any of the other functions). So how are you going to transform that to an LP problem?

      --
      Education is a better safeguard of liberty than a standing army.
      Edward Everett (1794 - 1865)
    7. Re:G from other bodies convergent by LabRat · · Score: 1

      Yeah, that's one method for integration of ordinary DE's. You got it :)

  40. "Fundamentals of Astrodynamics" by Beryllium+Sphere(tm) · · Score: 2, Informative

    by Roger Bate.

    A fun physics exercise is to model a slingshot maneuver and then try to figure out *why* your rocket burn is more effective if you dip inside gravity well when you do it.

    1. Re:"Fundamentals of Astrodynamics" by be-fan · · Score: 1

      Great book. We used it in our intro astrodynamics class. Absolutely attrocious typesetting, though.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:"Fundamentals of Astrodynamics" by spaceyhackerlady · · Score: 2, Informative

      I too was going to suggest Bate, Mueller and White, but I see somebody beat me to it.

      The sections on Hohmann Transfer Orbits and Patched Conics would see to answer the OP's question. Not good enough to actually fly a mission, but more than good enough to get the orders of magnitude (delta v, elapsed time, etc.) and figure out what else you need to figure out.

      ...laura

    3. Re:"Fundamentals of Astrodynamics" by kalidasa · · Score: 2, Informative

      Since you beat me to the citation, the best I guess I can do is to add the Amazon link. I believe there are some new things in astrodynamics, but this will give the reader a solid background.

  41. Re:uhm, no - fix earth first by Anonymous Coward · · Score: 0

    hahaha of course you just proved my point. i rest my case

  42. Don't Try This At Home by ichin4 · · Score: 0, Troll

    To get this approximately right, you need to consider just 3 contributions to the gravitational potential that determines the ship's motion: the sun, the earth, and mars. If you are a programmer, and your physics/math isn't sufficiently good for you to write a simple simulation of motion in this potential in your favorite programming language, then you are out of your depth. I'm an ex-physicist, and it would take me about 30 minutes to write such a simulation in any programming language I know.

    1. Re:Don't Try This At Home by ichin4 · · Score: 1

      Troll?! Jeez, okay, that does it. Here are step-by-step instructions.

      The sun and all the planets are, to a good approximation, all in the same plane, so we only need to do the simulation in 2D. To track positions, define a vector structure with properties X and Y. For convenience, give it a constructor that can take angular coordinates.

      Define a function R(p1,p2) that takes two positions and computes the distance between them. That's just Sqrt((p1.X-p2.X)^2 + (p1.Y+p2.Y)^2).

      Define a function that, given the position p of a satelite of unit mass and the position P of a massive body M, computes the force of the body on the satelite. That's just a vector of magnitude G M / R(p,P)^2 and a direction proportional to (p.X-P.X,p.Y-P.Y).

      Now define a function that, given the position of a satelite p, and the positions of earth and mars p_E and p_M, adds the forces due to earth, mars, and the sun. (Assume that the sun is fixed at the origin.) This just involves calling your function three times and doing vector addition.

      There is no need to compute the motion of the earth and mars, just look up their distance from the sun and their orbital period, and create functions that return their position as a function of time. The eccentricities of their orbits are so small that you can assume their orbits are circular.

      Combining your work so far, you have a function that, given the time t and the satelite position p, returns the force on the satelite. Now all you have to do is integrate F=a (remember m=1). If you have experience with numerical methods, you could use a canned predictor-corrector algorithm, but for our quick-and-dirty purposes, just use a fixed time-step. 10-hour time-steps are probably fine, but you may need to experiment.

      Insert a line in your integrator that prints out the time and position after each step. You're done.

  43. Pretty Simple first-pass calculation by nightwing2000 · · Score: 2, Informative
    IANAA but...

    Consider an elliptical orbit around the sun (aren't they all...) with a major axis where perihelion is earth's distance, aphelion is Mars' distance from the sun. I don't know the formula, but you should be able to find it on the net.

    Now calculate the orbit time. You start your trip tangent to the earth, and blast away faster than the earth is circling the sun (but in the same direction). You catch up to Mars as the top of your orbit is tangent to (grazes the inside of) Mars' orbit. Therefore, total trip time is 1/2 the orbit period (full orbit time shoould be somewhere between Earth's year and Mars' 2 earth-years - I guess about 16 months?).

    This ignores secondary effects like the slowdown escaping earth's gravity, and the acceleration reaching Mars. These should be minor adjustments - you would have to adjust your departure velocity from Earth to include extra for escape velocity from your starting point (presumably Low Earth Orbit). As you depart, Earth will slow you down somewhat, but past a million miles the effect should be negligible. It also ignores the ellipticity(??) of both Earth and Mars orbits, which change the distance an path - more second-order calculations. (Earth's orbit varies from 92m mi to 94m from the sun.) The second-order calculations shouldn't make a big difference...

    Then you need braking power at Mars, or you can use the atmosphere to brake (or break, if you miscalculate Km vs. Miles).

    So, the launch windows occur when Mars is in such a position that it will be 180 degrees ahead of Earth's current position when you get there...)

    Let's say the orbit time above is 16 months (a guess). So if today is a launch window, Mars has to be 180 degrees away in 16 months. Next window? 12 months from now, we're back here (360 deg) but Mars is 180deg away(2-year-long year) from where it was last launch time. 4 months more(16), we're 120 further, Mars 60 more, 180+60 = 240, or only 120 ahead now...etc. 18mo. and we're 360+180, Mars is 180 degrees; bingo - press the launch button again, and in 16(/) months, mars will be where you need it to be.

    Basically we're solving for integer solutions of: y= 2x (mod 360); but of course, the Martian year is not exactly 2 earth years. Look that up too.

    You can only launch in the same direction as Earth (and Mars) travel around the sun. This is the minimal amount of rocket fuel. It's like throwing a ball in the air so the top of its arc is just as high as the spot you want it to hit... Launch counter to Earth's orbit, other way, and instead of using the speed of the earth's solar orbit to boost you to Mars, it is a detriment. You'd be better off with a more direct route, if you have the fuel to burn.

    For faster transits, you just need an arbitrary chunk of an ellipse which intersects both orbits at the correct time. As for slow, steady propulsion like ion-drive or solar sail - well, that's why calculus exists.

    Rotsa Ruck.

    1. Re:Pretty Simple first-pass calculation by Anonymous Coward · · Score: 0

      Kepler's Third Law lets you figure out a good approximation of the travel time for a Hohmann transfer orbit.

      The law is the square of the orbital period a body is proportional to semi-major axis cubed.

      Since a Hohmann orbit is an ellipse with perihelion at one radius (Earth in this case) and aphelion at another (Mars,) the semi-major axis is just the average of Earth's and Mars' orbital radii (we're assuming Earth and Mars orbits are circular as an approximation.) Taking the Earth's orbit and period as 1, Mars' orbital radius is 1.524 so the semi-major axis of the transfer orbit is 1.262. Solving for the period from Kepler's law you get p=a^1.5 or p=(1.262)^1.5=1.418 years. Since you only need to go halfway through the transfer orbit to get to Mars you trip time is .709 years or 8-1/2 months.

  44. Mod this UP ! ! ! ! by Dorsai42 · · Score: 1

    This is a stellar (pun intended) example of what I visit /. for.

    --
    If you forget about the future, the future will forget about you.
  45. Somewhat offtopic, but... by meditation_dude · · Score: 0, Offtopic

    I hope we don't send humans there, at least not until we're ready to inhabit other worlds. It's ridiculously expensive and NASA et al go hysterical when humans are at risk anyway. Machines can get plenty of data, even more than humans in fact! Sending humans is mostly just nationalism and something for the media to latch on to (because their audience can't/won't understand science).

  46. Re:uhm, no - fix earth first by Anonymous Coward · · Score: 0

    You sound like the guy in the cave 10,000 years ago shaking his head complaining about people fiddling about with flint and fire when you know there are rats to be flayed for dinner.

  47. Fear and Fear Itself by Doc+Ruby · · Score: 5, Insightful

    The mathematical models for ballistic missiles isn't what's stopping "terrorists" from making them. What stops terrorists is that it's so much cheaper, faster, more reliable and easier to load a truck full of fertilizer and fuel oil, then blow up a skyscraper or maybe a bridge. Or just release a $25 video "around election time", which is about 18 months every 2 years (75% of the time). Both of which create terror, which is the entire point of terrorism.

    There was a time when such math was secret, and strategic. But we caught up to the Soviets shortly after they tested that ballistic missile math on Sputnik, in the late 1950s. A half century later, our open society has proven more than a match for such "proprietary" losers. If we can stay that way, despite the exaggerated bugbears that people throw around to justify the secrecy that kills both science and liberty.

    --

    --
    make install -not war

    1. Re:Fear and Fear Itself by Doc+Ruby · · Score: 1, Informative

      Moderation +3
          40% Insightful
          20% Offtopic
          20% Interesting

      TrollMods, give this specious "Offtopic" TrollMod'ing a break. This story is about a member of the public wanting the math for calculating Martian orbital insertion from Earth. The post to which I responded asserted that such math should be secret, to defend from "terrorism". I replied that it's not strategic, that it hasn't been for a half-century, and that terrorists aren't in the ballistic missile business. But that doesn't stop TrollMods from attempting to terrorize Slashdot with their unaccountable secret attacks on posts they don't like for their own backwards reasons. What stops them, supposedly, is metamoderation. Well, metamods, you've got the coordinates: 3-2-1 LAUNCH!

      --

      --
      make install -not war

  48. It's all simple physics by Timberwolf0122 · · Score: 1

    gravity, radial motion ect.. unfortunatly it's layer-upon-layer of simple rules that make a ver complex puzzel + Solar winds.

    Second star to the right and streight on till morning.

    --
    In the not too distant future, next Sunday A.D.
  49. Genetic Algorithms by nacturation · · Score: 1

    If memory serves, the very first issue of Game Developer Magazine had an article on this and the author used genetic algorithms to calculate the most optimal thrust force vectors and durations to use. The simulation arrived at a very optimal solution in almost no time at all -- and it was for simulating an n-body problem, where n is much greater than 2. Maybe someone can find the original article somewhere, but here's some links which seem to be quite relevant.

    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  50. Here's to Dr. S. by Anonymous Coward · · Score: 0

    As another former student of the late Dr. Szebehely's, I second that one. His Theory of Three Bodies can be worked out without too much difficulty from the beginner's text above (for the nitty-gritty, you'll need his sadly out-of-print magnum opus, "Theory of Orbits").

    Szebehely (pronounced sh-EBB-uh-hay) was quite a guy (and unlike a lot of geniuses, a genuinely nice guy as well). He was one of the engineers who worked out the detailed trajectory calculations for Apollo, among many other things. LabRat's right, it was a privilege to be in his class. Ditto for Wallace Fowler, who's still on the faculty at Texas.

  51. I propose an alternative by Dunbal · · Score: 0, Offtopic

    Are there any curious Slashdot readers with the usual great insight into how to calculate a trip to Mars?"

          How about the mathematics involved in financing a manned trip to mars. Surely this problem is even more complex?

    --
    Seven puppies were harmed during the making of this post.
    1. Re:I propose an alternative by LabRat · · Score: 0, Troll

      Nah, that's easy.

      1) Cut taxes by $1 trillion/year
      2) Declare that deficits are actually good for the economy so the sheep in this country think it's a good idea to both increase spending and cut taxes at the same time.
      3) Go to Mars (previously known as the 'Profit!' step)

  52. Re:uhm, no - fix earth first by Anonymous Coward · · Score: 0

    you must be talking about anal? correct - you can have all the gheyse.cx/goatse.cx you so desire - i have enjoyed the virgin poontang, kthx. in other news, iraq is arabic for vietnam and mars is martian for dead f*cking planet - lets move along

  53. Re:point and by Anonymous Coward · · Score: 0

    lol u sure showed them

  54. Low Thrust and Space Lanes by CustomDesigned · · Score: 2, Interesting
    Low thrust is different. Low thrust spacecraft thrust all or most of the time during the trip and the trajectory is more complicated. It is not usable for manned flight because it is too slow but is useful for unmanned spacecraft sometimes.

    I find recent work on low thrust trajectories the most fascinating. I was made aware of it in Science News a few months ago. Although the combined influence of the Sun and all the planets form a chaotic system (in principle not predictable beyond certain time limits), there exist stable transfer lanes which function like chaotic attractors (thanks mainly to the stabilizing influence of Jupiter). Once you get your unmanned craft into the lane, it needs only to apply corrections now and then to stay in the lane - and gravity will take it all the way to its destination! The time required is measured in years rather than months, but it makes unmanned missions much more economical.

    The "slingshot" trajectories of earlier out planet explorers were similar, but had to be calculated in full for each mission. This new technique creates a 3D (orbital plane plus time) map of the space lanes - which looks like a maze of twisting tubes of varying diameters. To plan your trip, you find a lane near earth that goes to your destination. You need fuel for getting to the lane, course corrections while travelling, and exiting the lane.

    As described in the Novel Oxygen , we could send unmanned supply ships to Mars via the economical low thrust space lane routes. The manned mission would come later, when the supplies have and/or will have arrived, and will be lighter and cheaper since it will only need food, water, etc for the trip, and not for the extended stay required by Holman transfer trajectories for the speedier manned trip. Fuel for the return trip would also be sent ahead. (Clearly, I would want some reduncancy, and robot surveillance to ensure that said supplies have truly arrived safely.)

    Re the novel: of *course* something goes wrong. Think Apollo 13, but on a *much* longer trip. That's all I'll say.

  55. the Simple Answer and the Complex Answer by everphilski · · Score: 5, Informative

    The saying is "From low earth orbit, you are halfway to anywhere in the solar system." The delta-V (change in velocity) required to get to low earth orbit is about 7.6 m/s neglecting gravity and drag losses. The velocity to escape is about 13 m/s. Add in a little bit of velocity to correct your orbit to make it to Mars and it's about right, 14 m/s. (actually it'll be a bit more if you're launching from Kennedy, you have to get rid of that pesky inclination and that's an expensive maneuver, even combining it with the trans-martian injection it's expensive.

    Here's the actual procedure.
    1. surface to low earth orbit.
    2. circularize low earth orbit. [hohmann transfer]
    3. correct orbital parameters (longitude of ascending node, argument of periapsis, orbital inclination)
    4. low earth orbit to trans-martian-injection [hohmann transfer]
    (3 and 4 can be combined, to a point, in order to save delta-V.)
    5. burn to circularize martian orbit [hohmann transfer]
    6. correct orbital parameters (Same as 3)
    7. Burn to descend to surface
    The actual math is too much for a slashdot post. Sorry. If you are truly curious check out "Elements of Spacecraft Design" by Charles D. Brown.

    -everphilski-

    1. Re:the Simple Answer and the Complex Answer by paper_boats · · Score: 2, Informative
      As noted by parent, there's an easy answer, and a complex answer. For the basics of the problem, all you really need is the two-body equations of motion. A basic Hohmann transfer (an elliptical orbit connecting the near-circular orbits of the Earth and Mars) will get you there with a pretty close guess as to the fuel usage and mission duration. If you actually want to do the calculations, that's where you should start.

      As for the procedure, for most missions to Mars, the launch vehicle takes care of steps 1-4, they pretty much happen within a few hours at the most. The Mars Reconnaissance Orbiter was separated from the launch vehicle and on it's way to Mars in a little over an hour after launch.

      There's usually at least one mid-course correction manuever, and then a final braking burn to bring set the craft up for a landing, or multiple braking burns if you're just going to go into orbit around Mars.

      As to how NASA actually models the trajectory, they probably use numerical integrators that take into account the basics (Earth, Sun, and Mars gravity), but also the gravity of the moon and maybe the other planets, and the solar radiation force. When you're calculating mid-course corrections these little things really start to matter (especially if you're going to be landing on the surface!). And if you're going to be orbiting Mars, then you would also take into account the fact that Mars is not a perfect sphere and how this affects your orbit. You could even use atmospheric drag to change your orbit like the Mars Odyssey spacecraft, cool stuff.

      Also, you don't really need to worry about the inclination you get launching from the Cape for a Mars mission. Once you get away from the Earth you're pretty much in the ecliptic plane relative to the sun and your inclination relative to the Earth is moot. And the units you're looking for in the first paragraph of the parent post are km/s.

    2. Re:the Simple Answer and the Complex Answer by mr_z_beeblebrox · · Score: 1

      6. correct orbital parameters (Same as 3)
      7. Burn to descend to surface


      You forgot:
      8. ????
      9. Profit!

    3. Re:the Simple Answer and the Complex Answer by Anonymous Coward · · Score: 0

      'The delta-V (change in velocity) required to get to low earth orbit is about 7.6 m/s neglecting gravity and drag losses.'

      Isn't orbital velocity measured in Kilometres per second rather than metres per second? Or is this where the 'neglecting gravity part comes in?

    4. Re:the Simple Answer and the Complex Answer by g-san · · Score: 1

      You plan will surely fail without a PROFIT!!! step.

  56. Porkchop Plots by everphilski · · Score: 3, Insightful

    Yup. You have to do trade studies with lots of iterations. On one axis you have launch date, on the other you have arrival date, and you start plotting. You can then vary your trans-martian-injection burn, and what your get are called Porkchop plots, cause they look like porkchops.

    -everphilski-

  57. Nope. Not really. by everphilski · · Score: 4, Insightful

    Any orbital mechanics textbook will give you more than enough information to calculate this for yourself. One of my final exam questions in spacecraft design was to design a moon mission, in about 15 minutes. Mars isn't much harder, just further away, it's the same problem.

    "Elements of Spacecraft Design" by Charles D. Brown has a few good chapters on orbital mechanics. Check a local university library, cause the book cost me nigh unto $100 :P

    -everphilski-

    1. Re:Nope. Not really. by Anonymous Coward · · Score: 0

      File that under "things they weren't teaching 50 years ago"!

  58. Hmm by Col.+Bloodnok · · Score: 1

    Sounds like Lander or Thrust on the beeb. What are the graphics like? Mode2? Better?

    1. Re:Hmm by Anonymous Coward · · Score: 0

      Graphics are pretty good. Check a gallery of screenshots at http://www.medphys.ucl.ac.uk/~martins/orbit/galler y.html.

    2. Re:Hmm by ikkonoishi · · Score: 1
    3. Re:Hmm by mgw1181 · · Score: 1
      Sounds like Lander or Thrust on the beeb. What are the graphics like? Mode2? Better?
      Direct3D
    4. Re:Hmm by SPY_jmr1 · · Score: 1

      I think you would be best served with either,

      a:*SFX-Jaw-Hitting-Floor*,

      or b: Hoooooooooooooooooly Fucking Moses!

      See sibling replies for links to the Orbiter Galleries.

      *is off to install latest version of Orbiter on Windows box* *g*

      Spy

  59. a first pass vs. the real deal by paper_boats · · Score: 1
    As others have noted, for the basics of the problem, all you really need is the two-body equations of motion. A basic Hohmann transfer (an elliptical orbit connecting the near-circular orbits of the Earth and Mars) will get you there with a pretty close guess as to the fuel usage and mission duration. If you actually want to do the calculations, that's where you should start.

    As to how NASA actually does it, they probably use numerical integrators that take into account the basics (Earth, Sun, and Mars gravity), but also the gravity of the moon and maybe the other planets, and the solar radiation force. When you're calculating mid-course corrections these little things really start to matter (especially if you're going to be landing on the surface!). And if you're going to be orbiting Mars, then you would also take into account the fact that Mars is not a perfect sphere and how this affects your orbit. You could even use atmospheric drag to change your orbit like the Mars Odyssey spacecraft, cool stuff.

  60. Celestial Mechanics by UberNex · · Score: 1

    I'll just add my "for what it is worth" to this.

    You can solve the main problem with sophmore-junior level physics. Any good undergrad Classical Mechanics book will have the basics. One on my shelf that has it is:
    "Classical Dynamics" by Marion and Thorton - section 8.8

    Advanced books generally have all the inner workings - Goldstein or Fetter and Walecka. Or even a specialized book like others have recomended.

  61. Why go to Mars? by Time+Doctor · · Score: 2, Funny

    I see no point, we can open a gate to Hell here on Earth. I assure you the research I've done proves that the risk is perfectly acceptable!

    If you would just increase my funding and personnel there would be fewer accidents.

    --Dr Bertregur.

    --
    Check out ioquake3.org for a great, free, First-Person Shooter engine!
  62. mars trajectory by faradazerage · · Score: 1

    It depends on what type of mission it is. For most missions (in which time is not an issue), the most energy efficient trajectory is one called the Hohman transfer. It involves an elliptical orbital transfer mechanism (which you can easily find on google). It works by conical patching of elliptical orbits (requiring only two delta v burns/ one to enter and one to exit the transfer). The time between mars-earth on a hohman is i think on the order of 300 days. the calculations are relatively simple and im sure you can find the equations anywhere on the net vince

    1. Re:mars trajectory by Anonymous Coward · · Score: 0

      There are lower energy paths than Hohman transfers called the "Interplanetary Superhighway" based on invariant manifolds. They are very efficient, but also very slow routes so mostly useful for moving cargo or certain asteroids which follow these types of chaotic orbits naturally. see http://www.cds.caltech.edu/~shane/superhighway/des cription.html

  63. Satellite Tool Kit by outlineblue · · Score: 2, Informative

    check out STK, http://www.stk.com/ from AGI. It's pratically an industry standard.

    Want to plan a trip to Mars? no problem using the Astrogator plug-in you're in buisness. However it will set you back several thousands of dollars....

    1. Re:Satellite Tool Kit by GraWil · · Score: 2, Interesting

      AGI (makers of STK) was started by two former General Electric (space division) employees and their software has become industry standard. It is used by most space agencies including ESA & NASA. Note that the price point is high and roughly equal to the engineering time they envison their software replaces. A relatively base model will set you back about $30K USD if you want something with opengl graphics visualization. If you want to plan a mission to Mars you'll need astrogator and probably the visualization so your looking at $50K USD. There are academic discounts of about 20%. For perspective, I'm using STK right now for a Mars mission trade study.

      I use the software daily and while I cough at the price and maintenance, it does what it is supposed to do most of the time. Sadly, it does crash a fair bit under windows and they stopped developing for unix a few versions back...

    2. Re:Satellite Tool Kit by man_ls · · Score: 1

      Nice software. They gave me a few copies of the basic version a few years back, with full city-name databases, element tables for basically every satellite, ever, since its launch, etc.

      It was neat to play with but since I had no use for it whatsoever, I ended up wiping it off my hard drive.

      Amazing software, though.

  64. Two Step Guide to Mars Exploration by copponex · · Score: 1, Troll

    1. Convince Americans that Mars is somewhere near Texas, and it needs a big highway.
    2. Vote Republican.

    1. Re:Two Step Guide to Mars Exploration by Anonymous Coward · · Score: 0

      If you voted Republican, it would end up being a tollway.

  65. if you could go faster by Anonymous Coward · · Score: 0

    If a 100 ton spaceship one boosted to 7 miles per second had a ion drive capable of 1% of mass or 1 ton of thrust and it could thrust at this 1/100 G rate continuously, one can calculate that after 20 days the spaceship will have increased in speed by 1 mile per second or 14%. Thus a 7 month voyage could be reduced by 14% or 29 days less. If accelleration can be done for 40 days, the time to arrive will be 60 days less. If accell for 60 days then time to mars will be 4 months. The spaceship will have to deaccelerate at a faster rate of 1/100 G to arrive at mars or would pass by.

    Future ion drives may be in this thrust ranges

  66. Hey, it's not rocket science... wait, yes it is! by Boss+Sauce · · Score: 1
    You find it *deplorable* that NASA doesn't post serious details?! What kind of details did you expect, the designs for their navicomputer?

    This isn't like dusting crops, boy! Without precise calculations, you could fly right through a star or bounce too close to a supernova, and that'd end your trip real quick...

  67. Re:point and by Dagny+Taggert · · Score: 0, Troll

    I would mod you troll (I've got some mod points) but since I'm an American and you're not, you're not worth the dog shit on the bottom of my shoe.

    --
    Don't be a looter...and yes, I know that it's spelled with an "A" instead of an "E".
  68. "Fundamentals of Astrodynamics" by Dr.+Zowie · · Score: 4, Informative
    is the book you want. It's by Bate, Mueller, and White, and it works from first principles up to "how we designed the Apollo lunar trajectories".

    The easiest way to conceive of interplanetary orbits is to first pretend that they lie in a single plane (the plane of the ecliptic) and then pretend that the planets themselves are insignificant for most of the trip -- so you consider only the gravitational field of the Sun. Then your orbit is an ellipse. It's pretty easy to show that, if you're going at Earth's orbital velocity, the ellipse that gets you from Earth's orbit to any other nearly circular orbit with the least change in velocity (ie rocket fuel) is an ellipse that is tangent to both orbits.

    Once you've figured that out, you have to figure out when to launch to get to Mars's orbit in the same place that Mars happens to be. Those times happen at a particular phase of Mars's and Earth's orbit.

    You can do pretty well by pretending that you can neglect the Sun entirely until you get far enough from the Earth, then you can neglect Earth and Mars entirely until you get close enough to Mars. That is the technique that was used for Apollo trajectories -- the "method of spliced conics". You can hear some evidence of it in the Apollo 13 movie, when they talk about "entering the Moon's gravitational field" or something like that -- the Moon's gravitational field extends throughout the Universe, of course, but to simplify the calculations they neglected everything but the mass with the strongest gravitational force on the capsule.

    Nowadays you can get really, really good orbital elements for each of the planets online, which lets you calculate exactly where each planet is at any given time. You can just code up an insanely cheesy inverse-square-law integrator in PDL or one of the other free languages -- or even a spreadsheet -- and find a good orbit by trial and error using the gravitational fields of all the large bodies in the solar system.

  69. Don't laugh... by Dr.+Zowie · · Score: 1

    epicycles are still a useful expansion for perturbations around a circular orbit. I work with a bunch of planetary physicists, and some of them still use epicycles to this day to calculate weird effects like wave phenomena and density perturbations in protoplanetary nebulae, the rings of Saturn, and the like.

  70. Lo and behold! /. defined! by Anonymous Coward · · Score: 0

    This dude starts to look at the two-body problem and see things aren't going anywhere.

    And then, he considers the three-body which many approach but which is in effect much more difficult.

    Finally, he goes for n-body -- and that, my friends, is the beginning of the end...

  71. A good book which touches on the topic..... by kernel+panic+attack · · Score: 4, Informative

    Take a look at the book "Mining the Sky" by John S. Lewis. Without getting into a deep mathmatical treatment, he does lay out what goes into calculating sending missions to and from Mars, Earth orbit, the moon, and the asteroid belt. If I am not mistaken, somewhere in there he even explains the significance of the oft heard NASA term "launch window". (It's basically when your launch site (Florida, for instance) and your target (Mars or the ISS) share a favored geometerical relationship in space-time.) While it is lite on the equations, I think this will have most of what you are looking for.... Now if I can just find my copy. BTW.. Lewis' books are a must read for anyone interested in what's up there, whether it's the moon, Mars, or beyond.

  72. From the... by Anonymous Coward · · Score: 0

    How China does it's space research department.

    How come the guys name links to the Chinese space agency?

  73. Re:easy: 4 step program by DaveCar · · Score: 4, Funny

    how to calculate a trip to Mars?

    1) Leave Earth
    2) ???
    3) Arrive Mars
    4) PROFIT!!!

  74. Think in reverse by zygote · · Score: 1

    Setting aside all the hot talk about longitude of ascending nodes, arguments of periapsis, orbital inclinations, and trans-martian-injections, why worry about this at all?

    Wander out to the desert late at night and wait for Them to take you there.

    --
    the future is here, it is just not evenly distributed - w. gibson
  75. The equations you need are... by cabalamat2 · · Score: 1
    (1) F = G*m1*m2/r^2

    expresses the gravitational force on a body

    (2) F = m*a

    expresses how the acceleration on a body depends on the sum of forces acting on it.

    You can work out the path of a space probe by iterating these equations over short periods of time (to find out how short, keep making them smaller until the answers don't change).

    To answer the question "what starting velocity do I need to get from eath to mars?" is more complex, but probably no more so than a few hundred lines of Python.

  76. We do know... by Anonymous Coward · · Score: 0

    ...it has something to do with metrics.

  77. The Basics of Spaceflight by dev_alac · · Score: 2, Informative

    This page is a good start for learning about all the fun stuff that you have to do. Not quite the math you're looking for, but it covers stuff other than just orbits.

  78. Re:Trip to mars don't seem that "simple" by Mortlath · · Score: 2, Insightful
    Why can't they just "target" Mars?

    Because that approach would take too much fuel. I believe that NASA tries to calculate a launch pattern that more or less "slings" the object in an arc that will meet up with Mars after the necessary months of travel.

  79. The concept is easy. by Snags · · Score: 2, Informative

    The Hohmann transferr orbit is based on a few simple ideas. 1. You only want to do two short "burns". 2. Your orbit in between is an ellipse. 3. The most efficient way to increase your kinetic energy is to push yourself forward. This means that you'll be leaving Earth tangentially to our orbit. By the same token, you'll arrive at Mars tangentially to their orbit (the math is the same backwards). All orbits have constant energy (no slingshots considered here), so you'll go from orbit near Earth at one energy, to an in between energy, to an orbit near Mars energy. Note that the final burn near Mars should actually *increase* your kinetic energy. If you didn't do the burn, you'd "fall" back down to near Earth's orbit. So both burns are "forward". Once you accept these concepts of the Hohmann transfer, the timing is just math.

    --
    main(O){10<putchar((O--,102-((O&4)*16| (31&60>>5*(O&3)))))&&main(2+ O);}
    LN2 is cool!
  80. uhh okay by nuggz · · Score: 1

    In short, he understood that science is more of an art than a science. It was really nice work.

    Unless you have some sort of zen of judging thing going on this makes no sense.
    Science must be more Science than art, if it was more art than science one would suggest science is only partially science creating a recursive depreciation of science.

    If what you meant to say was the solution was a "work of art" that makes sense.

  81. Dear Mr. Carmack by TurtlesAllTheWayDown · · Score: 0, Offtopic
    It seems there are commercial MATLAB scripts available but at $150 it went beyond the defensible to satisfy my curiosity.

    I don't care how well/badly Doom 3 is faring in the stores... I think you can afford a measely $150.

    Yeah, a pure F/OSS Mars trajectory solution would be nice, but once in awhile you have to bite the bullet, and splurge a little.

    OTOH, you could probably justify a Phobos shot as R&D for Id,
    if you can just keep those engines from burning out...

  82. Jeesh by NullProg · · Score: 1

    I thought it made sense to try to understand how the interplanetary trajectory is calculated. NASA's page is deploringly void of intricate details.

    Math+Physics+Astronomy = Orbital Mechanics.

    This persons statement makes you wonder how we ever reached the moon to begin with. A good example of government sponsored education at its finest.

    No flame intended, just a statment of fact.
    Enjoy,

    --
    It's just the normal noises in here.
  83. Atomic Rocket by mdarksbane · · Score: 2, Informative

    Atomic Rocket has some interesting reading. It's a nice mix of (as far as I can tell) good physics and some science fiction theory.

    Basically, the whole site was designed to help new sci-fi authors make their stories closer to scientific reality. So there's a lot of info not only on the various requirement for a mars trip with different types of engines (everything from chemical thrusters to ion drives to nuclear rockets to the sci-fi only torch ships) to what the requirements would be for a crew living on such a ship and what sort of person defense would actually be reasonable.

    It's a fun read, and quite educational as well, if not as hard-core science-y as some of the replies.

  84. Re:point and by Anonymous Coward · · Score: 0
    the dog shit on the bottom of my shoe

    He's lying; he must be French.
  85. Here they are: by dalesun · · Score: 1
    Just ask Google... how do I calculate the trajectory to mars?

    The second result is pretty good introduction

    Other results include more details.

  86. According to one guy... by jd · · Score: 2, Informative
    ...in New Zealand, it is possible to build a cruise missile for about $5,000. True, it doesn't have much of a range - well, still 10 times that of the Hamas' toy rockets - and true, the US Government strong-armed the NZ authorities to ban the information, but I'm sure anyone who really wanted to could develop something similar from the mere fact that they know it can be done.


    Truck bombs are actually far more frightening than most people think. Think about it for a moment - the IRA's attack on Manchester in the late 1990s was a 1,000 lb. truck bomb - probably fertilizer. The Oklahoma City bombing was about the same sort of size. The biggest conventional bomb in the USA - about 14,000 lbs. - could be felt from 20 miles away.


    Those large trucks on the Interstate that you see every day have a weight limit of about 65,000 lbs. The main problem would be it wouldn't combust too well at that volume from a lack of oxygen, but all that would take is a LOX cylinder or two.


    This is the main reason I'm convinced most of the threats out there stupid, overblown or both. If they were THAT smart, THAT rich and THAT psychotic, London and New York would be fond memories and not much more.


    I'm not into conspiracy theories (I think those are a Plot by Them to Control The World by inciting paranoia), but I simply can't find any way to make the observations match the claims, which tells me that some component of the claims is exaggerated.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:According to one guy... by noewun · · Score: 1
      Truck bombs are actually far more frightening than most people think.

      True. The truck bomb which destroyed the Marine barracks in Beirut in 1983 was one of the largest non-nuclear explosions in history.

      --
      I am a believer of momentum and curves.
    2. Re:According to one guy... by Patrik_AKA_RedX · · Score: 1

      I wouldn't worry so much about the impact of blowing up a sky scraper. IMO a coordinated attack at city facilities like its water supply would be much more devastating. How long would a city like New York be habitable without a water supply? Electricity gets much more attention, but a city without it, can still keep its inhabitants alive and (relative) well. We've been living in cities without electricity for milenia, while I've never heard about a city existing without water.

    3. Re:According to one guy... by polysylabic+psudonym · · Score: 1
      ...it is possible to build a cruise missile for about $5,000. True, it doesn't have much of a range...
      A cruise missile is an unpiloted plane with a warhead. Here's a simple way of building a cruise missile with plenty of range:
      1. Build a very large radio controlled plane
      2. Fit it with a small turbine engine, plans available all over the net for scratch built, kits also available
      3. Fill it with plenty of fuel
      4. Add explosives and a detonator
    4. Re:According to one guy... by SgtChaireBourne · · Score: 2, Interesting
      True. The truck bomb which destroyed the Marine barracks in Beirut in 1983 was one of the largest non-nuclear explosions in history.
      And for that one, like a good number of similar attacks, the brass had received intel in advance warning specifying darn near every key detail of who, what, when, where, why and how. And like other similar attacks, they ordered the guards to a less ready state and left a drive, clear of obstacles, through from the gate to the lobby.

      It was probably in the interest of someone's domestic political agenda to let that one happen. Just like on the 10th of September 2001 in Europe, flights and flight paths were locked down tight though not in the US. Hey if nothing happens then fine. However, if the attack goes through, then you have the perfect excuse to ram through the Patriot Act and other anti-American treachery.

      --
      Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
    5. Re:According to one guy... by tjstork · · Score: 1

      The avionics is the hard part. You want your cruise missile to be ground hugging. So you need a radar with a frequency high enough to resolve ground details in time to avoid a collision.

      --
      This is my sig.
    6. Re:According to one guy... by khallow · · Score: 1
      Even better than cruise missiles.
      1. Steal a plane, preferably one loaded with innocent passengers.
      2. Fit it with your avionics package, namely a suicidal person armed with the knowledge of how to fly that plane type.
      3. Crash it into something at a high rate of speed.
    7. Re:According to one guy... by Anonymous Coward · · Score: 0

      you really believe that idiocy dont you?

      it is pretty sad

    8. Re:According to one guy... by mfrank · · Score: 1

      A long time ago in the magazine "Omni", G Gordon Liddy wrote an article about some of the things a few dedicated people could do to really mess things up. Shoot the insulators and transformers on the big high voltage lines; they're expensive, long lead time to make, and not a lot of spares. One natural gas line coming from Texas feeds most of the Northeast. One bridge carries most of the rail traffic that goes up and down the East coast.

    9. Re:According to one guy... by polysylabic+psudonym · · Score: 1

      Nah, that wouldn't work.

      (yes, I know)

    10. Re:According to one guy... by Anonymous Coward · · Score: 0

      it is pretty sad that ac trolls can't face facts

  87. Re:Here we go again! by M0b1u5 · · Score: 1

    You honestly believe preventing a plague would help this planet? Personally, I'm hoping a plague will wipe out at least 3 billion of us. (We could be our own plague, too.)

    As to the reason to go into space, humans only need one: "Because it's there."

    It does not matter how dangerous, difficult or expensive it is - it is human nature to expand, like the plague we are, we will expand into the rest of the Solar System, Galaxy, and eventually, the Universe. Or else humans will be rapidly consigned to the dustbin of history.

    Human survival is only possible if we continue to expand - and the only place left to go is out.

    Your stance assures that you will survive comfortably, but your descendants will die horribly, or simply fail to be born at all.

    --
    How many escape pods are there? "NONE,SIR!" You counted them? "TWICE, SIR!"
  88. response by rotagivan · · Score: 0, Offtopic

    Dude, if you find this post I know your brain must be totally fried after reading all this. So please calm down, drink a glass of water, 5 cups of coffee, 3 red bulls, smoke a pack of cigarettes, and GO GO GO!

  89. I had this Project in College by Perl-Pusher · · Score: 1

    Our class was given this exact same problem for Physics 201. It was worth 25% of our grade. I used this site as a resource. Giving due credit of course. Our assignment had the efficiency of the rocket and the fuel supply given. We had to calculate the most efficient way to get there and back and how long it would take. We were told to research it and not given any hint on where to get the information. I plugged the info into these formulas and got 100%.

  90. easy. by datasetgo · · Score: 1

    aim high, light fuse.

  91. Complete study for a human mission from ESA by YA_Python_dev · · Score: 1

    A mission scenario for a human mission to Mars from the European Space Agency: includes a detailed analysis of advantages and problems for the three typical trajectory solutions.

    --
    There's a hidden treasure in Python 3.x: __prepare__()
  92. There is not just one way by ChrisA90278 · · Score: 1

    How is it done? First you have to realie the "NASA" is not just one person. It's a huge agency and theyhire contractrs too. SO there is not one program on a PC some place. These are hundreds. THe technique used depends of the purpose. So what are you trying to do? Do a "what if" calculation while you are still designing the system and trying to do a trade study of weight, fuel, time and so on, or are you trying to compute the burn time for a mid course correction? For the best accuracy the method is NOT closed form. You simulate little slices of "delta t" using (typically for earth orbit missions) Earth,moon, sun,jupiter. I suppose if you were going to mars you'd add mars too. Then you chosewhat is Delta t based on allowed error.

  93. Basic Math by Anonymous Coward · · Score: 0

    Earth and Mars have to be in a specific alignment for a Hohman transfer orbit to work. About how long is it between these alignments? The math is fairly simple.

    Mars orbits the Sun every 1.88 earth years, so its orbital rate is 1/1.88, or 0.532 orbits/year. That means after they transit, Earth overtakes Mars by 0.468 orbits per year, and so it takes 1/0.468, or 2.136 years for Earth to catch up to Mars again. This is 25.6 months, the period between NASA's launches to Mars.

  94. not that NASA would do it this way, but... by briancnorton · · Score: 1

    If you are really a nerd, consider a genetic algorithm. You could create a virtual model of the solar system (out to jupiter probably) and establish realistic gravitational physics, the thrust of a delta-VH launch vehicle, and the basic charicteristics of a launch. Then have the algorithm run through many iterations changing variables until it finds an optimal solution. More optimal settings spawn more test fires and less optimal fire fewer. After a series of runs, (a few thousand?) you will have an optimal launch solution. The math isn't easy, but it's fun!

    --

    People who think they know everything really piss off those of us that actually do.

  95. It really is rocket science by Anonymous Coward · · Score: 0

    The three main articles to look at for the transfer are the sun (largest gravity well involved) The Earth and Mars.

    its generally used the homan (sp) transfer for calculating the orbit to orbit transfers but it goes a bit beyond that there are general windows available where the earth and mars are comparable to certain times of the year which depends on if you have to circle back.

    and yes this is something aerospace engineers do in a freshmen course.

  96. calculations by Anonymous Coward · · Score: 0

    well calculating the force due to gracity would be important which can be calculated with F=GmM/r^2 where G is the gravitational constant. Force centripetal can be calculated F=mv^2/r . THe velocity and object needs to stay in orbit above a body can be calculated using V=sqrtGM/r.

    any questions? email me at joe6600@yahoo.com

  97. Man, this takes me back.. by jcr · · Score: 1

    I once ported a program called "QuickTOP" to the Macintosh, back in the Mac OS 6.0.2 days. It was a NASA trajectory optimization program, which let you choose what planet you were going from and where you wanted to go, the dates of the window in which you wanted to leave or arrive, whether to optimize for least time or least reaction mass, whether you were using rockets, nuclear ion drive or solar ion drive, and many many other things you could tweak.

    The program also included an ephemeris table for all the planets, and several well-known asteroids and comets that covered the twentieth and twenty-first centuries.

    I didn't do the math, but I know that the underlying calculation engine was solving Chebyshev polynomials to converge on the solutions. FWIW, a typical Earth-to-Mars solution took about an hour to calculate on a Mac II CI.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  98. Who's selling MATLAB... by rnturn · · Score: 2, Interesting

    ... Earth-to-Mars calculation packages and, more importantly, who's buying them? I mean, that got to be a niche market if there ever was one.

    In a former life, I worked for a group that did some work for the Naval Research Laboratories. Some of the work involved LEO satellites. When asked what software package they were using (knowing that there were several available through COSMIC) to do the calculations, I still recall the answer: ``Oh, we just write our own.'' (As though they do it whenever they need such a program, probably while eating their corn flakes in the morning. Heck, they probably did just that. :-) Being mere mortals, we bought the sources for one of the nicer COSMIC packages. Name of it escapes me.)

    So is there really a market for doing interplanetary orbital calculations that someone's actually able to sell a package for $150 a pop? The folks that are actually able to send something from Earth to Mars I suspect are already able to whip out this code in short order. (Dang, I wish I'd watched `The Day the Earth Stood Still' over the weekend like I wanted to. Then I'd be able to include that nifty quote that Klaatu uttered about ``being good enough to get me from planet to planet''.)

    --
    CUR ALLOC 20195.....5804M
    1. Re:Who's selling MATLAB... by Cheerio+Boy · · Score: 2, Informative

      (Dang, I wish I'd watched `The Day the Earth Stood Still' over the weekend like I wanted to. Then I'd be able to include that nifty quote that Klaatu uttered about ``being good enough to get me from planet to planet''.)

      Klatu: I thought you would have solved it by now. You substitute this term here---and then the answer follows by variation of parameters.

      Physicist: That gives the first-order terms. But what about the higher orders?

      Klatu: Negligible.

      Physicist: You've tested this theory?

      Klatu [shrugs]: It works to get me between planets.

      --

      "Bah!" - Dogbert
    2. Re:Who's selling MATLAB... by Cheerio+Boy · · Score: 1

      Grr...mis-spelled Klaatu...

      There's some geek points lost right there...

      --

      "Bah!" - Dogbert
  99. Other Software. by rssrss · · Score: 3, Informative
    It took me an excessively long time to figure this out, but I found this:

    BOTEC is a simple astrophysical and orbital mechanics calculator, including a database of all named Solar System objects. BOTEC is intended as a simple but useful calculator to assist with making astrophysical, orbital mechanics, and space navigation calculations. As the origin of the acronym applies, BOTEC is more of a "back-of-the-envelope calculator" rather than an industrial-strength calculator, although this may change in the future.

    BOTEC is primarily intended for people familiar with physics and Python, and as such is unlikely to be useful to the average enduser. BOTEC really consists of two parts: The BOTEC software, which knows what to do with the data, and the Solar System data itself, which is represented in a large data file (a Python pickle, actually). This is deliberately modularized so that the Solar System data BOTEC uses can be updated independently of software, and also that alternative data files (e.g., hypothetical stellar systems for fictional purposes) can be supported. All values are strictly in SI units.

    Partly because there is also this site which is styled Alcyone Software the site above is Alcyone Systems (thus the origins of my confusion) and which has astronomical software. I know one of the authors of one of the programs on alcoyne.de, he is a brilliant guy and the software is quite good. It provides lots of information about planetary orbits, but I do not think that it makes the orbital mechanics calculations.
    --
    In the land of the blind, the one-eyed man is king.
  100. Re:Why Slashdot Fired Michael by mnemonic_ · · Score: 1

    Ahahahaha.

    And I thought only trolls were funny. :)

  101. intro textbook by mnemonic_ · · Score: 1

    If anyone wants a decent (and cheap) textbook, check out Fundamentials of Astrodynamics. The math in it is remarkably accessible, and most of it does not require derivative calculus. It's a bit dated by now, but still the book of choice at most universities for undergraduate astrodynamics.

    (The book was written by U.S. Air Force Academy professors, and has an almost amusing discourse on ballistic missile trajectories as well.)

  102. Orbiter Space Flight Sim by daspriest · · Score: 0

    You have a torrent link?

  103. Slashdotter usual great insight by iendedi · · Score: 0
    Are there any curious Slashdot readers with the usual great insight into how to calculate a trip to Mars?
    (1) Plot path to mars
    (2) Get russians to agree to take Mark Shuttlebutt to mars
    (3) ?
    (4) Profit!

    Can you imagine a beowolf cluster of trips to mars?
    --

    It is your personal duty to fight for what is right on a daily basis. Ignoring injustice is identical to approving
  104. Gross by zippthorne · · Score: 1

    But I'd imagine its much worse before the g's come back and it's all just floating, suspended in the air you suddenly would rather not have to breathe.

    --
    Can you be Even More Awesome?!
  105. NASA should use open build weblogs by Camel+Pilot · · Score: 1

    Consider if NASA used accessible build web logs to track the developement of a space probe or mission.

    It would definitely increase public interest and be educational, bring a window into the everyday world of engineering.

    Also imagine the wizkid who finds the odd metric-to-english conversion problem and saves the day.

     

    Marie Sharps is hot

  106. LTool and the Interplanetary Superhighway by Anonymous Coward · · Score: 0
    Most slashdotters probably remember but there is also a program called LTool (I believe proprietary) developed by JPL's Martin Lo who has discovered what is called the interplanetary superhighway, a mathematically defined set of meandering routes around the solar system linked to Lagrange points that give you a free ride wherever the highway goes. It is still in the early stages of being explored by Lo, Marsden and others, has been used on the Genesis mission to a Lagrange point, and could be great for a grand tour around Jupiter for example. You wouldn't necessarily want to have a person on such a (necessarily?) slow route though it could be considered a gravity assist it seems. The math involves calculating manifolds in 6 dimensional space, someone with more knowledge might like to step in! Some links:

    very technical interesting article just found, Lo interview, a 2002 NASA press release, another cool description with nice illustrations, and the wikipedia.

  107. VaSIMR, magsail by Anonymous Coward · · Score: 0

    ...designs such as old-school ion thrusters, (which NASA only uses because they are scared to death of actually flying anything really innovative such as a VaSIMR or a magsail)

    Is "innovative" some keyword for "speculative" or "not actually working yet"?

    Note that NASA don't fly with Santa Claus thrusters or Tooth Fairy engines either.

  108. No one single package by drgonzo59 · · Score: 1
    I doubt NASA is using one main computer program and they just plug in parameters. They probably have a lot of custom designed software as well as packages that go with commercial programs (Matlab, Mathematica etc.)

    They are also calculations of the same orbit but for different purposes. If you just want to make a simplified simulation and use a simple 2 body problem for educational purposes, then you ignore many variables and just use college calculus to solve it. If you calculate the same orbit but for a possible distant future, then you account for more variables, use more complicated math, and probably a more complex program (algorithm). Then you have the calculations for an actual launch, where you would account for a lot more variables, these would be a lot more complicated and will be very complex.

    Now that is just speculation, I have never worked at JPL. If I get close enough with my dark skin and thick accent I'll probably be shot on sight..., at least that is what my friend from Caltech told me who works there...

  109. A.E Roy by Anonymous Coward · · Score: 0

    If you don't mind paying for a book you might find http://www.astrobooks.com/index.asp?PageAction=VIE WPROD&ProdID=887 (Orbital Motion (Third Edition) by A.E Roy)

  110. Editor asleep by Anonymous Coward · · Score: 0

    Deploringly?

    Ten thousand thundering typhoons, stop making up words!

  111. Von Braun's Short & Sweet Rendition by cmholm · · Score: 2, Interesting
    One of the things the Wehrmacht's V2 program manager periodically whined about was the tendency of Von Braun and the other engineers to spend their time daydreaming about spaceflight, rather than the practical matter of lofting a ton of high explosives.

    After the war, while helping the US Army launch liberated V2s in New Mexico, Wernher continued to screw off, and eventually scribbled enough material for a small book, Das Marsprojekt. It was quickly offered in English translation as The Mars Project, and is still available in paperback. It's only 90 pages cover to cover, and covers all of the basic math, engineering concepts, and logistics of loading up the wagon for a trip.

    In particular, the orbital calculations are laid out and illustrated in such a way that anyone with any faculty in math can come to grips with it. THEN, you can go apeshit with tomes such as Introduction To Space Dynamics.

    --
    Luke, help me take this mask off ... Just for once, let me butterfly kiss you with my own eyes.
  112. 3-bodies by corblix · · Score: 1
    Surely the calculus must go beyond two bodies (mars/earth)?

    Yeah, there's this thing out there called "the Sun". I'd take it into account.

    Sarcasm aside, though, I salute your quest for knowledge. This sort of thing ought to be better understood by the reasonably intelligent public.

  113. You're not kidding! by ScarKnee · · Score: 3, Informative

    "Those large trucks on the Interstate that you see every day have a weight limit of about 65,000 lbs."

    Here's a link http://deseretnews.com/dn/view/0,1249,600155076,00 .html to a story of an explosion caused when a semi overturned and caught fire in a canyon about 35 miles from my home. It occurred last Wednesday. The semi was hauling 38,000 lbs. of explosives. Not one person died! That stretch of highway is highly-travelled and pretty dangerous on its own without exploding vehicles. If you look at the images of the road, you'll likely agree that it's quite an amazing thing that no one died. Nearly the entire semi and trailer were gone. The explosion left a crater about 20 to 35 feet deep and 60 to 80 feet wide.

    Here is another link http://kutv.com/topstories/local_story_226191800.h tml to a Salt Lake TV station that received a video taken by someone travelling on the highway during the explosion. (The streaming video worked quite well on my Mac - Tiger & Safari - , so I'm pretty sure it'll work for most anyone)

    I plan to give those truckers an even wider berth from now on.

    1. Re:You're not kidding! by pomo+monster · · Score: 2, Funny

      Holy hell, that crater, and the fires up in the mountains all around... wow. Looks like the only reason no one was killed was that the rig was burning for a few minutes before it blew, giving everyone time to run. I'd have loved to have been the guy who first noticed the "danger: explosives" sign going up in flames.

      But the most impressive thing to me is, did they really rebuild that entire stretch of highway, including the railroad tracks, in THIRTY-SIX HOURS?!!? What the fuck! You've gotta send UDOT to New York, there's potholes here on Broadway that haven't been filled for months. I'm almost inclined to believe it's a propaganda tool by that news channel to make Utah look like some, I don't know, freeway utopia.

  114. You asked for it!!! by McSpace · · Score: 2, Informative

    From a theoretical basis its not as hard as you would think it is, as long as you can simplify the problem. That is, the mechanics point of view of it, and doing it all analytically. I myself am studying orbital mechanics at the moment, and in just 3 weeks you can learn the BASICS(i strecth the word basic here) for a interplanetary transfer.
    Here is a list of the sort of maths you would encounter in orbital mechanics:
    - Conic Sections (parabolas, hyperbolas...etc)
    - Calculus (pretty much have to know it all, a good understanding of differential equations (including partial D.E.), differential vector operator, even series calculations and their sums (eg Taylor series)...etc.)
    - Linear Algebra (Vector and matrix operations, also applications with calculus, eg coupled differential equations come up in 3d rigid dynamics problems which can be solved using diagonlization matrices)
    - something I missed !!

    NOW TO THE ACTUAL PROCESS.

    There are three main segments:
    Earth escape (hyperbolic)
    Heliocentric transfer and
    Planetary encounter.

    You use two- body mechanics to approximate trajectory of a spacecraft between two attracting bodies (its a 3 body problem, but you have to simplify it). This means you have to ignore all attracting bodies except the one with the most influence. Bodies with great masses have an "Attracting Sphere"(also known as 'sphere of influence') around them, when you leave the radius of that sphere you perform your 2-body calculations with the next body that has the greatest influence. Eg for Earth the radius for the sphere is 9.25 x 10^5 km. But don't forget that on the 'surface' of the sphere the influences of the 2 large bodies are equal, it's essentially a cosmic 'tug of war'.

    With interplanetary transfer you have to start to think in reverse, first you have to think as to what is the purpose of the craft, do I want it to
    a) send it into an orbit around the planet
    b) use the planet as a slingshot for the craft
    c) use the atmosphere of a planet to slow down my craft
    d) or just crash it! (War of the worlds?!)

    Then you need to calculate a HOHMANN TRANSFER that will give you a final approach velocity which will let you do one of those options (a,b,c or d). But for that final velocity you will need a certain initial velocity approach into the Hohmann transfer from a low Earth orbit(LEO).

    After you have set the spacecraft into a LEO(because before any orbital manoeuvres can be made the properties of the initial orbit must be known), and the right moment in time comes, you apply an impulse 'shot' to the spacecraft of around 20 seconds and assume that to be infinitesimal in comparison to the 18 months required to reach Mars. The impulse is applied tangentially(to LEO) to generate the initial velocity of for the Hohmann transfer. Make sure you fire in the right direction and use the Earths velocity as an advantage, you would not want to make it any harder by fighting the velocity of Earth too. While on the Hohmann transfer to Mars it is wiser to make small adjustments now in thrust and directions so that you can save on energy and thus propellant rather then having to make adjustments when arriving there. A small change in angle at some large distance can save the trouble of having to make big changes when arriving.

    From Earth to Mars the Hohmann transfer is a heliocentric transfer orbit ( the sun at the focus). The tough bit is having to think of it as a hyperbolic passage when approaching the planet. You have to think of the planet as a focus in your hyperbola where your flight of travel is the hyperbola and you are approaching the perigee form the asymptotes of the hyperbola( ie assume u are approaching from infinity, r~= infinity). For this, you initially assume that the velocity of your planet(the focus) is zero. Through the focus are two lines passing through and intersect there, these lines are parallel to the asymptotes. Give them the spacing 'delta'. Now if we know the velocity at which we a

  115. Re:Simple Newtonian (3 times) by Nowhere.Men · · Score: 1

    At a first approximation, you can make the calculation with several 2 bodies system. 1 of which is the spacecraft, Not Mars and Earth.

    You get ~ 3 orbits 1)around earth, 2)around the sun (to go from the earth orbit to the Mars Orbit) and 3) around Mars.

    Then you have to make sure that the orbits interconnect, take into account all those pesky perturbations (moon, sun, Jupiter, mars atmosphere, ...) and the limitations of your spacecraft.

  116. This is newsworthy? by Anonymous Coward · · Score: 0

    What if we were to invent time travel? How would we go about it? Who would be the contractor for it?

    What if we wanted to travel in space? How would we go about it? Who would invent the ships?

    Can anyone else publish an article with more What if's and theoretical BS than Business 2.0?

  117. Re:easy: 4 step program by Anonymous Coward · · Score: 0

    Mod Redundant.

    Dammit.

  118. a free matlab clone: octave by dermond · · Score: 1

    octave is a free clone of matlab. http://www.octave.org/ it is compatible with most matlab scripts...

  119. Re:point and by poopdeville · · Score: 1
    Wow. It's truly pathetic to form the basis of an online identity on a book by a hack author with no insight into
    1. epistemology
    2. logic
    3. ethics
    4. economics
    5. politics
    6. the environment
    7. human relationships

    Good luck. I hope you out grow it.

    --
    After all, I am strangely colored.
  120. Really ? by Anonymous Coward · · Score: 0

    In Germany we teach invariant manifolds to undergraduate students.
    On the other hand, Germans invented rocket science, so it's not surprising that you need full-grown researchers for such things in forgein countries.

  121. orbital mechanics by pedicabo · · Score: 0

    This explanation is too simple! How refreshing! Does your curiosity extend to ( steady now) reading a book?

  122. As always, Wikipedia to the rescue by Atario · · Score: 2, Informative
    --
    "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
  123. Aren't you forgetting something? by 192939495969798999 · · Score: 1

    My dad does earth-mars trajectories all the time, he was on the Viking team, etc.

    As for the earth-mars 2 body system, you're forgetting a pretty important other one, THE SUN. Come back and ask again when you at least are ready to ask about earth-mars-sun and maybe I'll pass along one of dad's programs for how to get there.

    --
    stuff |
  124. Re: Blah Blah Blah by Anonymous Coward · · Score: 0

    You must have a very small penis.

    Slow Down Cowboy!

    Slashdot requires you to wait between each successful posting of a comment to allow everyone a fair chance at posting a comment.

    It's been 9 minutes since you last successfully posted a comment

  125. website missing slingshot? by Jasper__unique_dammi · · Score: 1

    btw the site is missing the "slingshot" using other planets. this uses the fact that a hyperbolic orbit leaves the planet at the same speed as it entered, *in the planets frame*. so in the spaceships initial frame the speed when leaving can be larger or smaller. (i restrained from explaining further, isnt complicated but find it difficult to write clearly about in this form)
    (http://www.mathpages.com/home/kmath114.htm seems good, but its missing how to aproach the planet to head out a certain direction (if you know a better sites, post!))

    I've always thought they use the methods like in the given website for a first estimation, and then use simulation to determine more exactly the orbit. Is this true? they may use Monte Carlo simulation (simulate slightly differently many times) to account for errors that get into thrust direction and strenght, but these are probably small.

    i know that explicit analytical formula's for trayectories for more then three planets are not known (or dont exits in form of normal arithmetic). (all of which have non neglible mass)
    so everything yielding an analytical result uses aproximations. (are these really good enough?)

    also the website doesnt say anything about how the position of the planets and spacecraft are measured, by earth or spacecraft. and how all this data is processed. (this isnt the fault of the website, its just about the mathematics of it)

  126. Here's some orbital mechanics code by WillWare · · Score: 1
    Once I got curious about space elevators and momentum transfer tethers, and wrote some code in Java and Python. It does not specifically address a trip to Mars, but it has a reasonable class hierarchies for doing the math. Applying it to Mars is left as an exercise for the reader.

    It uses Verlet integration. It seemed adequate for the kinds of orbits involved in a tether, where the time span of interest is only a few hours. A trip to Mars will take months unless you go powered the whole way, which you probably can't afford to do (although a solar sail might help).

    It would be best to come up with analytical solutions. If you never need to solve the 3-body problem these will be ellipses. A cheesy semi-solution to the 3-body problem could be piecewise-elliptical. Again, details are left as an exercise for the reader.

    --
    WWJD for a Klondike Bar?
  127. Re: apt-getting to Mars by some+guy+I+know · · Score: 1

    Yes!
    This is much easier than the "Linux From Scratch" method that is currently being used.

    --
    Those who sacrifice security to condemn liberty deserve to repeat history or something. - Benjamin Santayana
  128. New n-body calculation algorithm by ggpauly · · Score: 1

    There's a new approach to the n-body problem part of this. They're using quantities related to impulse instead of time to step between iterations of simulations. This can yield O(N) computational cost.

    http://www.cs.unc.edu/Research/nbody/

    --
    Verbum caro factum est
  129. The solar-system map they use is public at JPL by waterbear · · Score: 3, Informative

    They don't use two-body approximations for the NASA missions to Mars!

    They use high-precision numerical integration for the trajectory of the spacecraft, using one of the standard high-precision general ephemerides as background data. (Textbooks mentioned by posters elsewhere in this thread decribe in general terms the astronav. techniques used for mission planning, but as soon as they get down to mapping the trajectory as precisely as possible, they need the background ephemeris as well.)

    For the recent Mars missions, the background ephemeris is a very highly refined ephemeris "DE410" produced by the JPL, this appears to be a local improvement intended especially to reduce errors in the neighborhood of Mars and Saturn, relative to the DE405 ephemeris which remains the world standard for official ephemeris publications. It seems they got an accuracy in the region of Mars as close as only "a few meters"!!!

    See details of DE410 on the public JPL site here, and especially you might want to look at the background report on DE410.

    -wb-

  130. The only real mathematics for space needed by tod_miller · · Score: 1

    Cost of renting shuttle: $$$$$$$$$$$
    Cost of fuel: $$$$$$
    Cost of mission control: $$$$$$$$
    Cost of training everyone: $$$$$$$$$$$
    Cost of hiring everyone: $$$$$$$$$$$$$$
    Cost of 100million things I cannot think of: $$$$$$$$$$$$$$$
    Cost of short stay parking on mars: ASTRONOMICAL (HAHAHAHAHAHAHAHA ba-dum-pssssh)

    Selling the right to the launch could net you about 1% if you are lucky, and have a team of lesbians covered in BRANDNAMEX chocolate sauce as the pilots, who are going to be doing 0 G lesbian experiments in space...streaming live over the intarspacewebnet.

    haha.

    Lameness filter encountered.
    Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted.

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  131. Optimizing the calculations by WillWare · · Score: 1
    So far I've mostly seen mention of the Hohmann transfer and the interplanetary superhighway. These are two particular classes of solutions to the problem of getting to Mars. But they optimize different things: Hohmann keeps the math simple at the expense of bursty violent accelerations (and wasted rocket fuel), the IPS conserves fuel but can take centuries to get anywhere.

    Computers are bigger now so we no longer need the simplicity of Hohmann. There is a large class of optimization algorithms (genetic algorithms, gradient descent, simulated annealing), any of which could be thrown at this problem. And there are, dare I say it, several Beowulf clusters sitting around that could implement these algorithms.

    This would allow us to choose the parameters to be optimized. Maybe there is a safe, quick trajectory involving a steady low-level burn (not the impulse used for Hohmann). A specially optimized trajectory like this wouldn't be as analytically tractable as Hohmann, but with cheap computers, analytic tractability is not the precious commodity it was in the slide rule days.

    --
    WWJD for a Klondike Bar?
  132. Missing the point by hey! · · Score: 1

    The mathematical models for ballistic missiles isn't what's stopping "terrorists" from making them. What stops terrorists is that it's so much cheaper, faster, more reliable and easier to load a truck full of fertilizer and fuel oil, then blow up a skyscraper or maybe a bridge

    But you're missing the point.

    It's hard if not impossible to stop a terrorist from doing these things. It's easy to stop a terrorist from build a Mars base, from which they can plot world domination, safely out of reach of our cruise missiles.

    If you are an official, when something bad happens, you have to be able to say in all honesty that you did everything within your power to prevent it. Or everything within your budget, which for the sufficiently unimaginative amounts to the same thing.

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:Missing the point by Doc+Ruby · · Score: 2

      Yes, like Rumsfeld planning to invade Iraq after Saudis, backed by Pakistan, based in Afghanistan planebombed us on 9/11/2001, because Iraq has better targets.

      --

      --
      make install -not war

  133. Orbiter by stinky+wizzleteats · · Score: 1

    www.orbitersim.com

    Fly the mission yourself, as many times as you like. There are those who have made the flight using pencil and paper. For those less math-enthusiastic, there are 2 main navigation tools available - TransferX and I-MFD.

    Enjoy!

  134. I wrote a script to this by simonbp · · Score: 1

    http://wombat.ods.org/cgi-bin/lambert.pl?p1=Earth& p2=Mars&sd=0&tf=90

    The interface is kinda rough, but the calculations use coplanar, cicular planetary orbits to find a least-energy transfer orbit using Lambert's method and Battin's (the guy who wrote the Apollo Guidence Computer) continued fraction interation. Velocities are in km/s.

    Simon ;)

  135. Swing-by Calculator by Nyrath+the+nearly+wi · · Score: 1

    If you wish to calculate one's own pork chop plots, and one has access to a Windows machine, go to Jaqar and download their freeware utility Swing-by Calculator. It generates the datafile, the plot can be visualized with MS Excel, Matlab or Mathcad

  136. Not doing well... by nasty+sparks · · Score: 1

    Since trips to Mars seems commonplace (NASA has sent one every 26 months) Launching things to Mars might be "common place," but I wouldn't say succesful trips to Mars are common place. Nearly two-thirds of the 30+ spacecraft sent to Mars by the U.S., Russia, and Europe have either crashed, exploded, or othewise malfunctioned. Maybe those NASA bums need a little more practice before sending some live cargo.... I for one would be pretty pissed off if I was going to be lost in space because somebody didn't read the spec or forgot to convert pounds to newtons.

  137. Technical nit by Anonymous Coward · · Score: 0
    Those large trucks on the Interstate that you see every day have a weight limit of about 65,000 lbs. The main problem would be it wouldn't combust too well at that volume from a lack of oxygen, but all that would take is a LOX cylinder or two.

    Oxygen availability is irrelevant for high explosives, such as fertilizer and dynamite. One of the reasons that they react so vigorously is that all the needed materials are already mixed in. For the curious, there have been various major accidents caused by far larger quantites than what will fit in a truck.

  138. Re:PC bug by Anonymous Coward · · Score: 0

    and the person my judging team ranked the highest had set himself precisely this problem

    Are you bit by the illiteracy bug? The person in question was a "he".

  139. Real Terror... by adnausium · · Score: 1

    You know if terrorists really wanted to "get our goat" they should start their own space program. I here there are lots of caves to hide in on Mars...and god knows we wouldn't put put much effort into searching a place we new them to be hiding. ;)

    --
    Don't ya hate it when the correct spelling of your favorite screen name is taken?
  140. The Conspiracy theory Conspiracy by ArsonSmith · · Score: 1

    I know that the government is porpusly promoting as many wacked out conspiracies as it can in order to help cover up the true ones. It's a conspiracy to flood the world with conspiracies to cover up the nonconspiracies. I know, I'm part of this branch.

    --
    Paying taxes to buy civilization is like paying a hooker to buy love.
  141. trajectory by Anonymous Coward · · Score: 0

    I need help calculating a trajectory to Uranus.

  142. Easy, it's called mid-course correction by OpenSourceOfAllEvil · · Score: 1

    The problem of calculating the gravitational effects of _all_ bodies that affect trajectory is well, astronomical. The earth, sun, moon and mars are the major contributing factors. Once these are calculated it's enough to do the trip. Space agencies know this isn't accurate and would miss the target but they are close enough. At one or more points on the way they calculate the difference between their actual position and the calculated one, factor in the difference and their back on course. We couldn't even go to the moon our nearest neighbor without doing this.

    To calculate more bodies takes an incredible amount of computing power. That kind of processing power didn't exist decades ago when probes to mars and beyond began. So, NASA did what mariners have done for centuries, plot your best course and then fix it on the way to get where you're going.

  143. Whoa, chill out... by falconbrad · · Score: 2, Insightful

    Everyone who's up in arms over the idea of simplifying the problem needs to calm down. As in most cases, taking into account anything and everything that could effect the trajectory of the spacecraft midflight in mathematical terms creates an overwhelming problem. Science, and good science at that, is constantly conducted using mathematical simplifications (or conducted accepting some form of error... even the most basic measurements, for example, are not accurate in the truest sense). The trick is knowing when and where to make those simplifications and understanding both what you are including the equations and what you are leaving out.

    Trying to understand multi-body, multi-plane interplanetary transfers taking into account the effect of radiation pressure, atmospheric drag in LEO, blah blah blah is really not necessary (and becomes extremely complex, as has already been discussed numerous times in previous posts) if all you're trying to do is understand the basic mechanics of a trip to Mars or any other planet, for that matter. Even the mathematics related to bodies that would have an effect on a Mars mission can be simplified through the use of ideas like sphere of influence (SOI; which celestial body has the prevailing gravitational influence on a spacecraft at which points in its trajectory) and the like.

    If you're just trying to begin to understand how interplanetary travel works, start with the basics. Then work your way out into Lagrange points, the effects of dark matter on deep space missions, and gravitational assist trajectories.

  144. The initial poster is a bit slow... by tibike77 · · Score: 1

    I am talking about the article poster, not the parent/grandparent:
    - first off, he delivers us the NASA page where the trajectory and course corrections are described. There's 5 correction, of which the first is the "strongest". You can also see there the form of the trajectory ;
    - then, the initial poster also delivers us the link to the orbital mechanics page, where you can see various orbital mechanics facts, including the tiny bit where "Hohmann transfer orbits" are described.

    For the "slow" guys, here's a small digest that will answer ALL of your questions...

    1. The only reason why NASA launches spacecraft to Mars only every so many days is FUEL EFFICIENCY.
    If you look in second link, you will notice this small phrase: "Hohmann transfer orbits are interplanetary trajectories whose advantage is that they consume the least possible amount of propellant.".
    Also, "To reach a planet requires that the spacecraft be inserted into an interplanetary trajectory at the correct time so that the spacecraft arrives at the planet's orbit when the planet will be at the point where the spacecraft will intercept it. [...] The interval of time in which a spacecraft must be launched in order to complete its mission is called a launch window."
    Well, it doesn't get any more clear than that.

    2. The calculations are VERY simple, actually. And that is because you will need course corrections anyway, as the combination of observation / measurement errors and thruster imprecision will make them more important as any gravitational interference when it comes to fuel efficiency.

    In other words, there's only a handfull of factors, and those are:
    - the Sun (i.e. potential energy, orbital speed decrease as you go away from the Sun)
    - Earth's position at launch
    - Mars' position at launch/arrival

    All the other factors are so small, that they can be ignored completely in all calculations and compensated in the trajectory adjustments (which are needed anyway).

    --
    By reading this signature you agree to not disagree with the post you just read.
    1. Re:The initial poster is a bit slow... by Mortlath · · Score: 1

      Exactly. You said it much better than I.

  145. Good places to look... by sexylicious · · Score: 1

    A book called Fundamentals of Astrodynamics. It was mentioned a few posts before mine.

    And you can look for a set of equations called Hill's Equations. They're a set of non-linear differential equations that use orbital elements to describe the motion of a satellite (or interplanetary vehicle). Hohmann transfers are used only when you want to conserve fuel, they take the longest time too.

    Once you find the equations, you can write a script to integrate them, or you can look for pre-compiled packages that are already set up for them, you just need to put in the satellite info.

  146. Fundamentals of Astrodynamics by CompaniaHill · · Score: 1

    Here's a plug for my favorite introductory book on the subject, Fundamentals of Astrodynamics by Roger R. Bate, Donald D. Mueller and Jerry E. White.

    Amazon link

    Barnes & Noble link

    I didn't even have to special-order my copy. I walked into my nearest B&N and it was on the shelf. Your mileage may vary.

    The book is Copyright © 1971, during the heyday of the Apollo moon missions, but its content was developed during the 1960s as part of US Air Force Academy classes for astronautics or aerospace engineering students. It covers computing orbital elements from various combinations of knowns/unknowns, refining initial estimates with additional observations, prediction problems, intercept problems, targeting problems, orbital perterbances, orbit changes, mission planning and more. Many of its chapter-ending problems are intended to be solved with a slide rule.

    No one book can cover all of orbital mechanics. This is, after all, rocket science. But this is the best introductory book I know.

  147. Trajectory Computation methodology and tools by Manhigh · · Score: 1

    IAATA (I am a trajectory analyst)

    I typically don't do navigation-level detail work, but I do performance level work used to size spacecraft, determine mass/power/thrust/specific impulse levels, etc.

    Generally there are two types of missions, high thrust (chemical) and low-thrust (ion engine, solar sail, etc).

    For a chemical mission you need to know where and when you leave (your initial state vector), where and when you are going (your final state vector). One can solve Lambert's problem to determine the performance and trajectory. There are also software programs such as MIDAS but unfortunately I don't believe they are publicly available.

    For chemical missions, you can take the delta-V result, and since the chemical system applies the delta-V nearly instantaneously, you can simply use the rocket equation to calculate your mass fraction:

    delta-V = g * Isp * ln(m0/mf)

    Where g is sea-level gravity, Isp is the specific impulse, m0 is your initial mass, and mf is your final mass.

    What else is there to consider? Well, you want to launch at the date when the trajectory will require the least propellant, but you want a wide enough window such that if you launch a week, or two, late due to mechanical problems, your spacecraft will still have enough propellant to do the job.

    Aside from programs, you can also find useful data in a 'pork chop plot,' such as this: http://marsprogram.jpl.nasa.gov/spotlight/porkchop -image01.html The pork chop plot shows contours of delta-V (in blue) vs. launch and arrival date. The red lines are lines of constant flight time. These type of plots are typicaly constructed using a tool like MIDAS or Lambert's problem, and are publically available. Here's one example http://trs.nis.nasa.gov/archive/00000438/

    As someone who is interested in performance, rather than navigation, I can generally assume that the planets are massless (unless I'm doing a gravity assist). The amount that Jupiter perturbs your when youre going to Mars CAN make the difference between capturing into the correct orbit and slamming into the ground, but it has a very small affect on the amount of propellant needed.

    We also often assume that the spacecraft leaves from the center of mass of Earth, and goes to the center of mass of the target body. Again, this doesnt affect performance much but the additional complexity for the optimizers usually isnt worth it.

    For low-thrust missions, things are generally much more complicated mathematically. With chemical missions, you can assume instantaneous changes in velocity. But for low-thrust missions, the thrust is being applied continuously for long time durations. The number of degrees of freedom in the optimization grows substantially.

    For Earth-orbiting low-thrust vehicles, simple-control laws can perform the desired maneuver (orbit raising, station keeping, etc) while minimizing propellant mass. I recommend searching NASA's techinical databases for "control laws" if youre interested.

    For interplanetary low-thrust spacecraft, there are several codes used to solve the problem ranging from "performance level" accuracy to "navigation level" accuracy. One that is publically available to US citizens is OTIS. http://otis.grc.nasa.gov/ OTIS can be used to compute high-fidelity interplanetary high-thrust, low-thrust, lauhch vehicle, aircraft, and many other types of trajectories. Its very general, very powerful, but has a very steep learning curve. The developers are always looking to widen the user base, so feel free to try it out.

    --
    "Open the pod by doors, Hal" > "I'm afraid I can't do that, Dave" sudo "Open the pod bay doors, Hal" > alright
  148. NASA interplanetary navigation by danger359 · · Score: 1

    Your source at NASA Johnson Space Center may use "simple" Newtonian physics, but please remember, NASA JSC has not ever planned and executed a trajectory to Mars or any other planet. The NASA focus of expertise in interplanetary navigation is NASA Jet Propulsion Lab (JPL), affiliated with Caltech. Here is a useful link: A chapter on spacecraft navigation from JPL's "Basics of Spaceflight" http://www.jpl.nasa.gov/basics/bsf13-1.html A search on JPL's home page will yield numerous references to navigation and trajectory information: http://www.jpl.nasa.gov/ Also, remember that navigation generally involves several course corrections along the way. There are early burns to correct the trajectory after launch, another possibly at the midpoint, and one or more final burns for orbital insertion or landing ellipse targeting.

  149. Interplanetary navigation and trajectory planning by danger359 · · Score: 1

    Your source at NASA Johnson Space Center may use "simple" Newtonian physics, but please remember, NASA JSC has not executed a trajectory to Mars or any other planet. The NASA focus of expertise in interplanetary navigation is NASA Jet Propulsion Lab (JPL), affiliated with Caltech. Here is a useful link: A chapter on spacecraft navigation from JPL's "Basics of Spaceflight" http://www.jpl.nasa.gov/basics/bsf13-1.html A search on JPL's home page will yield numerous references to navigation and trajectory information: http://www.jpl.nasa.gov/ Navigation generally involves several course corrections along the way. There are early burns to correct the trajectory after launch, another possibly at the midpoint, and one or more final burns for orbital insertion or landing ellipse targeting.

  150. Mars Direct Mission by s1234d · · Score: 1

    Google around for information on the Mars Direct Mission plan. Very interesting stuff. Of course, with peak oil and the crashing world economy it's obvious there will never be a manned mission to Mars.

  151. Try Project Rho by FredKiesche · · Score: 1

    Lots of good resources there. See the Atomic Rockets section. http://www.projectrho.com/> Atomic Rockets: http://www.projectrho.com/rocketstub.html>

    --
    "Ah Mr. Gibbon, another damned, fat, square book. Always, scribble, scribble, scribble, eh?" (The Duke of Gloucester, o
    1. Re:Try Project Rho by FredKiesche · · Score: 1

      Yep, replying to myself. I forgot that there's a new(ish) miniatures/board game that "does the hard math for you". If you want a nice representation of orbital mechanics, try Ad Astra's "Attack Vector": http://www.adastragames.com/products/adastra/av.ht ml> Myself, I am looking forward to their game based on Weber's Harrington series: http://www.adastragames.com/products/adastra/sits. html> (And no, I don't work for the company. I just enjoy blowing up starships.)

      --
      "Ah Mr. Gibbon, another damned, fat, square book. Always, scribble, scribble, scribble, eh?" (The Duke of Gloucester, o
  152. Someone please take actual MRO data and verify by Anonymous Coward · · Score: 0

    Can someone please take the actual live data from MRO and calculate it to verify that these guys got it right this time.

    Two heads are better than one.

    Thanks.

  153. Any smart high-school kid can do this by blair1q · · Score: 1

    This is why you were taught Physics, after all.

    The Space Race increased attention on math and science in primary schools.

    If you did your homework, made it through calculus by Senior Year, and had a Physics class, you could do this easy.

    Meaning, there are probably a quarter billion people on this planet with the mathematical acumen to figure out any trajectory from a thrown baseball to a Mars shot.

    The thing about terrestrial ballistics is that it isn't "ballistic". The wind gets in the way and is a random input. So the important feature of a weapons system isn't the ballistic estimate of the trajectory, it's the control system that negates perturbative inputs. That is what's classified.