How do vector and cartesian equations describe lines and planes, and how do we find where they meet?
Write vector, parametric and cartesian equations of lines and planes in three dimensions and find intersections and angles between them.
Vector, parametric and cartesian forms for lines and planes in three dimensions, the role of direction and normal vectors, and finding intersections and angles between lines and planes.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You need to write vector, parametric and cartesian equations of lines and planes, and find intersections and angles between them.
Equations of a line
A line through point with direction vector has the vector equation
Writing components gives the parametric equations , , . Eliminating gives the cartesian (symmetric) form
valid where the are nonzero.
Equations of a plane
A plane is fixed by a point on it and a normal vector perpendicular to it. Any point lies in the plane exactly when is perpendicular to :
In components, with , this is the cartesian equation
The coefficients of are exactly the components of a normal vector - a fact used constantly when finding angles.
Intersections
To find where a line meets a plane, substitute the line's parametric coordinates into the plane's cartesian equation and solve for the parameter , then back-substitute to get the point.
Angles
- Between two lines: use the dot product of their direction vectors: .
- Between two planes: the angle equals the angle between their normals, found the same way.
- Between a line and a plane: find the angle between the line's direction and the plane's normal, then the line-plane angle is , since the normal is perpendicular to the plane.
Exam-style practice questions
Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2023 SACE Stage 23 marksConsider the plane P: x + 2y - z = 4 and the line l defined by x = 1 + t, y = 2 - 2t, z = 3 - t, where t is a real parameter. Show that the point of intersection of P and l is A(0, 4, 4).Show worked answer →
To find where the line meets the plane, substitute the parametric coordinates into the plane equation and solve for t.
x + 2y - z = (1 + t) + 2(2 - 2t) - (3 - t) = 1 + t + 4 - 4t - 3 + t = 2 - 2t. [1 mark]
Set equal to 4: 2 - 2t = 4, so -2t = 2, giving t = -1. [1 mark]
Substitute t = -1 back into the line: x = 1 + (-1) = 0, y = 2 - 2(-1) = 4, z = 3 - (-1) = 4. So the point of intersection is A(0, 4, 4), as required. [1 mark]
2023 SACE Stage 22 marksFor the plane P: x + 2y - z = 4 and line l with x = 1 + t, y = 2 - 2t, z = 3 - t, find the equation of the plane which passes through A(0, 4, 4) and is perpendicular to l.Show worked answer →
A plane perpendicular to the line l has the line's direction vector as its normal. From the parametric equations, the direction of l is d = (1, -2, -1) (the coefficients of t). [1 mark]
The plane through A(0, 4, 4) with normal (1, -2, -1) has equation 1(x - 0) - 2(y - 4) - 1(z - 4) = 0, i.e. x - 2y + 8 - z + 4 = 0, which simplifies to x - 2y - z + 12 = 0, or x - 2y - z = -12. [1 mark]
2017 SACE Stage 22 marksThree planes are P1: x + 2y + 2z = 4, P2: 2x + y - 2z = 5 and P3: 3x + 2y - 2z = 8. Show that P1 and P2 are perpendicular.Show worked answer →
Two planes are perpendicular when their normal vectors are perpendicular, that is, when the dot product of the normals is zero.
The normal to a plane is given by the coefficients of x, y and z. So the normal to P1 is n1 = (1, 2, 2) and the normal to P2 is n2 = (2, 1, -2). [1 mark]
Compute the dot product: n1 . n2 = (1)(2) + (2)(1) + (2)(-2) = 2 + 2 - 4 = 0.
Since n1 . n2 = 0 and neither normal is the zero vector, the normals are at right angles, hence the planes P1 and P2 are perpendicular. [1 mark]