Vectors: Find the equation of the plane in xyz-space through the point P=(3,2,3) and perpendicular to the vector n=(3,5,−2).

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











up vote
0
down vote

favorite












Find the equation of the plane in xyz-space through the point P=(3,2,3) and perpendicular to the vector n=(3,5,−2).



What I tried:



Equation of the line:



3x + 5y - 2z + D = 0


replace with the point:



3(3) + 5(2) - 2(3) + D = 0
9 + 10 - 6 + D = 0
13 + D = 0
D = -13


Complete equation:



3x + 5y - 2z - 13 = 0


Solve for z:



z = (3x + 5y - 13)/2


The webwork system I'm using says my answer is not good. Please help










share|cite|improve this question





















  • This is correct.
    – SMM
    Sep 10 at 21:09










  • Why solve for $z$? Have you tried entering your next-to-last equation instead?
    – amd
    Sep 10 at 22:23














up vote
0
down vote

favorite












Find the equation of the plane in xyz-space through the point P=(3,2,3) and perpendicular to the vector n=(3,5,−2).



What I tried:



Equation of the line:



3x + 5y - 2z + D = 0


replace with the point:



3(3) + 5(2) - 2(3) + D = 0
9 + 10 - 6 + D = 0
13 + D = 0
D = -13


Complete equation:



3x + 5y - 2z - 13 = 0


Solve for z:



z = (3x + 5y - 13)/2


The webwork system I'm using says my answer is not good. Please help










share|cite|improve this question





















  • This is correct.
    – SMM
    Sep 10 at 21:09










  • Why solve for $z$? Have you tried entering your next-to-last equation instead?
    – amd
    Sep 10 at 22:23












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Find the equation of the plane in xyz-space through the point P=(3,2,3) and perpendicular to the vector n=(3,5,−2).



What I tried:



Equation of the line:



3x + 5y - 2z + D = 0


replace with the point:



3(3) + 5(2) - 2(3) + D = 0
9 + 10 - 6 + D = 0
13 + D = 0
D = -13


Complete equation:



3x + 5y - 2z - 13 = 0


Solve for z:



z = (3x + 5y - 13)/2


The webwork system I'm using says my answer is not good. Please help










share|cite|improve this question













Find the equation of the plane in xyz-space through the point P=(3,2,3) and perpendicular to the vector n=(3,5,−2).



What I tried:



Equation of the line:



3x + 5y - 2z + D = 0


replace with the point:



3(3) + 5(2) - 2(3) + D = 0
9 + 10 - 6 + D = 0
13 + D = 0
D = -13


Complete equation:



3x + 5y - 2z - 13 = 0


Solve for z:



z = (3x + 5y - 13)/2


The webwork system I'm using says my answer is not good. Please help







vector-spaces vectors






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Sep 10 at 21:06









Mike J

6814




6814











  • This is correct.
    – SMM
    Sep 10 at 21:09










  • Why solve for $z$? Have you tried entering your next-to-last equation instead?
    – amd
    Sep 10 at 22:23
















  • This is correct.
    – SMM
    Sep 10 at 21:09










  • Why solve for $z$? Have you tried entering your next-to-last equation instead?
    – amd
    Sep 10 at 22:23















This is correct.
– SMM
Sep 10 at 21:09




This is correct.
– SMM
Sep 10 at 21:09












Why solve for $z$? Have you tried entering your next-to-last equation instead?
– amd
Sep 10 at 22:23




Why solve for $z$? Have you tried entering your next-to-last equation instead?
– amd
Sep 10 at 22:23










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










A very convenient fact about planes and normal vectors to those planes are that if a plane has the form $ax+by+cz=d$, $(a,b,c)$ is normal to the plane.



Hence, we know that $3x+5y-2z=k$ where $k$ is a constant are all perpendicular planes to the vector. Let us plug in $(3,2,3)$ into this equation to find $k=13$. So, our desired plane equation is $$3x+5y-2z=13$$I am not sure why your website is flagging this. Perhaps it's because you wrote the equation in an equivalent but not as recognizable format for the software.






