How can we determine the intersection point of two lines with given equations?

  • MHB
  • Thread starter ineedhelpnow
  • Start date
  • Tags
    Lines
In summary: Yes, we can also check for the dot product to be equal to 0 to confirm that the lines are perpendicular. However, in this case, the dot product is not equal to 0, so we know that the lines are not perpendicular.
  • #1
ineedhelpnow
651
0
determine whether the lines $L_1$ and $L_2$ are parallel, skew, or intersecting. if they intersect, find the point of intersection.

$L_1: \frac{x-2}{1}= \frac{y-3}{-2}= \frac{z-1}{-3}$

$L_2: \frac{x-3}{1}= \frac{y+4}{3}= \frac{y+4}{3}= \frac{x-2}{-7}$


i understand if one vector is the scalar multiple of the other then the lines are parallel. if their dot product is equal to 0 then they intersect. according to my book they intersect but i can't seem to understand how. the two vectors we're dealing with here are $\left\langle 1,-2,-3 \right\rangle$ and $\left\langle 1,3,-7 \right\rangle$, right?
 
Physics news on Phys.org
  • #2
ineedhelpnow said:
determine whether the lines $L_1$ and $L_2$ are parallel, skew, or intersecting. if they intersect, find the point of intersection.

$L_1: \frac{x-2}{1}= \frac{y-3}{-2}= \frac{z-1}{-3}$

$L_2: \frac{x-3}{1}= \frac{y+4}{3}= \frac{y+4}{3}= \frac{x-2}{-7}$


i understand if one vector is the scalar multiple of the other then the lines are parallel. if their dot product is equal to 0 then they intersect. according to my book they intersect but i can't seem to understand how. the two vectors we're dealing with here are $\left\langle 1,-2,-3 \right\rangle$ and $\left\langle 1,3,-7 \right\rangle$, right?

Not quite.

The lines are parallel if they have the same direction vectors - or at least if they go in the same direction, so like you said, a scalar multiple of each other.

Two lines intersect if there is some point where they have the same x, y, z values (i.e. they pass through the same co-ordinate). So determine each line's parametric equations and set them equal.

Skew lines are two lines that do not intersect and are not parallel.

Just a side note: If the dot product of the two direction vectors is 0, then the lines are PERPENDICULAR.
 
  • #3
perpendicular. meaning they intersect, right?
 
  • #4
Perpendicular does not imply that the vectors intersect, it just means that the vectors are 90 degrees to each other. You have correctly identified the direction vectors, and clearly, they're not scalar multiplies of each other as you have correctly surmised. We have two other options; either the lines are skewed, or intersecting. How can we determine that?
 
  • #5
im not sure.
 
  • #6
If the two lines intersect, then they both must share the same point $(x, y, z)$. Which form of equation (parametric, vector, symmetric) allows us to easily compare the x's, y's, and z's?
 
  • #7
parametric
 
  • #8
Yep :D Now if we have both equations in parametric form and we equate them, what do we find?
 
  • #9
by equating them do you mean solve for a variable in the first one and then plug it into the second equation?
 
Last edited:
  • #10
If we have both equations in parametric form, we can equate the equations of $x$, $y$, and $z$ of each equation. For example, $L_1$ has $x=t+2$, and $L_2$ has $x=s+3$. If they indeed share the same x-coordinate, then we can equate the two x-equations: $t+2=s+3$ Then, we will have three equations and two unknowns, $t$ and $s$ which you will have to determine. If there exists such parameter $t$ and $s$ that satisfies the above equations, then they intersect; if there isn't, then they lines don't intersect.

The difference between points in $R^2$ and $R^3$ is that in $R^2$, if the lines aren't parallel, they must intersect at some point. This is not true for $R^3$. If the lines aren't parallel and do not intersect, we call them skewed.
 
  • #11
oh i see what you mean. sorry. not familiar with the term "equating"
 
  • #12
so i subtract the second equation $4-t=3-2s$ from the first one $3+2t=1+4s$ but that still doesn't help me solve for s. or t.

- - - Updated - - -

um oops. ignore that lost post. that's a totally different problem. lol now that i posted it anyways, in that case would the lines be skew because you can't solve for neither s nor t?
 
  • #13
I don't see where you're getting your equations. I've previously said that $t+2=s+3$. Looking at $y$, we have $y=-2t+3$ and $y=3s+4$, so equating gives $-2t+3=3s+4$. Do you have all three equations? Are you saying the equations in your first post is skewed, or the equations you just mentioned?
 
  • #14
Rido12 said:
I don't see where you're getting your equations. I've previously said that $t+2=s+3$. Looking at $y$, we have $y=-2t+3$ and $y=3s+4$, so equating gives $-2t+3=3s+4$. Do you have all three equations? Are you saying the question posted on this thread is skewed, or the equations you just mentioned?
so sorry. i was looking at the problem before this one in my book
 
  • #15
You are right that the lines are skewed. :D
 
  • #16
is the reason right? because you can't find their points on intersection?
 
  • #17
Yes, but if we can find the parameters $s$ and $t$ that satisfies both equations, then we can plug one of the parameters to its respective parametric equation. It doesn't matter which parameter you plug it, they will both retrieve the same coordinate of intersection. (Yes)
 
  • #18
