Intersection point of two lines in Euclidean space Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Intersection between two linesIntersection Of Two Lines In 2DGet the direction vector passing through the intersection point of two straight linesmodel for intersection of two circles in the complex projective planeFinding distance between two parallel 3D linesFinding the intersection of two lines in general dimensionShowing that lines from this family do not intersect for different $alpha$.Questions on two linesWhere two vector lines intersectFind a line parallel to two planes and intersecting two lines.Are coinciding lines parallel?

What do you call a floor made of glass so you can see through the floor?

For a new assistant professor in CS, how to build/manage a publication pipeline

How do pianists reach extremely loud dynamics?

Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

In what way is everyone not a utilitarian

Why are both D and D# fitting into my E minor key?

Trademark violation for app?

Maximum summed powersets with non-adjacent items

How does the math work when buying airline miles?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Dating a Former Employee

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

Delete nth line from bottom

Most bit efficient text communication method?

Is there such thing as an Availability Group failover trigger?

Should I use a zero-interest credit card for a large one-time purchase?

What causes the direction of lightning flashes?

8 Prisoners wearing hats

What does this Jacques Hadamard quote mean?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

Do wooden building fires get hotter than 600°C?

How do I stop a creek from eroding my steep embankment?



Intersection point of two lines in Euclidean space



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Intersection between two linesIntersection Of Two Lines In 2DGet the direction vector passing through the intersection point of two straight linesmodel for intersection of two circles in the complex projective planeFinding distance between two parallel 3D linesFinding the intersection of two lines in general dimensionShowing that lines from this family do not intersect for different $alpha$.Questions on two linesWhere two vector lines intersectFind a line parallel to two planes and intersecting two lines.Are coinciding lines parallel?










0












$begingroup$


How to find the intersection point of two lines in Euclidean space if the lines are:



$$textbfl_1 = textbfn_1t + textbfd_1 \
textbfl_2 = textbfn_2s + textbfd_2$$



here $textbfn$ - direction vector parallel to the line $textbfl$; $textbfd$ - point belonging to the line $textbfl$; $s$,$t$ - real type variables.



Assumption that lines intersect holds.



