#Vectors
88 messages ยท Page 1 of 1 (latest)
๐๐
part a yeah
Yup
ok so i might ask first
if i give you a line and a point
how would you describe the shortest distance from that point to the line
what nice property does it have
It is perpendicular right ?
it is
so if you have two lines
and you want the shortest distance between them
what nice property do you think this shortest distance will have
Like a โข b = 0?
(hint: think about fixing a point on one line, and shortest distance from that point to the other line)
Maybe like a right triangle
perpendicular to both lines
Yes that's true
a โข b = 0
awesome so
lets say we want the line that has the shortest distance from one line to the other
like that shortest distance we want the line its on
and since we dont know anything yet lets just say its components are
(a, b, c)
This is the shortest line that you are describing right?
yeah
Ok I'm with you
ok so
(a, b, c) is apparently perpendicular to
both l1 and l2
so can you maybe setup some equations?
actually this is really really gross
I don't get it because the a and b are supposed to be direction vectors
Yes it doesent make sense
If I could find the marks scheme
Could you look at it and explain it to me
Possibly
i can try
so that second bit
thats trying to find the vector thats perpendicular to both lines
or at least some multiple of it
I don't even understand the mark scheme tbf
thats it?
thats shit
ok so
there is apparently a formula for shortest line which
admittedly i forgot but i found it
here it is
I didn't know that even exists
Haha
so just to break it down a bit the
a2 - a1 is just
difference in position vectors
and b1 x b2 is just cross product of the direction vectors
Ok ๐
and then you just sorta throw it together apparently and it works?