but since we cannot find them that means they do not intersect? :)
 
  • #19
Yes, it means there's no point of intersection. :D
 
  • #20
ok so back to the original problem. i believed you made a mistake for one of the equations. it should be $3-2t=-4+3s$ not $3-2t=4+3s$ which is what you said. even by doing this and subtracting the first two equations i don't understand how to find the point of intersection because I am still not being given a value for s or t

- - - Updated - - -

ineedhelpnow said:
$L_1: \frac{x-2}{1}= \frac{y-3}{-2}= \frac{z-1}{-3}$

$L_2: \frac{x-3}{1}= \frac{y+4}{3}= \frac{y+4}{3}= \frac{x-2}{-7}$
i just realized that for the second line i put an extra $\frac{y+4}{3}$. its supposed to be $L_2: \frac{x-3}{1}= \frac{y+4}{3}= \frac{x-2}{-7}$
 
  • #21
Your second symmetric equation doesn't make sense. Where's the $z$? Sorry about the mistake, I was using a pen that was kind of drying out...and the negative sign didn't go through on the paper...:D I'm glad you caught it, it means you're putting your weight into the question as well, and not just taking my word for it.
 
  • #22
oh wow you actually do it on paper first? man that's real dedication :) my second symmetric equation is $\frac{x-3}{1}= \frac{y+4}{3}= \frac{x-2}{-7}$ in the original question i mistakenly posted the y part of it twice.
 
  • #23
So we have the three equations:

$$t+2=s+3$$
$$-2t+3=3s-4$$
$$-3t+1=-7s+2$$

Agree or disagree?

I'm sure you mean $\frac{x-3}{1}= \frac{y+4}{3}= \frac{z-2}{-7}$?
ineedhelpnow said:
my second symmetric equation is $\frac{x-3}{1}= \frac{y+4}{3}= \frac{x-2}{-7}$
 
  • #24
yeah that's correct. and for the symmetric equation (i apologize), i didnt realize that i was putting x instead of z. it is supposed to be z instead
 
  • #25
We have to isolate for $t$ and $s$. Although the method of substitution works, I think elimination works better. What do you think?
 
  • #26
its been a long long long long time since I've done elimination. do you mind showing me solve for the first two equations so i can see how it's done?
 
  • #27
The goal of elimination is to eliminate one variable. Examining the three equations, it seems like it would be easiest if we multiply equation $1$ by 2, and add it to equation $2$ so that the $t$'s cancel.

We have equation $1$:

$$t+2=s+3$$

Multiply both sides by $2$:

$$2t+4=2s+6$$

What do we get when we add that equation to equation $2$, which is $-2t+3=3s-4$?
 
  • #28
oh wait that's what I've been doing the whole time (turns out I've dome elimination more than i thought) only i didnt multiply by 2

- - - Updated - - -

s=1
 
  • #29
Use $s$ to determine $t$. Now check if $s$ and $t$ satisfies all three of the equations. We are given three equations but two unknowns, meaning that we are given more equations than we need. Using elimination means that equations $1$ and $2$ are satisfied, but not necessarily the 3rd one.

To check further, you can plug both $s$ and $t$ into their respective parametric equations. They must give the same coordinate.
 
  • #30
t=3
 
  • #31
Yep, now apply the methods of checking I mentioned above. (Nod)
 
  • #32
im actually not getting the same answers. i think i made a mistake.
 
  • #33
t=2
 
  • #34
it does satisfy the third equation as well. so now i plug in s and t into the parametric equations and and get x,y,z which turns out to be (4,-1,-5) and i checked with the back of the book. it's right :)
 
Last edited:

Related to How can we determine the intersection point of two lines with given equations?

What is the concept of "More equations of more lines"?

"More equations of more lines" is a mathematical concept that involves finding the intersection point of multiple lines by using their equations. This allows for a better understanding of the relationship between the lines and can be used to solve various problems in geometry and algebra.

How do you solve for the intersection point of multiple lines?

The intersection point of multiple lines can be found by setting the equations of the lines equal to each other and solving for the variables. This will give the coordinates of the intersection point, which is where the lines intersect.

What is the importance of "More equations of more lines" in mathematics?

"More equations of more lines" is an important concept in mathematics as it allows for the analysis and understanding of complex systems and relationships. It can also be used to solve real-world problems in various fields such as engineering, physics, and economics.

Can "More equations of more lines" be applied to non-linear equations?

No, "More equations of more lines" can only be applied to linear equations, which are equations that represent straight lines. Non-linear equations, such as quadratic or exponential equations, do not have a constant slope and therefore cannot be solved using this method.

Are there any limitations to using "More equations of more lines" to solve problems?

While "More equations of more lines" can be a useful tool in solving problems, it does have limitations. This method can only be used to find the intersection point of lines, and it may not work for more complex systems with curved or non-linear relationships. It is important to consider other mathematical techniques and tools when solving problems that cannot be solved using this method.

Similar threads

Replies
3
Views
367
Replies
1
Views
231
Replies
20
Views
2K
Replies
4
Views
409
Replies
12
Views
1K
Replies
3
Views
1K
Replies
1
Views
1K
Replies
1
Views
972
Replies
4
Views
1K
Back
Top