Solve Vector Intersection: A,B,C,D | Point P & Perpendicular Line

  • Thread starter Thread starter bruceflea
  • Start date Start date
  • Tags Tags
    Vectors
Click For Summary
SUMMARY

The discussion focuses on verifying the intersection of two lines defined by points A(0,0,1), B(2,3,2) and C(1,0,0), D(2,2,1). The calculated point of intersection P is (4,6,3). The equations of the lines are given as r = k + P(2i+3j+k) for line AB and r = i + Q(i+2j+k) for line CD. The perpendicular vector to both lines is derived using the cross product, resulting in the direction vector -i+j-k, which is essential for formulating the equation of the line through point P.

PREREQUISITES
  • Understanding of vector algebra, including dot products and cross products.
  • Familiarity with parametric equations of lines in three-dimensional space.
  • Knowledge of how to determine the intersection of lines in 3D geometry.
  • Ability to manipulate vector equations to derive perpendicular lines.
NEXT STEPS
  • Study the properties of vector cross products and their applications in geometry.
  • Learn how to derive equations of lines in three-dimensional space using parametric forms.
  • Explore methods for finding intersections of lines in 3D, including geometric interpretations.
  • Investigate the relationship between dot products and perpendicularity in vector spaces.
USEFUL FOR

Students and professionals in mathematics, physics, and engineering, particularly those working with vector geometry and spatial analysis.

bruceflea
Messages
11
Reaction score
0
It's seems like such a basic question but I can't for the life of me remember how to do it.Given the points A(0,0,1), B(2,3,2), C(1,0,0) and D(2,2,1), verify that the line through A and B and the line through C and D intersect and find the point of intersection P. Find the equation of the line through P which is perpendicular to both these lines.I've worked out the point P to be (4,6,3) and I know that for a line to be perpendicular, the dot products of two vectors have to be 0.

I know that the equation between A and B is r = k + P(2i+3j+k) and between C and D r = i + Q(i+2j+k).

Am I right in saying that the vector of AB is 2i+3j+k and the vector of CD is i+2j+k?The answer I worked it out to be is r = 4i+6j+3k + S(-i+j-k)
 
Last edited:
Physics news on Phys.org
Looks good to me. While the dot product part is true, an easier way to find the perpendicular vector would be the cross product, which gives a third vector perpendicular to both given vectors. CD x AB gives -i+j-k for the direction vector, as you found.
 
Okay tim provided you the important help. Anyway what Tim found was a vector perpendicular to two vectors. what you need is equation. You understand the slope of the line from cross product and write the equation carefully. For this ifthe vector is ai + bj + ck and should be passing through a spacely point x1,y1,z1, then the equation must be bc(x1 -x) = ac(y1 - y) = bc(z1 -z). verify whether this is correct.
 

Similar threads

Replies
18
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
8
Views
3K
Replies
4
Views
3K
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K