Finding possible values in vector.
$begingroup$
Just having some difficulty finding the values of '$P$' in this vector.
Relative to an origin $O$, the position vectors of the points $A$ and $B$ are given as follows:
$leftlvert OA rightrvert$ = $2i + 3j - k$
$leftlvert OB rightrvert$ = $4i - 3j + 2k$
The point $C$ is such that $leftlvert OC rightrvert$ = $6j + pk$ where $p$ is a constant. Given the lengths of $leftlvert AB rightrvert$ and $leftlvert AC rightrvert$ are equal, find the possible values of $P$.
--
So what I have done so far is as follows:
$ 2i - 6j + 3k = 9j + pk - 2i - k $
$4i -15j + 3k = pk - k$
Now what I'm doing may be completely stupid or wrong, so apologies in advance, however any pointers or tips would be much appreciated :)
Thanks again!
vectors
$endgroup$
add a comment |
$begingroup$
Just having some difficulty finding the values of '$P$' in this vector.
Relative to an origin $O$, the position vectors of the points $A$ and $B$ are given as follows:
$leftlvert OA rightrvert$ = $2i + 3j - k$
$leftlvert OB rightrvert$ = $4i - 3j + 2k$
The point $C$ is such that $leftlvert OC rightrvert$ = $6j + pk$ where $p$ is a constant. Given the lengths of $leftlvert AB rightrvert$ and $leftlvert AC rightrvert$ are equal, find the possible values of $P$.
--
So what I have done so far is as follows:
$ 2i - 6j + 3k = 9j + pk - 2i - k $
$4i -15j + 3k = pk - k$
Now what I'm doing may be completely stupid or wrong, so apologies in advance, however any pointers or tips would be much appreciated :)
Thanks again!
vectors
$endgroup$
$begingroup$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18
add a comment |
$begingroup$
Just having some difficulty finding the values of '$P$' in this vector.
Relative to an origin $O$, the position vectors of the points $A$ and $B$ are given as follows:
$leftlvert OA rightrvert$ = $2i + 3j - k$
$leftlvert OB rightrvert$ = $4i - 3j + 2k$
The point $C$ is such that $leftlvert OC rightrvert$ = $6j + pk$ where $p$ is a constant. Given the lengths of $leftlvert AB rightrvert$ and $leftlvert AC rightrvert$ are equal, find the possible values of $P$.
--
So what I have done so far is as follows:
$ 2i - 6j + 3k = 9j + pk - 2i - k $
$4i -15j + 3k = pk - k$
Now what I'm doing may be completely stupid or wrong, so apologies in advance, however any pointers or tips would be much appreciated :)
Thanks again!
vectors
$endgroup$
Just having some difficulty finding the values of '$P$' in this vector.
Relative to an origin $O$, the position vectors of the points $A$ and $B$ are given as follows:
$leftlvert OA rightrvert$ = $2i + 3j - k$
$leftlvert OB rightrvert$ = $4i - 3j + 2k$
The point $C$ is such that $leftlvert OC rightrvert$ = $6j + pk$ where $p$ is a constant. Given the lengths of $leftlvert AB rightrvert$ and $leftlvert AC rightrvert$ are equal, find the possible values of $P$.
--
So what I have done so far is as follows:
$ 2i - 6j + 3k = 9j + pk - 2i - k $
$4i -15j + 3k = pk - k$
Now what I'm doing may be completely stupid or wrong, so apologies in advance, however any pointers or tips would be much appreciated :)
Thanks again!
vectors
vectors
asked Jun 19 '16 at 10:23
M. AndersonM. Anderson
406
406
$begingroup$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18
add a comment |
$begingroup$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18
$begingroup$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18
$begingroup$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint:
It seems that you are confusing the length of a vector with the vector itself. The vector $overrightarrow{AB}=2mathbf{i}-6mathbf{j}+3mathbf{k}$ has lenght $|overrightarrow{AB}|=overline{AB}=sqrt{(2)^2+(-6)^2+(3)^2}$. Do the same for $|overrightarrow{AC}|$ and you find the equation that gives the values of $p$.
$endgroup$
add a comment |
$begingroup$
We know that $OA=(2, 3, -1)$, $OB=(4, -3, 2)$ and $OC=(0, 6, p)$ for $pinBbb K $. Now we use the fact that $AB=OB-OA $ and $AC=OC-OA$ to find the vectors $AB$ and $AC$. We have:
$$AB=(4, -3, 2)-(2, 3, -1)=(2, -6, 3)$$
and:
$$AC=(0, 6, p)-(2, 3, -1)=(-2, 3, p+1)$$
Now we use the formula for the length of a vector in $Bbb K^3$ which yields:
$$||AB||=sqrt {(2)^2+(-6)^2+(3)^2}=7$$
and:
$$||AC||=sqrt {(-2)^2+(3)^2+(p+1)^2}=sqrt {p^2+2p+14}$$
Now you just set $||AB||=||AC||$, since they have the same length, and solve for $p$.
$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%2f1831801%2ffinding-possible-values-in-vector%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$
Hint:
It seems that you are confusing the length of a vector with the vector itself. The vector $overrightarrow{AB}=2mathbf{i}-6mathbf{j}+3mathbf{k}$ has lenght $|overrightarrow{AB}|=overline{AB}=sqrt{(2)^2+(-6)^2+(3)^2}$. Do the same for $|overrightarrow{AC}|$ and you find the equation that gives the values of $p$.
$endgroup$
add a comment |
$begingroup$
Hint:
It seems that you are confusing the length of a vector with the vector itself. The vector $overrightarrow{AB}=2mathbf{i}-6mathbf{j}+3mathbf{k}$ has lenght $|overrightarrow{AB}|=overline{AB}=sqrt{(2)^2+(-6)^2+(3)^2}$. Do the same for $|overrightarrow{AC}|$ and you find the equation that gives the values of $p$.
$endgroup$
add a comment |
$begingroup$
Hint:
It seems that you are confusing the length of a vector with the vector itself. The vector $overrightarrow{AB}=2mathbf{i}-6mathbf{j}+3mathbf{k}$ has lenght $|overrightarrow{AB}|=overline{AB}=sqrt{(2)^2+(-6)^2+(3)^2}$. Do the same for $|overrightarrow{AC}|$ and you find the equation that gives the values of $p$.
$endgroup$
Hint:
It seems that you are confusing the length of a vector with the vector itself. The vector $overrightarrow{AB}=2mathbf{i}-6mathbf{j}+3mathbf{k}$ has lenght $|overrightarrow{AB}|=overline{AB}=sqrt{(2)^2+(-6)^2+(3)^2}$. Do the same for $|overrightarrow{AC}|$ and you find the equation that gives the values of $p$.
answered Jun 19 '16 at 13:15
Emilio NovatiEmilio Novati
52.2k43574
52.2k43574
add a comment |
add a comment |
$begingroup$
We know that $OA=(2, 3, -1)$, $OB=(4, -3, 2)$ and $OC=(0, 6, p)$ for $pinBbb K $. Now we use the fact that $AB=OB-OA $ and $AC=OC-OA$ to find the vectors $AB$ and $AC$. We have:
$$AB=(4, -3, 2)-(2, 3, -1)=(2, -6, 3)$$
and:
$$AC=(0, 6, p)-(2, 3, -1)=(-2, 3, p+1)$$
Now we use the formula for the length of a vector in $Bbb K^3$ which yields:
$$||AB||=sqrt {(2)^2+(-6)^2+(3)^2}=7$$
and:
$$||AC||=sqrt {(-2)^2+(3)^2+(p+1)^2}=sqrt {p^2+2p+14}$$
Now you just set $||AB||=||AC||$, since they have the same length, and solve for $p$.
$endgroup$
add a comment |
$begingroup$
We know that $OA=(2, 3, -1)$, $OB=(4, -3, 2)$ and $OC=(0, 6, p)$ for $pinBbb K $. Now we use the fact that $AB=OB-OA $ and $AC=OC-OA$ to find the vectors $AB$ and $AC$. We have:
$$AB=(4, -3, 2)-(2, 3, -1)=(2, -6, 3)$$
and:
$$AC=(0, 6, p)-(2, 3, -1)=(-2, 3, p+1)$$
Now we use the formula for the length of a vector in $Bbb K^3$ which yields:
$$||AB||=sqrt {(2)^2+(-6)^2+(3)^2}=7$$
and:
$$||AC||=sqrt {(-2)^2+(3)^2+(p+1)^2}=sqrt {p^2+2p+14}$$
Now you just set $||AB||=||AC||$, since they have the same length, and solve for $p$.
$endgroup$
add a comment |
$begingroup$
We know that $OA=(2, 3, -1)$, $OB=(4, -3, 2)$ and $OC=(0, 6, p)$ for $pinBbb K $. Now we use the fact that $AB=OB-OA $ and $AC=OC-OA$ to find the vectors $AB$ and $AC$. We have:
$$AB=(4, -3, 2)-(2, 3, -1)=(2, -6, 3)$$
and:
$$AC=(0, 6, p)-(2, 3, -1)=(-2, 3, p+1)$$
Now we use the formula for the length of a vector in $Bbb K^3$ which yields:
$$||AB||=sqrt {(2)^2+(-6)^2+(3)^2}=7$$
and:
$$||AC||=sqrt {(-2)^2+(3)^2+(p+1)^2}=sqrt {p^2+2p+14}$$
Now you just set $||AB||=||AC||$, since they have the same length, and solve for $p$.
$endgroup$
We know that $OA=(2, 3, -1)$, $OB=(4, -3, 2)$ and $OC=(0, 6, p)$ for $pinBbb K $. Now we use the fact that $AB=OB-OA $ and $AC=OC-OA$ to find the vectors $AB$ and $AC$. We have:
$$AB=(4, -3, 2)-(2, 3, -1)=(2, -6, 3)$$
and:
$$AC=(0, 6, p)-(2, 3, -1)=(-2, 3, p+1)$$
Now we use the formula for the length of a vector in $Bbb K^3$ which yields:
$$||AB||=sqrt {(2)^2+(-6)^2+(3)^2}=7$$
and:
$$||AC||=sqrt {(-2)^2+(3)^2+(p+1)^2}=sqrt {p^2+2p+14}$$
Now you just set $||AB||=||AC||$, since they have the same length, and solve for $p$.
answered Jun 19 '16 at 14:45


DaveDave
9,21211033
9,21211033
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%2f1831801%2ffinding-possible-values-in-vector%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$
AB =OB-OA and AC=OC-OA after finding these... equate them and find the value of p.
$endgroup$
– Jasser
Jun 19 '16 at 11:18