Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Intersection between two lines

Writer Andrew Mclaughlin
$\begingroup$

I'm having a lot of trouble trying to figure this out. Our prof hasn't covered this and we our assignment is due in two days. I'm trying to figure this out on my own:

Consider the two lines $L_1:x=-2t, y=1+2t, z=3t$ and $L_2:x=-1+4s,y=3+2s,z=5+s$. Find the point $P:(x,y,z)$ of intersection of the two lines.

Any ideas?

$\endgroup$ 3

4 Answers

$\begingroup$

A point on both lines will satisfy both equations. You can then write $$-2t=-8+4s \\ 1+2t = 3 + 2s \\ 3t=5+s$$

You can pick any two, solve them for $s,t$ and plug into the lines. You should get the same point no matter which line you plug into-a good check.

$\endgroup$ 3 $\begingroup$

At the point of intersection, the coordinates must satisfy the equations of both lines. Thus: $x_1=x_2, y_1=y_2,$ and $ z_1=z_2$. You have the following system of $t,s$:

$$-2t=-8+4s $$ $$1+2t=3+2s$$ $$3t=5+s$$

This system has a unique solution: $t=2,s=1$. Therefore, the point of intersection is: $P(-4,5,6)$

$\endgroup$ $\begingroup$

To complement the other solutions, you can also note that the system of equations you obtained is equivalent to the matrix equation $$ \begin{bmatrix} 4 & 2 \\ 2 & -2 \\ 1 & -3 \end{bmatrix} \begin{bmatrix} s \\ t \end{bmatrix} = \begin{bmatrix} 8 \\ -2 \\ -5 \end{bmatrix}. $$

This matrix equation is also equivalent to saying that the right hand side (which represents a vector from a point on one line to a point on the other line) is a linear combination of the direction vectors of the lines. It is a worthwhile exercise to see that this condition is equivalent to the two lines intersecting.

$\endgroup$ $\begingroup$

Set $x=x$, $y=y$, etc. Then solve for $s$ and $t$. Then plug back into one of the line equations to get $x$, $y$, and $z$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy