Plane Equation Calculator
Find the equation of a plane in 3D from three points, a point and normal vector, or a point with two direction vectors, with normal vector and intercepts.
Plane equation from points or a normal vector
English search results for plane equation calculators focus on turning 3D coordinate data into the standard plane equation Ax + By + Cz +. The most common modes are three non-collinear points, a point and normal vector, or a point with two non-parallel directions in the plane.
A, B, and C are the plane normal components; D shifts the plane through the given point.
For three points, the cross product of two in-plane vectors gives the normal vector.
What the calculator returns
- The standard Cartesian plane equation.
- The normal vector and its length.
- A simplified integer coefficient form when possible.
- Axis-intercept status for x, y, and z axes.
- Validation for collinear points, zero normals, and parallel direction vectors.
Examples
| Input | Plane equation |
|---|---|
| (1, 0, 0), (0, 1, 0), (0, 0, 1) | x + y + z - |
| point (0, 0, 2), normal (0, 0, 1) | z - |
| point (0, 0, 0), vectors (1, 0, 0) and (0, 1, 0) |
Frequently Asked Questions
Sources and References
- Plane from 3 Points - Plane Equation CalculatorStarlight Tools
- Plane Equation CalculatorGetZenQuery
- 3 D Plane Through Three Points Equation CalculatorAnalyzeMath
- Equations of Lines and Planes in SpaceOpenStax
Calculations are based on the listed reference sources. Links open in a new tab.
Related Tools
Calculate the perpendicular distance from a 3D point to a plane, with signed distance, orthogonal projection, and plane built from coefficients or three points.
Calculate the distance between two planes in 3D by checking whether they are parallel, coincident, or intersecting, then measuring parallel-plane separation.
Calculate the smaller angle between two planes from their normal vectors or standard plane equations, with degree/radian output and relationship labels.
Find the acute angle between a 3D line and a plane from a direction vector or two points on the line and the plane equation coefficients.