Vector Equation of a Plane
A plane is determined by a point and a normal vector. All points r on the plane satisfy (r โ rโ)ยทn = 0. Point-normal, general, and intercept forms.
Did our AI summary help? Let us know.
Plane through origin has D=0 in general form. Distance from point to plane uses the normal vector. Two non-parallel planes intersect in a line.
Ready to run the numbers?
Why: Plane equations are used in collision detection, clipping, and 3D graphics.
How: Given point rโ and normal n=(a,b,c), the plane is a(xโxโ)+b(yโyโ)+c(zโzโ)=0. Expand to get general form Ax+By+Cz+D=0.
Run the calculator when you are ready.
Sample Examples
Input
Point on Plane
Normal Vector
Results
Step-by-Step
Point rโ = (1, 2, 3)
Normal n = (1, 1, 1)
Point-normal: a(x-xโ) + b(y-yโ) + c(z-zโ) = 0
General: Ax + By + Cz + D = 0, D = -d = -6
Intercept form: x/6 + y/6 + z/6 = 1
For educational and informational purposes only. Verify with a qualified professional.
๐งฎ Fascinating Math Facts
Planes are used in collision detection and clipping.
โ Graphics
SVM uses hyperplanes (n-dimensional planes).
โ ML
Key Takeaways
- Point-normal form: .
- General form: with .
- Intercept form: when plane has non-zero intercepts.
- Normal vector must be non-zero.
- Parallel planes have proportional normals.
Did You Know?
Understanding
A plane is determined by a point and a normal vector. All points r on the plane satisfy .
Expert Tips
FAQ
A: Not a valid plane.
A: n = (Pโ-Pโ)ร(Pโ-Pโ), use one point as rโ.
A: .
A: When corresponding normal component is zero.
A: Substitute line parametric into plane equation, solve for t.
A: Graphics, physics, robotics, machine learning.
A: Yes, when plane passes through origin.
How to Use
- Enter point on plane (xโ, yโ, zโ).
- Enter normal vector (a, b, c).
- View point-normal, general, and intercept forms.
Disclaimer
Normal vector must be non-zero. Intercept form is only valid when plane does not pass through origin and has non-zero intercepts on all axes.
Related Calculators
Vector Line Equation Calculator
Vector Line Equation Calculator - Calculate and learn about coordinate-geometry concepts
MathematicsCircle Equation Calculator
Circle Equation Calculator - Calculate and learn about coordinate-geometry concepts
MathematicsEllipse Equation Calculator
Ellipse Equation Calculator - Calculate and learn about coordinate-geometry concepts
MathematicsParabola Equation Calculator
Parabola Equation Calculator - Calculate and learn about coordinate-geometry concepts
MathematicsSphere Equation Calculator
Sphere Equation Calculator - Calculate and learn about coordinate-geometry concepts
MathematicsVector Calculator
Vector Calculator - Calculate and learn about coordinate-geometry concepts
Mathematics