Complete the set to get a base
Having the following set: $C = {(2,3,1),(1,4,3)}$ I want to be able to generate; $V = mathbb{R}^3$
Since $V = mathbb{R}^3$ has dimension $3$, $C$ also needs to have dimension $3$, however, how do I find the vector I need to add to $C$ in order to be able to generate $V$?
Is sufficient to have 3 vectors that are Linearly Independent and then I can generate $V$? And how do I find it?
Thank you!
linear-algebra vector-spaces cross-product
add a comment |
Having the following set: $C = {(2,3,1),(1,4,3)}$ I want to be able to generate; $V = mathbb{R}^3$
Since $V = mathbb{R}^3$ has dimension $3$, $C$ also needs to have dimension $3$, however, how do I find the vector I need to add to $C$ in order to be able to generate $V$?
Is sufficient to have 3 vectors that are Linearly Independent and then I can generate $V$? And how do I find it?
Thank you!
linear-algebra vector-spaces cross-product
add a comment |
Having the following set: $C = {(2,3,1),(1,4,3)}$ I want to be able to generate; $V = mathbb{R}^3$
Since $V = mathbb{R}^3$ has dimension $3$, $C$ also needs to have dimension $3$, however, how do I find the vector I need to add to $C$ in order to be able to generate $V$?
Is sufficient to have 3 vectors that are Linearly Independent and then I can generate $V$? And how do I find it?
Thank you!
linear-algebra vector-spaces cross-product
Having the following set: $C = {(2,3,1),(1,4,3)}$ I want to be able to generate; $V = mathbb{R}^3$
Since $V = mathbb{R}^3$ has dimension $3$, $C$ also needs to have dimension $3$, however, how do I find the vector I need to add to $C$ in order to be able to generate $V$?
Is sufficient to have 3 vectors that are Linearly Independent and then I can generate $V$? And how do I find it?
Thank you!
linear-algebra vector-spaces cross-product
linear-algebra vector-spaces cross-product
edited 1 hour ago
gt6989b
33k22452
33k22452
asked 1 hour ago
Miguel Ferreira
614
614
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually any vector $(a,b,c)$ such that $bneq a+c$ will do.
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
add a comment |
HINT
If you have 3 linearly independent vectors, they will span all of $mathbb{R}^3$ (why?).
To get a third one, easiest way is to construct one perpendicular to them both, which is to take a cross product of the two you have
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
add a comment |
This method works in the general case and does not require using the "cross product":
Let $C=(v_1,v_2)$ as in the question. Choose any basis of $mathbb{R}^3$. For simplicity we shall take $e_1,e_2,e_3$. Then look at
$(v_1,v_2,e_1)$, $(v_1,v_2,e_2)$ and $(v_1,v_2,e_3)$.
One of the is necessarily an independent sequence of vectors (this can be checked by hand, for example you can take $e_1$ as in Jose' answer).
Indeed, if by contradiction all of them were linearly dependent then since $v_1,v_2$ are independent then $e_1,e_2,e_3 in text{Span} {v_1,v_2}$. But this would mean that $mathbb{R}^3 = text{Span} {v_1,v_2}$ which is impossible.
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
add a comment |
Just take the cross product:
$$(2,3,1) times (1,4,3) = (5,-5,5)$$
Then ${(2,3,1),(1,4,3),(5,-5,5)}$ is linearly independent and hence a basis for $mathbb{R}^3$.
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
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%2f3055037%2fcomplete-the-set-to-get-a-base%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually any vector $(a,b,c)$ such that $bneq a+c$ will do.
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
add a comment |
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually any vector $(a,b,c)$ such that $bneq a+c$ will do.
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
add a comment |
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually any vector $(a,b,c)$ such that $bneq a+c$ will do.
Take any vector $(a,b,c)$ which is not a linear combination of $(2,3,1)$ and $(1,4,3)$. For instance $(1,0,0)$ will do. Actually any vector $(a,b,c)$ such that $bneq a+c$ will do.
answered 1 hour ago
José Carlos Santos
149k22117219
149k22117219
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
add a comment |
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
Thank you for the help!
– Miguel Ferreira
18 mins ago
Thank you for the help!
– Miguel Ferreira
18 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
I'm glad I could help.
– José Carlos Santos
12 mins ago
add a comment |
HINT
If you have 3 linearly independent vectors, they will span all of $mathbb{R}^3$ (why?).
To get a third one, easiest way is to construct one perpendicular to them both, which is to take a cross product of the two you have
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
add a comment |
HINT
If you have 3 linearly independent vectors, they will span all of $mathbb{R}^3$ (why?).
To get a third one, easiest way is to construct one perpendicular to them both, which is to take a cross product of the two you have
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
add a comment |
HINT
If you have 3 linearly independent vectors, they will span all of $mathbb{R}^3$ (why?).
To get a third one, easiest way is to construct one perpendicular to them both, which is to take a cross product of the two you have
HINT
If you have 3 linearly independent vectors, they will span all of $mathbb{R}^3$ (why?).
To get a third one, easiest way is to construct one perpendicular to them both, which is to take a cross product of the two you have
answered 1 hour ago
gt6989b
33k22452
33k22452
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
add a comment |
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
Thank you for the help!:)
– Miguel Ferreira
23 mins ago
add a comment |
This method works in the general case and does not require using the "cross product":
Let $C=(v_1,v_2)$ as in the question. Choose any basis of $mathbb{R}^3$. For simplicity we shall take $e_1,e_2,e_3$. Then look at
$(v_1,v_2,e_1)$, $(v_1,v_2,e_2)$ and $(v_1,v_2,e_3)$.
One of the is necessarily an independent sequence of vectors (this can be checked by hand, for example you can take $e_1$ as in Jose' answer).
Indeed, if by contradiction all of them were linearly dependent then since $v_1,v_2$ are independent then $e_1,e_2,e_3 in text{Span} {v_1,v_2}$. But this would mean that $mathbb{R}^3 = text{Span} {v_1,v_2}$ which is impossible.
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
add a comment |
This method works in the general case and does not require using the "cross product":
Let $C=(v_1,v_2)$ as in the question. Choose any basis of $mathbb{R}^3$. For simplicity we shall take $e_1,e_2,e_3$. Then look at
$(v_1,v_2,e_1)$, $(v_1,v_2,e_2)$ and $(v_1,v_2,e_3)$.
One of the is necessarily an independent sequence of vectors (this can be checked by hand, for example you can take $e_1$ as in Jose' answer).
Indeed, if by contradiction all of them were linearly dependent then since $v_1,v_2$ are independent then $e_1,e_2,e_3 in text{Span} {v_1,v_2}$. But this would mean that $mathbb{R}^3 = text{Span} {v_1,v_2}$ which is impossible.
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
add a comment |
This method works in the general case and does not require using the "cross product":
Let $C=(v_1,v_2)$ as in the question. Choose any basis of $mathbb{R}^3$. For simplicity we shall take $e_1,e_2,e_3$. Then look at
$(v_1,v_2,e_1)$, $(v_1,v_2,e_2)$ and $(v_1,v_2,e_3)$.
One of the is necessarily an independent sequence of vectors (this can be checked by hand, for example you can take $e_1$ as in Jose' answer).
Indeed, if by contradiction all of them were linearly dependent then since $v_1,v_2$ are independent then $e_1,e_2,e_3 in text{Span} {v_1,v_2}$. But this would mean that $mathbb{R}^3 = text{Span} {v_1,v_2}$ which is impossible.
This method works in the general case and does not require using the "cross product":
Let $C=(v_1,v_2)$ as in the question. Choose any basis of $mathbb{R}^3$. For simplicity we shall take $e_1,e_2,e_3$. Then look at
$(v_1,v_2,e_1)$, $(v_1,v_2,e_2)$ and $(v_1,v_2,e_3)$.
One of the is necessarily an independent sequence of vectors (this can be checked by hand, for example you can take $e_1$ as in Jose' answer).
Indeed, if by contradiction all of them were linearly dependent then since $v_1,v_2$ are independent then $e_1,e_2,e_3 in text{Span} {v_1,v_2}$. But this would mean that $mathbb{R}^3 = text{Span} {v_1,v_2}$ which is impossible.
edited 46 mins ago
answered 57 mins ago
Yanko
5,821723
5,821723
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
add a comment |
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
Thank you very much for the help!
– Miguel Ferreira
17 mins ago
add a comment |
Just take the cross product:
$$(2,3,1) times (1,4,3) = (5,-5,5)$$
Then ${(2,3,1),(1,4,3),(5,-5,5)}$ is linearly independent and hence a basis for $mathbb{R}^3$.
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
add a comment |
Just take the cross product:
$$(2,3,1) times (1,4,3) = (5,-5,5)$$
Then ${(2,3,1),(1,4,3),(5,-5,5)}$ is linearly independent and hence a basis for $mathbb{R}^3$.
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
add a comment |
Just take the cross product:
$$(2,3,1) times (1,4,3) = (5,-5,5)$$
Then ${(2,3,1),(1,4,3),(5,-5,5)}$ is linearly independent and hence a basis for $mathbb{R}^3$.
Just take the cross product:
$$(2,3,1) times (1,4,3) = (5,-5,5)$$
Then ${(2,3,1),(1,4,3),(5,-5,5)}$ is linearly independent and hence a basis for $mathbb{R}^3$.
answered 41 mins ago
mechanodroid
25.9k62245
25.9k62245
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
add a comment |
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
Thank you for the help! Didn't know about this method :)
– Miguel Ferreira
16 mins ago
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%2f3055037%2fcomplete-the-set-to-get-a-base%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