How to Find the Intersection Point of Two Lines in 3D Space

In summary: The parametric equations of a straight line between two points (x1, y1, z1) and (x2, y2, z2) are x = x1 + t(x2 - x1)y = y1 + t(y2 - y1)z = z1 + t(z2 - z1)where t is the parameter. Use one pair of those equations for an equation of the line through A and M1 and another pair for an equation of the line through C and M.You want to find where those two lines intersect.One way to do that is to set the t's equal and solve for the intersection point. That's the way L
  • #1
Miike012
1,009
0
Ive tried finding the intersection point that I labeled I.

first try:

Because I know the points A and M1 I found |AM1|
Then I said |AM1| = |AI| + |IM1| and proceeded to solve and came up with

-16 = 2(I1)2 +I2)2 + I3)2) - 10I1 - 8I2 - 3I3 +√(blah blah blah)

Second attempt:
Law of Cosines

First I found the angle between AB and MC
Second: Used law of cosines

|MI|2 = ...

This way was going to be just as complicated so I stopped.

How can I solve this problem without using the fact that |M1| = 1/3|MC| and |IC| = 2/3|MC| or c.m?
 

Attachments

  • PICTURE.jpg
    PICTURE.jpg
    2.8 KB · Views: 405
Physics news on Phys.org
  • #2
If you can't use the 2/3 thing, first find the mid points of a couple of sides then find the parametric equations of two medians (use different parameters, like ##t## and ##s##). Then solve for where the two lines intersect.
 
  • #3
Are you saying find the equations of the two red lines?

Would I also get the same result if I found the equation of the two green lines?

or the green line that looks vertical and the red line not // to the green line that appears to be vertical?
 

Attachments

  • Triangle.jpg
    Triangle.jpg
    6.6 KB · Views: 390
  • #4
Miike012 said:
Are you saying find the equations of the two red lines?

Would I also get the same result if I found the equation of the two green lines?

or the green line that looks vertical and the red line not // to the green line that appears to be vertical?

The three medians of a triangle are concurrent. Use any two of the medians. You will always get the same answer for the intersection point. And there are only two medians drawn in your picture, each partially red and partially green.
 
  • #5
Maybe this graphic is more readable --- although it gets pixelated at high magnification.

attachment.php?attachmentid=50566&stc=1&d=1347058524.jpg
 

Attachments

  • PF_1347041070.jpg
    PF_1347041070.jpg
    10.7 KB · Views: 536
  • #6
The equation I got for AM1 is

(I1)2 + (I2)2 + (I3)2 -2I1 - 6I3 = -16

Is this what the equation should look like?
 
  • #7
Miike012 said:
The equation I got for AM1 is

(I1)2 + (I2)2 + (I3)2 -2I1 - 6I3 = -16

Is this what the equation should look like?

LCKurtz said:
If you can't use the 2/3 thing, first find the mid points of a couple of sides then find the parametric equations of two medians (use different parameters, like ##t## and ##s##). Then solve for where the two lines intersect.
Your equation doesn't have a parameter, such as s or t or whatever.

Therefore, I will presume that your equation is not what LCKurtz suggested.

*****

Actually, if you find the coordinates of the point, M, you can find the coordinates of I, by using the 2/3's thing.

That's not what LCKurtz suggested.

He suggested finding a parametric equation for the line determined by points A and M1 & finding a parametric equation for the line determined by points C and M, then finding the point at which they intersect.
 
  • #8
I2 = √[ -(I1)2 -(I3)2 + 2I1 + 6I3 - 16]

Better?
 
  • #9
LCKurtz said:
If you can't use the 2/3 thing, first find the mid points of a couple of sides then find the parametric equations of two medians (use different parameters, like ##t## and ##s##). Then solve for where the two lines intersect.

Miike012 said:
I2 = √[ -(I1)2 -(I3)2 + 2I1 + 6I3 - 16]

Better?

It doesn't look better to me; I can't make heads or tails of whatever that is supposed to be.

If you ask for help, why don't you try some of the suggestions? Above I suggested you find the mid points of two sides. Have you done that? You certainly haven't shown us.

Then I suggested you write the parametric equations of two of the medians. Have you done that? Do you know how? Or am I just wasting my time trying to help you?
 
  • #10