share|cite|improve this answer





























    up vote
    1
    down vote













    Note that cartesian equation $3x + 5y - 2z + D = 0$ with the free parameter $D$ represents all the planes with normal $n$ and by the condition that the point $P$ belongs to the plane we find the equation of the plane we are looking for $3x + 5y - 2z -13 = 0$ and we are done.






    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: 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%2f2912365%2fvectors-find-the-equation-of-the-plane-in-xyz-space-through-the-point-p-3-2-3%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
      1
      down vote



      accepted










      A very convenient fact about planes and normal vectors to those planes are that if a plane has the form $ax+by+cz=d$, $(a,b,c)$ is normal to the plane.



      Hence, we know that $3x+5y-2z=k$ where $k$ is a constant are all perpendicular planes to the vector. Let us plug in $(3,2,3)$ into this equation to find $k=13$. So, our desired plane equation is $$3x+5y-2z=13$$I am not sure why your website is flagging this. Perhaps it's because you wrote the equation in an equivalent but not as recognizable format for the software.






      share|cite|improve this answer


























        up vote
        1
        down vote



        accepted










        A very convenient fact about planes and normal vectors to those planes are that if a plane has the form $ax+by+cz=d$, $(a,b,c)$ is normal to the plane.



        Hence, we know that $3x+5y-2z=k$ where $k$ is a constant are all perpendicular planes to the vector. Let us plug in $(3,2,3)$ into this equation to find $k=13$. So, our desired plane equation is $$3x+5y-2z=13$$I am not sure why your website is flagging this. Perhaps it's because you wrote the equation in an equivalent but not as recognizable format for the software.






        share|cite|improve this answer
























          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          A very convenient fact about planes and normal vectors to those planes are that if a plane has the form $ax+by+cz=d$, $(a,b,c)$ is normal to the plane.



          Hence, we know that $3x+5y-2z=k$ where $k$ is a constant are all perpendicular planes to the vector. Let us plug in $(3,2,3)$ into this equation to find $k=13$. So, our desired plane equation is $$3x+5y-2z=13$$I am not sure why your website is flagging this. Perhaps it's because you wrote the equation in an equivalent but not as recognizable format for the software.






          share|cite|improve this answer














          A very convenient fact about planes and normal vectors to those planes are that if a plane has the form $ax+by+cz=d$, $(a,b,c)$ is normal to the plane.



          Hence, we know that $3x+5y-2z=k$ where $k$ is a constant are all perpendicular planes to the vector. Let us plug in $(3,2,3)$ into this equation to find $k=13$. So, our desired plane equation is $$3x+5y-2z=13$$I am not sure why your website is flagging this. Perhaps it's because you wrote the equation in an equivalent but not as recognizable format for the software.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Sep 10 at 21:24

























          answered Sep 10 at 21:10









          Rushabh Mehta

          2,588222




          2,588222




















              up vote
              1
              down vote













              Note that cartesian equation $3x + 5y - 2z + D = 0$ with the free parameter $D$ represents all the planes with normal $n$ and by the condition that the point $P$ belongs to the plane we find the equation of the plane we are looking for $3x + 5y - 2z -13 = 0$ and we are done.






              share|cite|improve this answer
























                up vote
                1
                down vote













                Note that cartesian equation $3x + 5y - 2z + D = 0$ with the free parameter $D$ represents all the planes with normal $n$ and by the condition that the point $P$ belongs to the plane we find the equation of the plane we are looking for $3x + 5y - 2z -13 = 0$ and we are done.






                share|cite|improve this answer






















                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  Note that cartesian equation $3x + 5y - 2z + D = 0$ with the free parameter $D$ represents all the planes with normal $n$ and by the condition that the point $P$ belongs to the plane we find the equation of the plane we are looking for $3x + 5y - 2z -13 = 0$ and we are done.






                  share|cite|improve this answer












                  Note that cartesian equation $3x + 5y - 2z + D = 0$ with the free parameter $D$ represents all the planes with normal $n$ and by the condition that the point $P$ belongs to the plane we find the equation of the plane we are looking for $3x + 5y - 2z -13 = 0$ and we are done.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Sep 10 at 21:09









                  gimusi

                  74.8k73889




                  74.8k73889



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2912365%2fvectors-find-the-equation-of-the-plane-in-xyz-space-through-the-point-p-3-2-3%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      這個網誌中的熱門文章

                      How to combine Bézier curves to a surface?

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

                      Carbon dioxide