How to determine the equation of plane through origin?
$begingroup$
How to determine the equation of plane which passes through the origin and contains the line x = 2+3t , y = 1-4t, z= 6-t.
I set t = 1 and t = 0 to find the another point, so I can get (0,0,0), (5,-3,5) and (2,1,6)
then do the next step
Is it correct ?
linear-algebra vectors plane-geometry
$endgroup$
add a comment |
$begingroup$
How to determine the equation of plane which passes through the origin and contains the line x = 2+3t , y = 1-4t, z= 6-t.
I set t = 1 and t = 0 to find the another point, so I can get (0,0,0), (5,-3,5) and (2,1,6)
then do the next step
Is it correct ?
linear-algebra vectors plane-geometry
$endgroup$
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52
add a comment |
$begingroup$
How to determine the equation of plane which passes through the origin and contains the line x = 2+3t , y = 1-4t, z= 6-t.
I set t = 1 and t = 0 to find the another point, so I can get (0,0,0), (5,-3,5) and (2,1,6)
then do the next step
Is it correct ?
linear-algebra vectors plane-geometry
$endgroup$
How to determine the equation of plane which passes through the origin and contains the line x = 2+3t , y = 1-4t, z= 6-t.
I set t = 1 and t = 0 to find the another point, so I can get (0,0,0), (5,-3,5) and (2,1,6)
then do the next step
Is it correct ?
linear-algebra vectors plane-geometry
linear-algebra vectors plane-geometry
asked May 23 '17 at 16:42
Mohd AzimuddinMohd Azimuddin
164
164
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52
add a comment |
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The plane is parallel to $(3,-4,-1)$ and $(2,1,6)-(0,0,0)=(2,1,6)$. So
$$(3,-4,-1)times(2,1,6)=(23,20,-11)$$
is normal to the plane.
The plane is $23x+20y-11z=0$.
$endgroup$
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
add a comment |
$begingroup$
The directing vector of the line in the plane is $vec v(3,-4,1)$
A point on the line is $A(2,1,6)$
Now get the vector $vec{OA}(2,1,6)$
Do the vector product $vec v ×vec{OA}$ and you will get a normal vector to the plane which is $vec n_P=vec v ×vec{OA}= (-25,-16,11)$
The equation of the plane will then be
$$-25x-16y+11z+r=0$$
Substitute the coordinates of $A$ in this equation and you'll get that $r=0$
Finally, the equation of the plane (P) is:
$$-25x-16y+11z=0$$
Or equally,
$$25x+16y-11z=0$$
$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%2f2293624%2fhow-to-determine-the-equation-of-plane-through-origin%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
$begingroup$
The plane is parallel to $(3,-4,-1)$ and $(2,1,6)-(0,0,0)=(2,1,6)$. So
$$(3,-4,-1)times(2,1,6)=(23,20,-11)$$
is normal to the plane.
The plane is $23x+20y-11z=0$.
$endgroup$
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
add a comment |
$begingroup$
The plane is parallel to $(3,-4,-1)$ and $(2,1,6)-(0,0,0)=(2,1,6)$. So
$$(3,-4,-1)times(2,1,6)=(23,20,-11)$$
is normal to the plane.
The plane is $23x+20y-11z=0$.
$endgroup$
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
add a comment |
$begingroup$
The plane is parallel to $(3,-4,-1)$ and $(2,1,6)-(0,0,0)=(2,1,6)$. So
$$(3,-4,-1)times(2,1,6)=(23,20,-11)$$
is normal to the plane.
The plane is $23x+20y-11z=0$.
$endgroup$
The plane is parallel to $(3,-4,-1)$ and $(2,1,6)-(0,0,0)=(2,1,6)$. So
$$(3,-4,-1)times(2,1,6)=(23,20,-11)$$
is normal to the plane.
The plane is $23x+20y-11z=0$.
edited May 23 '17 at 17:09
answered May 23 '17 at 16:51
CY AriesCY Aries
16.8k11744
16.8k11744
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
add a comment |
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
It contains the vectors you mention in the first line
$endgroup$
– Bernard
May 23 '17 at 17:07
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
You're welcome! I'll remove my comments in a moment, since they're useless now.
$endgroup$
– Bernard
May 23 '17 at 17:11
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
how you get (3, -4, -1) ?
$endgroup$
– Mohd Azimuddin
May 23 '17 at 17:17
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
$begingroup$
The direction vector of the line.
$endgroup$
– CY Aries
May 23 '17 at 17:19
add a comment |
$begingroup$
The directing vector of the line in the plane is $vec v(3,-4,1)$
A point on the line is $A(2,1,6)$
Now get the vector $vec{OA}(2,1,6)$
Do the vector product $vec v ×vec{OA}$ and you will get a normal vector to the plane which is $vec n_P=vec v ×vec{OA}= (-25,-16,11)$
The equation of the plane will then be
$$-25x-16y+11z+r=0$$
Substitute the coordinates of $A$ in this equation and you'll get that $r=0$
Finally, the equation of the plane (P) is:
$$-25x-16y+11z=0$$
Or equally,
$$25x+16y-11z=0$$
$endgroup$
add a comment |
$begingroup$
The directing vector of the line in the plane is $vec v(3,-4,1)$
A point on the line is $A(2,1,6)$
Now get the vector $vec{OA}(2,1,6)$
Do the vector product $vec v ×vec{OA}$ and you will get a normal vector to the plane which is $vec n_P=vec v ×vec{OA}= (-25,-16,11)$
The equation of the plane will then be
$$-25x-16y+11z+r=0$$
Substitute the coordinates of $A$ in this equation and you'll get that $r=0$
Finally, the equation of the plane (P) is:
$$-25x-16y+11z=0$$
Or equally,
$$25x+16y-11z=0$$
$endgroup$
add a comment |
$begingroup$
The directing vector of the line in the plane is $vec v(3,-4,1)$
A point on the line is $A(2,1,6)$
Now get the vector $vec{OA}(2,1,6)$
Do the vector product $vec v ×vec{OA}$ and you will get a normal vector to the plane which is $vec n_P=vec v ×vec{OA}= (-25,-16,11)$
The equation of the plane will then be
$$-25x-16y+11z+r=0$$
Substitute the coordinates of $A$ in this equation and you'll get that $r=0$
Finally, the equation of the plane (P) is:
$$-25x-16y+11z=0$$
Or equally,
$$25x+16y-11z=0$$
$endgroup$
The directing vector of the line in the plane is $vec v(3,-4,1)$
A point on the line is $A(2,1,6)$
Now get the vector $vec{OA}(2,1,6)$
Do the vector product $vec v ×vec{OA}$ and you will get a normal vector to the plane which is $vec n_P=vec v ×vec{OA}= (-25,-16,11)$
The equation of the plane will then be
$$-25x-16y+11z+r=0$$
Substitute the coordinates of $A$ in this equation and you'll get that $r=0$
Finally, the equation of the plane (P) is:
$$-25x-16y+11z=0$$
Or equally,
$$25x+16y-11z=0$$
answered Nov 14 '18 at 15:22
Fareed AFFareed AF
52612
52612
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%2f2293624%2fhow-to-determine-the-equation-of-plane-through-origin%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
$begingroup$
Both $(-5,-3,5)-(0,0,0)$ and $(2,1,6)-(0,0,0)$ are parallel to the plane. The vector product of them is a normal vector to the plane.
$endgroup$
– CY Aries
May 23 '17 at 16:52