9709 · 3.7
Vectors — FAQ
Frequently asked questions for 9709 Vectors. Direct answers first, then deeper explanation — then practise with marking.
What's the difference between a position vector and a direction vector?
A position vector gives the coordinates of a point relative to the origin, like an address. A direction vector isn't fixed to the origin; it just describes a direction and magnitude, like '3 steps east'. In the line equation , is a position vector locating the line in space, while is a direction vector defining its orientation.
How do I know if lines are skew?
First, check if their direction vectors are parallel (scalar multiples of each other). If they are not, try to find a point of intersection by setting their vector equations equal. This gives you three simultaneous equations for two variables ( and ). If you can't find a consistent solution for and that works for all three equations, the lines do not intersect. Since they are not parallel and do not intersect, they must be skew.
Can I use the dot product for 2D vectors?
Yes, absolutely. The formulas are just simpler. For 2D vectors and , the scalar product is . The geometric definition and all its applications still hold.