Plane-Plane Intersection












0














How do you find the equation of the line that is given by the intersection of these planes:



x+y=2



z=3



(Keep in mind that im a beginner in this subject, but i'm looking forward to learn)










share|cite|improve this question
























  • I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
    – Ethan Bolker
    Nov 28 '18 at 21:00










  • What do you mean by “the equation of the line?” What form are you looking for?
    – amd
    Nov 28 '18 at 21:32










  • Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
    – Tomas Vortali
    Nov 28 '18 at 21:48
















0














How do you find the equation of the line that is given by the intersection of these planes:



x+y=2



z=3



(Keep in mind that im a beginner in this subject, but i'm looking forward to learn)










share|cite|improve this question
























  • I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
    – Ethan Bolker
    Nov 28 '18 at 21:00










  • What do you mean by “the equation of the line?” What form are you looking for?
    – amd
    Nov 28 '18 at 21:32










  • Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
    – Tomas Vortali
    Nov 28 '18 at 21:48














0












0








0







How do you find the equation of the line that is given by the intersection of these planes:



x+y=2



z=3



(Keep in mind that im a beginner in this subject, but i'm looking forward to learn)










share|cite|improve this question















How do you find the equation of the line that is given by the intersection of these planes:



x+y=2



z=3



(Keep in mind that im a beginner in this subject, but i'm looking forward to learn)







algebra-precalculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 '18 at 20:58









KReiser

9,31211435




9,31211435










asked Nov 28 '18 at 20:57









Tomas Vortali

33




33












  • I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
    – Ethan Bolker
    Nov 28 '18 at 21:00










  • What do you mean by “the equation of the line?” What form are you looking for?
    – amd
    Nov 28 '18 at 21:32










  • Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
    – Tomas Vortali
    Nov 28 '18 at 21:48


















  • I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
    – Ethan Bolker
    Nov 28 '18 at 21:00










  • What do you mean by “the equation of the line?” What form are you looking for?
    – amd
    Nov 28 '18 at 21:32










  • Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
    – Tomas Vortali
    Nov 28 '18 at 21:48
















I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
– Ethan Bolker
Nov 28 '18 at 21:00




I don't know how far along you are in your studies - but if you think about the geometry you can see that the direction of the line is perpendicular to the normals to each plane. Find the two normal vectors. Then find their cross product to find a vector perpendicular to both.
– Ethan Bolker
Nov 28 '18 at 21:00












What do you mean by “the equation of the line?” What form are you looking for?
– amd
Nov 28 '18 at 21:32




What do you mean by “the equation of the line?” What form are you looking for?
– amd
Nov 28 '18 at 21:32












Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
– Tomas Vortali
Nov 28 '18 at 21:48




Thank you Ethan, that helped a lot! On the other hand, sorry if i didn't express myself correctly. I was looking for the vector form.
– Tomas Vortali
Nov 28 '18 at 21:48










1 Answer
1






active

oldest

votes


















1














The line is the solution of the system
$$
begin{cases}
x+y=2\
z=3
end{cases}
$$

that we can write in the form:



$$
begin{cases}
x=2-y\
z=3\
y=t
end{cases}
$$

where $y=t in mathbb{R}$ means that $y$ can have any real value.
reordering the system we have:
$$
begin{cases}
x=2-t\
y=t\
z=3
end{cases}
$$

that, in vector form, becomes the equation of the line in vector form :
$$
begin{bmatrix}
x\y\z
end{bmatrix}
=
begin{bmatrix}
2\0\3
end{bmatrix}
+t
begin{bmatrix}
-1\1\0
end{bmatrix}
$$






share|cite|improve this answer























    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%2f3017700%2fplane-plane-intersection%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    The line is the solution of the system
    $$
    begin{cases}
    x+y=2\
    z=3
    end{cases}
    $$

    that we can write in the form:



    $$
    begin{cases}
    x=2-y\
    z=3\
    y=t
    end{cases}
    $$

    where $y=t in mathbb{R}$ means that $y$ can have any real value.
    reordering the system we have:
    $$
    begin{cases}
    x=2-t\
    y=t\
    z=3
    end{cases}
    $$

    that, in vector form, becomes the equation of the line in vector form :
    $$
    begin{bmatrix}
    x\y\z
    end{bmatrix}
    =
    begin{bmatrix}
    2\0\3
    end{bmatrix}
    +t
    begin{bmatrix}
    -1\1\0
    end{bmatrix}
    $$






    share|cite|improve this answer




























      1














      The line is the solution of the system
      $$
      begin{cases}
      x+y=2\
      z=3
      end{cases}
      $$

      that we can write in the form:



      $$
      begin{cases}
      x=2-y\
      z=3\
      y=t
      end{cases}
      $$

      where $y=t in mathbb{R}$ means that $y$ can have any real value.
      reordering the system we have:
      $$
      begin{cases}
      x=2-t\
      y=t\
      z=3
      end{cases}
      $$

      that, in vector form, becomes the equation of the line in vector form :
      $$
      begin{bmatrix}
      x\y\z
      end{bmatrix}
      =
      begin{bmatrix}
      2\0\3
      end{bmatrix}
      +t
      begin{bmatrix}
      -1\1\0
      end{bmatrix}
      $$






      share|cite|improve this answer


























        1












        1








        1






        The line is the solution of the system
        $$
        begin{cases}
        x+y=2\
        z=3
        end{cases}
        $$

        that we can write in the form:



        $$
        begin{cases}
        x=2-y\
        z=3\
        y=t
        end{cases}
        $$

        where $y=t in mathbb{R}$ means that $y$ can have any real value.
        reordering the system we have:
        $$
        begin{cases}
        x=2-t\
        y=t\
        z=3
        end{cases}
        $$

        that, in vector form, becomes the equation of the line in vector form :
        $$
        begin{bmatrix}
        x\y\z
        end{bmatrix}
        =
        begin{bmatrix}
        2\0\3
        end{bmatrix}
        +t
        begin{bmatrix}
        -1\1\0
        end{bmatrix}
        $$






        share|cite|improve this answer














        The line is the solution of the system
        $$
        begin{cases}
        x+y=2\
        z=3
        end{cases}
        $$

        that we can write in the form:



        $$
        begin{cases}
        x=2-y\
        z=3\
        y=t
        end{cases}
        $$

        where $y=t in mathbb{R}$ means that $y$ can have any real value.
        reordering the system we have:
        $$
        begin{cases}
        x=2-t\
        y=t\
        z=3
        end{cases}
        $$

        that, in vector form, becomes the equation of the line in vector form :
        $$
        begin{bmatrix}
        x\y\z
        end{bmatrix}
        =
        begin{bmatrix}
        2\0\3
        end{bmatrix}
        +t
        begin{bmatrix}
        -1\1\0
        end{bmatrix}
        $$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 28 '18 at 21:49

























        answered Nov 28 '18 at 21:37









        Emilio Novati

        51.5k43472




        51.5k43472






























            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%2f3017700%2fplane-plane-intersection%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

            Bundesstraße 106

            Verónica Boquete

            Ida-Boy-Ed-Garten