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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top