Parametrization of the intersection of a cone and plane.
EDITED with new progress updates.
As the title states, I'm trying to parametrize the intersection of a cone and a plane. The equations are:
$z^2 = 2x^2+2y^2$ and
$2x+y+3z=4implies z=frac{1}{3}(4-2x-y)$
If it were either a plane parallel to the x-y plane or a cylinder instead of a cone, I would simply project the intersection onto the x-y plane, parametrize the projection for x and y then insert those equations into the equation of the plane to get the parametrization of z. I'm thinking a similar approach would work here but I can't figure out how to find the equation of the projection.
I now have what I believe is the projected ellipse onto the x-y plane. The ellipse equation is:
$0 = frac{1}{9}(4-2x-y)^2-2x^2-2y^2$
My problem is now that if I expand out the squared portion, I end up with $4xy$ in the equation. I have no idea how to parametrize an ellipse with a cross term in it. Could someone help with that?
Any help would be greatly appreciated.
Thank you,
Eric
multivariable-calculus parametric
add a comment |
EDITED with new progress updates.
As the title states, I'm trying to parametrize the intersection of a cone and a plane. The equations are:
$z^2 = 2x^2+2y^2$ and
$2x+y+3z=4implies z=frac{1}{3}(4-2x-y)$
If it were either a plane parallel to the x-y plane or a cylinder instead of a cone, I would simply project the intersection onto the x-y plane, parametrize the projection for x and y then insert those equations into the equation of the plane to get the parametrization of z. I'm thinking a similar approach would work here but I can't figure out how to find the equation of the projection.
I now have what I believe is the projected ellipse onto the x-y plane. The ellipse equation is:
$0 = frac{1}{9}(4-2x-y)^2-2x^2-2y^2$
My problem is now that if I expand out the squared portion, I end up with $4xy$ in the equation. I have no idea how to parametrize an ellipse with a cross term in it. Could someone help with that?
Any help would be greatly appreciated.
Thank you,
Eric
multivariable-calculus parametric
add a comment |
EDITED with new progress updates.
As the title states, I'm trying to parametrize the intersection of a cone and a plane. The equations are:
$z^2 = 2x^2+2y^2$ and
$2x+y+3z=4implies z=frac{1}{3}(4-2x-y)$
If it were either a plane parallel to the x-y plane or a cylinder instead of a cone, I would simply project the intersection onto the x-y plane, parametrize the projection for x and y then insert those equations into the equation of the plane to get the parametrization of z. I'm thinking a similar approach would work here but I can't figure out how to find the equation of the projection.
I now have what I believe is the projected ellipse onto the x-y plane. The ellipse equation is:
$0 = frac{1}{9}(4-2x-y)^2-2x^2-2y^2$
My problem is now that if I expand out the squared portion, I end up with $4xy$ in the equation. I have no idea how to parametrize an ellipse with a cross term in it. Could someone help with that?
Any help would be greatly appreciated.
Thank you,
Eric
multivariable-calculus parametric
EDITED with new progress updates.
As the title states, I'm trying to parametrize the intersection of a cone and a plane. The equations are:
$z^2 = 2x^2+2y^2$ and
$2x+y+3z=4implies z=frac{1}{3}(4-2x-y)$
If it were either a plane parallel to the x-y plane or a cylinder instead of a cone, I would simply project the intersection onto the x-y plane, parametrize the projection for x and y then insert those equations into the equation of the plane to get the parametrization of z. I'm thinking a similar approach would work here but I can't figure out how to find the equation of the projection.
I now have what I believe is the projected ellipse onto the x-y plane. The ellipse equation is:
$0 = frac{1}{9}(4-2x-y)^2-2x^2-2y^2$
My problem is now that if I expand out the squared portion, I end up with $4xy$ in the equation. I have no idea how to parametrize an ellipse with a cross term in it. Could someone help with that?
Any help would be greatly appreciated.
Thank you,
Eric
multivariable-calculus parametric
multivariable-calculus parametric
edited Jan 12 '15 at 5:59
asked Jan 12 '15 at 5:00
John
408313
408313
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Hint: eliminate one of the variables by solving the plane equation for it and substituting into the cone equation.
EDIT: For an ellipse equation with "cross terms", one thing you can do is "complete the square" in either the $x$ or $y$, so it becomes something like
$a (x + b y)^2 + c y^2 = 1$ with $a, c > 0$. Then you can parametrize it as
$$eqalign{y &= dfrac{sin(t)}{sqrt{c}}cr x &= -b y + dfrac{cos(t)}{sqrt{a}}
= - dfrac{b sin(t)}{sqrt{c}} + dfrac{cos(t)}{sqrt{a}}cr}$$
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
add a comment |
As @RobertIsrael suggests, take $z$ as a parameter and solve
$$2x^2+2y^2=z^2,\2x+y=4-3z.$$
The second equation gives
$$y=4-2x-3z,$$ and plugging in the first
$$10x^2+24xz-32x+18z^2-48z+32=z^2,$$ giving the solutions in $x$ and $y$
$$x=frac85pmfrac{sqrt{-26z^2+96z-64}}{10}-frac{6z}5,\
y=frac45mpfrac{sqrt{-26z^2+96z-64}}{5}-frac{3z}5.$$
Seeing the polynomial under the radical, this is an ellipse. If you don't like the double signs, you can complete the square
$$-26z^2+96z-64=26left(frac{944}{13}-left(z-frac{48}{13}right)^2right)$$ and set
$$z=sqrt{frac{944}{13}}cos t+frac{48}{13}.$$
This will result in $x,y,z$ being all three affine combinations of $cos t,sin t$.
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%2f1100932%2fparametrization-of-the-intersection-of-a-cone-and-plane%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
Hint: eliminate one of the variables by solving the plane equation for it and substituting into the cone equation.
EDIT: For an ellipse equation with "cross terms", one thing you can do is "complete the square" in either the $x$ or $y$, so it becomes something like
$a (x + b y)^2 + c y^2 = 1$ with $a, c > 0$. Then you can parametrize it as
$$eqalign{y &= dfrac{sin(t)}{sqrt{c}}cr x &= -b y + dfrac{cos(t)}{sqrt{a}}
= - dfrac{b sin(t)}{sqrt{c}} + dfrac{cos(t)}{sqrt{a}}cr}$$
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
add a comment |
Hint: eliminate one of the variables by solving the plane equation for it and substituting into the cone equation.
EDIT: For an ellipse equation with "cross terms", one thing you can do is "complete the square" in either the $x$ or $y$, so it becomes something like
$a (x + b y)^2 + c y^2 = 1$ with $a, c > 0$. Then you can parametrize it as
$$eqalign{y &= dfrac{sin(t)}{sqrt{c}}cr x &= -b y + dfrac{cos(t)}{sqrt{a}}
= - dfrac{b sin(t)}{sqrt{c}} + dfrac{cos(t)}{sqrt{a}}cr}$$
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
add a comment |
Hint: eliminate one of the variables by solving the plane equation for it and substituting into the cone equation.
EDIT: For an ellipse equation with "cross terms", one thing you can do is "complete the square" in either the $x$ or $y$, so it becomes something like
$a (x + b y)^2 + c y^2 = 1$ with $a, c > 0$. Then you can parametrize it as
$$eqalign{y &= dfrac{sin(t)}{sqrt{c}}cr x &= -b y + dfrac{cos(t)}{sqrt{a}}
= - dfrac{b sin(t)}{sqrt{c}} + dfrac{cos(t)}{sqrt{a}}cr}$$
Hint: eliminate one of the variables by solving the plane equation for it and substituting into the cone equation.
EDIT: For an ellipse equation with "cross terms", one thing you can do is "complete the square" in either the $x$ or $y$, so it becomes something like
$a (x + b y)^2 + c y^2 = 1$ with $a, c > 0$. Then you can parametrize it as
$$eqalign{y &= dfrac{sin(t)}{sqrt{c}}cr x &= -b y + dfrac{cos(t)}{sqrt{a}}
= - dfrac{b sin(t)}{sqrt{c}} + dfrac{cos(t)}{sqrt{a}}cr}$$
edited Jan 12 '15 at 7:05
answered Jan 12 '15 at 5:06
Robert Israel
318k23208457
318k23208457
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
add a comment |
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
Hello Robert. Thank you, I've actually been trying that but, unless I've been doing something wrong, I keep ending up with cross terms, e.g. $4xy$ and I'm not sure how to handle those without using a rotation matrix of some sort but this problem doesn't have any linear algebra knowledge requirements. Should I not be getting any cross terms?
– John
Jan 12 '15 at 5:11
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
When you expand it out you get an ellipse but it's rotated which is why there are xy terms. I can post an answer with the equation if you'd like.
– Gabriel
Jan 12 '15 at 5:13
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
@Gabriel Ok, so I stopped worrying about the cross term and got the equation for the ellipse that looks like it is a good projection. Unfortunately, I'm now stuck trying to parametrize this ellipse equation that has cross terms.
– John
Jan 12 '15 at 5:30
add a comment |
As @RobertIsrael suggests, take $z$ as a parameter and solve
$$2x^2+2y^2=z^2,\2x+y=4-3z.$$
The second equation gives
$$y=4-2x-3z,$$ and plugging in the first
$$10x^2+24xz-32x+18z^2-48z+32=z^2,$$ giving the solutions in $x$ and $y$
$$x=frac85pmfrac{sqrt{-26z^2+96z-64}}{10}-frac{6z}5,\
y=frac45mpfrac{sqrt{-26z^2+96z-64}}{5}-frac{3z}5.$$
Seeing the polynomial under the radical, this is an ellipse. If you don't like the double signs, you can complete the square
$$-26z^2+96z-64=26left(frac{944}{13}-left(z-frac{48}{13}right)^2right)$$ and set
$$z=sqrt{frac{944}{13}}cos t+frac{48}{13}.$$
This will result in $x,y,z$ being all three affine combinations of $cos t,sin t$.
add a comment |
As @RobertIsrael suggests, take $z$ as a parameter and solve
$$2x^2+2y^2=z^2,\2x+y=4-3z.$$
The second equation gives
$$y=4-2x-3z,$$ and plugging in the first
$$10x^2+24xz-32x+18z^2-48z+32=z^2,$$ giving the solutions in $x$ and $y$
$$x=frac85pmfrac{sqrt{-26z^2+96z-64}}{10}-frac{6z}5,\
y=frac45mpfrac{sqrt{-26z^2+96z-64}}{5}-frac{3z}5.$$
Seeing the polynomial under the radical, this is an ellipse. If you don't like the double signs, you can complete the square
$$-26z^2+96z-64=26left(frac{944}{13}-left(z-frac{48}{13}right)^2right)$$ and set
$$z=sqrt{frac{944}{13}}cos t+frac{48}{13}.$$
This will result in $x,y,z$ being all three affine combinations of $cos t,sin t$.
add a comment |
As @RobertIsrael suggests, take $z$ as a parameter and solve
$$2x^2+2y^2=z^2,\2x+y=4-3z.$$
The second equation gives
$$y=4-2x-3z,$$ and plugging in the first
$$10x^2+24xz-32x+18z^2-48z+32=z^2,$$ giving the solutions in $x$ and $y$
$$x=frac85pmfrac{sqrt{-26z^2+96z-64}}{10}-frac{6z}5,\
y=frac45mpfrac{sqrt{-26z^2+96z-64}}{5}-frac{3z}5.$$
Seeing the polynomial under the radical, this is an ellipse. If you don't like the double signs, you can complete the square
$$-26z^2+96z-64=26left(frac{944}{13}-left(z-frac{48}{13}right)^2right)$$ and set
$$z=sqrt{frac{944}{13}}cos t+frac{48}{13}.$$
This will result in $x,y,z$ being all three affine combinations of $cos t,sin t$.
As @RobertIsrael suggests, take $z$ as a parameter and solve
$$2x^2+2y^2=z^2,\2x+y=4-3z.$$
The second equation gives
$$y=4-2x-3z,$$ and plugging in the first
$$10x^2+24xz-32x+18z^2-48z+32=z^2,$$ giving the solutions in $x$ and $y$
$$x=frac85pmfrac{sqrt{-26z^2+96z-64}}{10}-frac{6z}5,\
y=frac45mpfrac{sqrt{-26z^2+96z-64}}{5}-frac{3z}5.$$
Seeing the polynomial under the radical, this is an ellipse. If you don't like the double signs, you can complete the square
$$-26z^2+96z-64=26left(frac{944}{13}-left(z-frac{48}{13}right)^2right)$$ and set
$$z=sqrt{frac{944}{13}}cos t+frac{48}{13}.$$
This will result in $x,y,z$ being all three affine combinations of $cos t,sin t$.
answered Jul 29 '16 at 8:44
Yves Daoust
124k671221
124k671221
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%2f1100932%2fparametrization-of-the-intersection-of-a-cone-and-plane%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