|AM|2 = (|AI| + |IM|)2

Where I is the point of intersection
Midpoint M is (1,2,3)

(|AI| + |IM|)2 = |AI|2 +2|AI||IM| + |IM|2

|AI||IM| = (AI dot IM)/cosθ = (AI dot IM)

(|AI| + |IM|)2 = |AI|2 +2(AI dot IM) + |IM|2

This is how I proceeded to solve for AM

Is this wrong??
 
  • #11
Miike012 said:
|AM|2 = (|AI| + |IM|)2

Where I is the point of intersection
Midpoint M is (1,2,3)

(|AI| + |IM|)2 = |AI|2 +2|AI||IM| + |IM|2

|AI||IM| = (AI dot IM)/cosθ = (AI dot IM)

(|AI| + |IM|)2 = |AI|2 +2(AI dot IM) + |IM|2

This is how I proceeded to solve for AM

Is this wrong??

Who are you responding to, me? Quote the message to which you are responding. Midpoint M is not (1,2,3). And your whole idea is so on the wrong track it isn't worth explaining.

If you want to continue this discussion with me, respond to post #9 by quoting it and by answering the questions I asked. Otherwise I am done wasting my time with this thread.
 
  • #12
LCKurtz said:
It doesn't look better to me; I can't make heads or tails of whatever that is supposed to be.

If you ask for help, why don't you try some of the suggestions? Above I suggested you find the mid points of two sides. Have you done that? You certainly haven't shown us.

Midpoint between points A and B is:
M(5/2,5/2,0)
and
M1(1,2,3)

Then I suggested you write the parametric equations of two of the medians. Have you done that? Do you know how? Or am I just wasting my time trying to help you?

I do not know how to find the parametric equations of the medians[/QUOTE]
 
  • #13
LCKurtz said:
It doesn't look better to me; I can't make heads or tails of whatever that is supposed to be.

If you ask for help, why don't you try some of the suggestions? Above I suggested you find the mid points of two sides. Have you done that? You certainly haven't shown us.

Then I suggested you write the parametric equations of two of the medians. Have you done that? Do you know how? Or am I just wasting my time trying to help you?

Miike012 said:
Midpoint between points A and B is: M(5/2,5/2,0) and M1(1,2,3). I do not know how to find the parametric equations of the medians.

Check the third component of M1.

Do you know how to write the equation of a straight line between two points in 3D? Isn't that in your text? What course are you taking where this problem arose?
 
  • #14
LCKurtz said:
Check the third component of M1.
Third component is 3/2

Do you know how to write the equation of a straight line between two points in 3D? Isn't that in your text? What course are you taking where this problem arose?

I haven't learned how to write an equation in 3D. I was supposed to find the intersection point using center of mass but I wanted to try to find it another way. I am in calc 3 and have not yet learned how to write an eqatuion in 3D
 
  • #15
Miike012 said:
I haven't learned how to write an equation in 3D. I was supposed to find the intersection point using center of mass but I wanted to try to find it another way. I am in calc 3 and have not yet learned how to write an eqatuion in 3D

Calc III usually starts with vectors, planes, and lines, not necessarily in that order. Apparently you are at the beginning of the course and not quite there yet. Why don't you wait a few days until you have covered lines in 3D. Then you will likely find it easy to follow my suggestions.
 

FAQ: How to Find the Intersection Point of Two Lines in 3D Space

What is a location intersection point?

A location intersection point is the point where two or more geographic locations intersect or overlap. This can refer to the intersection of roads, rivers, or other features on a map.

How is a location intersection point determined?

The location intersection point is determined by using mathematical calculations and geographic coordinates. This can be done using a variety of methods, such as triangulation or geospatial software.

What is the significance of a location intersection point?

A location intersection point can be significant for navigation and mapping purposes. It can also indicate areas where different features or boundaries meet, and can be useful for analyzing data and making decisions.

Can a location intersection point change over time?

Yes, a location intersection point can change over time due to natural processes such as erosion or human activities such as construction. It is important to regularly update maps and data to reflect any changes in location intersection points.

How accurate is the determination of a location intersection point?

The accuracy of the determination of a location intersection point depends on the method used and the quality of the data. Advanced technologies and tools can provide more precise results, but there may still be a margin of error.

Back
Top