How to determine what direction an object will orbit another object.












0












$begingroup$


In this universe lets say everything exists in a 2d plane. There exists a 2d planet and hurdling towards it (at some velocity), is a 2d asteroid. Luckily, the asteroid isn't going to collide with the planet, however, the asteroid is going to get caught by the planets gravity and begin orbiting the planet.



Given 3 variables:




  1. Magnitude of the asteroid

  2. Position of the asteroid (in x, y
    coordinates)

  3. Position of the planet (in x, y, coordinates)


How can I determine if the asteroid will orbit clockwise or counter-clockwise?



Here are examples of the asteroid approaching the planet and the direction they would orbit.



enter image description here










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    The vector product?
    $endgroup$
    – Lord Shark the Unknown
    Jan 25 at 4:00










  • $begingroup$
    Can you elaborate more?
    $endgroup$
    – Gary Holiday
    Jan 25 at 4:01










  • $begingroup$
    What's point 1, magnitude of asteroid supposed to mean?
    $endgroup$
    – Ankit Kumar
    Jan 25 at 4:21
















0












$begingroup$


In this universe lets say everything exists in a 2d plane. There exists a 2d planet and hurdling towards it (at some velocity), is a 2d asteroid. Luckily, the asteroid isn't going to collide with the planet, however, the asteroid is going to get caught by the planets gravity and begin orbiting the planet.



Given 3 variables:




  1. Magnitude of the asteroid

  2. Position of the asteroid (in x, y
    coordinates)

  3. Position of the planet (in x, y, coordinates)


How can I determine if the asteroid will orbit clockwise or counter-clockwise?



Here are examples of the asteroid approaching the planet and the direction they would orbit.



enter image description here










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    The vector product?
    $endgroup$
    – Lord Shark the Unknown
    Jan 25 at 4:00










  • $begingroup$
    Can you elaborate more?
    $endgroup$
    – Gary Holiday
    Jan 25 at 4:01










  • $begingroup$
    What's point 1, magnitude of asteroid supposed to mean?
    $endgroup$
    – Ankit Kumar
    Jan 25 at 4:21














0












0








0





$begingroup$


In this universe lets say everything exists in a 2d plane. There exists a 2d planet and hurdling towards it (at some velocity), is a 2d asteroid. Luckily, the asteroid isn't going to collide with the planet, however, the asteroid is going to get caught by the planets gravity and begin orbiting the planet.



Given 3 variables:




  1. Magnitude of the asteroid

  2. Position of the asteroid (in x, y
    coordinates)

  3. Position of the planet (in x, y, coordinates)


How can I determine if the asteroid will orbit clockwise or counter-clockwise?



Here are examples of the asteroid approaching the planet and the direction they would orbit.



enter image description here










share|cite|improve this question









$endgroup$




In this universe lets say everything exists in a 2d plane. There exists a 2d planet and hurdling towards it (at some velocity), is a 2d asteroid. Luckily, the asteroid isn't going to collide with the planet, however, the asteroid is going to get caught by the planets gravity and begin orbiting the planet.



Given 3 variables:




  1. Magnitude of the asteroid

  2. Position of the asteroid (in x, y
    coordinates)

  3. Position of the planet (in x, y, coordinates)


How can I determine if the asteroid will orbit clockwise or counter-clockwise?



Here are examples of the asteroid approaching the planet and the direction they would orbit.



enter image description here







physics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 25 at 3:57









Gary HolidayGary Holiday

101




101








  • 1




    $begingroup$
    The vector product?
    $endgroup$
    – Lord Shark the Unknown
    Jan 25 at 4:00










  • $begingroup$
    Can you elaborate more?
    $endgroup$
    – Gary Holiday
    Jan 25 at 4:01










  • $begingroup$
    What's point 1, magnitude of asteroid supposed to mean?
    $endgroup$
    – Ankit Kumar
    Jan 25 at 4:21














  • 1




    $begingroup$
    The vector product?
    $endgroup$
    – Lord Shark the Unknown
    Jan 25 at 4:00










  • $begingroup$
    Can you elaborate more?
    $endgroup$
    – Gary Holiday
    Jan 25 at 4:01










  • $begingroup$
    What's point 1, magnitude of asteroid supposed to mean?
    $endgroup$
    – Ankit Kumar
    Jan 25 at 4:21








1




1




$begingroup$
The vector product?
$endgroup$
– Lord Shark the Unknown
Jan 25 at 4:00




$begingroup$
The vector product?
$endgroup$
– Lord Shark the Unknown
Jan 25 at 4:00












$begingroup$
Can you elaborate more?
$endgroup$
– Gary Holiday
Jan 25 at 4:01




