How to determine what direction an object will orbit another object.
$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:
- Magnitude of the asteroid
- Position of the asteroid (in x, y
coordinates) - 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.
physics
$endgroup$
add a comment |
$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:
- Magnitude of the asteroid
- Position of the asteroid (in x, y
coordinates) - 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.
physics
$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
add a comment |
$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:
- Magnitude of the asteroid
- Position of the asteroid (in x, y
coordinates) - 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.
physics
$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:
- Magnitude of the asteroid
- Position of the asteroid (in x, y
coordinates) - 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.
physics
physics
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
$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.)
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.)
$endgroup$
add a comment |
$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.)
$endgroup$
add a comment |
$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.)
$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.)
edited Jan 25 at 4:08
answered Jan 25 at 4:01
Alejandro Nasif SalumAlejandro Nasif Salum
4,765118
4,765118
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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