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

  • Thread starter Thread starter bruceflea
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
The discussion focuses on verifying the intersection of lines through points A(0,0,1) and B(2,3,2) with points C(1,0,0) and D(2,2,1), and finding the perpendicular line at the intersection point P. The calculated intersection point P is stated as (4,6,3), with the direction vectors for lines AB and CD identified as 2i+3j+k and i+2j+k, respectively. A participant suggests using the cross product to find a vector perpendicular to both lines, resulting in the direction vector -i+j-k. The final equation for the perpendicular line is derived from the intersection point and the direction vector, emphasizing the need for careful formulation. The discussion concludes with a verification of the derived equation's correctness.
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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top