Plane
Plane
A flat surface extending in all directions. Any three noncollinear points lie on one and only one plane. So do any two distinct intersecting lines. A plane is a two-dimensional figure.
Plane You can rotate this figure if your browser is Java-enabled. |
Key Formula
ax+by+cz=d
Where:
- a,b,c = Components of the normal vector to the plane (a vector perpendicular to the plane)
- x,y,z = Coordinates of any point lying on the plane
- d = A constant determined by how far the plane is from the origin
Worked Example
Problem: Find the equation of the plane that passes through the point (2, 1, 3) and has the normal vector n = (1, -2, 4).
Step 1: Write the general equation of a plane using the normal vector components as coefficients.
ax+by+cz=d⟹1⋅x+(−2)⋅y+4⋅z=d
Step 2: Substitute the known point (2, 1, 3) into the equation to solve for d.
1(2)+(−2)(1)+4(3)=d
Step 3: Simplify the arithmetic.
2−2+12=12⟹d=12
Step 4: Write the final equation of the plane.
x−2y+4z=12
Answer: The equation of the plane is x − 2y + 4z = 12.
Another Example
This example differs by starting from three points rather than a given normal vector, requiring the cross product to find the normal vector first.
Problem: Find the equation of the plane that passes through the three points A(1, 0, 0), B(0, 3, 0), and C(0, 0, 2).
Step 1: Form two vectors that lie in the plane using the given points.
AB=B−A=(−1,3,0),AC=C−A=(−1,0,2)
Step 2: Compute the cross product AB × AC to find the normal vector to the plane.
n=AB×AC=i−1−1j30k02=(6,2,3)
Step 3: Use the normal vector (6, 2, 3) and point A(1, 0, 0) to write the equation.
6(x−1)+2(y−0)+3(z−0)=0
Step 4: Expand and simplify.
6x+2y+3z=6
Step 5: Verify with point B(0, 3, 0): 6(0) + 2(3) + 3(0) = 6. ✓ And point C(0, 0, 2): 6(0) + 2(0) + 3(2) = 6. ✓
Answer: The equation of the plane through A, B, and C is 6x + 2y + 3z = 6.
Frequently Asked Questions
What is the difference between a plane and a line in geometry?
A line is one-dimensional — it extends in only two opposite directions and has no width. A plane is two-dimensional — it extends infinitely in all directions along a flat surface. A line can lie entirely within a plane, intersect a plane at a single point, or be parallel to a plane without touching it.
Why do you need three noncollinear points to define a plane?
Two points define only a line, and infinitely many different planes can contain the same line (imagine rotating a sheet of paper around a pencil). A third point that is not on that line 'pins down' the plane so that only one flat surface passes through all three. That is why the points must be noncollinear — if all three were on the same line, the plane would still be ambiguous.
How do you know if a point lies on a given plane?
Substitute the point's coordinates into the plane's equation. If the equation is satisfied (left side equals right side), the point lies on the plane. For example, the point (2, 1, 3) lies on the plane x − 2y + 4z = 12 because 2 − 2 + 12 = 12.
Plane vs. Line
| Plane | Line | |
|---|---|---|
| Dimensions | Two-dimensional (length and width) | One-dimensional (length only) |
| Determined by | Three noncollinear points | Two distinct points |
| Equation in 3D | ax + by + cz = d | Parametric: (x₀ + at, y₀ + bt, z₀ + ct) |
| Extends | Infinitely in all directions on a flat surface | Infinitely in two opposite directions |
| Defined by a normal vector? | Yes — the normal vector is perpendicular to the plane | No — a line uses a direction vector parallel to it |
Why It Matters
Planes appear throughout geometry, physics, and engineering. In coordinate geometry and precalculus, you use plane equations to describe surfaces, find angles between surfaces, and calculate distances from points to flat surfaces. Understanding planes is essential for 3D graphing, multivariable calculus, and applications like computer graphics where every rendered surface is built from small flat planes (polygons).
Common Mistakes
Mistake: Assuming two points are enough to define a unique plane.
Correction: Two points determine only a line. Infinitely many planes can contain that line. You need a third point that is not on the line (noncollinear) to pin down exactly one plane.
Mistake: Confusing the normal vector with a direction vector that lies in the plane.
Correction: The normal vector is perpendicular to the plane, not parallel to it. Its components (a, b, c) become the coefficients in the plane equation ax + by + cz = d. A direction vector within the plane would not directly give you these coefficients.
Related Terms
- Surface — A plane is the simplest type of surface
- Noncollinear — Three noncollinear points determine a unique plane
- Point — Zero-dimensional object that can lie on a plane
- Line — One-dimensional figure that can lie in a plane
- Two Dimensions — A plane is a two-dimensional figure
- Distinct — Two distinct intersecting lines define a plane
- Geometric Figure — A plane is a fundamental geometric figure
