Find the distance from $(1, 1, 1)$ to the subspace span ${(1, 1, 0), (0, 1, 1)}$ of $mathbb R^3$.
$begingroup$
Consider $mathbb R
^3$ with the usual inner product. If d is the distance from $Q=(1, 1, 1)$ to the subspace $P$
span ${(1, 1, 0), (0, 1, 1)}$of $mathbb R
^3$
, then $ 3d
^2 $ = ?
Can anyone give me a hint? I can not understand what to do with the inner product. I know that I will get an orthogonal vector of $(1, 1, 1)$ in the subspace span ${(1, 1, 0), (0, 1, 1)}$.
linear-algebra vector-spaces inner-product-space
$endgroup$
add a comment |
$begingroup$
Consider $mathbb R
^3$ with the usual inner product. If d is the distance from $Q=(1, 1, 1)$ to the subspace $P$
span ${(1, 1, 0), (0, 1, 1)}$of $mathbb R
^3$
, then $ 3d
^2 $ = ?
Can anyone give me a hint? I can not understand what to do with the inner product. I know that I will get an orthogonal vector of $(1, 1, 1)$ in the subspace span ${(1, 1, 0), (0, 1, 1)}$.
linear-algebra vector-spaces inner-product-space
$endgroup$
2
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
1
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18
add a comment |
$begingroup$
Consider $mathbb R
^3$ with the usual inner product. If d is the distance from $Q=(1, 1, 1)$ to the subspace $P$
span ${(1, 1, 0), (0, 1, 1)}$of $mathbb R
^3$
, then $ 3d
^2 $ = ?
Can anyone give me a hint? I can not understand what to do with the inner product. I know that I will get an orthogonal vector of $(1, 1, 1)$ in the subspace span ${(1, 1, 0), (0, 1, 1)}$.
linear-algebra vector-spaces inner-product-space
$endgroup$
Consider $mathbb R
^3$ with the usual inner product. If d is the distance from $Q=(1, 1, 1)$ to the subspace $P$
span ${(1, 1, 0), (0, 1, 1)}$of $mathbb R
^3$
, then $ 3d
^2 $ = ?
Can anyone give me a hint? I can not understand what to do with the inner product. I know that I will get an orthogonal vector of $(1, 1, 1)$ in the subspace span ${(1, 1, 0), (0, 1, 1)}$.
linear-algebra vector-spaces inner-product-space
linear-algebra vector-spaces inner-product-space
edited Jan 25 at 13:45
cmi
asked Jan 25 at 6:58
cmicmi
1,136312
1,136312
2
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
1
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18
add a comment |
2
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
1
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18
2
2
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
1
1
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now
$$
(1, 1, 1) = frac{2}{3}(1, 1, 0) + frac{2}{3}(0, 1, 1) + frac{1}{3}(1, -1, 1).
$$
Hence the orthogonal projection is $frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.
$endgroup$
add a comment |
$begingroup$
Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.
If you're familiar with Gram-Schmidt, it's basically the same.
First I need to get an orthogonal basis for $P$: $(1,1,0)-frac12(0,1,1)=(1,frac12,-frac12)$.
So, we get $(1,1,1)-(0,1,1)-frac23(1,frac12, -frac12) =(frac13,-frac13,frac13) $.
Now the norm is $d=sqrt{frac13}$.
So $3d^2=1 $.
$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%2f3086811%2ffind-the-distance-from-1-1-1-to-the-subspace-span-1-1-0-0-1-1%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$
Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now
$$
(1, 1, 1) = frac{2}{3}(1, 1, 0) + frac{2}{3}(0, 1, 1) + frac{1}{3}(1, -1, 1).
$$
Hence the orthogonal projection is $frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.
$endgroup$
add a comment |
$begingroup$
Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now
$$
(1, 1, 1) = frac{2}{3}(1, 1, 0) + frac{2}{3}(0, 1, 1) + frac{1}{3}(1, -1, 1).
$$
Hence the orthogonal projection is $frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.
$endgroup$
add a comment |
$begingroup$
Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now
$$
(1, 1, 1) = frac{2}{3}(1, 1, 0) + frac{2}{3}(0, 1, 1) + frac{1}{3}(1, -1, 1).
$$
Hence the orthogonal projection is $frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.
$endgroup$
Note that the vector $(1, -1, 1)$ is orthogonal to both of these vectors. Now
$$
(1, 1, 1) = frac{2}{3}(1, 1, 0) + frac{2}{3}(0, 1, 1) + frac{1}{3}(1, -1, 1).
$$
Hence the orthogonal projection is $frac{1}{3}(1, -1, 1)$ and so $d$ is the length of this vector. Then $d^2 = 1/3$ and $3d^2 = 1$.
answered Jan 25 at 7:28
hunterhunter
15.3k32640
15.3k32640
add a comment |
add a comment |
$begingroup$
Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.
If you're familiar with Gram-Schmidt, it's basically the same.
First I need to get an orthogonal basis for $P$: $(1,1,0)-frac12(0,1,1)=(1,frac12,-frac12)$.
So, we get $(1,1,1)-(0,1,1)-frac23(1,frac12, -frac12) =(frac13,-frac13,frac13) $.
Now the norm is $d=sqrt{frac13}$.
So $3d^2=1 $.
$endgroup$
add a comment |
$begingroup$
Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.
If you're familiar with Gram-Schmidt, it's basically the same.
First I need to get an orthogonal basis for $P$: $(1,1,0)-frac12(0,1,1)=(1,frac12,-frac12)$.
So, we get $(1,1,1)-(0,1,1)-frac23(1,frac12, -frac12) =(frac13,-frac13,frac13) $.
Now the norm is $d=sqrt{frac13}$.
So $3d^2=1 $.
$endgroup$
add a comment |
$begingroup$
Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.
If you're familiar with Gram-Schmidt, it's basically the same.
First I need to get an orthogonal basis for $P$: $(1,1,0)-frac12(0,1,1)=(1,frac12,-frac12)$.
So, we get $(1,1,1)-(0,1,1)-frac23(1,frac12, -frac12) =(frac13,-frac13,frac13) $.
Now the norm is $d=sqrt{frac13}$.
So $3d^2=1 $.
$endgroup$
Project the vector onto the subspace. Subtract the result from $(1,1,1)$. Then compute the norm.
If you're familiar with Gram-Schmidt, it's basically the same.
First I need to get an orthogonal basis for $P$: $(1,1,0)-frac12(0,1,1)=(1,frac12,-frac12)$.
So, we get $(1,1,1)-(0,1,1)-frac23(1,frac12, -frac12) =(frac13,-frac13,frac13) $.
Now the norm is $d=sqrt{frac13}$.
So $3d^2=1 $.
edited Jan 26 at 10:10
answered Jan 25 at 7:46
Chris CusterChris Custer
14.2k3827
14.2k3827
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%2f3086811%2ffind-the-distance-from-1-1-1-to-the-subspace-span-1-1-0-0-1-1%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
2
$begingroup$
Your subspace is a plane inside the $mathbb{R}^3$. Actually you want to calculate the distance between a point and a plane. Does this help?
$endgroup$
– Sqyuli
Jan 25 at 7:07
1
$begingroup$
This (math.stackexchange.com/questions/2101140/…) might help!
$endgroup$
– Chinnapparaj R
Jan 25 at 7:13
$begingroup$
@Sqyuli Then I have to find the vector in that subspace which is orthogonal to (1,1,1)? Is not it?
$endgroup$
– cmi
Jan 25 at 7:18