Find the equation of the plane that passes through the line of intersection of two planes and a point











up vote
0
down vote

favorite













Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$




$vec n_1 = [2,-3,-1]$



$vec n_2 = [3,5,-4]$



$vec n_1 times vec n_2 = [17,5,19]$



$[17,5,19]$ is the direction vector of the line of intersection.



now,



$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$



Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$



$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$



So the scalar equation is $19x +19y- 22z+ D= 0$



Substitute $(3,-1,2)$



$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$



$19x -19y -22z + 6 =0$ is the equation of the plane.



However the answer says it is $14x +17y -17z +9 = 0$










share|cite|improve this question


















  • 1




    use family of planes
    – maveric
    Nov 16 at 18:09















up vote
0
down vote

favorite













Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$




$vec n_1 = [2,-3,-1]$



$vec n_2 = [3,5,-4]$



$vec n_1 times vec n_2 = [17,5,19]$



$[17,5,19]$ is the direction vector of the line of intersection.



now,



$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$



Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$



$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$



So the scalar equation is $19x +19y- 22z+ D= 0$



Substitute $(3,-1,2)$



$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$



$19x -19y -22z + 6 =0$ is the equation of the plane.



However the answer says it is $14x +17y -17z +9 = 0$










share|cite|improve this question


















  • 1




    use family of planes
    – maveric
    Nov 16 at 18:09













up vote
0
down vote

favorite









up vote
0
down vote

favorite












Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$




$vec n_1 = [2,-3,-1]$



$vec n_2 = [3,5,-4]$



$vec n_1 times vec n_2 = [17,5,19]$



$[17,5,19]$ is the direction vector of the line of intersection.



now,



$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$



Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$



$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$



So the scalar equation is $19x +19y- 22z+ D= 0$



Substitute $(3,-1,2)$



$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$



$19x -19y -22z + 6 =0$ is the equation of the plane.



However the answer says it is $14x +17y -17z +9 = 0$










share|cite|improve this question














Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$




$vec n_1 = [2,-3,-1]$



$vec n_2 = [3,5,-4]$



$vec n_1 times vec n_2 = [17,5,19]$



$[17,5,19]$ is the direction vector of the line of intersection.



now,



$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$



Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$



$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$



So the scalar equation is $19x +19y- 22z+ D= 0$



Substitute $(3,-1,2)$



$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$



$19x -19y -22z + 6 =0$ is the equation of the plane.



However the answer says it is $14x +17y -17z +9 = 0$







vector-spaces vectors intersection-theory






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 16 at 17:09









didgocks

662823




662823








  • 1




    use family of planes
    – maveric
    Nov 16 at 18:09














  • 1




    use family of planes
    – maveric
    Nov 16 at 18:09








1




1




use family of planes
– maveric
Nov 16 at 18:09




use family of planes
– maveric
Nov 16 at 18:09










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










Another hint:



Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape



$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$



The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:



$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$



The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be



$ x + 17 y - 17 z + 9 = 0$






share|cite|improve this answer




























    up vote
    2
    down vote













    Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$



    Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$



    The normal vector to your plane is the common perpendicular of $AP$ and $AQ$



    Having a point and the normal vector you can easily find the equation of the plane.






    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',
      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%2f3001380%2ffind-the-equation-of-the-plane-that-passes-through-the-line-of-intersection-of-t%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








      up vote
      1
      down vote



      accepted










      Another hint:



      Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape



      $alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$



      The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:



      $frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$



      The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be



      $ x + 17 y - 17 z + 9 = 0$






      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted










        Another hint:



        Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape



        $alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$



        The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:



        $frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$



        The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be



        $ x + 17 y - 17 z + 9 = 0$






        share|cite|improve this answer























          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          Another hint:



          Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape



          $alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$



          The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:



          $frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$



          The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be



          $ x + 17 y - 17 z + 9 = 0$






          share|cite|improve this answer












          Another hint:



          Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape



          $alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$



          The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:



          $frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$



          The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be



          $ x + 17 y - 17 z + 9 = 0$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 16 at 18:00









          georg

          2,398289




          2,398289






















              up vote
              2
              down vote













              Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$



              Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$



              The normal vector to your plane is the common perpendicular of $AP$ and $AQ$



              Having a point and the normal vector you can easily find the equation of the plane.






              share|cite|improve this answer

























                up vote
                2
                down vote













                Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$



                Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$



                The normal vector to your plane is the common perpendicular of $AP$ and $AQ$



                Having a point and the normal vector you can easily find the equation of the plane.






                share|cite|improve this answer























                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$



                  Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$



                  The normal vector to your plane is the common perpendicular of $AP$ and $AQ$



                  Having a point and the normal vector you can easily find the equation of the plane.






                  share|cite|improve this answer












                  Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$



                  Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$



                  The normal vector to your plane is the common perpendicular of $AP$ and $AQ$



                  Having a point and the normal vector you can easily find the equation of the plane.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 16 at 17:32









                  Mohammad Riazi-Kermani

                  40.2k41958




                  40.2k41958






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3001380%2ffind-the-equation-of-the-plane-that-passes-through-the-line-of-intersection-of-t%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