Complete ${(2,3,1),(1,4,3)}$ to a basis of $Bbb R^3$












3














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!










share|cite|improve this question





























    3














    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!










    share|cite|improve this question



























      3












      3








      3


      1





      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!










      share|cite|improve this question















      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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 29 '18 at 12:00









      Asaf Karagila

      301k32425755




      301k32425755










      asked Dec 28 '18 at 16:23









      Miguel Ferreira

      664




      664






















          4 Answers
          4






          active

          oldest

          votes


















          9














          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. In fact, any vector $(a,b,c)$ such that $bneq a+c$ will do.






          share|cite|improve this answer































            13














            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 them is necessarily a linearly 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 $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.






            share|cite|improve this answer























            • Thank you very much for the help!
              – Miguel Ferreira
              Dec 28 '18 at 17:16



















            4














            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






            share|cite|improve this answer





















            • Thank you for the help!:)
              – Miguel Ferreira
              Dec 28 '18 at 17:10



















            2














            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$.






            share|cite|improve this answer





















            • Thank you for the help! Didn't know about this method :)
              – Miguel Ferreira
              Dec 28 '18 at 17:17











            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055037%2fcomplete-2-3-1-1-4-3-to-a-basis-of-bbb-r3%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









            9














            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. In fact, any vector $(a,b,c)$ such that $bneq a+c$ will do.






            share|cite|improve this answer




























              9














              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. In fact, any vector $(a,b,c)$ such that $bneq a+c$ will do.






              share|cite|improve this answer


























                9












                9








                9






                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. In fact, any vector $(a,b,c)$ such that $bneq a+c$ will do.






                share|cite|improve this answer














                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. In fact, any vector $(a,b,c)$ such that $bneq a+c$ will do.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 2 days ago

























                answered Dec 28 '18 at 16:27









                José Carlos Santos

                150k22121221




                150k22121221























                    13














                    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 them is necessarily a linearly 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 $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.






                    share|cite|improve this answer























                    • Thank you very much for the help!
                      – Miguel Ferreira
                      Dec 28 '18 at 17:16
















                    13














                    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 them is necessarily a linearly 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 $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.






                    share|cite|improve this answer























                    • Thank you very much for the help!
                      – Miguel Ferreira
                      Dec 28 '18 at 17:16














                    13












                    13








                    13






                    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 them is necessarily a linearly 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 $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.






                    share|cite|improve this answer














                    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 them is necessarily a linearly 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 $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.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Dec 28 '18 at 19:26

























                    answered Dec 28 '18 at 16:36









                    Yanko

                    6,124724




                    6,124724












                    • Thank you very much for the help!
                      – Miguel Ferreira
                      Dec 28 '18 at 17:16


















                    • Thank you very much for the help!
                      – Miguel Ferreira
                      Dec 28 '18 at 17:16
















                    Thank you very much for the help!
                    – Miguel Ferreira
                    Dec 28 '18 at 17:16




                    Thank you very much for the help!
                    – Miguel Ferreira
                    Dec 28 '18 at 17:16











                    4














                    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






                    share|cite|improve this answer





















                    • Thank you for the help!:)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:10
















                    4














                    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






                    share|cite|improve this answer





















                    • Thank you for the help!:)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:10














                    4












                    4








                    4






                    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






                    share|cite|improve this answer












                    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







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Dec 28 '18 at 16:27









                    gt6989b

                    33k22452




                    33k22452












                    • Thank you for the help!:)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:10


















                    • Thank you for the help!:)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:10
















                    Thank you for the help!:)
                    – Miguel Ferreira
                    Dec 28 '18 at 17:10




                    Thank you for the help!:)
                    – Miguel Ferreira
                    Dec 28 '18 at 17:10











                    2














                    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$.






                    share|cite|improve this answer





















                    • Thank you for the help! Didn't know about this method :)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:17
















                    2














                    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$.






                    share|cite|improve this answer





















                    • Thank you for the help! Didn't know about this method :)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:17














                    2












                    2








                    2






                    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$.






                    share|cite|improve this answer












                    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$.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Dec 28 '18 at 16:52









                    mechanodroid

                    26.2k62245




                    26.2k62245












                    • Thank you for the help! Didn't know about this method :)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:17


















                    • Thank you for the help! Didn't know about this method :)
                      – Miguel Ferreira
                      Dec 28 '18 at 17:17
















                    Thank you for the help! Didn't know about this method :)
                    – Miguel Ferreira
                    Dec 28 '18 at 17:17




                    Thank you for the help! Didn't know about this method :)
                    – Miguel Ferreira
                    Dec 28 '18 at 17:17


















                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3055037%2fcomplete-2-3-1-1-4-3-to-a-basis-of-bbb-r3%23new-answer', 'question_page');
                    }
                    );

                    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







                    Popular posts from this blog

                    Список кардиналов, возведённых папой римским Каликстом III

                    Deduzione

                    Mysql.sock missing - “Can't connect to local MySQL server through socket”