Can a vector be perpendicular to both skew lines?

  • Thread starter Thread starter knowLittle
  • Start date Start date
  • Tags Tags
    Conceptual Lines
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
knowLittle
Messages
307
Reaction score
3

Homework Statement


Suppose L1 and L2 are skew lines. Is it possible for a non-zero vector to be perpendicular to both L1 and L2? Give reasons for your answers.


Homework Equations


I know that skew lines are not parallel or intersect. Also, they don't lie on the same plane.

The Attempt at a Solution


I say that it is possible.
Picture a line on the x-axis on (x,0,0) and a line on the y-axis exactly above the previous line but with height or z=5.
I can easily draw a vector that is perpendicular to both L1 and L2.

Am I correct?
 

Attachments

Physics news on Phys.org
yes you are correct
suppose you have the equations of two skew lines, you can always deduce the equation of the line passing through and perpendicular to them.
 
Given [tex] \begin{array}{l}<br /> (l_1 ):r = \left( {\begin{array}{*{20}c}<br /> {a_1 } \\<br /> {a_2 } \\<br /> {a_3 } \\<br /> \end{array}} \right) + t_1 \left( {\begin{array}{*{20}c}<br /> {b_1 } \\<br /> {b_2 } \\<br /> {b_3 } \\<br /> \end{array}} \right) \\ <br /> (l_2 ):r = \left( {\begin{array}{*{20}c}<br /> {a^' _1 } \\<br /> {a^' _2 } \\<br /> {a^' _3 } \\<br /> \end{array}} \right) + t_2 \left( {\begin{array}{*{20}c}<br /> {b^' _1 } \\<br /> {b^' _2 } \\<br /> {b^' _3 } \\<br /> \end{array}} \right) \\ <br /> \end{array}[/tex]
Let A, B be 2 arbitrary points lying on (l1) and (l2) respectively, then write the position vector of them.
Write the equation of [tex] \overrightarrow {AB}[/tex]
Since AB is perpendicular to (l1) and (l2): [tex] \overrightarrow {AB} .\left( {\begin{array}{*{20}c}<br /> {b_1 } \\<br /> {b_2 } \\<br /> {b_3 } \\<br /> \end{array}} \right) = 0[/tex]
and [tex] \overrightarrow {AB} .\left( {\begin{array}{*{20}c}<br /> {b^' _1 } \\<br /> {b^' _2 } \\<br /> {b^' _3 } \\<br /> \end{array}} \right) = 0[/tex]
Solving the equations simultaneously, you'll find t1 and t2, which are later be used to compute the coordinates of A and B. The vector [tex] \overrightarrow {AB}[/tex] is what you're after.
 
What reasons can I give to my answer?
I know that it can be done, because it's geometrically possible to picture. But, how do I put it into academic words that can be considered a correct answer?

Also, I know how to find a point A and B in L1 and L2. It's just giving an arbitrary value to their parameters. In addition, I know how to find the segment uniting points AB perpendicular to both lines.
But, how do I solve the equations simultaneously?
Do you mean:
a1+(b1)t=a1'(b1')s
a2+(b2)t=a2'(b2')s
a3+(b3)t=a3'(b3')s

and then find "t" and "s"? How do I later find the coordinates of AB?
 
knowLittle said:
It's just giving an arbitrary value to their parameters.
It's not. You are supposed to write down the position vectors of them in terms of t1 and t2. Then you'll have 2 equations of 2 unknowns (t1 and t2), which is solvable. Finding the coordinates is just a matter of substitution now.

For example, given (l): r=(1 2 3) + t(3 2 1). For every point M lying on (l), its coordinate is of the form (1+3t, 2+2t, 3+t).