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












0












$begingroup$



Find the scalar equation of the plane that passes through the line of intersection of two planes: $x+y+z-4 = 0$ and $y+z-2=0$ and the plane is 3 units from the point (5,-3,7).




I am able to form a plane that goes through the line of intersection of two planes by using a linear combination:



$$x+y+z-4 + k(y+z-2)=0$$



where $k$ is real number.



How do I find the value of k so that the plane is 3 units from the point?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
    $endgroup$
    – Arthur
    Dec 4 '18 at 22:11










  • $begingroup$
    Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
    $endgroup$
    – amd
    Dec 5 '18 at 3:30
















0












$begingroup$



Find the scalar equation of the plane that passes through the line of intersection of two planes: $x+y+z-4 = 0$ and $y+z-2=0$ and the plane is 3 units from the point (5,-3,7).




I am able to form a plane that goes through the line of intersection of two planes by using a linear combination:



$$x+y+z-4 + k(y+z-2)=0$$



where $k$ is real number.



How do I find the value of k so that the plane is 3 units from the point?










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
    $endgroup$
    – Arthur
    Dec 4 '18 at 22:11










  • $begingroup$
    Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
    $endgroup$
    – amd
    Dec 5 '18 at 3:30














0












0








0





$begingroup$



Find the scalar equation of the plane that passes through the line of intersection of two planes: $x+y+z-4 = 0$ and $y+z-2=0$ and the plane is 3 units from the point (5,-3,7).




I am able to form a plane that goes through the line of intersection of two planes by using a linear combination:



$$x+y+z-4 + k(y+z-2)=0$$



where $k$ is real number.



How do I find the value of k so that the plane is 3 units from the point?










share|cite|improve this question











$endgroup$





Find the scalar equation of the plane that passes through the line of intersection of two planes: $x+y+z-4 = 0$ and $y+z-2=0$ and the plane is 3 units from the point (5,-3,7).




I am able to form a plane that goes through the line of intersection of two planes by using a linear combination:



$$x+y+z-4 + k(y+z-2)=0$$



where $k$ is real number.



How do I find the value of k so that the plane is 3 units from the point?







vector-spaces






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 4 '18 at 23:18







didgocks

















asked Dec 4 '18 at 22:06









didgocksdidgocks

680823




680823








  • 3




    $begingroup$
    Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
    $endgroup$
    – Arthur
    Dec 4 '18 at 22:11










  • $begingroup$
    Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
    $endgroup$
    – amd
    Dec 5 '18 at 3:30














  • 3




    $begingroup$
    Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
    $endgroup$
    – Arthur
    Dec 4 '18 at 22:11










  • $begingroup$
    Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
    $endgroup$
    – amd
    Dec 5 '18 at 3:30








3




3




$begingroup$
Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
$endgroup$
– Arthur
Dec 4 '18 at 22:11




$begingroup$
Just because the plane contains a point 2 away from the origin, that doesn't mean it has distance 2 to the origin.
$endgroup$
– Arthur
Dec 4 '18 at 22:11












$begingroup$
Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
$endgroup$
– amd
Dec 5 '18 at 3:30




$begingroup$
Your family of planes doesn’t include the plane $y+z-2=0$ itself. Fortunately, it’s not the solution to your problem, otherwise you’re really be stuck.
$endgroup$
– amd
Dec 5 '18 at 3:30










2 Answers
2






active

oldest

votes


















1












$begingroup$

You’ve got a good start, although you really need to use a more general linear combination of the two planes instead: $$lambda(x+y+z-4)+mu(y+z-2)=0. tag 1$$ The problem with your family of planes is that they exclude $y+z-2=0$ itself. That would leave you stuck with no solution if that plane happened to be the correct one. You can easily verify that the distance from $(5,-3,7)$ to this plane is not $3$, though, so in this case you can proceed with your original formulation.



