037810
- 19
- 0
For example
[x,y,z]=[4,8,-1]+t[2,3,-4]
[x,y,z]=[7,2,-1]+s[-6,1,2]
I did...
x=4+2t=6s
y=8+3t=2+s
z=-1-4t=-1+2s
and got t = -6/5 and s=12/5
so since no interception and not parallel, it's a skew line.
But if they were in the same plane.. how would you find the intersection?
This is confusing me.
thank you.
[x,y,z]=[4,8,-1]+t[2,3,-4]
[x,y,z]=[7,2,-1]+s[-6,1,2]
I did...
x=4+2t=6s
y=8+3t=2+s
z=-1-4t=-1+2s
and got t = -6/5 and s=12/5
so since no interception and not parallel, it's a skew line.
But if they were in the same plane.. how would you find the intersection?
This is confusing me.
thank you.