Finding the Distance Between 2 Lines and One Orthogonal Line

Click For Summary
SUMMARY

The discussion focuses on finding the distance between two lines, L1 and L2, defined by their parametric equations, and determining the equation of a line orthogonal to both. The vector orthogonal to L1 and L2 is calculated using the cross product, yielding the vector <1,2,5>. The distance between the lines is computed using the vector projection equation, resulting in a distance of 110/sqrt(30). The orthogonal line is expressed in the form (a,b,c) + <1,2,5>*s, where (a,b,c) is a point on the line.

PREREQUISITES
  • Understanding of vector operations, specifically cross product and dot product.
  • Familiarity with parametric equations of lines in three-dimensional space.
  • Knowledge of vector projection equations and their applications.
  • Basic concepts of linear algebra, particularly systems of equations.
NEXT STEPS
  • Study the properties and applications of the cross product in three-dimensional geometry.
  • Learn about vector projection and its significance in calculating distances between lines.
  • Explore parametric equations and how to manipulate them to find intersections and orthogonal lines.
  • Investigate linear algebra techniques for solving systems of equations involving multiple variables.
USEFUL FOR

Students studying geometry, particularly those tackling problems involving lines in three-dimensional space, as well as educators looking for examples of vector operations and their applications in real-world scenarios.

TranscendArcu
Messages
277
Reaction score
0

Homework Statement


Let L1 be the line (0,4,5) + (1,2,-1)t. Let L2 be the line (-10,9,17) + (-11,3,1)t.

Find the line L passing through and orthogonal to L1 and L2.

What is the distance between L1 and L2?


Homework Equations


Vector Projection Equation: V • W/|W|


The Attempt at a Solution


I think finding the equation is the more difficult part of the question, so I'll begin by finding the distance. First, I find a vector orthogonal to both lines by cross product. This vector is <5,10,25>, which I reduce to <1,2,5>.

Using the points given in the definitions of lines, I subtract to get another vector, <10,-5,22>.

By the equation for vector projections, <10,-5,22> • <1,2,5> = 110, which I divide by the magnitude of <1,2,5>. So, the distance equals 110/sqrt(30).

Now, I want the equation for this orthogonal line to be in the form (a,b,c) + <1,2,5>*s, where (a,b,c) is a point on the line. By multiplying out,

xs: a + s
ys: b +2s
zs: c + 5s

I suppose I want to solve for s in terms of t. I know

xt1: t
yt1: 4 + 2t
zt1: 5 - t

So,

t = a + s, then...

I think this whole system of equations will turn into a large mess. Is there a simpler way to approach this problem?
 
Physics news on Phys.org
The way I thought of this was, you have a line L3 that intersects L1 and L2, and L3 has the direction vector of L1 x L2.

So there is a point P1 on L1 and a point P2 on L2 such that P2 - P1 = (L1 x L2)t. This is a 3-vector equation in 3 variables which should be easy to solve using linear algebra.

Learning things like this, I always like to find the shortest way of describing the structure of the problem.
 
I haven't taken any linear algebra classes, so I don't know the method that you're referring to. Could you please demonstrate?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 11 ·
Replies
11
Views
5K