Now you can simply use the formula for the distance of a point $P=(x_p,y_p,z_p)$ from the plane $ax+by+cz+d=0$: $${|ax_p+by_p+cz_p+d| over sqrt{a^2+b^2+c^2}}.$$ Plug in the coordinates of the point from the problem and use (1) for the plane, and set this equal to the required distance from the point. Squaring both sides and rearranging will give you a quadratic equation in $k$ to solve.






share|cite|improve this answer











$endgroup$





















    1












    $begingroup$

    Since the plane passes through the intersection of 2 other planes, lets start by finding the intersection line:



    $ x+y+z-4 = 0$ and $ y + z - 2 = 0$



    Finding two points on both planes to get the line equation. Points (2,0,2) and (2,2,0) are on the both plane, hence is enough to construct the line equation.



    $$L1: (2,0,2) + k(0,1,-1) = 0$$



    Since the plane has to contain L1, it's normal has to be normal to L1 as well. Let $n = (a,b,c)$, if n is normal to L1, the inner product has to be 0.



    $$0*a + b*1 + c*-1 = 0$$



    $$b=c$$



    $$n = (a,b,b)$$



    Writing the plane equation using the normal vector:



    $$P1: ax + by + bz - d = 0$$



    we know that 2,0,2 is on the plane, $2a+2b-d = 0$ Substituting d in the equation:



    $$P1: ax + by + bz - 2a - 2b = 0$$



    The vector from origin to the closest point has to be perpendicular to the plane. We can deduct that the closest point has the form (0,0,0) + k(n), the closest point to plane is, therefore k(a,b,b) is the closest point. Set the normal vector to have length 2 for ease of calculation.



    $$a^2 + b^2 + b^2 = 2^2$$
    Since (a,b,b) is on the plane and closest to origin
    $$a^2 + b^2 + b^2 - 2a - 2b = 0 $$
    $$4 - 2a - 2b = 0 $$
    $$a = 2 - b$$
    $$(2 - b)^2 + b^2 + b^2 = 2^2$$
    $$4 -4.b +b^2 + 2.b^2 = 4$$
    $$3.b^2=4.b$$
    $$b_1 = 0, b_2 = frac {4} 3, a_1 = 2, a_2 = frac 2 3$$



    Hence the two solutions are:



    $P_1: x - 2 = 0$ with closest point (2,0,0)



    $P_2: frac 2 3 x + frac 4 3 y + frac 4 3 z - 4 = 0$ with closest point $(frac 2 3,frac 4 3,frac 4 3)$






    share|cite|improve this answer











    $endgroup$









    • 1




      $begingroup$
      Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
      $endgroup$
      – user376343
      Dec 4 '18 at 22:42










    • $begingroup$
      You are right, editing it
      $endgroup$
      – Ofya
      Dec 4 '18 at 22:51










    • $begingroup$
      fixed it, thanks for the input
      $endgroup$
      – Ofya
      Dec 4 '18 at 23:41










    • $begingroup$
      The distance from $P_2$ to $(5,-3,7)$ is not $3$.
      $endgroup$
      – amd
      Dec 5 '18 at 22:25










    • $begingroup$
      @amd The original question was 2 points from the origin
      $endgroup$
      – Ofya
      Dec 5 '18 at 23:01











    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%2f3026248%2ffind-the-plane-that-passes-through-the-intersection-of-two-planes-and-a-point%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









    1












    $begingroup$

    You’ve got a good start, although you really need to use a more general linear combination of the two planes instead: $$lambda(x+y+z-4)+mu(y+z-2)=0. tag 1$$ The problem with your family of planes is that they exclude $y+z-2=0$ itself. That would leave you stuck with no solution if that plane happened to be the correct one. You can easily verify that the distance from $(5,-3,7)$ to this plane is not $3$, though, so in this case you can proceed with your original formulation.



    Now you can simply use the formula for the distance of a point $P=(x_p,y_p,z_p)$ from the plane $ax+by+cz+d=0$: $${|ax_p+by_p+cz_p+d| over sqrt{a^2+b^2+c^2}}.$$ Plug in the coordinates of the point from the problem and use (1) for the plane, and set this equal to the required distance from the point. Squaring both sides and rearranging will give you a quadratic equation in $k$ to solve.






    share|cite|improve this answer











    $endgroup$


















      1












      $begingroup$

      You’ve got a good start, although you really need to use a more general linear combination of the two planes instead: $$lambda(x+y+z-4)+mu(y+z-2)=0. tag 1$$ The problem with your family of planes is that they exclude $y+z-2=0$ itself. That would leave you stuck with no solution if that plane happened to be the correct one. You can easily verify that the distance from $(5,-3,7)$ to this plane is not $3$, though, so in this case you can proceed with your original formulation.



      Now you can simply use the formula for the distance of a point $P=(x_p,y_p,z_p)$ from the plane $ax+by+cz+d=0$: $${|ax_p+by_p+cz_p+d| over sqrt{a^2+b^2+c^2}}.$$ Plug in the coordinates of the point from the problem and use (1) for the plane, and set this equal to the required distance from the point. Squaring both sides and rearranging will give you a quadratic equation in $k$ to solve.






      share|cite|improve this answer











      $endgroup$
















        1












        1








        1





        $begingroup$

        You’ve got a good start, although you really need to use a more general linear combination of the two planes instead: $$lambda(x+y+z-4)+mu(y+z-2)=0. tag 1$$ The problem with your family of planes is that they exclude $y+z-2=0$ itself. That would leave you stuck with no solution if that plane happened to be the correct one. You can easily verify that the distance from $(5,-3,7)$ to this plane is not $3$, though, so in this case you can proceed with your original formulation.



        Now you can simply use the formula for the distance of a point $P=(x_p,y_p,z_p)$ from the plane $ax+by+cz+d=0$: $${|ax_p+by_p+cz_p+d| over sqrt{a^2+b^2+c^2}}.$$ Plug in the coordinates of the point from the problem and use (1) for the plane, and set this equal to the required distance from the point. Squaring both sides and rearranging will give you a quadratic equation in $k$ to solve.






        share|cite|improve this answer











        $endgroup$



        You’ve got a good start, although you really need to use a more general linear combination of the two planes instead: $$lambda(x+y+z-4)+mu(y+z-2)=0. tag 1$$ The problem with your family of planes is that they exclude $y+z-2=0$ itself. That would leave you stuck with no solution if that plane happened to be the correct one. You can easily verify that the distance from $(5,-3,7)$ to this plane is not $3$, though, so in this case you can proceed with your original formulation.



        Now you can simply use the formula for the distance of a point $P=(x_p,y_p,z_p)$ from the plane $ax+by+cz+d=0$: $${|ax_p+by_p+cz_p+d| over sqrt{a^2+b^2+c^2}}.$$ Plug in the coordinates of the point from the problem and use (1) for the plane, and set this equal to the required distance from the point. Squaring both sides and rearranging will give you a quadratic equation in $k$ to solve.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Dec 5 '18 at 22:39

























        answered Dec 5 '18 at 3:40









        amdamd

        29.4k21050




        29.4k21050























            1












            $begingroup$

            Since the plane passes through the intersection of 2 other planes, lets start by finding the intersection line:



            $ x+y+z-4 = 0$ and $ y + z - 2 = 0$



            Finding two points on both planes to get the line equation. Points (2,0,2) and (2,2,0) are on the both plane, hence is enough to construct the line equation.



            $$L1: (2,0,2) + k(0,1,-1) = 0$$



            Since the plane has to contain L1, it's normal has to be normal to L1 as well. Let $n = (a,b,c)$, if n is normal to L1, the inner product has to be 0.



            $$0*a + b*1 + c*-1 = 0$$



            $$b=c$$



            $$n = (a,b,b)$$



            Writing the plane equation using the normal vector:



            $$P1: ax + by + bz - d = 0$$



            we know that 2,0,2 is on the plane, $2a+2b-d = 0$ Substituting d in the equation:



            $$P1: ax + by + bz - 2a - 2b = 0$$



            The vector from origin to the closest point has to be perpendicular to the plane. We can deduct that the closest point has the form (0,0,0) + k(n), the closest point to plane is, therefore k(a,b,b) is the closest point. Set the normal vector to have length 2 for ease of calculation.



            $$a^2 + b^2 + b^2 = 2^2$$
            Since (a,b,b) is on the plane and closest to origin
            $$a^2 + b^2 + b^2 - 2a - 2b = 0 $$
            $$4 - 2a - 2b = 0 $$
            $$a = 2 - b$$
            $$(2 - b)^2 + b^2 + b^2 = 2^2$$
            $$4 -4.b +b^2 + 2.b^2 = 4$$
            $$3.b^2=4.b$$
            $$b_1 = 0, b_2 = frac {4} 3, a_1 = 2, a_2 = frac 2 3$$



            Hence the two solutions are:



            $P_1: x - 2 = 0$ with closest point (2,0,0)



            $P_2: frac 2 3 x + frac 4 3 y + frac 4 3 z - 4 = 0$ with closest point $(frac 2 3,frac 4 3,frac 4 3)$






            share|cite|improve this answer











            $endgroup$









            • 1




              $begingroup$
              Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
              $endgroup$
              – user376343
              Dec 4 '18 at 22:42










            • $begingroup$
              You are right, editing it
              $endgroup$
              – Ofya
              Dec 4 '18 at 22:51










            • $begingroup$
              fixed it, thanks for the input
              $endgroup$
              – Ofya
              Dec 4 '18 at 23:41










            • $begingroup$
              The distance from $P_2$ to $(5,-3,7)$ is not $3$.
              $endgroup$
              – amd
              Dec 5 '18 at 22:25










            • $begingroup$
              @amd The original question was 2 points from the origin
              $endgroup$
              – Ofya
              Dec 5 '18 at 23:01
















            1












            $begingroup$

            Since the plane passes through the intersection of 2 other planes, lets start by finding the intersection line:



            $ x+y+z-4 = 0$ and $ y + z - 2 = 0$



            Finding two points on both planes to get the line equation. Points (2,0,2) and (2,2,0) are on the both plane, hence is enough to construct the line equation.



            $$L1: (2,0,2) + k(0,1,-1) = 0$$



            Since the plane has to contain L1, it's normal has to be normal to L1 as well. Let $n = (a,b,c)$, if n is normal to L1, the inner product has to be 0.



            $$0*a + b*1 + c*-1 = 0$$



            $$b=c$$



            $$n = (a,b,b)$$



            Writing the plane equation using the normal vector:



            $$P1: ax + by + bz - d = 0$$



            we know that 2,0,2 is on the plane, $2a+2b-d = 0$ Substituting d in the equation:



            $$P1: ax + by + bz - 2a - 2b = 0$$



            The vector from origin to the closest point has to be perpendicular to the plane. We can deduct that the closest point has the form (0,0,0) + k(n), the closest point to plane is, therefore k(a,b,b) is the closest point. Set the normal vector to have length 2 for ease of calculation.



            $$a^2 + b^2 + b^2 = 2^2$$
            Since (a,b,b) is on the plane and closest to origin
            $$a^2 + b^2 + b^2 - 2a - 2b = 0 $$
            $$4 - 2a - 2b = 0 $$
            $$a = 2 - b$$
            $$(2 - b)^2 + b^2 + b^2 = 2^2$$
            $$4 -4.b +b^2 + 2.b^2 = 4$$
            $$3.b^2=4.b$$
            $$b_1 = 0, b_2 = frac {4} 3, a_1 = 2, a_2 = frac 2 3$$



            Hence the two solutions are:



            $P_1: x - 2 = 0$ with closest point (2,0,0)



            $P_2: frac 2 3 x + frac 4 3 y + frac 4 3 z - 4 = 0$ with closest point $(frac 2 3,frac 4 3,frac 4 3)$






            share|cite|improve this answer











            $endgroup$









            • 1




              $begingroup$
              Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
              $endgroup$
              – user376343
              Dec 4 '18 at 22:42










            • $begingroup$
              You are right, editing it
              $endgroup$
              – Ofya
              Dec 4 '18 at 22:51










            • $begingroup$
              fixed it, thanks for the input
              $endgroup$
              – Ofya
              Dec 4 '18 at 23:41










            • $begingroup$
              The distance from $P_2$ to $(5,-3,7)$ is not $3$.
              $endgroup$
              – amd
              Dec 5 '18 at 22:25










            • $begingroup$
              @amd The original question was 2 points from the origin
              $endgroup$
              – Ofya
              Dec 5 '18 at 23:01














            1












            1








            1





            $begingroup$

            Since the plane passes through the intersection of 2 other planes, lets start by finding the intersection line:



            $ x+y+z-4 = 0$ and $ y + z - 2 = 0$



            Finding two points on both planes to get the line equation. Points (2,0,2) and (2,2,0) are on the both plane, hence is enough to construct the line equation.



            $$L1: (2,0,2) + k(0,1,-1) = 0$$



            Since the plane has to contain L1, it's normal has to be normal to L1 as well. Let $n = (a,b,c)$, if n is normal to L1, the inner product has to be 0.



            $$0*a + b*1 + c*-1 = 0$$



            $$b=c$$



            $$n = (a,b,b)$$



            Writing the plane equation using the normal vector:



            $$P1: ax + by + bz - d = 0$$



            we know that 2,0,2 is on the plane, $2a+2b-d = 0$ Substituting d in the equation:



            $$P1: ax + by + bz - 2a - 2b = 0$$



            The vector from origin to the closest point has to be perpendicular to the plane. We can deduct that the closest point has the form (0,0,0) + k(n), the closest point to plane is, therefore k(a,b,b) is the closest point. Set the normal vector to have length 2 for ease of calculation.



            $$a^2 + b^2 + b^2 = 2^2$$
            Since (a,b,b) is on the plane and closest to origin
            $$a^2 + b^2 + b^2 - 2a - 2b = 0 $$
            $$4 - 2a - 2b = 0 $$
            $$a = 2 - b$$
            $$(2 - b)^2 + b^2 + b^2 = 2^2$$
            $$4 -4.b +b^2 + 2.b^2 = 4$$
            $$3.b^2=4.b$$
            $$b_1 = 0, b_2 = frac {4} 3, a_1 = 2, a_2 = frac 2 3$$



            Hence the two solutions are:



            $P_1: x - 2 = 0$ with closest point (2,0,0)



            $P_2: frac 2 3 x + frac 4 3 y + frac 4 3 z - 4 = 0$ with closest point $(frac 2 3,frac 4 3,frac 4 3)$






            share|cite|improve this answer











            $endgroup$



            Since the plane passes through the intersection of 2 other planes, lets start by finding the intersection line:



            $ x+y+z-4 = 0$ and $ y + z - 2 = 0$



            Finding two points on both planes to get the line equation. Points (2,0,2) and (2,2,0) are on the both plane, hence is enough to construct the line equation.



            $$L1: (2,0,2) + k(0,1,-1) = 0$$



            Since the plane has to contain L1, it's normal has to be normal to L1 as well. Let $n = (a,b,c)$, if n is normal to L1, the inner product has to be 0.



            $$0*a + b*1 + c*-1 = 0$$



            $$b=c$$



            $$n = (a,b,b)$$



            Writing the plane equation using the normal vector:



            $$P1: ax + by + bz - d = 0$$



            we know that 2,0,2 is on the plane, $2a+2b-d = 0$ Substituting d in the equation:



            $$P1: ax + by + bz - 2a - 2b = 0$$



            The vector from origin to the closest point has to be perpendicular to the plane. We can deduct that the closest point has the form (0,0,0) + k(n), the closest point to plane is, therefore k(a,b,b) is the closest point. Set the normal vector to have length 2 for ease of calculation.



            $$a^2 + b^2 + b^2 = 2^2$$
            Since (a,b,b) is on the plane and closest to origin
            $$a^2 + b^2 + b^2 - 2a - 2b = 0 $$
            $$4 - 2a - 2b = 0 $$
            $$a = 2 - b$$
            $$(2 - b)^2 + b^2 + b^2 = 2^2$$
            $$4 -4.b +b^2 + 2.b^2 = 4$$
            $$3.b^2=4.b$$
            $$b_1 = 0, b_2 = frac {4} 3, a_1 = 2, a_2 = frac 2 3$$



            Hence the two solutions are:



            $P_1: x - 2 = 0$ with closest point (2,0,0)



            $P_2: frac 2 3 x + frac 4 3 y + frac 4 3 z - 4 = 0$ with closest point $(frac 2 3,frac 4 3,frac 4 3)$







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Dec 4 '18 at 23:48

























            answered Dec 4 '18 at 22:37









            OfyaOfya

            5048




            5048








            • 1




              $begingroup$
              Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
              $endgroup$
              – user376343
              Dec 4 '18 at 22:42










            • $begingroup$
              You are right, editing it
              $endgroup$
              – Ofya
              Dec 4 '18 at 22:51










            • $begingroup$
              fixed it, thanks for the input
              $endgroup$
              – Ofya
              Dec 4 '18 at 23:41










            • $begingroup$
              The distance from $P_2$ to $(5,-3,7)$ is not $3$.
              $endgroup$
              – amd
              Dec 5 '18 at 22:25










            • $begingroup$
              @amd The original question was 2 points from the origin
              $endgroup$
              – Ofya
              Dec 5 '18 at 23:01














            • 1




              $begingroup$
              Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
              $endgroup$
              – user376343
              Dec 4 '18 at 22:42










            • $begingroup$
              You are right, editing it
              $endgroup$
              – Ofya
              Dec 4 '18 at 22:51










            • $begingroup$
              fixed it, thanks for the input
              $endgroup$
              – Ofya
              Dec 4 '18 at 23:41










            • $begingroup$
              The distance from $P_2$ to $(5,-3,7)$ is not $3$.
              $endgroup$
              – amd
              Dec 5 '18 at 22:25










            • $begingroup$
              @amd The original question was 2 points from the origin
              $endgroup$
              – Ofya
              Dec 5 '18 at 23:01








            1




            1




            $begingroup$
            Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
            $endgroup$
            – user376343
            Dec 4 '18 at 22:42




            $begingroup$
            Once you claim that $x-2=0$ is equation of a line, then it is a plane. The lines don't have cartesian equation in 3D.
            $endgroup$
            – user376343
            Dec 4 '18 at 22:42












            $begingroup$
            You are right, editing it
            $endgroup$
            – Ofya
            Dec 4 '18 at 22:51




            $begingroup$
            You are right, editing it
            $endgroup$
            – Ofya
            Dec 4 '18 at 22:51












            $begingroup$
            fixed it, thanks for the input
            $endgroup$
            – Ofya
            Dec 4 '18 at 23:41




            $begingroup$
            fixed it, thanks for the input
            $endgroup$
            – Ofya
            Dec 4 '18 at 23:41












            $begingroup$
            The distance from $P_2$ to $(5,-3,7)$ is not $3$.
            $endgroup$
            – amd
            Dec 5 '18 at 22:25




            $begingroup$
            The distance from $P_2$ to $(5,-3,7)$ is not $3$.
            $endgroup$
            – amd
            Dec 5 '18 at 22:25












            $begingroup$
            @amd The original question was 2 points from the origin
            $endgroup$
            – Ofya
            Dec 5 '18 at 23:01




            $begingroup$
            @amd The original question was 2 points from the origin
            $endgroup$
            – Ofya
            Dec 5 '18 at 23:01


















            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%2f3026248%2ffind-the-plane-that-passes-through-the-intersection-of-two-planes-and-a-point%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

            Tonle Sap (See)

            I get strange results when I access the Sqlitedatabase with Unity C# via XAMPP

            Guatemaltekische Davis-Cup-Mannschaft