How does one explicitly show that the distance from Focus_1 to the ellipse plus the distance from Focus_2 to...
When deriving the equation for an ellipse, I have seen that one of the first steps is to recognize that for a point on the ellipse defined by y=0, the two distances from Focus_1 (call it D1) and Focus_2 (call it D2) to the ellipse add up to 2*a, where 'a' is the length from the origin to the ellipse at y = 0.
Logically, as long as you preface this by stating that "If there are two foci that are equidistant from the origin..." then this makes sense.
However, I am then confused when this equivalency (D1 + D2 = 2*a) is subsequently used for the remainder of the derivation. D1 changes its value as you move around the ellipse (i.e. when you're no longer at y = 0); D2, of course, changes its value as well.
Since D1 + D2 = 2a was only determined for the condition that y=0, why can I subsequently use this relationship for different y values on this ellipse. For all I know, D1 + D2 does not equal 2*a for any other y value. It seems like a logical inconsistency.
Am I thinking about this incorrectly?
geometry logic conic-sections
add a comment |
When deriving the equation for an ellipse, I have seen that one of the first steps is to recognize that for a point on the ellipse defined by y=0, the two distances from Focus_1 (call it D1) and Focus_2 (call it D2) to the ellipse add up to 2*a, where 'a' is the length from the origin to the ellipse at y = 0.
Logically, as long as you preface this by stating that "If there are two foci that are equidistant from the origin..." then this makes sense.
However, I am then confused when this equivalency (D1 + D2 = 2*a) is subsequently used for the remainder of the derivation. D1 changes its value as you move around the ellipse (i.e. when you're no longer at y = 0); D2, of course, changes its value as well.
Since D1 + D2 = 2a was only determined for the condition that y=0, why can I subsequently use this relationship for different y values on this ellipse. For all I know, D1 + D2 does not equal 2*a for any other y value. It seems like a logical inconsistency.
Am I thinking about this incorrectly?
geometry logic conic-sections
add a comment |
When deriving the equation for an ellipse, I have seen that one of the first steps is to recognize that for a point on the ellipse defined by y=0, the two distances from Focus_1 (call it D1) and Focus_2 (call it D2) to the ellipse add up to 2*a, where 'a' is the length from the origin to the ellipse at y = 0.
Logically, as long as you preface this by stating that "If there are two foci that are equidistant from the origin..." then this makes sense.
However, I am then confused when this equivalency (D1 + D2 = 2*a) is subsequently used for the remainder of the derivation. D1 changes its value as you move around the ellipse (i.e. when you're no longer at y = 0); D2, of course, changes its value as well.
Since D1 + D2 = 2a was only determined for the condition that y=0, why can I subsequently use this relationship for different y values on this ellipse. For all I know, D1 + D2 does not equal 2*a for any other y value. It seems like a logical inconsistency.
Am I thinking about this incorrectly?
geometry logic conic-sections
When deriving the equation for an ellipse, I have seen that one of the first steps is to recognize that for a point on the ellipse defined by y=0, the two distances from Focus_1 (call it D1) and Focus_2 (call it D2) to the ellipse add up to 2*a, where 'a' is the length from the origin to the ellipse at y = 0.
Logically, as long as you preface this by stating that "If there are two foci that are equidistant from the origin..." then this makes sense.
However, I am then confused when this equivalency (D1 + D2 = 2*a) is subsequently used for the remainder of the derivation. D1 changes its value as you move around the ellipse (i.e. when you're no longer at y = 0); D2, of course, changes its value as well.
Since D1 + D2 = 2a was only determined for the condition that y=0, why can I subsequently use this relationship for different y values on this ellipse. For all I know, D1 + D2 does not equal 2*a for any other y value. It seems like a logical inconsistency.
Am I thinking about this incorrectly?
geometry logic conic-sections
geometry logic conic-sections
asked Jan 4 at 5:06
S.CramerS.Cramer
10618
10618
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The definition of the ellipse is the set of points whose total distance from the two fixed points called foci is a constant.
Since this constant at one instance is $2a$ it has to be $2a$ for every other point on the ellipse as well.
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
add a comment |
There extists some set of points $(x,y)$ shuch that the distance from this point to each focus is constant.
$d((c,0),(x,y)) + d((-c,0),(x,y)) = 2a\
sqrt{(x-c)^2 + y^2} + sqrt{(x+c)^2 + y^2} = 2a$
Now we have some algebra to cruch through...Square both sides
$(x-c)^2 + y^2 + (x+c)^2 + y^2 + 2sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 4a^2$
Isolate the radical on one side and the terms not under the radical on the other.
$sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 2a^2-x^2-y^2 -c^2$
square both sides again.
$(x^2 + y^2 +c^2- 2xc)(x^2 + y^2+ c^2 +2xc) = (2a^2 - x^2-y^2 - c^2)^2$
Multiply the two sides out.
$x^4 + y^4 +c^4 - 4x^2c^2 +2x^2y^2 +2x^2c^2 + 2y^2c^2= 4a^4+x^4+y^4+c^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2+ 2x^2y^2 + 2x^2 c^2 + 2y^2c^2$
Subtract like terms from both sides.
$- 4x^2c^2 = 4a^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2$
Move the x and y terms to one side and the contant terms to the other.
$4(a^2-c^2)x^2 + 4a^2y^2 = 4a^2(a^2-c^2)\
frac {x^2}{a^2} + frac {y^2}{a^2-c^2} = 1$
let $a^2-c^2 = b^2$
$frac {x^2}{a^2} + frac {y^2}{b^2} = 1$
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%2f3061330%2fhow-does-one-explicitly-show-that-the-distance-from-focus-1-to-the-ellipse-plus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The definition of the ellipse is the set of points whose total distance from the two fixed points called foci is a constant.
Since this constant at one instance is $2a$ it has to be $2a$ for every other point on the ellipse as well.
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
add a comment |
The definition of the ellipse is the set of points whose total distance from the two fixed points called foci is a constant.
Since this constant at one instance is $2a$ it has to be $2a$ for every other point on the ellipse as well.
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
add a comment |
The definition of the ellipse is the set of points whose total distance from the two fixed points called foci is a constant.
Since this constant at one instance is $2a$ it has to be $2a$ for every other point on the ellipse as well.
The definition of the ellipse is the set of points whose total distance from the two fixed points called foci is a constant.
Since this constant at one instance is $2a$ it has to be $2a$ for every other point on the ellipse as well.
answered Jan 4 at 5:12
Mohammad Riazi-KermaniMohammad Riazi-Kermani
41k42059
41k42059
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
add a comment |
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
So, if I were to organize this derivation into a proof-like set up, I would do the following: 1) Assume the foci are equidistant from the origin 2) Assume the distance from each focus to the same point on the ellipse sum to a constant i.e. I have to state "if these two assumptions are true THEN..."
– S.Cramer
Jan 4 at 5:14
1
1
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
yes, it is much easier to put the origin at the center of the ellipse.
– Mohammad Riazi-Kermani
Jan 4 at 5:16
add a comment |
There extists some set of points $(x,y)$ shuch that the distance from this point to each focus is constant.
$d((c,0),(x,y)) + d((-c,0),(x,y)) = 2a\
sqrt{(x-c)^2 + y^2} + sqrt{(x+c)^2 + y^2} = 2a$
Now we have some algebra to cruch through...Square both sides
$(x-c)^2 + y^2 + (x+c)^2 + y^2 + 2sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 4a^2$
Isolate the radical on one side and the terms not under the radical on the other.
$sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 2a^2-x^2-y^2 -c^2$
square both sides again.
$(x^2 + y^2 +c^2- 2xc)(x^2 + y^2+ c^2 +2xc) = (2a^2 - x^2-y^2 - c^2)^2$
Multiply the two sides out.
$x^4 + y^4 +c^4 - 4x^2c^2 +2x^2y^2 +2x^2c^2 + 2y^2c^2= 4a^4+x^4+y^4+c^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2+ 2x^2y^2 + 2x^2 c^2 + 2y^2c^2$
Subtract like terms from both sides.
$- 4x^2c^2 = 4a^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2$
Move the x and y terms to one side and the contant terms to the other.
$4(a^2-c^2)x^2 + 4a^2y^2 = 4a^2(a^2-c^2)\
frac {x^2}{a^2} + frac {y^2}{a^2-c^2} = 1$
let $a^2-c^2 = b^2$
$frac {x^2}{a^2} + frac {y^2}{b^2} = 1$
add a comment |
There extists some set of points $(x,y)$ shuch that the distance from this point to each focus is constant.
$d((c,0),(x,y)) + d((-c,0),(x,y)) = 2a\
sqrt{(x-c)^2 + y^2} + sqrt{(x+c)^2 + y^2} = 2a$
Now we have some algebra to cruch through...Square both sides
$(x-c)^2 + y^2 + (x+c)^2 + y^2 + 2sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 4a^2$
Isolate the radical on one side and the terms not under the radical on the other.
$sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 2a^2-x^2-y^2 -c^2$
square both sides again.
$(x^2 + y^2 +c^2- 2xc)(x^2 + y^2+ c^2 +2xc) = (2a^2 - x^2-y^2 - c^2)^2$
Multiply the two sides out.
$x^4 + y^4 +c^4 - 4x^2c^2 +2x^2y^2 +2x^2c^2 + 2y^2c^2= 4a^4+x^4+y^4+c^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2+ 2x^2y^2 + 2x^2 c^2 + 2y^2c^2$
Subtract like terms from both sides.
$- 4x^2c^2 = 4a^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2$
Move the x and y terms to one side and the contant terms to the other.
$4(a^2-c^2)x^2 + 4a^2y^2 = 4a^2(a^2-c^2)\
frac {x^2}{a^2} + frac {y^2}{a^2-c^2} = 1$
let $a^2-c^2 = b^2$
$frac {x^2}{a^2} + frac {y^2}{b^2} = 1$
add a comment |
There extists some set of points $(x,y)$ shuch that the distance from this point to each focus is constant.
$d((c,0),(x,y)) + d((-c,0),(x,y)) = 2a\
sqrt{(x-c)^2 + y^2} + sqrt{(x+c)^2 + y^2} = 2a$
Now we have some algebra to cruch through...Square both sides
$(x-c)^2 + y^2 + (x+c)^2 + y^2 + 2sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 4a^2$
Isolate the radical on one side and the terms not under the radical on the other.
$sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 2a^2-x^2-y^2 -c^2$
square both sides again.
$(x^2 + y^2 +c^2- 2xc)(x^2 + y^2+ c^2 +2xc) = (2a^2 - x^2-y^2 - c^2)^2$
Multiply the two sides out.
$x^4 + y^4 +c^4 - 4x^2c^2 +2x^2y^2 +2x^2c^2 + 2y^2c^2= 4a^4+x^4+y^4+c^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2+ 2x^2y^2 + 2x^2 c^2 + 2y^2c^2$
Subtract like terms from both sides.
$- 4x^2c^2 = 4a^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2$
Move the x and y terms to one side and the contant terms to the other.
$4(a^2-c^2)x^2 + 4a^2y^2 = 4a^2(a^2-c^2)\
frac {x^2}{a^2} + frac {y^2}{a^2-c^2} = 1$
let $a^2-c^2 = b^2$
$frac {x^2}{a^2} + frac {y^2}{b^2} = 1$
There extists some set of points $(x,y)$ shuch that the distance from this point to each focus is constant.
$d((c,0),(x,y)) + d((-c,0),(x,y)) = 2a\
sqrt{(x-c)^2 + y^2} + sqrt{(x+c)^2 + y^2} = 2a$
Now we have some algebra to cruch through...Square both sides
$(x-c)^2 + y^2 + (x+c)^2 + y^2 + 2sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 4a^2$
Isolate the radical on one side and the terms not under the radical on the other.
$sqrt{((x-c)^2 + y^2)((x+c)^2 + y^2)} = 2a^2-x^2-y^2 -c^2$
square both sides again.
$(x^2 + y^2 +c^2- 2xc)(x^2 + y^2+ c^2 +2xc) = (2a^2 - x^2-y^2 - c^2)^2$
Multiply the two sides out.
$x^4 + y^4 +c^4 - 4x^2c^2 +2x^2y^2 +2x^2c^2 + 2y^2c^2= 4a^4+x^4+y^4+c^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2+ 2x^2y^2 + 2x^2 c^2 + 2y^2c^2$
Subtract like terms from both sides.
$- 4x^2c^2 = 4a^4 - 4a^2x^2-4a^2y^2 - 4a^2c^2$
Move the x and y terms to one side and the contant terms to the other.
$4(a^2-c^2)x^2 + 4a^2y^2 = 4a^2(a^2-c^2)\
frac {x^2}{a^2} + frac {y^2}{a^2-c^2} = 1$
let $a^2-c^2 = b^2$
$frac {x^2}{a^2} + frac {y^2}{b^2} = 1$
answered Jan 4 at 5:31
Doug MDoug M
44.2k31854
44.2k31854
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3061330%2fhow-does-one-explicitly-show-that-the-distance-from-focus-1-to-the-ellipse-plus%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