Find points P,Q which are closest possible with P lying on the line
x=8+1t
y=8+1t
z=7−3t
and Q lying on the line
x=231−6t
y=−10−17t
z=71−13t
I didn't work out the answer but, yes, that is what I was thinking.Ishuda may have read the exercise as asking for the shortest distance, instead of for the coordinates of the endpoints.
I'm thinking that we need separate parameters for each line, as there's no guarantee that the two closest points share the same parameter value.
P = <8, 8, 7> + t * <1, 1, -3>
Q = <231, -10, 71> + s * <-6, -17, -13>
Calculate PQ, and use the fact that PQ is orthogonal to each line. That is,
PQ * <1, 1, -3> = 0
PQ * <-6, -17, -13> = 0
You'll get a system of two equations in s and t, to solve.
Calculate the coordinates, by substituting your t in P and your s in Q.
I worked it. Wanna compare answers? :cool:
Find points P,Q which are closest possible with P lying on the line
x=8+1t , y=8+1t , z=7−3t
and Q lying on the line
x=231−6t , y=−10−17t , z=71−13t
\(\displaystyle \overrightarrow {PQ} = \left\langle {223, - 18,64} \right\rangle \). See this page.I'm thinking that we need separate parameters for each line, as there's no guarantee that the two closest points share the same parameter value.
\(\displaystyle \ell_1=\)\(\displaystyle <8, 8, 7> + t <1, 1, -3>\~&~\ell_2= <231, -10, 71> + s<-6, -17, -13>\).
and use the fact that PQ is orthogonal to each line. That is FALSE!
You'll get a system of two equations in s and t, to solve.
Calculate the coordinates, by substituting your t in P and your s in Q.
The irony of this question is that it almost trivial to find the distance
It is very difficult to find the coordinates of the endpoints
It appears as though you have joined Ishuda in misreading the question; it does not ask for any distance. ...
Find points P,Q which are closest possible
points P,Q which are closest possible
P,Q which are closest possible
What do you not understand about finding the s and t which determine the points P & Q which are closest.I am obviously a poor communicator.
Ishuda, you report a distance, and I will report the locations of two points, and then we'll wait to see who gets credit.