Calculating the equation of a plane is a straightforward mathematical procedure that expands your knowledge of geometry from lines to planes in 3D space! Keep reading this article to learn:
- What is a plane (in geometry)?
- The equation of a plane.
- How to calculate the equation of a plane from a point and the normal vector.
- How to find the equation of a plane from 3 points.
And much more!
What is a plane?
Planes, at least in geometry, don’t fly. A plane is a flat surface (with no curvature) that extends infinitely in two dimensions.
Planes are natural extensions of lines, obtained by adding a dimension. If a vector defines a straight line, then you can generate a plane by making infinite linear combinations of two vectors that aren’t parallel. And yes, you guessed it: adding another vector to the equation generates a three-dimensional space!
The equation of a plane
We can associate each plane with an equation. In its most generic form, the equation has three unknowns (matching the three coordinates , , and of Euclidean space).
where , , and are the coefficients, and is a constant for the plane.
The coefficients , , and can’t all be zero, or in other words:
🙋 Why three coordinates? Well, this again shadows the behavior of a line: the most generic equation of a line has two coordinates, and , even though it is a single-dimensional object.
Calculate the equation of a plane in 3D
To find the equation of a plane requires you to know two elements:
- A point on the plane (); and
- The normal vector to the plane: a vector perpendicular to the surface ().
Three coordinates identify the point :
anchors the plane in space, allowing it to “rotate” but fixing the distance of at least one of its points from the origin. At this point, we need to fix the orientation of the plane.
The normal vector is a fundamental clue that gives information on the plane’s orientation. However, on its own, it doesn’t tell us anything about the plane’s distance from the origin. The normal vector is:
Calculating the equation of a plane involves joining this information about the fixed point and the normal vector in relation to a point that satisfies the equation of the plane (the point belongs to the plane).
What is the geometrical property that calculates the equation of a plane? The dot product: since both points lie on the plane, the vector connecting them lies on the plane as well. This vector is . By definition, the normal vector is perpendicular to the plane; hence, their scalar product is zero. Let’s write this in the formula:
Let’s calculate the vector :
Hence, the scalar product is:
If you have any doubts on this passage, visit our dot product calculator. We proceed with the calculations:
Let’s introduce a new quantity:
We conclude the calculations of the equation of a plane in 3D, then it becomes:
And then, isolating the constant term, we find the equation of a plane in its ultimate form:
Calculate the equation of a plane given 3 points
If you don’t know the normal vector, you can still calculate the equation of a plane from 3 points on its surface. To do so, we need to add a step before calculating the equation of a plane.
Three points on the plane, let’s call them , , and , allow you to define two vectors, say and . These two vectors are not necessarily perpendicular; they can lie at any angle. However, if they aren’t parallel, their cross product is a vector perpendicular to the plane defined by the vectors. Let’s define the two vectors first:
And:
The result of the cross product is the normal vector . The result is pretty long:
Whelp! Anyway, we found our normal vector. Choose a point from the three above, and build the plane equation.
🙋 Our cross product calculator can help you unravel the result above!
Why can we uniquely define the equation of a plane from three points? Imagine defining only two points on the plane: you’d identify a line on the plane, a line that is a rotation axis of the plane, around which the surface can rotate freely. Once you add a third point beyond the line, you “stop” this rotation.
🙋 This procedure is not much different from the one you use to calculate the line equation from two points: the concept is the same!
How do you calculate the equation of plane with missing parameters?
It may happen that some of the parameters of the elements needed to define a plane are missing. Think of a normal vector in the x-y plane, thus with . The generic equation for a plane in this situation would be:
That is:
This looks like the equation of a line. How come? Well, this plane is defined for all in a trivial way: the value of the z-coordinate doesn’t affect the x and y ones.
In the special case of two components of the normal vector that are zero, we’d find an equation in the following form, for example, for the vector :
Or . The resulting plane corresponds to a plane parallel to the yz plane at a distance from the origin.
How to find the equation of a plane with our calculator
Our equation of a plane calculator evaluates the equation of a plane in the blink of an eye as you insert parameters such as a point on the plane and the normal vector.
We understand that knowing the normal vector may not be that common: it’s more likely to know points on the plane. We added the possibility of inserting the three points needed to identify a plane: change option at the top of our tool!
🙋 Our distance from point to plane calculator is another helpful tool for when the number of dimensions begins to climb!
FAQs
How do I find the equation of a plane?
To find the equation of a plane, you need to identify two elements:
- A point on the plane that fixes the distance of the plane from the origin of the coordinates; and
- A normal vector that fixes the orientation of the plane in the three-dimensional space.
Once you define these two elements, you can find the equation of the plane by multiplying the coordinates x, y, and z by the components of the vector, and subtracting the product of the coordinates of the point and the components.
What is the equation of a plane given 3 points?
To find the equations of a plane from 3 points, follow these easy steps:
- Identify three points on the plane: P, Q, and R.
- Find the vectors P-Q and P-R.
- Compute the cross product of the two vectors: the result is the normal vector of the plan.
- Use one of the points as the fixed point on the plane, and find the equation of the plane the usual way.
- If P-Q and P-R are parallel (i.e., the cross product is zero vector), then your points are collinear and don't determine a plane.
What is the equation of a plane where P = (1, 3, -1) and n = ⟨2, 3, -1⟩?
The equation of the plane with P = (1, 3, -1) and n = ⟨2, 3, -1⟩ is 2x + 3y − z = 12. Calculate it with these easy steps:
-
Calculate the product of the point’s coordinates and the normal vector’s component: 1 × 2 = 2, 3 × 3 = 9, and -1 × -1 = 1.
-
Sum the results to calculate the plane’s constant d:
d = 2 + 9 + 1 = 12
-
Multiply the coordinates x, y, and z by the vector’s component, sum the results, and equate it to d:
2x + 3y - z = 12
What is the equation of the xy plane?
The equation of the xy plane is z = 0. In this equation, every possible pair of coordinates (x, y) is allowed. The value of the right-hand side tells you that the distance of this plane from the origin is 0, which makes the plane correspond to the xy plane.