Find the plane $P$ passing through the origin such that the three planes $P$, $P_1=(x+y+z=1)$ and $P_2=...
up vote
1
down vote
favorite
What I did is find the equation of a line of the intersection like
$$(x+y+z=1)+t(x-y+z=2)=0$$
Since it passes through the origin, I substitute $x=0$, $y=0$, $z=0$ into the equation and get $t$. Then I sub $t$ into the equation to obtain the equation of plane.
linear-algebra
add a comment |
up vote
1
down vote
favorite
What I did is find the equation of a line of the intersection like
$$(x+y+z=1)+t(x-y+z=2)=0$$
Since it passes through the origin, I substitute $x=0$, $y=0$, $z=0$ into the equation and get $t$. Then I sub $t$ into the equation to obtain the equation of plane.
linear-algebra
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
See this question and its solutions
– user376343
Sep 20 at 20:50
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
What I did is find the equation of a line of the intersection like
$$(x+y+z=1)+t(x-y+z=2)=0$$
Since it passes through the origin, I substitute $x=0$, $y=0$, $z=0$ into the equation and get $t$. Then I sub $t$ into the equation to obtain the equation of plane.
linear-algebra
What I did is find the equation of a line of the intersection like
$$(x+y+z=1)+t(x-y+z=2)=0$$
Since it passes through the origin, I substitute $x=0$, $y=0$, $z=0$ into the equation and get $t$. Then I sub $t$ into the equation to obtain the equation of plane.
linear-algebra
linear-algebra
edited Sep 20 at 20:23
Daniel Buck
2,8201725
2,8201725
asked Sep 20 at 19:59
Kelvin Cheung
12
12
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
See this question and its solutions
– user376343
Sep 20 at 20:50
add a comment |
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
See this question and its solutions
– user376343
Sep 20 at 20:50
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
See this question and its solutions
– user376343
Sep 20 at 20:50
See this question and its solutions
– user376343
Sep 20 at 20:50
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
You’ve got the right idea, but there’s a detail that you might’ve overlooked. Every plane that passes through the intersection of $P_1$ and $P_2$ has an equation that’s a nontrivial linear combination of their equations: $$s(x+y+z-1)+t(x-y+z-2)=0.$$ What you’ve done is to set $s=1$ in this equation, which excludes $P_1$ from the set. For this problem, we know that $P_1$ doesn’t pass through the origin and therefore can’t be the solution, so it’s OK to do this, but you need to be careful that you don’t exclude a solution by doing this in other similar problems.
Continuing from the above linear combination, setting $x=y=z=0$ reduces the equation to $-s-2t=0$, or $s=-2t$. (In fact, since the constant term of a plane equation that passes through the origin is zero, we could’ve reached this constraint without bothering to compute any of the other terms.) Taking $t=-1$ produces the equation $x+3y+z=0$, which clearly passes through the origin as required.
add a comment |
up vote
0
down vote
HINT
We can proceed as follows
- the general equation for $P$ is $ax+by+cz=0$ with normal $vec n=(a,b,c)$
- find the common line to $P_1$ and $P_2$; note that it suffices to find a common point $Q$ and the direction vector that is $vec v=vec n_1times vec n_2$
- then $vec n=vec {OQ}times vec v$
add a comment |
up vote
0
down vote
Adding x + y + z = 1 and x - y + z = 2 gives 2x + 2z = 3 or z = 3/2- x. putting that into x+ y+ z= 1, x+ y+ 3/2- x= y+ 3/2= 1 so y= -3/2. Taking t= x as parameter, the line of intersection is x= t, y= -3/2, z= 3/2- t. Any plane that contains the origin can be written as z= Ax+ By. In order that it contains that line we must have 3/2- t= At- (3/2)B= 0, so (A+ 1)t=(5/2)B for all t. In order that this be true for all t, we must have A- 1= 0 and (5/2)B= 0. That is, z= x.
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%2f2924426%2ffind-the-plane-p-passing-through-the-origin-such-that-the-three-planes-p-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You’ve got the right idea, but there’s a detail that you might’ve overlooked. Every plane that passes through the intersection of $P_1$ and $P_2$ has an equation that’s a nontrivial linear combination of their equations: $$s(x+y+z-1)+t(x-y+z-2)=0.$$ What you’ve done is to set $s=1$ in this equation, which excludes $P_1$ from the set. For this problem, we know that $P_1$ doesn’t pass through the origin and therefore can’t be the solution, so it’s OK to do this, but you need to be careful that you don’t exclude a solution by doing this in other similar problems.
Continuing from the above linear combination, setting $x=y=z=0$ reduces the equation to $-s-2t=0$, or $s=-2t$. (In fact, since the constant term of a plane equation that passes through the origin is zero, we could’ve reached this constraint without bothering to compute any of the other terms.) Taking $t=-1$ produces the equation $x+3y+z=0$, which clearly passes through the origin as required.
add a comment |
up vote
1
down vote
You’ve got the right idea, but there’s a detail that you might’ve overlooked. Every plane that passes through the intersection of $P_1$ and $P_2$ has an equation that’s a nontrivial linear combination of their equations: $$s(x+y+z-1)+t(x-y+z-2)=0.$$ What you’ve done is to set $s=1$ in this equation, which excludes $P_1$ from the set. For this problem, we know that $P_1$ doesn’t pass through the origin and therefore can’t be the solution, so it’s OK to do this, but you need to be careful that you don’t exclude a solution by doing this in other similar problems.
Continuing from the above linear combination, setting $x=y=z=0$ reduces the equation to $-s-2t=0$, or $s=-2t$. (In fact, since the constant term of a plane equation that passes through the origin is zero, we could’ve reached this constraint without bothering to compute any of the other terms.) Taking $t=-1$ produces the equation $x+3y+z=0$, which clearly passes through the origin as required.
add a comment |
up vote
1
down vote
up vote
1
down vote
You’ve got the right idea, but there’s a detail that you might’ve overlooked. Every plane that passes through the intersection of $P_1$ and $P_2$ has an equation that’s a nontrivial linear combination of their equations: $$s(x+y+z-1)+t(x-y+z-2)=0.$$ What you’ve done is to set $s=1$ in this equation, which excludes $P_1$ from the set. For this problem, we know that $P_1$ doesn’t pass through the origin and therefore can’t be the solution, so it’s OK to do this, but you need to be careful that you don’t exclude a solution by doing this in other similar problems.
Continuing from the above linear combination, setting $x=y=z=0$ reduces the equation to $-s-2t=0$, or $s=-2t$. (In fact, since the constant term of a plane equation that passes through the origin is zero, we could’ve reached this constraint without bothering to compute any of the other terms.) Taking $t=-1$ produces the equation $x+3y+z=0$, which clearly passes through the origin as required.
You’ve got the right idea, but there’s a detail that you might’ve overlooked. Every plane that passes through the intersection of $P_1$ and $P_2$ has an equation that’s a nontrivial linear combination of their equations: $$s(x+y+z-1)+t(x-y+z-2)=0.$$ What you’ve done is to set $s=1$ in this equation, which excludes $P_1$ from the set. For this problem, we know that $P_1$ doesn’t pass through the origin and therefore can’t be the solution, so it’s OK to do this, but you need to be careful that you don’t exclude a solution by doing this in other similar problems.
Continuing from the above linear combination, setting $x=y=z=0$ reduces the equation to $-s-2t=0$, or $s=-2t$. (In fact, since the constant term of a plane equation that passes through the origin is zero, we could’ve reached this constraint without bothering to compute any of the other terms.) Taking $t=-1$ produces the equation $x+3y+z=0$, which clearly passes through the origin as required.
edited Dec 6 at 1:04
answered Sep 20 at 20:58
amd
29k21050
29k21050
add a comment |
add a comment |
up vote
0
down vote
HINT
We can proceed as follows
- the general equation for $P$ is $ax+by+cz=0$ with normal $vec n=(a,b,c)$
- find the common line to $P_1$ and $P_2$; note that it suffices to find a common point $Q$ and the direction vector that is $vec v=vec n_1times vec n_2$
- then $vec n=vec {OQ}times vec v$
add a comment |
up vote
0
down vote
HINT
We can proceed as follows
- the general equation for $P$ is $ax+by+cz=0$ with normal $vec n=(a,b,c)$
- find the common line to $P_1$ and $P_2$; note that it suffices to find a common point $Q$ and the direction vector that is $vec v=vec n_1times vec n_2$
- then $vec n=vec {OQ}times vec v$
add a comment |
up vote
0
down vote
up vote
0
down vote
HINT
We can proceed as follows
- the general equation for $P$ is $ax+by+cz=0$ with normal $vec n=(a,b,c)$
- find the common line to $P_1$ and $P_2$; note that it suffices to find a common point $Q$ and the direction vector that is $vec v=vec n_1times vec n_2$
- then $vec n=vec {OQ}times vec v$
HINT
We can proceed as follows
- the general equation for $P$ is $ax+by+cz=0$ with normal $vec n=(a,b,c)$
- find the common line to $P_1$ and $P_2$; note that it suffices to find a common point $Q$ and the direction vector that is $vec v=vec n_1times vec n_2$
- then $vec n=vec {OQ}times vec v$
answered Sep 20 at 20:42
gimusi
1
1
add a comment |
add a comment |
up vote
0
down vote
Adding x + y + z = 1 and x - y + z = 2 gives 2x + 2z = 3 or z = 3/2- x. putting that into x+ y+ z= 1, x+ y+ 3/2- x= y+ 3/2= 1 so y= -3/2. Taking t= x as parameter, the line of intersection is x= t, y= -3/2, z= 3/2- t. Any plane that contains the origin can be written as z= Ax+ By. In order that it contains that line we must have 3/2- t= At- (3/2)B= 0, so (A+ 1)t=(5/2)B for all t. In order that this be true for all t, we must have A- 1= 0 and (5/2)B= 0. That is, z= x.
add a comment |
up vote
0
down vote
Adding x + y + z = 1 and x - y + z = 2 gives 2x + 2z = 3 or z = 3/2- x. putting that into x+ y+ z= 1, x+ y+ 3/2- x= y+ 3/2= 1 so y= -3/2. Taking t= x as parameter, the line of intersection is x= t, y= -3/2, z= 3/2- t. Any plane that contains the origin can be written as z= Ax+ By. In order that it contains that line we must have 3/2- t= At- (3/2)B= 0, so (A+ 1)t=(5/2)B for all t. In order that this be true for all t, we must have A- 1= 0 and (5/2)B= 0. That is, z= x.
add a comment |
up vote
0
down vote
up vote
0
down vote
Adding x + y + z = 1 and x - y + z = 2 gives 2x + 2z = 3 or z = 3/2- x. putting that into x+ y+ z= 1, x+ y+ 3/2- x= y+ 3/2= 1 so y= -3/2. Taking t= x as parameter, the line of intersection is x= t, y= -3/2, z= 3/2- t. Any plane that contains the origin can be written as z= Ax+ By. In order that it contains that line we must have 3/2- t= At- (3/2)B= 0, so (A+ 1)t=(5/2)B for all t. In order that this be true for all t, we must have A- 1= 0 and (5/2)B= 0. That is, z= x.
Adding x + y + z = 1 and x - y + z = 2 gives 2x + 2z = 3 or z = 3/2- x. putting that into x+ y+ z= 1, x+ y+ 3/2- x= y+ 3/2= 1 so y= -3/2. Taking t= x as parameter, the line of intersection is x= t, y= -3/2, z= 3/2- t. Any plane that contains the origin can be written as z= Ax+ By. In order that it contains that line we must have 3/2- t= At- (3/2)B= 0, so (A+ 1)t=(5/2)B for all t. In order that this be true for all t, we must have A- 1= 0 and (5/2)B= 0. That is, z= x.
edited Sep 21 at 23:53
amWhy
191k28224439
191k28224439
answered Sep 20 at 20:52
user247327
10.3k1515
10.3k1515
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%2f2924426%2ffind-the-plane-p-passing-through-the-origin-such-that-the-three-planes-p-p%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
Welcome to Maths SX! What is the question?
– Bernard
Sep 20 at 20:07
Find the plane P passing through the origin such that the three planes P, P1=(x+y+z=1) and P2 (x-y+z=2) meet along a line in R3.
– Kelvin Cheung
Sep 20 at 20:14
I think you have the right idea, but you have to formulate it it in a correct way (what's a linear combination of equalities?)
– Bernard
Sep 20 at 20:17
See this question and its solutions
– user376343
Sep 20 at 20:50