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

Click For Summary

Homework Help Overview

The discussion revolves around finding the intersection point of two lines in 3D space, specifically focusing on geometric and algebraic methods related to medians of a triangle. Participants explore various approaches to determine this intersection without relying on specific ratios related to the center of mass.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss attempts to find the intersection using distance formulas and the law of cosines. Some suggest finding parametric equations for medians, while others question the validity of using certain geometric properties. There is also a focus on whether different lines yield the same intersection point.

Discussion Status

The discussion is ongoing, with various methods being proposed and explored. Some participants have offered guidance on finding midpoints and writing parametric equations, while others express confusion about the approaches being taken. There is no explicit consensus on the best method yet.

Contextual Notes

Some participants mention constraints such as not being able to use certain geometric ratios and a lack of familiarity with writing equations in 3D space. There is also a reference to the participants' current level in their calculus course, indicating that some foundational concepts may not yet be covered.

Miike012
Messages
1,009
Reaction score
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: 453
Physics news on Phys.org
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.
 
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: 430
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.
 
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: 579
The equation I got for AM1 is

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

Is this what the equation should look like?
 
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.
 
I2 = √[ -(I1)2 -(I3)2 + 2I1 + 6I3 - 16]

Better?
 
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.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
12
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K