$begingroup$
Can you elaborate more?
$endgroup$
– Gary Holiday
Jan 25 at 4:01












$begingroup$
What's point 1, magnitude of asteroid supposed to mean?
$endgroup$
– Ankit Kumar
Jan 25 at 4:21




$begingroup$
What's point 1, magnitude of asteroid supposed to mean?
$endgroup$
– Ankit Kumar
Jan 25 at 4:21










1 Answer
1






active

oldest

votes


















0












$begingroup$

You need the initial velocity of the asteroid (relative to a frame reference centered on the planet). If the asteroid were initially at rest in that frame, since gravity acts in the direction to the center of mass of the planet, the asteroid would follow a direct collision trajectory (a free fall on the planet).



If you have the velocity vector for the asteroid in the reference frame centered at the planet, then sign of the third component of the vector product of the position and velocity vectors (taken as vectors in $mathbb R^3$) predicts the orientation of the orbit. If you want to keep it two dimensional, think of the determinant of the matrix whose columns are the position and the velocity... again, the sign defines the orientation (which orientation is + and which is - depends on the detailed definition used for those vectors and the order in which they're taken for the calculations.)






share|cite|improve this answer











$endgroup$













    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: "69"
    };
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    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%2fmath.stackexchange.com%2fquestions%2f3086682%2fhow-to-determine-what-direction-an-object-will-orbit-another-object%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    You need the initial velocity of the asteroid (relative to a frame reference centered on the planet). If the asteroid were initially at rest in that frame, since gravity acts in the direction to the center of mass of the planet, the asteroid would follow a direct collision trajectory (a free fall on the planet).



    If you have the velocity vector for the asteroid in the reference frame centered at the planet, then sign of the third component of the vector product of the position and velocity vectors (taken as vectors in $mathbb R^3$) predicts the orientation of the orbit. If you want to keep it two dimensional, think of the determinant of the matrix whose columns are the position and the velocity... again, the sign defines the orientation (which orientation is + and which is - depends on the detailed definition used for those vectors and the order in which they're taken for the calculations.)






    share|cite|improve this answer











    $endgroup$


















      0












      $begingroup$

      You need the initial velocity of the asteroid (relative to a frame reference centered on the planet). If the asteroid were initially at rest in that frame, since gravity acts in the direction to the center of mass of the planet, the asteroid would follow a direct collision trajectory (a free fall on the planet).



      If you have the velocity vector for the asteroid in the reference frame centered at the planet, then sign of the third component of the vector product of the position and velocity vectors (taken as vectors in $mathbb R^3$) predicts the orientation of the orbit. If you want to keep it two dimensional, think of the determinant of the matrix whose columns are the position and the velocity... again, the sign defines the orientation (which orientation is + and which is - depends on the detailed definition used for those vectors and the order in which they're taken for the calculations.)






      share|cite|improve this answer











      $endgroup$
















        0












        0








        0





        $begingroup$

        You need the initial velocity of the asteroid (relative to a frame reference centered on the planet). If the asteroid were initially at rest in that frame, since gravity acts in the direction to the center of mass of the planet, the asteroid would follow a direct collision trajectory (a free fall on the planet).



        If you have the velocity vector for the asteroid in the reference frame centered at the planet, then sign of the third component of the vector product of the position and velocity vectors (taken as vectors in $mathbb R^3$) predicts the orientation of the orbit. If you want to keep it two dimensional, think of the determinant of the matrix whose columns are the position and the velocity... again, the sign defines the orientation (which orientation is + and which is - depends on the detailed definition used for those vectors and the order in which they're taken for the calculations.)






        share|cite|improve this answer











        $endgroup$



        You need the initial velocity of the asteroid (relative to a frame reference centered on the planet). If the asteroid were initially at rest in that frame, since gravity acts in the direction to the center of mass of the planet, the asteroid would follow a direct collision trajectory (a free fall on the planet).



        If you have the velocity vector for the asteroid in the reference frame centered at the planet, then sign of the third component of the vector product of the position and velocity vectors (taken as vectors in $mathbb R^3$) predicts the orientation of the orbit. If you want to keep it two dimensional, think of the determinant of the matrix whose columns are the position and the velocity... again, the sign defines the orientation (which orientation is + and which is - depends on the detailed definition used for those vectors and the order in which they're taken for the calculations.)







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Jan 25 at 4:08

























        answered Jan 25 at 4:01









        Alejandro Nasif SalumAlejandro Nasif Salum

        4,765118




        4,765118






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086682%2fhow-to-determine-what-direction-an-object-will-orbit-another-object%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

            A Topological Invariant for $pi_3(U(n))$