I saw similar questions for 3d space like Intersection between two lines, but I need general equations for any dimension.










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    How to find the intersection point of two lines in Euclidean space if the lines are:



    $$textbfl_1 = textbfn_1t + textbfd_1 \
    textbfl_2 = textbfn_2s + textbfd_2$$



    here $textbfn$ - direction vector parallel to the line $textbfl$; $textbfd$ - point belonging to the line $textbfl$; $s$,$t$ - real type variables.



    Assumption that lines intersect holds.



    I saw similar questions for 3d space like Intersection between two lines, but I need general equations for any dimension.










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      How to find the intersection point of two lines in Euclidean space if the lines are:



      $$textbfl_1 = textbfn_1t + textbfd_1 \
      textbfl_2 = textbfn_2s + textbfd_2$$



      here $textbfn$ - direction vector parallel to the line $textbfl$; $textbfd$ - point belonging to the line $textbfl$; $s$,$t$ - real type variables.



      Assumption that lines intersect holds.



      I saw similar questions for 3d space like Intersection between two lines, but I need general equations for any dimension.










      share|cite|improve this question











      $endgroup$




      How to find the intersection point of two lines in Euclidean space if the lines are:



      $$textbfl_1 = textbfn_1t + textbfd_1 \
      textbfl_2 = textbfn_2s + textbfd_2$$



      here $textbfn$ - direction vector parallel to the line $textbfl$; $textbfd$ - point belonging to the line $textbfl$; $s$,$t$ - real type variables.



      Assumption that lines intersect holds.



      I saw similar questions for 3d space like Intersection between two lines, but I need general equations for any dimension.







      geometry






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Apr 13 '17 at 12:21









      Community

      1




      1










      asked Sep 24 '14 at 9:11









      niekasniekas

      1587




      1587




















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          You set up the equation $textbfl_1 = textbfl_2$. The components of the two vectors make this a set of equations in the two unknowns $s$ and $t$. Once you've figured out what $s$ and $t$ are at the intersection point (i.e. solved that set of equations), you use one of them to figure the coordinates from one of the lines.



          Note that in higher dimension, the condition that the lines do indeed intersect is the same as the condition that all equations can be solved with one value for $s$ and one value for $t$.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
            $endgroup$
            – niekas
            Sep 24 '14 at 9:23



















          1












          $begingroup$

          The intersection point must statisfy $mathbb l_1(t)-mathbb l_2(s)=0$. This give use something to solve:
          beginalign*
          0&=mathbf l_1(t)-mathbf l_2(s) \
          &=mathbf n_1t+mathbf d_1-mathbf n_2s-mathbf l_2
          endalign*



          This is a set of linear equation (one for each dimension) which you can solve for the intersection points.






          share|cite|improve this answer











          $endgroup$













            Your Answer








            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%2f944156%2fintersection-point-of-two-lines-in-euclidean-space%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









            2












            $begingroup$

            You set up the equation $textbfl_1 = textbfl_2$. The components of the two vectors make this a set of equations in the two unknowns $s$ and $t$. Once you've figured out what $s$ and $t$ are at the intersection point (i.e. solved that set of equations), you use one of them to figure the coordinates from one of the lines.



            Note that in higher dimension, the condition that the lines do indeed intersect is the same as the condition that all equations can be solved with one value for $s$ and one value for $t$.






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
              $endgroup$
              – niekas
              Sep 24 '14 at 9:23
















            2












            $begingroup$

            You set up the equation $textbfl_1 = textbfl_2$. The components of the two vectors make this a set of equations in the two unknowns $s$ and $t$. Once you've figured out what $s$ and $t$ are at the intersection point (i.e. solved that set of equations), you use one of them to figure the coordinates from one of the lines.



            Note that in higher dimension, the condition that the lines do indeed intersect is the same as the condition that all equations can be solved with one value for $s$ and one value for $t$.






            share|cite|improve this answer









            $endgroup$












            • $begingroup$
              Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
              $endgroup$
              – niekas
              Sep 24 '14 at 9:23














            2












            2








            2





            $begingroup$

            You set up the equation $textbfl_1 = textbfl_2$. The components of the two vectors make this a set of equations in the two unknowns $s$ and $t$. Once you've figured out what $s$ and $t$ are at the intersection point (i.e. solved that set of equations), you use one of them to figure the coordinates from one of the lines.



            Note that in higher dimension, the condition that the lines do indeed intersect is the same as the condition that all equations can be solved with one value for $s$ and one value for $t$.






            share|cite|improve this answer









            $endgroup$



            You set up the equation $textbfl_1 = textbfl_2$. The components of the two vectors make this a set of equations in the two unknowns $s$ and $t$. Once you've figured out what $s$ and $t$ are at the intersection point (i.e. solved that set of equations), you use one of them to figure the coordinates from one of the lines.



            Note that in higher dimension, the condition that the lines do indeed intersect is the same as the condition that all equations can be solved with one value for $s$ and one value for $t$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Sep 24 '14 at 9:17









            ArthurArthur

            123k7122211




            123k7122211











            • $begingroup$
              Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
              $endgroup$
              – niekas
              Sep 24 '14 at 9:23

















            • $begingroup$
              Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
              $endgroup$
              – niekas
              Sep 24 '14 at 9:23
















            $begingroup$
            Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
            $endgroup$
            – niekas
            Sep 24 '14 at 9:23





            $begingroup$
            Ok, but the set of equations can be written as one equation with some kind of matrix. I want to know the exact expresion of intersection point $textbfp_i = ...$.
            $endgroup$
            – niekas
            Sep 24 '14 at 9:23












            1












            $begingroup$

            The intersection point must statisfy $mathbb l_1(t)-mathbb l_2(s)=0$. This give use something to solve:
            beginalign*
            0&=mathbf l_1(t)-mathbf l_2(s) \
            &=mathbf n_1t+mathbf d_1-mathbf n_2s-mathbf l_2
            endalign*



            This is a set of linear equation (one for each dimension) which you can solve for the intersection points.






            share|cite|improve this answer











            $endgroup$

















              1












              $begingroup$

              The intersection point must statisfy $mathbb l_1(t)-mathbb l_2(s)=0$. This give use something to solve:
              beginalign*
              0&=mathbf l_1(t)-mathbf l_2(s) \
              &=mathbf n_1t+mathbf d_1-mathbf n_2s-mathbf l_2
              endalign*



              This is a set of linear equation (one for each dimension) which you can solve for the intersection points.






              share|cite|improve this answer











              $endgroup$















                1












                1








                1





                $begingroup$

                The intersection point must statisfy $mathbb l_1(t)-mathbb l_2(s)=0$. This give use something to solve:
                beginalign*
                0&=mathbf l_1(t)-mathbf l_2(s) \
                &=mathbf n_1t+mathbf d_1-mathbf n_2s-mathbf l_2
                endalign*



                This is a set of linear equation (one for each dimension) which you can solve for the intersection points.






                share|cite|improve this answer











                $endgroup$



                The intersection point must statisfy $mathbb l_1(t)-mathbb l_2(s)=0$. This give use something to solve:
                beginalign*
                0&=mathbf l_1(t)-mathbf l_2(s) \
                &=mathbf n_1t+mathbf d_1-mathbf n_2s-mathbf l_2
                endalign*



                This is a set of linear equation (one for each dimension) which you can solve for the intersection points.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Mar 27 at 3:53

























                answered Sep 24 '14 at 9:23









                DomDom

                905610




                905610



























                    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%2f944156%2fintersection-point-of-two-lines-in-euclidean-space%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 should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

                    Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

                    random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable