How to Derive Parametric Equations for a Line Perpendicular to Two Given Lines?

  • Thread starter Thread starter emma3001
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on deriving parametric equations for a line (L3) that intersects two given lines (L1 and L2) at right angles. The lines are defined as L1 = [x,y,z] = [4,8,-1] + t[2,3,-4] and L2 = (x-7)/-6 = (y-2)/1 = (z+1)/2. The normal vector perpendicular to both lines is determined using the cross product, yielding n = [10, 20, 20] or n = [1, 2, 1]. The discussion outlines the process of setting up a vector equation to find the intersection points and the necessary parameters for L3.

PREREQUISITES
  • Understanding of parametric equations in three-dimensional space
  • Knowledge of vector operations, specifically cross products
  • Familiarity with converting symmetric equations to parametric form
  • Basic skills in solving systems of equations
NEXT STEPS
  • Study the method for calculating the cross product of vectors in three-dimensional space
  • Learn how to convert symmetric equations to parametric equations
  • Explore techniques for solving systems of equations involving multiple variables
  • Investigate the geometric interpretation of lines and planes in three-dimensional space
USEFUL FOR

Mathematicians, physics students, and engineers who require a solid understanding of three-dimensional geometry and vector calculus, particularly in applications involving perpendicular lines and intersections.

emma3001
Messages
41
Reaction score
0
Find parametric equations of a line that intersects both l1 and l2 at right angles:

l1= [x,y,z]=[4,8,-1] + t[2,3,-4]
l2= x-7/-6 = y-2/1 = z+1/2

I found the cross product of l1 and l2 to get a normal vector perpendicular to both, which is [10, 20, 20] or n=[1,2,1]

Now I am not sure how to get the parametric equation for the line because I cannot just use one of the vectors from above, like [4,8,-1] because it is not necessarily on l3.
 
Last edited:
Physics news on Phys.org
emma3001 said:
Find parametric equations of a line that intersects both l1 and l2 at right angles:

l1= [x,y,z]=[4,8,-1] + t[2,3,-4]
l2= x-7/-6 = y-2/1 = z+1/2

I found the cross product of l1 and l2 to get a normal vector perpendicular to both, which is [10, 20, 20] or n=[1,2,1]

How about this? You already know now that a line L3 parallel to the vector <1,2,1> must intersect both L1 and L2. Picture your vector sticking up from, say, L1 at a point (x,y,z). For any value of the parameter t, the prospective line L3 will have the equation

(x,y,z) + <1,2,1>·v = [ (4,8,-1) + <2,3,-4>·t ] + <1,2,1>·v ,

where v is the parameter on line L3. Now, for some value of t, as we slide our candidate L3 along, it's supposed to intersect line L2. If we call its parameter s, this intersection will be given by

[ (4,8,-1) + <2,3,-4>·t ] + <1,2,1>·v = (7,2,-1) + <-6,1,2>·s ,

after converting L2's symmetric equation to parametric equations. We now have a vector equation corresponding to a system of three equations in three unknowns. (Not much worse than what you have to do for the skewness/intersection test for two lines in three-dimensional space.) Once you have
t, s, and v , you will know the points where each pair L1, L3 and L2, L3 meet and the value of parameter v where L3 intersects L2. This will give a complete description of the situation, including information for writing the parametric form for L3.

It also occurred to me that if L3 meets L1 and L2 at right angles, it must meet those lines at the points on L1 and L2 that are at the minimal separation between those lines, since the segment of L3 linking them marks the perpendicular distance between L1 and L2. But the reckoning for that looks hideous...
 
Last edited:

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
12K
Replies
6
Views
4K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K