Is it possible to reach the Sun without expending any fuel/reaction mass?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
9
down vote

favorite
2












Imagine that I'm designing a space probe, that will initially be placed into an Earth-like orbit around the Sun.



My goal is to have the probe fly/fall into the Sun; it's allowed to take as much time as it needs to do that, as long as it gets there eventually.



Now the hard part: Since the brute-force rocketry-approach to doing this would take a lot of fuel, I'd like my probe to be able to accomplish its goal without using any kind of rockets (except the ones required to get it to its starting position, of course).



Is there a way to do this e.g. by using a solar sail and tacking against the solar wind? If so, how long might that take? (I know the Parker solar probe is using Venus' gravity to help it along, but presumably that technique requires an initial trajectory that will bring it near Venus, which my probe won't have)







share|improve this question


























    up vote
    9
    down vote

    favorite
    2












    Imagine that I'm designing a space probe, that will initially be placed into an Earth-like orbit around the Sun.



    My goal is to have the probe fly/fall into the Sun; it's allowed to take as much time as it needs to do that, as long as it gets there eventually.



    Now the hard part: Since the brute-force rocketry-approach to doing this would take a lot of fuel, I'd like my probe to be able to accomplish its goal without using any kind of rockets (except the ones required to get it to its starting position, of course).



    Is there a way to do this e.g. by using a solar sail and tacking against the solar wind? If so, how long might that take? (I know the Parker solar probe is using Venus' gravity to help it along, but presumably that technique requires an initial trajectory that will bring it near Venus, which my probe won't have)







    share|improve this question
























      up vote
      9
      down vote

      favorite
      2









      up vote
      9
      down vote

      favorite
      2






      2





      Imagine that I'm designing a space probe, that will initially be placed into an Earth-like orbit around the Sun.



      My goal is to have the probe fly/fall into the Sun; it's allowed to take as much time as it needs to do that, as long as it gets there eventually.



      Now the hard part: Since the brute-force rocketry-approach to doing this would take a lot of fuel, I'd like my probe to be able to accomplish its goal without using any kind of rockets (except the ones required to get it to its starting position, of course).



      Is there a way to do this e.g. by using a solar sail and tacking against the solar wind? If so, how long might that take? (I know the Parker solar probe is using Venus' gravity to help it along, but presumably that technique requires an initial trajectory that will bring it near Venus, which my probe won't have)







      share|improve this question














      Imagine that I'm designing a space probe, that will initially be placed into an Earth-like orbit around the Sun.



      My goal is to have the probe fly/fall into the Sun; it's allowed to take as much time as it needs to do that, as long as it gets there eventually.



      Now the hard part: Since the brute-force rocketry-approach to doing this would take a lot of fuel, I'd like my probe to be able to accomplish its goal without using any kind of rockets (except the ones required to get it to its starting position, of course).



      Is there a way to do this e.g. by using a solar sail and tacking against the solar wind? If so, how long might that take? (I know the Parker solar probe is using Venus' gravity to help it along, but presumably that technique requires an initial trajectory that will bring it near Venus, which my probe won't have)









      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 25 at 12:05









      Conelisinspace

      706425




      706425










      asked Aug 24 at 23:11









      Jeremy Friesner

      1482




      1482




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          12
          down vote



          accepted










          If you're already in a solar orbit, then yes. You can use a sail at an angle and send the reflections prograde. The result is to reduce your orbital energy and you spiral in.



          I recall it was a standard physics problem to find the angle that maximized the energy transfer (it's not 45 degrees).



          Time of journey depends on the mass of your item and the size of your sail. It also depends on the solar flux, which will increase as you approach the Sun.



          The wiki page on solar sails has a section on time to reach the inner planets from Earth with some possible craft. With reasonable payloads, it's a few years to Mercury. That's more than halfway to the Sun, and the power is much higher there. So probably less than an additional 25% of time to reach the closest approach.



          Optimal sail angle



          This is minor addition (because it's constant at all distances), but to add in the derivation:



          The power you get from the sail is the total radiation incident on the sail times the component of the momentum change in the v-bar direction.



          $$ P = I Delta p_v$$
          The inbound intensity is proportional to the cosine of the sail angle, while the v-bar component of the reflected light is proportional to the sine of double the angle.



          $$ P = cos(theta) sin(2theta)$$
          Maximum will be found at a root of the derivative
          $$fracdPdtheta = 2cos(theta) cos(2theta) - sin(theta) sin(2 theta)$$
          $$ 2cos(theta) cos(2theta) = sin(theta) sin(2theta)$$
          Via Wolfram
          $$ theta = 2 pi - 2 tan^-1left( sqrt 5 - 2sqrt6 right) = 35.26^circ$$






          share|improve this answer


















          • 1




            "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
            – Keith McClary
            Aug 25 at 2:22










          • @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
            – uhoh
            Aug 25 at 2:50






          • 1




            As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
            – Jack
            Aug 25 at 7:23










          • @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
            – BowlOfRed
            Aug 25 at 7:46










          • Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
            – Loren Pechtel
            Aug 26 at 21:45










          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "508"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fspace.stackexchange.com%2fquestions%2f30272%2fis-it-possible-to-reach-the-sun-without-expending-any-fuel-reaction-mass%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          12
          down vote



          accepted










          If you're already in a solar orbit, then yes. You can use a sail at an angle and send the reflections prograde. The result is to reduce your orbital energy and you spiral in.



          I recall it was a standard physics problem to find the angle that maximized the energy transfer (it's not 45 degrees).



          Time of journey depends on the mass of your item and the size of your sail. It also depends on the solar flux, which will increase as you approach the Sun.



          The wiki page on solar sails has a section on time to reach the inner planets from Earth with some possible craft. With reasonable payloads, it's a few years to Mercury. That's more than halfway to the Sun, and the power is much higher there. So probably less than an additional 25% of time to reach the closest approach.



          Optimal sail angle



          This is minor addition (because it's constant at all distances), but to add in the derivation:



          The power you get from the sail is the total radiation incident on the sail times the component of the momentum change in the v-bar direction.



          $$ P = I Delta p_v$$
          The inbound intensity is proportional to the cosine of the sail angle, while the v-bar component of the reflected light is proportional to the sine of double the angle.



          $$ P = cos(theta) sin(2theta)$$
          Maximum will be found at a root of the derivative
          $$fracdPdtheta = 2cos(theta) cos(2theta) - sin(theta) sin(2 theta)$$
          $$ 2cos(theta) cos(2theta) = sin(theta) sin(2theta)$$
          Via Wolfram
          $$ theta = 2 pi - 2 tan^-1left( sqrt 5 - 2sqrt6 right) = 35.26^circ$$






          share|improve this answer


















          • 1




            "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
            – Keith McClary
            Aug 25 at 2:22










          • @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
            – uhoh
            Aug 25 at 2:50






          • 1




            As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
            – Jack
            Aug 25 at 7:23










          • @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
            – BowlOfRed
            Aug 25 at 7:46










          • Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
            – Loren Pechtel
            Aug 26 at 21:45














          up vote
          12
          down vote



          accepted










          If you're already in a solar orbit, then yes. You can use a sail at an angle and send the reflections prograde. The result is to reduce your orbital energy and you spiral in.



          I recall it was a standard physics problem to find the angle that maximized the energy transfer (it's not 45 degrees).



          Time of journey depends on the mass of your item and the size of your sail. It also depends on the solar flux, which will increase as you approach the Sun.



          The wiki page on solar sails has a section on time to reach the inner planets from Earth with some possible craft. With reasonable payloads, it's a few years to Mercury. That's more than halfway to the Sun, and the power is much higher there. So probably less than an additional 25% of time to reach the closest approach.



          Optimal sail angle



          This is minor addition (because it's constant at all distances), but to add in the derivation:



          The power you get from the sail is the total radiation incident on the sail times the component of the momentum change in the v-bar direction.



          $$ P = I Delta p_v$$
          The inbound intensity is proportional to the cosine of the sail angle, while the v-bar component of the reflected light is proportional to the sine of double the angle.



          $$ P = cos(theta) sin(2theta)$$
          Maximum will be found at a root of the derivative
          $$fracdPdtheta = 2cos(theta) cos(2theta) - sin(theta) sin(2 theta)$$
          $$ 2cos(theta) cos(2theta) = sin(theta) sin(2theta)$$
          Via Wolfram
          $$ theta = 2 pi - 2 tan^-1left( sqrt 5 - 2sqrt6 right) = 35.26^circ$$






          share|improve this answer


















          • 1




            "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
            – Keith McClary
            Aug 25 at 2:22










          • @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
            – uhoh
            Aug 25 at 2:50






          • 1




            As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
            – Jack
            Aug 25 at 7:23










          • @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
            – BowlOfRed
            Aug 25 at 7:46










          • Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
            – Loren Pechtel
            Aug 26 at 21:45












          up vote
          12
          down vote



          accepted







          up vote
          12
          down vote



          accepted






          If you're already in a solar orbit, then yes. You can use a sail at an angle and send the reflections prograde. The result is to reduce your orbital energy and you spiral in.



          I recall it was a standard physics problem to find the angle that maximized the energy transfer (it's not 45 degrees).



          Time of journey depends on the mass of your item and the size of your sail. It also depends on the solar flux, which will increase as you approach the Sun.



          The wiki page on solar sails has a section on time to reach the inner planets from Earth with some possible craft. With reasonable payloads, it's a few years to Mercury. That's more than halfway to the Sun, and the power is much higher there. So probably less than an additional 25% of time to reach the closest approach.



          Optimal sail angle



          This is minor addition (because it's constant at all distances), but to add in the derivation:



          The power you get from the sail is the total radiation incident on the sail times the component of the momentum change in the v-bar direction.



          $$ P = I Delta p_v$$
          The inbound intensity is proportional to the cosine of the sail angle, while the v-bar component of the reflected light is proportional to the sine of double the angle.



          $$ P = cos(theta) sin(2theta)$$
          Maximum will be found at a root of the derivative
          $$fracdPdtheta = 2cos(theta) cos(2theta) - sin(theta) sin(2 theta)$$
          $$ 2cos(theta) cos(2theta) = sin(theta) sin(2theta)$$
          Via Wolfram
          $$ theta = 2 pi - 2 tan^-1left( sqrt 5 - 2sqrt6 right) = 35.26^circ$$






          share|improve this answer














          If you're already in a solar orbit, then yes. You can use a sail at an angle and send the reflections prograde. The result is to reduce your orbital energy and you spiral in.



          I recall it was a standard physics problem to find the angle that maximized the energy transfer (it's not 45 degrees).



          Time of journey depends on the mass of your item and the size of your sail. It also depends on the solar flux, which will increase as you approach the Sun.



          The wiki page on solar sails has a section on time to reach the inner planets from Earth with some possible craft. With reasonable payloads, it's a few years to Mercury. That's more than halfway to the Sun, and the power is much higher there. So probably less than an additional 25% of time to reach the closest approach.



          Optimal sail angle



          This is minor addition (because it's constant at all distances), but to add in the derivation:



          The power you get from the sail is the total radiation incident on the sail times the component of the momentum change in the v-bar direction.



          $$ P = I Delta p_v$$
          The inbound intensity is proportional to the cosine of the sail angle, while the v-bar component of the reflected light is proportional to the sine of double the angle.



          $$ P = cos(theta) sin(2theta)$$
          Maximum will be found at a root of the derivative
          $$fracdPdtheta = 2cos(theta) cos(2theta) - sin(theta) sin(2 theta)$$
          $$ 2cos(theta) cos(2theta) = sin(theta) sin(2theta)$$
          Via Wolfram
          $$ theta = 2 pi - 2 tan^-1left( sqrt 5 - 2sqrt6 right) = 35.26^circ$$







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Aug 25 at 10:23









          Conelisinspace

          706425




          706425










          answered Aug 24 at 23:38









          BowlOfRed

          2,772715




          2,772715







          • 1




            "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
            – Keith McClary
            Aug 25 at 2:22










          • @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
            – uhoh
            Aug 25 at 2:50






          • 1




            As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
            – Jack
            Aug 25 at 7:23










          • @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
            – BowlOfRed
            Aug 25 at 7:46










          • Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
            – Loren Pechtel
            Aug 26 at 21:45












          • 1




            "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
            – Keith McClary
            Aug 25 at 2:22










          • @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
            – uhoh
            Aug 25 at 2:50






          • 1




            As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
            – Jack
            Aug 25 at 7:23










          • @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
            – BowlOfRed
            Aug 25 at 7:46










          • Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
            – Loren Pechtel
            Aug 26 at 21:45







          1




          1




          "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
          – Keith McClary
          Aug 25 at 2:22




          "power is much higher there" But so is the energy difference. I haven't done the math - that could be another question.
          – Keith McClary
          Aug 25 at 2:22












          @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
          – uhoh
          Aug 25 at 2:50




          @KeithMcClary good idea! What is the functional form for r(t) for a solar-sail deorbit into the Sun?
          – uhoh
          Aug 25 at 2:50




          1




          1




          As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
          – Jack
          Aug 25 at 7:23




          As a side note- you’d potentially be able to get to the Sun faster by increasing orbital energy at first then getting a Jupiter assist to kill most of your orbital speed and maybe a final assist on the way back in to target the Sun. This was what Parker Solar Probe’s original mission plan was!
          – Jack
          Aug 25 at 7:23












          @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
          – BowlOfRed
          Aug 25 at 7:46




          @Jack, true for a chemical burn, but probably not here. The solar power available gets pretty weak out by Jupiter. It would take a really long time to get to Jupiter by spiraling out with solar only. The Wiki page suggests Mars and Mercury are reachable in similar times.
          – BowlOfRed
          Aug 25 at 7:46












          Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
          – Loren Pechtel
          Aug 26 at 21:45




          Why do you assume it must reach Jupiter by spiraling out? You want a high speed encounter, not a rendezvous. "Burn" prograde while near the sun to raise your apoapsis, "burn" retrograde while far out to lower your periapsis. Most of your acceleration occurs much closer in than Jupiter.
          – Loren Pechtel
          Aug 26 at 21:45

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fspace.stackexchange.com%2fquestions%2f30272%2fis-it-possible-to-reach-the-sun-without-expending-any-fuel-reaction-mass%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What does second last employer means? [closed]

          List of Gilmore Girls characters

          One-line joke