Finding the intersection of two planes, given their normal vectors

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Two vectors $v_1=(-1,1,0), v_2=(1,0,1)$ span a plane $P$ in $Bbb R^3$.



Two vectors $w_1=(0,1,0), w_2=(1,1,0)$ span a plane $Q$ in $Bbb R^3$.



I am asked to show that $P$ and $Q$ are different and to find $P ∩ Q$.



I have computed the normal vectors to each plane:



normal to $P$ is $n_3∗ (0,-1,1)^t$



normal to $Q$ is $n_3∗(0,0,1)^t$



If the normal vectors are different, then the planes must be different.



How do I find $P ∩ Q$?



Thank you for your help.







share|cite|improve this question

























    up vote
    0
    down vote

    favorite












    Two vectors $v_1=(-1,1,0), v_2=(1,0,1)$ span a plane $P$ in $Bbb R^3$.



    Two vectors $w_1=(0,1,0), w_2=(1,1,0)$ span a plane $Q$ in $Bbb R^3$.



    I am asked to show that $P$ and $Q$ are different and to find $P ∩ Q$.



    I have computed the normal vectors to each plane:



    normal to $P$ is $n_3∗ (0,-1,1)^t$



    normal to $Q$ is $n_3∗(0,0,1)^t$



    If the normal vectors are different, then the planes must be different.



    How do I find $P ∩ Q$?



    Thank you for your help.







    share|cite|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Two vectors $v_1=(-1,1,0), v_2=(1,0,1)$ span a plane $P$ in $Bbb R^3$.



      Two vectors $w_1=(0,1,0), w_2=(1,1,0)$ span a plane $Q$ in $Bbb R^3$.



      I am asked to show that $P$ and $Q$ are different and to find $P ∩ Q$.



      I have computed the normal vectors to each plane:



      normal to $P$ is $n_3∗ (0,-1,1)^t$



      normal to $Q$ is $n_3∗(0,0,1)^t$



      If the normal vectors are different, then the planes must be different.



      How do I find $P ∩ Q$?



      Thank you for your help.







      share|cite|improve this question













      Two vectors $v_1=(-1,1,0), v_2=(1,0,1)$ span a plane $P$ in $Bbb R^3$.



      Two vectors $w_1=(0,1,0), w_2=(1,1,0)$ span a plane $Q$ in $Bbb R^3$.



      I am asked to show that $P$ and $Q$ are different and to find $P ∩ Q$.



      I have computed the normal vectors to each plane:



      normal to $P$ is $n_3∗ (0,-1,1)^t$



      normal to $Q$ is $n_3∗(0,0,1)^t$



      If the normal vectors are different, then the planes must be different.



      How do I find $P ∩ Q$?



      Thank you for your help.









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Oct 17 '15 at 12:43
























      asked Oct 17 '15 at 3:37









      Gwen Vastine

      11




      11




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          Hint: Let $n_1$ and $n_2$ be normal vectors. If $n_1neq cn_2$ then intersetion is a line with direction vector $n_1times n_2$.






          share|cite|improve this answer




























            up vote
            0
            down vote













            Here is a trick, since you have already computed the normal vectors.



            $Normal_P$ and $Normal_Q$ are orthogonal to the planes $P$ and $Q$, respectively. Hence they are both orthogonal to the intersection of the planes $P$ and $Q$. But the intersection of 2 planes is a line, and it is a line spanned by a vector that is orthogonal to $N_P$ and $N_Q$.



            The cross product of the normals will give you a vector orthogonal to $N_P$ and $N_Q$, which is necessarily nonzero, and which lies on the intersection. This is enough to describe the line that is the intersection.






            share|cite|improve this answer





















            • Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
              – Gwen Vastine
              Oct 17 '15 at 13:03










            • @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
              – Lorenzo
              Oct 17 '15 at 18:14










            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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1484012%2ffinding-the-intersection-of-two-planes-given-their-normal-vectors%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Hint: Let $n_1$ and $n_2$ be normal vectors. If $n_1neq cn_2$ then intersetion is a line with direction vector $n_1times n_2$.






            share|cite|improve this answer

























              up vote
              0
              down vote













              Hint: Let $n_1$ and $n_2$ be normal vectors. If $n_1neq cn_2$ then intersetion is a line with direction vector $n_1times n_2$.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Hint: Let $n_1$ and $n_2$ be normal vectors. If $n_1neq cn_2$ then intersetion is a line with direction vector $n_1times n_2$.






                share|cite|improve this answer













                Hint: Let $n_1$ and $n_2$ be normal vectors. If $n_1neq cn_2$ then intersetion is a line with direction vector $n_1times n_2$.







                share|cite|improve this answer













                share|cite|improve this answer



                share|cite|improve this answer











                answered Oct 17 '15 at 3:43









                mesel

                10.1k21644




                10.1k21644




















                    up vote
                    0
                    down vote













                    Here is a trick, since you have already computed the normal vectors.



                    $Normal_P$ and $Normal_Q$ are orthogonal to the planes $P$ and $Q$, respectively. Hence they are both orthogonal to the intersection of the planes $P$ and $Q$. But the intersection of 2 planes is a line, and it is a line spanned by a vector that is orthogonal to $N_P$ and $N_Q$.



                    The cross product of the normals will give you a vector orthogonal to $N_P$ and $N_Q$, which is necessarily nonzero, and which lies on the intersection. This is enough to describe the line that is the intersection.






                    share|cite|improve this answer





















                    • Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                      – Gwen Vastine
                      Oct 17 '15 at 13:03










                    • @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                      – Lorenzo
                      Oct 17 '15 at 18:14














                    up vote
                    0
                    down vote













                    Here is a trick, since you have already computed the normal vectors.



                    $Normal_P$ and $Normal_Q$ are orthogonal to the planes $P$ and $Q$, respectively. Hence they are both orthogonal to the intersection of the planes $P$ and $Q$. But the intersection of 2 planes is a line, and it is a line spanned by a vector that is orthogonal to $N_P$ and $N_Q$.



                    The cross product of the normals will give you a vector orthogonal to $N_P$ and $N_Q$, which is necessarily nonzero, and which lies on the intersection. This is enough to describe the line that is the intersection.






                    share|cite|improve this answer





















                    • Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                      – Gwen Vastine
                      Oct 17 '15 at 13:03










                    • @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                      – Lorenzo
                      Oct 17 '15 at 18:14












                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Here is a trick, since you have already computed the normal vectors.



                    $Normal_P$ and $Normal_Q$ are orthogonal to the planes $P$ and $Q$, respectively. Hence they are both orthogonal to the intersection of the planes $P$ and $Q$. But the intersection of 2 planes is a line, and it is a line spanned by a vector that is orthogonal to $N_P$ and $N_Q$.



                    The cross product of the normals will give you a vector orthogonal to $N_P$ and $N_Q$, which is necessarily nonzero, and which lies on the intersection. This is enough to describe the line that is the intersection.






                    share|cite|improve this answer













                    Here is a trick, since you have already computed the normal vectors.



                    $Normal_P$ and $Normal_Q$ are orthogonal to the planes $P$ and $Q$, respectively. Hence they are both orthogonal to the intersection of the planes $P$ and $Q$. But the intersection of 2 planes is a line, and it is a line spanned by a vector that is orthogonal to $N_P$ and $N_Q$.



                    The cross product of the normals will give you a vector orthogonal to $N_P$ and $N_Q$, which is necessarily nonzero, and which lies on the intersection. This is enough to describe the line that is the intersection.







                    share|cite|improve this answer













                    share|cite|improve this answer



                    share|cite|improve this answer











                    answered Oct 17 '15 at 3:44









                    Lorenzo

                    11.5k31537




                    11.5k31537











                    • Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                      – Gwen Vastine
                      Oct 17 '15 at 13:03










                    • @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                      – Lorenzo
                      Oct 17 '15 at 18:14
















                    • Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                      – Gwen Vastine
                      Oct 17 '15 at 13:03










                    • @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                      – Lorenzo
                      Oct 17 '15 at 18:14















                    Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                    – Gwen Vastine
                    Oct 17 '15 at 13:03




                    Great! I found the cross product of the two vectors which is (-1,0,0). I checked by computing the dot product of this new vector with the normal vectors and they are indeed perpendicular.
                    – Gwen Vastine
                    Oct 17 '15 at 13:03












                    @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                    – Lorenzo
                    Oct 17 '15 at 18:14




                    @GwenVastine The cross product of vectors $a$ and $b$ will always be perpendicular to $a$ and $b$, which makes it a convenient tool for producing perpendicular vectors. You should think of this as what the cross product does - it produces a vector perpendicular to two other vectors (moreover, this is done in a consistent way, i.e. the components of the new vector are a continuous function of the components of the original vectors). (The other important feature is that the cross product has length equal to the area of the parallelogram spanned by $a$ and $b$.)
                    – Lorenzo
                    Oct 17 '15 at 18:14












                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1484012%2ffinding-the-intersection-of-two-planes-given-their-normal-vectors%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    How to combine Bézier curves to a surface?

                    Mutual Information Always Non-negative

                    Why am i infinitely getting the same tweet with the Twitter Search API?