• NocturnalMorning@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    KSP is not mathematically accurate and it can’t be or it would have trouble running on computers. They split up and use simplified 2 body dynamics in the game.

    We use super computers to model the n-body problem bcz of how complex it is.

    • bl4ckp1xx13@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Of course, NASA ain’t modelling actual missions in KSP.

      I imagine KSP is simple Newtonian physics which is accurate at macro-scales, whereas obviously NASA is going to use Einstein’s equivalent. Far more computationally intense but really important once you scale up the small errors in Newton’s equations.

      • NocturnalMorning@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 hours ago

        Actually, we don’t use relativity so much. For some stuff like light time delays, yes, but for orbit determination we use newtonian mechanics still. It’s just that once you start adding more than two bodies, you have to shift to doing numerical integration to find solutions, which doesn’t work for real-time stuff like video games.

        For most applications, F = -GM1M2/r^2 is still a valid approximation.

        Edit: And by most applications, i mean sending a satellite to a planet in our solar system. If you were trying to go to Alpha Centauri, you damn sure better use Relativity to model your trajectory.