fawk3s
- 341
- 1
Homework Statement
Let us have lines
(x+3)/2 = (y+2)/3 = (z-6)/-4
and
(x-5)/1 = (y+1)/-4 = (z+4)/1
Find a normal vector to the plane these two lines are on.
The Attempt at a Solution
I already know you can solve it by
s1 x s2 || n ; where s1 = (2, 3, -4) and s2 = (1, -4, 1)
but I am not interested in that atm.
I thought of another solution that I thought would be correct, but as it turns out, it doesn't seem to be.
What I did was use the dot product.
Let n = (A+3; B+2; C-6), because we know (-3, -2, 6) to be on the plane the lines are on.
Let us also find s3=s1+s2=(3, -1, -3), because we have 3 variables in the system, so we need 3 equations and s3 is also on the same plane as s1 and s2.
As we know, for a vector on the plane and a normal vector
n.s=0 (dot product)
So
n.s1=0
n.s2=0
n.s3=0
Yet when solving the system I end up with
11B-6C=-34
11B-6C=14
Which means I get no solutions out of it.
Where did I astray from logic?
Thanks in advance