Parallel Condition: Two lines are parallel if their direction vectors are scalar multiples, such that for some non-zero scalar .
Identical Lines: If two lines are parallel and share at least one point, they are the same line; this is verified by checking if the position vector of a point on one line satisfies the equation of the other.
Vector Multiplicity: Unlike Cartesian equations, vector equations of the same line can look entirely different if they use different starting points or scaled direction vectors.
Equating General Points: To find an intersection, set the vector equations equal to each other using distinct parameters, typically and , resulting in a system of three linear equations (one for each dimension ).
Simultaneous Solution: Solve any two of the three component equations to find potential values for and that would allow the lines to meet in those two dimensions.
The Consistency Check: Substitute the calculated and into the third (unused) equation; if the equation holds true, the lines intersect at a unique point.
Directional Angle: The angle between two lines is exclusively determined by the scalar product of their direction vectors and using the formula .
Perpendicularity Requirement: Two lines are perpendicular if and only if the scalar product of their direction vectors is zero, meaning .
Scalar Result: The scalar product provides a numeric value that links vector algebra to trigonometric orientation.
The Foot of the Perpendicular: The shortest distance from a point to a line occurs at a point on the line such that the vector is perpendicular to the line's direction vector.
Optimization Method: By expressing the coordinates of in terms of the line's parameter and setting , one can solve for the specific that identifies the closest point.
Geometric Interpretation: The magnitude of the resulting vector represents the perpendicular distance, which is the absolute minimum distance between the external point and the line.
Parameter Distinction: When comparing two lines, always assign different letters to their scalars (e.g., and ) to avoid the logical error of assuming the lines must reach a point at the same 'time' or parameter value.
Sanity Checks: Always verify that the intersection point calculated from and actually lies on both lines by re-inserting the values into the original vector equations.
Direction vs Position: In exam scenarios, ensure you are using the direction vector (the part multiplied by the scalar) for angle and parallelism tests, not the position vector.