Vector Equations of Planes
Welcome, students 👋 In this lesson, you will learn how to describe a plane in 3D using vectors. This is a core idea in IB Mathematics: Analysis and Approaches HL because it connects algebra, geometry, and reasoning in space. By the end of this lesson, you should be able to explain what a plane is, write its vector equation, use a point and a normal vector to define it, and solve geometry problems involving planes in three dimensions.
Objectives:
- Understand the meaning of a plane in vector geometry.
- Write and interpret vector equations of planes.
- Use a point and a normal vector to define a plane.
- Apply plane equations to solve coordinate geometry problems.
- Connect plane equations to lines, distances, and intersections in 3D.
A plane can be thought of as a perfectly flat surface that extends forever in all directions, like a sheet of paper that never ends 📄 In 3D coordinate geometry, we need a way to describe such surfaces mathematically. Vector equations give us a powerful method because they show both where the plane is and how it is oriented.
What Is a Plane and Why Use Vectors?
In 2D, a line can be described by an equation like $ax+by=c$. In 3D, a plane is the equivalent flat surface, but now we need three coordinates: $x$, $y$, and $z$. A plane cannot usually be described by one simple equation in the same way a line can in 2D, so vectors help us express it clearly.
A plane is determined by:
- a point on the plane, and
- a direction that is perpendicular to the plane, called a normal vector.
A normal vector is written as $\mathbf{n}=\langle a,b,c\rangle$ or sometimes $\mathbf{n}=ai+bj+ck$. It points straight out of the plane at a right angle. This is important because every vector lying inside the plane is perpendicular to the normal vector.
If $\mathbf{r}$ is the position vector of a general point $P(x,y,z)$ on the plane, and $\mathbf{a}$ is the position vector of a known point $A(x_0,y_0,z_0)$ on the plane, then the vector $\mathbf{r}-\mathbf{a}$ lies in the plane. Since this vector is perpendicular to the normal vector, we get the key condition:
$$\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$$
This is the vector equation of a plane. It is one of the most important formulas in this topic because it gives a compact way to describe all points on the plane.
The Standard Vector Equation of a Plane
Suppose a plane passes through the point with position vector $\mathbf{a}$ and has normal vector $\mathbf{n}$. Then the plane is described by:
$$\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$$
This means that for any point $P$ on the plane, the vector from $A$ to $P$ is perpendicular to $\mathbf{n}$.
Let us unpack the notation:
- $\mathbf{r}$ is the position vector of any point on the plane.
- $\mathbf{a}$ is the position vector of a fixed point on the plane.
- $\mathbf{n}$ is the normal vector.
- The dot product being zero tells us the vectors are perpendicular.
If $\mathbf{n}=\langle a,b,c\rangle$ and $\mathbf{r}=\langle x,y,z\rangle$, $\mathbf{a}=\langle x_0,y_0,z_0\rangle$, then the equation becomes:
$$a(x-x_0)+b(y-y_0)+c(z-z_0)=0$$
This is often called the Cartesian form of the plane equation.
Example 1: Writing a Plane Equation
Find the equation of the plane through $A(1,2,-1)$ with normal vector $\mathbf{n}=\langle 2,-3,4\rangle$.
Using the formula:
$$2(x-1)-3(y-2)+4(z+1)=0$$
Now expand and simplify:
$$2x-2-3y+6+4z+4=0$$
$$2x-3y+4z+8=0$$
So the plane equation is:
$$2x-3y+4z+8=0$$
This equation includes every point in the plane and only points in the plane.
How to Find a Normal Vector
Sometimes the normal vector is given directly. Other times, you must find it from information such as three points on the plane or two direction vectors within the plane.
From Two Non-Parallel Direction Vectors
If a plane contains two non-parallel vectors $\mathbf{u}$ and $\mathbf{v}$, then a normal vector can be found using the cross product:
$$\mathbf{n}=\mathbf{u}\times\mathbf{v}$$
The cross product gives a vector perpendicular to both $\mathbf{u}$ and $\mathbf{v}$, so it is perpendicular to the whole plane.
Example 2: Finding a Normal Vector
Suppose a plane contains the vectors $\mathbf{u}=\langle 1,2,0\rangle$ and $\mathbf{v}=\langle 2,-1,3\rangle$.
Then
$$\mathbf{n}=\mathbf{u}\times\mathbf{v}$$
Calculate the cross product:
$$\mathbf{n}=\langle 2\cdot 3-0\cdot(-1),\;0\cdot 2-1\cdot 3,\;1\cdot(-1)-2\cdot 2\rangle$$
$$\mathbf{n}=\langle 6,-3,-5\rangle$$
Any non-zero scalar multiple, such as $\langle -6,3,5\rangle$, is also a valid normal vector.
Working with the Plane Equation in Problems
Plane equations are not just for writing nicely formatted expressions. They are used to solve real 3D geometry problems, such as checking whether a point lies on a plane, finding intersections, and measuring distances.
Checking if a Point Lies on a Plane
To test whether a point satisfies a plane equation, substitute its coordinates into the equation.
For example, does $Q(2,1,-1)$ lie on the plane $2x-3y+4z+8=0$?
Substitute:
$$2(2)-3(1)+4(-1)+8=4-3-4+8=5$$
Since $5\neq 0$, the point does not lie on the plane.
Intersection with a Line
A line in vector form is often written as:
$$\mathbf{r}=\mathbf{a}+t\mathbf{d}$$
where $\mathbf{a}$ is a point on the line and $\mathbf{d}$ is its direction vector. To find the point where a line meets a plane, substitute the line equations into the plane equation and solve for $t$.
This is a very common IB-style method because it combines parametric equations with algebraic substitution.
Example 3: Line Meets Plane
Let the line be
$$x=1+t,\quad y=2-t,\quad z=3+2t$$
and the plane be
$$x+y-z=0$$
Substitute the line into the plane:
$$(1+t)+(2-t)-(3+2t)=0$$
Simplify:
$$0-2t=0$$
$$t=0$$
So the intersection point is when $t=0$:
$$\left(1,2,3\right)$$
Why the Dot Product Matters
The dot product is the bridge between vectors and geometry. If two vectors are perpendicular, their dot product is zero:
$$\mathbf{u}\cdot\mathbf{v}=0$$
For a plane, the normal vector is perpendicular to every vector in the plane. That is why the condition
$$\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$$
works so well.
This idea also helps explain why parallel planes have normal vectors that are scalar multiples of each other. If two planes are parallel, they face the same direction in space, even if they are located at different positions.
For example, the planes
$$2x-y+3z=7$$
and
$$4x-2y+6z=5$$
are parallel because their normal vectors $\langle 2,-1,3\rangle$ and $\langle 4,-2,6\rangle$ are scalar multiples.
Common Mistakes to Avoid
When working with plane equations, students, watch out for these common errors:
- Forgetting that the normal vector must be perpendicular to the plane.
- Mixing up a point on the plane with the normal vector.
- Expanding $\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$ incorrectly.
- Missing sign errors when moving terms to one side.
- Substituting line coordinates into the wrong form of the plane equation.
A helpful habit is to check your final answer by substituting the known point into the equation. If the point lies on the plane, the equation should be true.
Conclusion
Vector equations of planes are a powerful part of coordinate geometry in three dimensions. They let you describe a plane using a point and a normal vector, then use that description to solve problems involving points, lines, intersections, and parallelism. In IB Mathematics: Analysis and Approaches HL, this topic shows how algebra and geometry work together to describe space precisely.
If you remember one key idea, make it this:
$$\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$$
This single equation captures the geometry of a plane in a compact and useful form. With practice, you can use it to solve many 3D problems confidently 🚀
Study Notes
- A plane in 3D is a flat surface that extends infinitely in all directions.
- A plane is determined by a point on the plane and a normal vector.
- The vector equation of a plane is:
$$\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0$$
- If $\mathbf{n}=\langle a,b,c\rangle$ and $\mathbf{a}=\langle x_0,y_0,z_0\rangle$, then the plane equation is:
$$a(x-x_0)+b(y-y_0)+c(z-z_0)=0$$
- A normal vector is perpendicular to every vector in the plane.
- The cross product of two non-parallel vectors in a plane gives a normal vector:
$$\mathbf{n}=\mathbf{u}\times\mathbf{v}$$
- To check whether a point lies on a plane, substitute its coordinates into the equation.
- To find the intersection of a line and a plane, substitute the line equations into the plane equation and solve.
- Parallel planes have normal vectors that are scalar multiples of each other.
- The dot product is zero for perpendicular vectors:
$$\mathbf{u}\cdot\mathbf{v}=0$$
- Plane equations are a key link between vectors, lines, and 3D geometry in IB Mathematics: Analysis and Approaches HL.
