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?
$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.
geometry
$endgroup$
add a comment |
$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.
geometry
$endgroup$
add a comment |
$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.
geometry
$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
geometry
edited Apr 13 '17 at 12:21
Community♦
1
1
asked Sep 24 '14 at 9:11
niekasniekas
1587
1587
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$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$.
$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
add a comment |
$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.
$endgroup$
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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$.
$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
add a comment |
$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$.
$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
add a comment |
$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$.
$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$.
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
add a comment |
$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
add a comment |
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
edited Mar 27 at 3:53
answered Sep 24 '14 at 9:23
DomDom
905610
905610
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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