What makes two lines in 3-space perpendicular?
$begingroup$
I need to find the equations for the line which passes through the point $(-5,3)$ and is perpendicular to the line $<3+t,-5-2t>$.
I know I can get the direction vector $<1,-2>$ out of the line equation. If I needed a parallel line I would just use the direction vector and the given point to construct a vector parametric equation for the line.
But, I am not sure what it means for two lines to be perpendicular with respect to their direction vector. My textbook (Stewart's Calculus 5th edition) does not define this, and I don't have any other calculus references for the course.
My intuition is to find the vector that is orthogonal to the direction vector, but I'm not sure if this is correct.
I set my direction vector as $vec{a}$ and said $vec{a}cdotvec{b} = vec{0}$, and solving this using the dot production definition gives me $vec{b} = <-1,2>$. Is this the vector I use to define the perpendicular line?
calculus vectors
$endgroup$
add a comment |
$begingroup$
I need to find the equations for the line which passes through the point $(-5,3)$ and is perpendicular to the line $<3+t,-5-2t>$.
I know I can get the direction vector $<1,-2>$ out of the line equation. If I needed a parallel line I would just use the direction vector and the given point to construct a vector parametric equation for the line.
But, I am not sure what it means for two lines to be perpendicular with respect to their direction vector. My textbook (Stewart's Calculus 5th edition) does not define this, and I don't have any other calculus references for the course.
My intuition is to find the vector that is orthogonal to the direction vector, but I'm not sure if this is correct.
I set my direction vector as $vec{a}$ and said $vec{a}cdotvec{b} = vec{0}$, and solving this using the dot production definition gives me $vec{b} = <-1,2>$. Is this the vector I use to define the perpendicular line?
calculus vectors
$endgroup$
add a comment |
$begingroup$
I need to find the equations for the line which passes through the point $(-5,3)$ and is perpendicular to the line $<3+t,-5-2t>$.
I know I can get the direction vector $<1,-2>$ out of the line equation. If I needed a parallel line I would just use the direction vector and the given point to construct a vector parametric equation for the line.
But, I am not sure what it means for two lines to be perpendicular with respect to their direction vector. My textbook (Stewart's Calculus 5th edition) does not define this, and I don't have any other calculus references for the course.
My intuition is to find the vector that is orthogonal to the direction vector, but I'm not sure if this is correct.
I set my direction vector as $vec{a}$ and said $vec{a}cdotvec{b} = vec{0}$, and solving this using the dot production definition gives me $vec{b} = <-1,2>$. Is this the vector I use to define the perpendicular line?
calculus vectors
$endgroup$
I need to find the equations for the line which passes through the point $(-5,3)$ and is perpendicular to the line $<3+t,-5-2t>$.
I know I can get the direction vector $<1,-2>$ out of the line equation. If I needed a parallel line I would just use the direction vector and the given point to construct a vector parametric equation for the line.
But, I am not sure what it means for two lines to be perpendicular with respect to their direction vector. My textbook (Stewart's Calculus 5th edition) does not define this, and I don't have any other calculus references for the course.
My intuition is to find the vector that is orthogonal to the direction vector, but I'm not sure if this is correct.
I set my direction vector as $vec{a}$ and said $vec{a}cdotvec{b} = vec{0}$, and solving this using the dot production definition gives me $vec{b} = <-1,2>$. Is this the vector I use to define the perpendicular line?
calculus vectors
calculus vectors
asked Jan 30 at 1:19
jeanquiltjeanquilt
301213
301213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You are correct that you should find a vector that is orthogonal to $<1, -2>$, however the vector you calculated as $vec{b}$ does not seem to satisfy that requirement:
$$
vec{a}cdotvec{b} = (1)(-1) + (-2)(2) = -5 neq 0
$$
One $vec{b}$ that satisfies the requirement would be $<1, 1/2>$, since we would have
$$
vec{a}cdotvec{b} = (1)(1) + (-2)(1/2) = 1 - 1 = 0
$$
as desired. You can then use that vector (or any scalar multiple of it) as the direction vector for your line.
$endgroup$
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
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%2f3092975%2fwhat-makes-two-lines-in-3-space-perpendicular%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 are correct that you should find a vector that is orthogonal to $<1, -2>$, however the vector you calculated as $vec{b}$ does not seem to satisfy that requirement:
$$
vec{a}cdotvec{b} = (1)(-1) + (-2)(2) = -5 neq 0
$$
One $vec{b}$ that satisfies the requirement would be $<1, 1/2>$, since we would have
$$
vec{a}cdotvec{b} = (1)(1) + (-2)(1/2) = 1 - 1 = 0
$$
as desired. You can then use that vector (or any scalar multiple of it) as the direction vector for your line.
$endgroup$
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
add a comment |
$begingroup$
You are correct that you should find a vector that is orthogonal to $<1, -2>$, however the vector you calculated as $vec{b}$ does not seem to satisfy that requirement:
$$
vec{a}cdotvec{b} = (1)(-1) + (-2)(2) = -5 neq 0
$$
One $vec{b}$ that satisfies the requirement would be $<1, 1/2>$, since we would have
$$
vec{a}cdotvec{b} = (1)(1) + (-2)(1/2) = 1 - 1 = 0
$$
as desired. You can then use that vector (or any scalar multiple of it) as the direction vector for your line.
$endgroup$
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
add a comment |
$begingroup$
You are correct that you should find a vector that is orthogonal to $<1, -2>$, however the vector you calculated as $vec{b}$ does not seem to satisfy that requirement:
$$
vec{a}cdotvec{b} = (1)(-1) + (-2)(2) = -5 neq 0
$$
One $vec{b}$ that satisfies the requirement would be $<1, 1/2>$, since we would have
$$
vec{a}cdotvec{b} = (1)(1) + (-2)(1/2) = 1 - 1 = 0
$$
as desired. You can then use that vector (or any scalar multiple of it) as the direction vector for your line.
$endgroup$
You are correct that you should find a vector that is orthogonal to $<1, -2>$, however the vector you calculated as $vec{b}$ does not seem to satisfy that requirement:
$$
vec{a}cdotvec{b} = (1)(-1) + (-2)(2) = -5 neq 0
$$
One $vec{b}$ that satisfies the requirement would be $<1, 1/2>$, since we would have
$$
vec{a}cdotvec{b} = (1)(1) + (-2)(1/2) = 1 - 1 = 0
$$
as desired. You can then use that vector (or any scalar multiple of it) as the direction vector for your line.
answered Jan 30 at 1:27
AlexAlex
52538
52538
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
add a comment |
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
$begingroup$
So, if I my knowledge of high school plane geometry is correct, two lines are perpendicular if their slopes are negative reciprocals. So, in 3D, I see that principle still applies: I can take the negative reciprocal of each component in the direction vector and get the perpendicular direction vector?
$endgroup$
– jeanquilt
Jan 30 at 1:31
1
1
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
For one thing, it's important to note that we're still talking about 2D here: the line you gave above is only on a plane. To answer your question, not quite. If you try that here, you'd get $<-1, 1/2>$ which is not orthogonal to $<1, -2>$. However, you can switch the entries and flip the sign on one: $<2, 1>$ is orthogonal to $<1, -2>$.
$endgroup$
– Alex
Jan 30 at 1:37
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
$begingroup$
So, if I find any one orthogonal vector, will all of the scalar multiples of that vector be orthogonal to the original direction as well? I notice that $<2,1>$ is equal to $2*<1,1/2>$. I think I've constructed a rough proof that this is true but I wanted to double check in case I made a mathematical mistake.
$endgroup$
– jeanquilt
Jan 30 at 1:51
1
1
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
$begingroup$
Yes, that's true. Think about it geometrically: two vectors on the plane are orthogonal if there is a right angle between them. Making any vector $c$ times longer (i.e. multiplying it by scalar $c$) does not change its direction, so it won't change the angle.
$endgroup$
– Alex
Jan 30 at 16:19
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%2f3092975%2fwhat-makes-two-lines-in-3-space-perpendicular%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