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

                    Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

                    Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

                    Urgehal History Discography Band members References External links Navigation menu"Mediateket: Urgehal""Interview with Enzifer of Urgehal, 2007""Urgehal - Interview"Urgehal"Urgehal Frontman Trondr Nefas Dies at 35"Urgehal9042691cb161873230(data)0000 0001 0669 4224no2016126817ee6ccef6-e558-44b6-b059-dbbb5b913b24145036459145036459