How do I find the distance from a point to a plane?

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












2












$begingroup$


I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.



The following is my work:



$$d = sqrt(x-8)^2 + (y-0)^2 + (z+6)^2$$



since $x+y+z = 6$, $z = 6-x-y$, so



beginalign*
d &= sqrt(x-8)^2 + (y-0)^2 + (-x-y+12)^2 \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
endalign*



Find partial derivative $f_x$ and $f_y$ and critical points



beginalign*
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (textset = 0) \
&= textcritical point y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (textset = 0) \
&= textcritical point x = 12 \
endalign*



Plug in $x = 12$ and $y = 4$ to original equation



$$d = sqrt(x - 8)^2 + (4)^2 + (-12-4+12)^2 = sqrt48$$










share|cite|improve this question











$endgroup$











  • $begingroup$
    How did the $6$ become the $12$?
    $endgroup$
    – Theo Bendit
    Feb 24 at 4:21










  • $begingroup$
    because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
    $endgroup$
    – Niko
    Feb 24 at 4:25
















2












$begingroup$


I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.



The following is my work:



$$d = sqrt(x-8)^2 + (y-0)^2 + (z+6)^2$$



since $x+y+z = 6$, $z = 6-x-y$, so



beginalign*
d &= sqrt(x-8)^2 + (y-0)^2 + (-x-y+12)^2 \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
endalign*



Find partial derivative $f_x$ and $f_y$ and critical points



beginalign*
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (textset = 0) \
&= textcritical point y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (textset = 0) \
&= textcritical point x = 12 \
endalign*



Plug in $x = 12$ and $y = 4$ to original equation



$$d = sqrt(x - 8)^2 + (4)^2 + (-12-4+12)^2 = sqrt48$$










share|cite|improve this question











$endgroup$











  • $begingroup$
    How did the $6$ become the $12$?
    $endgroup$
    – Theo Bendit
    Feb 24 at 4:21










  • $begingroup$
    because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
    $endgroup$
    – Niko
    Feb 24 at 4:25














2












2








2





$begingroup$


I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.



The following is my work:



$$d = sqrt(x-8)^2 + (y-0)^2 + (z+6)^2$$



since $x+y+z = 6$, $z = 6-x-y$, so



beginalign*
d &= sqrt(x-8)^2 + (y-0)^2 + (-x-y+12)^2 \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
endalign*



Find partial derivative $f_x$ and $f_y$ and critical points



beginalign*
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (textset = 0) \
&= textcritical point y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (textset = 0) \
&= textcritical point x = 12 \
endalign*



Plug in $x = 12$ and $y = 4$ to original equation



$$d = sqrt(x - 8)^2 + (4)^2 + (-12-4+12)^2 = sqrt48$$










share|cite|improve this question











$endgroup$




I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.



The following is my work:



$$d = sqrt(x-8)^2 + (y-0)^2 + (z+6)^2$$



since $x+y+z = 6$, $z = 6-x-y$, so



beginalign*
d &= sqrt(x-8)^2 + (y-0)^2 + (-x-y+12)^2 \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
endalign*



Find partial derivative $f_x$ and $f_y$ and critical points



beginalign*
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (textset = 0) \
&= textcritical point y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (textset = 0) \
&= textcritical point x = 12 \
endalign*



Plug in $x = 12$ and $y = 4$ to original equation



$$d = sqrt(x - 8)^2 + (4)^2 + (-12-4+12)^2 = sqrt48$$







multivariable-calculus optimization cauchy-schwarz-inequality






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Feb 24 at 4:32









Michael Rozenberg

108k1895200




108k1895200










asked Feb 24 at 4:13









NikoNiko

184




184











  • $begingroup$
    How did the $6$ become the $12$?
    $endgroup$
    – Theo Bendit
    Feb 24 at 4:21










  • $begingroup$
    because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
    $endgroup$
    – Niko
    Feb 24 at 4:25

















  • $begingroup$
    How did the $6$ become the $12$?
    $endgroup$
    – Theo Bendit
    Feb 24 at 4:21










  • $begingroup$
    because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
    $endgroup$
    – Niko
    Feb 24 at 4:25
















$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
Feb 24 at 4:21




$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
Feb 24 at 4:21












$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
Feb 24 at 4:25





$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
Feb 24 at 4:25











6 Answers
6






active

oldest

votes


















4












$begingroup$

Your approach is a good one, and in fact can lead to the general formula mentioned in the other answers.



You just made a few mistakes in your calculation.



For example, you say that $fracpartialpartial x left[ (x-8)^2+y^2+(-x-y+12)^2 right]$ is $2(x-8)+2(-x-y+12)$, when really it is $2(x-8)-2(-x-y-12)$. You forgot the chain rule.



You make a similar chain rule mistake when calculating the partial derivative with respect to $y$.



I think if you fix these, you should be able to finish your calculation the way you started it.



Note to other posters: I think it is generally of greater pedagogical value to help a student realize how to fix their own reasoning, rather than supplying them with a totally different method. Our primary aim should be to empower students to realize that they have the power to think through these things logically and creatively.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    +1 for fixing the error in the - otherwise correct - OP's solution.
    $endgroup$
    – Pere
    Feb 24 at 14:13


















2












$begingroup$

The distance formula is $$D=fracax_0+by_0 +cz_0-dsqrta^2+b^2+c^2=frac4sqrt3.$$






share|cite|improve this answer









$endgroup$




















    2












    $begingroup$

    The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac43$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac43, frac43, frac43)|=sqrt3frac169=sqrtfrac163=frac4sqrt3$






    share|cite|improve this answer









    $endgroup$




















      1












      $begingroup$

      It's $$fracsqrt1^2+1^2+1^2=frac4sqrt3.$$
      I used the following formula.



      The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
      $$fracsqrta^2+b^2+c^2.$$



      Also, we can end your way.



      Indeed, by C-S
      $$sqrt(x-8)^2+y^2+(z+6)^2=frac1sqrt3sqrt(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)geq$$
      $$geqfrac1sqrt3sqrt(x-8+y+z+6)^2=frac4sqrt3$$ and we got the distance again.






      share|cite|improve this answer











      $endgroup$












      • $begingroup$
        thank you very much! this I smuch quicker than what I am being told to do
        $endgroup$
        – Niko
        Feb 24 at 4:24


















      1












      $begingroup$

      Option:



      Normal of the plane: $(1,1,1)$,



      Normalized(i.e of unit length): $(1/√3)(1,1,1)$



      Line through $(8,0,-6)$:



      $vec r= (8,0,-6)+t (1/√3)(1,1,1)$.



      Determine $t$ when line intersects plane:



      $(8+t/√3)+t/√3+(-6+t/√3)=6;$



      $3(t/√3)=4$;



      $t= 4/√3.$



      Distance = $4/√3$ (Why?).






      share|cite|improve this answer









      $endgroup$












      • $begingroup$
        Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
        $endgroup$
        – Lorenzo Donati
        Feb 24 at 11:37










      • $begingroup$
        Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
        $endgroup$
        – Peter Szilas
        Feb 24 at 13:31


















      0












      $begingroup$

      You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.






      share|cite|improve this answer









      $endgroup$












        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%2f3124438%2fhow-do-i-find-the-distance-from-a-point-to-a-plane%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        6 Answers
        6






        active

        oldest

        votes








        6 Answers
        6






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4












        $begingroup$

        Your approach is a good one, and in fact can lead to the general formula mentioned in the other answers.



        You just made a few mistakes in your calculation.



        For example, you say that $fracpartialpartial x left[ (x-8)^2+y^2+(-x-y+12)^2 right]$ is $2(x-8)+2(-x-y+12)$, when really it is $2(x-8)-2(-x-y-12)$. You forgot the chain rule.



        You make a similar chain rule mistake when calculating the partial derivative with respect to $y$.



        I think if you fix these, you should be able to finish your calculation the way you started it.



        Note to other posters: I think it is generally of greater pedagogical value to help a student realize how to fix their own reasoning, rather than supplying them with a totally different method. Our primary aim should be to empower students to realize that they have the power to think through these things logically and creatively.






        share|cite|improve this answer









        $endgroup$












        • $begingroup$
          +1 for fixing the error in the - otherwise correct - OP's solution.
          $endgroup$
          – Pere
          Feb 24 at 14:13















        4












        $begingroup$

        Your approach is a good one, and in fact can lead to the general formula mentioned in the other answers.



        You just made a few mistakes in your calculation.



        For example, you say that $fracpartialpartial x left[ (x-8)^2+y^2+(-x-y+12)^2 right]$ is $2(x-8)+2(-x-y+12)$, when really it is $2(x-8)-2(-x-y-12)$. You forgot the chain rule.



        You make a similar chain rule mistake when calculating the partial derivative with respect to $y$.



        I think if you fix these, you should be able to finish your calculation the way you started it.



        Note to other posters: I think it is generally of greater pedagogical value to help a student realize how to fix their own reasoning, rather than supplying them with a totally different method. Our primary aim should be to empower students to realize that they have the power to think through these things logically and creatively.






        share|cite|improve this answer









        $endgroup$












        • $begingroup$
          +1 for fixing the error in the - otherwise correct - OP's solution.
          $endgroup$
          – Pere
          Feb 24 at 14:13













        4












        4








        4





        $begingroup$

        Your approach is a good one, and in fact can lead to the general formula mentioned in the other answers.



        You just made a few mistakes in your calculation.



        For example, you say that $fracpartialpartial x left[ (x-8)^2+y^2+(-x-y+12)^2 right]$ is $2(x-8)+2(-x-y+12)$, when really it is $2(x-8)-2(-x-y-12)$. You forgot the chain rule.



        You make a similar chain rule mistake when calculating the partial derivative with respect to $y$.



        I think if you fix these, you should be able to finish your calculation the way you started it.



        Note to other posters: I think it is generally of greater pedagogical value to help a student realize how to fix their own reasoning, rather than supplying them with a totally different method. Our primary aim should be to empower students to realize that they have the power to think through these things logically and creatively.






        share|cite|improve this answer









        $endgroup$



        Your approach is a good one, and in fact can lead to the general formula mentioned in the other answers.



        You just made a few mistakes in your calculation.



        For example, you say that $fracpartialpartial x left[ (x-8)^2+y^2+(-x-y+12)^2 right]$ is $2(x-8)+2(-x-y+12)$, when really it is $2(x-8)-2(-x-y-12)$. You forgot the chain rule.



        You make a similar chain rule mistake when calculating the partial derivative with respect to $y$.



        I think if you fix these, you should be able to finish your calculation the way you started it.



        Note to other posters: I think it is generally of greater pedagogical value to help a student realize how to fix their own reasoning, rather than supplying them with a totally different method. Our primary aim should be to empower students to realize that they have the power to think through these things logically and creatively.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Feb 24 at 13:56









        Steven GubkinSteven Gubkin

        5,7291531




        5,7291531











        • $begingroup$
          +1 for fixing the error in the - otherwise correct - OP's solution.
          $endgroup$
          – Pere
          Feb 24 at 14:13
















        • $begingroup$
          +1 for fixing the error in the - otherwise correct - OP's solution.
          $endgroup$
          – Pere
          Feb 24 at 14:13















        $begingroup$
        +1 for fixing the error in the - otherwise correct - OP's solution.
        $endgroup$
        – Pere
        Feb 24 at 14:13




        $begingroup$
        +1 for fixing the error in the - otherwise correct - OP's solution.
        $endgroup$
        – Pere
        Feb 24 at 14:13











        2












        $begingroup$

        The distance formula is $$D=fracax_0+by_0 +cz_0-dsqrta^2+b^2+c^2=frac4sqrt3.$$






        share|cite|improve this answer









        $endgroup$

















          2












          $begingroup$

          The distance formula is $$D=fracax_0+by_0 +cz_0-dsqrta^2+b^2+c^2=frac4sqrt3.$$






          share|cite|improve this answer









          $endgroup$















            2












            2








            2





            $begingroup$

            The distance formula is $$D=fracax_0+by_0 +cz_0-dsqrta^2+b^2+c^2=frac4sqrt3.$$






            share|cite|improve this answer









            $endgroup$



            The distance formula is $$D=fracax_0+by_0 +cz_0-dsqrta^2+b^2+c^2=frac4sqrt3.$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Feb 24 at 4:23









            Mohammad Riazi-KermaniMohammad Riazi-Kermani

            41.6k42061




            41.6k42061





















                2












                $begingroup$

                The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac43$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac43, frac43, frac43)|=sqrt3frac169=sqrtfrac163=frac4sqrt3$






                share|cite|improve this answer









                $endgroup$

















                  2












                  $begingroup$

                  The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac43$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac43, frac43, frac43)|=sqrt3frac169=sqrtfrac163=frac4sqrt3$






                  share|cite|improve this answer









                  $endgroup$















                    2












                    2








                    2





                    $begingroup$

                    The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac43$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac43, frac43, frac43)|=sqrt3frac169=sqrtfrac163=frac4sqrt3$






                    share|cite|improve this answer









                    $endgroup$



                    The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac43$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac43, frac43, frac43)|=sqrt3frac169=sqrtfrac163=frac4sqrt3$







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Feb 24 at 4:27









                    John DoumaJohn Douma

                    5,62711420




                    5,62711420





















                        1












                        $begingroup$

                        It's $$fracsqrt1^2+1^2+1^2=frac4sqrt3.$$
                        I used the following formula.



                        The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
                        $$fracsqrta^2+b^2+c^2.$$



                        Also, we can end your way.



                        Indeed, by C-S
                        $$sqrt(x-8)^2+y^2+(z+6)^2=frac1sqrt3sqrt(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)geq$$
                        $$geqfrac1sqrt3sqrt(x-8+y+z+6)^2=frac4sqrt3$$ and we got the distance again.






                        share|cite|improve this answer











                        $endgroup$












                        • $begingroup$
                          thank you very much! this I smuch quicker than what I am being told to do
                          $endgroup$
                          – Niko
                          Feb 24 at 4:24















                        1












                        $begingroup$

                        It's $$fracsqrt1^2+1^2+1^2=frac4sqrt3.$$
                        I used the following formula.



                        The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
                        $$fracsqrta^2+b^2+c^2.$$



                        Also, we can end your way.



                        Indeed, by C-S
                        $$sqrt(x-8)^2+y^2+(z+6)^2=frac1sqrt3sqrt(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)geq$$
                        $$geqfrac1sqrt3sqrt(x-8+y+z+6)^2=frac4sqrt3$$ and we got the distance again.






                        share|cite|improve this answer











                        $endgroup$












                        • $begingroup$
                          thank you very much! this I smuch quicker than what I am being told to do
                          $endgroup$
                          – Niko
                          Feb 24 at 4:24













                        1












                        1








                        1





                        $begingroup$

                        It's $$fracsqrt1^2+1^2+1^2=frac4sqrt3.$$
                        I used the following formula.



                        The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
                        $$fracsqrta^2+b^2+c^2.$$



                        Also, we can end your way.



                        Indeed, by C-S
                        $$sqrt(x-8)^2+y^2+(z+6)^2=frac1sqrt3sqrt(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)geq$$
                        $$geqfrac1sqrt3sqrt(x-8+y+z+6)^2=frac4sqrt3$$ and we got the distance again.






                        share|cite|improve this answer











                        $endgroup$



                        It's $$fracsqrt1^2+1^2+1^2=frac4sqrt3.$$
                        I used the following formula.



                        The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
                        $$fracsqrta^2+b^2+c^2.$$



                        Also, we can end your way.



                        Indeed, by C-S
                        $$sqrt(x-8)^2+y^2+(z+6)^2=frac1sqrt3sqrt(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)geq$$
                        $$geqfrac1sqrt3sqrt(x-8+y+z+6)^2=frac4sqrt3$$ and we got the distance again.







                        share|cite|improve this answer














                        share|cite|improve this answer



                        share|cite|improve this answer








                        edited Feb 24 at 4:28

























                        answered Feb 24 at 4:17









                        Michael RozenbergMichael Rozenberg

                        108k1895200




                        108k1895200











                        • $begingroup$
                          thank you very much! this I smuch quicker than what I am being told to do
                          $endgroup$
                          – Niko
                          Feb 24 at 4:24
















                        • $begingroup$
                          thank you very much! this I smuch quicker than what I am being told to do
                          $endgroup$
                          – Niko
                          Feb 24 at 4:24















                        $begingroup$
                        thank you very much! this I smuch quicker than what I am being told to do
                        $endgroup$
                        – Niko
                        Feb 24 at 4:24




                        $begingroup$
                        thank you very much! this I smuch quicker than what I am being told to do
                        $endgroup$
                        – Niko
                        Feb 24 at 4:24











                        1












                        $begingroup$

                        Option:



                        Normal of the plane: $(1,1,1)$,



                        Normalized(i.e of unit length): $(1/√3)(1,1,1)$



                        Line through $(8,0,-6)$:



                        $vec r= (8,0,-6)+t (1/√3)(1,1,1)$.



                        Determine $t$ when line intersects plane:



                        $(8+t/√3)+t/√3+(-6+t/√3)=6;$



                        $3(t/√3)=4$;



                        $t= 4/√3.$



                        Distance = $4/√3$ (Why?).






                        share|cite|improve this answer









                        $endgroup$












                        • $begingroup$
                          Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                          $endgroup$
                          – Lorenzo Donati
                          Feb 24 at 11:37










                        • $begingroup$
                          Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                          $endgroup$
                          – Peter Szilas
                          Feb 24 at 13:31















                        1












                        $begingroup$

                        Option:



                        Normal of the plane: $(1,1,1)$,



                        Normalized(i.e of unit length): $(1/√3)(1,1,1)$



                        Line through $(8,0,-6)$:



                        $vec r= (8,0,-6)+t (1/√3)(1,1,1)$.



                        Determine $t$ when line intersects plane:



                        $(8+t/√3)+t/√3+(-6+t/√3)=6;$



                        $3(t/√3)=4$;



                        $t= 4/√3.$



                        Distance = $4/√3$ (Why?).






                        share|cite|improve this answer









                        $endgroup$












                        • $begingroup$
                          Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                          $endgroup$
                          – Lorenzo Donati
                          Feb 24 at 11:37










                        • $begingroup$
                          Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                          $endgroup$
                          – Peter Szilas
                          Feb 24 at 13:31













                        1












                        1








                        1





                        $begingroup$

                        Option:



                        Normal of the plane: $(1,1,1)$,



                        Normalized(i.e of unit length): $(1/√3)(1,1,1)$



                        Line through $(8,0,-6)$:



                        $vec r= (8,0,-6)+t (1/√3)(1,1,1)$.



                        Determine $t$ when line intersects plane:



                        $(8+t/√3)+t/√3+(-6+t/√3)=6;$



                        $3(t/√3)=4$;



                        $t= 4/√3.$



                        Distance = $4/√3$ (Why?).






                        share|cite|improve this answer









                        $endgroup$



                        Option:



                        Normal of the plane: $(1,1,1)$,



                        Normalized(i.e of unit length): $(1/√3)(1,1,1)$



                        Line through $(8,0,-6)$:



                        $vec r= (8,0,-6)+t (1/√3)(1,1,1)$.



                        Determine $t$ when line intersects plane:



                        $(8+t/√3)+t/√3+(-6+t/√3)=6;$



                        $3(t/√3)=4$;



                        $t= 4/√3.$



                        Distance = $4/√3$ (Why?).







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered Feb 24 at 7:15









                        Peter SzilasPeter Szilas

                        11.6k2822




                        11.6k2822











                        • $begingroup$
                          Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                          $endgroup$
                          – Lorenzo Donati
                          Feb 24 at 11:37










                        • $begingroup$
                          Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                          $endgroup$
                          – Peter Szilas
                          Feb 24 at 13:31
















                        • $begingroup$
                          Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                          $endgroup$
                          – Lorenzo Donati
                          Feb 24 at 11:37










                        • $begingroup$
                          Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                          $endgroup$
                          – Peter Szilas
                          Feb 24 at 13:31















                        $begingroup$
                        Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                        $endgroup$
                        – Lorenzo Donati
                        Feb 24 at 11:37




                        $begingroup$
                        Very nice application of vector algebra (+1). The answer could be improved by explicitly citing that the coefficients of the variables in the plane equations are the component of a vector orthogonal to the plane. And also answering the last "why?" could improve it. The OP (or other people reading the answer) might not be aware of this application of vector algebra. This answer would need a nice drawing to be great!
                        $endgroup$
                        – Lorenzo Donati
                        Feb 24 at 11:37












                        $begingroup$
                        Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                        $endgroup$
                        – Peter Szilas
                        Feb 24 at 13:31




                        $begingroup$
                        Lorenzo.Thanks.If you feel any edits would be in place, feel free. This answer is an option, a bit of a different approach ,not just calculating a root, etc.Thank you again for your kind words.Greetings, Peter
                        $endgroup$
                        – Peter Szilas
                        Feb 24 at 13:31











                        0












                        $begingroup$

                        You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.






                        share|cite|improve this answer









                        $endgroup$

















                          0












                          $begingroup$

                          You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.






                          share|cite|improve this answer









                          $endgroup$















                            0












                            0








                            0





                            $begingroup$

                            You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.






                            share|cite|improve this answer









                            $endgroup$



                            You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Feb 24 at 4:46









                            BootsBoots

                            19810




                            19810



























                                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.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3124438%2fhow-do-i-find-the-distance-from-a-point-to-a-plane%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

                                How to check contact read email or not when send email to Individual?

                                Bahrain

                                Postfix configuration issue with fips on centos 7; mailgun relay