- Published on
Vector Equations of Lines and Intersections
- Authors

- Name
- Vu Hung
Problem Statement
The familiar Cartesian equation of a line, , relies on the gradient . The gradient is defined as "rise over run" (). But what happens when we move to 3D space? We now have an , , and axis. A single number can no longer describe a direction.
To solve this, we use the vector equation of a line: . Here, is a known position vector on the line (analogous to the -intercept ), and is the direction vector of the line (analogous to the gradient ). The scalar parameter stretches the direction vector to reach every point on the line.
A major challenge in 3D geometry is determining if two lines intersect. Because we have three dimensions but only one parameter per line, two lines in 3D will usually miss each other completely (these are called skew lines). To prove they intersect, we must solve simultaneous equations.
Consider two lines in 3D space, and , defined by the following vector equations:
- :
- :
(a) Write down the parametric equations for the , and coordinates for both and .
(b) Determine whether the lines and intersect. If they do, find the position vector of the point of intersection.
Hints
- Part (a): Group the , , and components together for each line. For example, the -coordinate for is .
- Part (b): If the lines intersect, there must exist a specific value of and a specific value of that yield the exact same , and coordinates. Set and to form a system of two simultaneous equations with two unknowns (). Solve for and . Finally, substitute these values into the -coordinate equation () to see if it holds true. If it does, they intersect; if not, they are skew.
Solutions
Part (a): Parametric Equations
- For Line :
- For Line :
Part (b): Testing for Intersection
- Equate the components:
- Equate the components:
- Solve the simultaneous equations. Multiply Equation 1 by 2:
- Add this to Equation 2:
- Substitute back into Equation 1 to find :
- The Crucial Test: We must now check if these values satisfy the -coordinate equation. If they don't, the lines do not intersect.
- Test with :
- Test with :
- Since (), there is no point in 3D space where both lines exist simultaneously.
- Conclusion: The lines and do not intersect. They are skew lines.
Takeaways
- The Power of Parameters: The vector form cleanly separates a line into a fixed starting position () and a direction vector (), overcoming the dimensional limitations of Cartesian gradients.
- 3D Intersections are Rare: In 2D, non-parallel lines must intersect. In 3D, non-parallel lines will almost always miss each other (skew). Proving intersection requires verifying that all three coordinate planes align perfectly for a specific pair of parameters.
- Simultaneous Verification: Always use two coordinate planes (e.g., and ) to solve for the parameters, and reserve the third plane () purely as a verification check.
Further Readings
- HSC Vectors: https://vumaths.com/booklets/hsc-vectors/
- HSC Collections: https://vumaths.com/booklets/hsc-collections/
- HSC Algebra: https://vumaths.com/booklets/hsc-polynomials/
Connect with me
If you found this breakdown of 3D intersections helpful, there is plenty more where that came from! Head over to Vu's Maths Hub for complete booklets on Extension 2 Vectors. You can also catch my video walkthroughs on YouTube, or read my deeper dives into syllabus changes over on my Substack. Don't forget to follow me on Instagram!
