Plane Through Three Points (3D) Calculator
This Plane Through Three Points (3D) Calculator helps you find the equation of a plane in three-dimensional space that passes through three given points. First form two direction vectors from the points, then use their cross product to find a normal vector to the plane. Substitute that normal vector and one of the points into the point-normal form and simplify to get the equation. It is a simple way to check answers, understand the method clearly, and practise 3D coordinate geometry step by step.
Step-by-step method
- Identify the three points P₁, P₂, P₃.
- Find two direction vectors in the plane and compute the normal vector n = v × w.
- Use the point-normal plane equation and simplify.
Formula:
Example 1: (1,2,3),(4,0,-1),(2,5,6)
Step 1 - Identify the three points.
In this problem: Use the three given points P₁, P₂, P₃.
Step 2a - Compute two direction vectors in the plane.
In this problem: Compute v = P₂ − P₁ and w = P₃ − P₁.
Step 2b - Write the cross product.
In this problem: The normal vector is n = v × w.
Step 2c - Compute the normal vector.
In this problem: Compute n from v × w.
Step 3a - Write the point-normal plane equation.
In this problem: Use a(x − x₁) + b(y − y₁) + c(z − z₁) = 0.
Step 3b - Substitute values.
In this problem: Use P₁ as the point and n = ⟨a,b,c⟩ as the normal.
Step 3c - Write standard form.
In this problem: Rearrange into ax + by + cz = d.
Final answer: n=<6,-13,11>, plane: 6*x - 13*y + 11*z=13
Example 2: (1/2,0,-3),(3,2,-4),(2,1,1)
Step 1 - Identify the three points.
In this problem: Use the three given points P₁, P₂, P₃.
| 1 |
| 2 |
Step 2a - Compute two direction vectors in the plane.
In this problem: Compute v = P₂ − P₁ and w = P₃ − P₁.
| 5 |
| 2 |
| 3 |
| 2 |
Step 2b - Write the cross product.
In this problem: The normal vector is n = v × w.
Step 2c - Compute the normal vector.
In this problem: Compute n from v × w.
| -23 |
| 2 |
| -1 |
| 2 |
Step 3a - Write the point-normal plane equation.
In this problem: Use a(x − x₁) + b(y − y₁) + c(z − z₁) = 0.
Step 3b - Substitute values.
In this problem: Use P₁ as the point and n = ⟨a,b,c⟩ as the normal.
| 1 |
| 2 |
| -23 |
| 2 |
| -1 |
| 2 |
Step 3c - Write standard form.
In this problem: Rearrange into ax + by + cz = d.
| 23 |
| 2 |
| 1 |
| 2 |
Final answer: n=<9,-23/2,-1/2>, plane: 9*x - 23*y/2 - z/2=6
Sign up or login to get the full step solution for free!