Angle Between Two Planes (3D)
This calculator finds the angle between two planes in 3D. Enter input like Ax+By+Cz=d; A2x+B2y+C2z=d2. Example: 2x-3y+4z=10; x+4y-2z=7.
Step-by-step method
- Identify the normal vectors n₁ and n₂ from the two planes.
- Compute the dot product |n₁ · n₂|.
- Compute the magnitudes |n₁| and |n₂|.
- Use cos(θ) = |n₁ · n₂| / (|n₁||n₂|) and solve for θ.
Formula:
| |n₁ · n₂| |
| |n₁||n₂| |
Example 1: 2x-3y+4z=10; x+4y-2z=7
Step 1 - Identify the two plane normals n₁ and n₂.
In this problem: For each plane Ax+By+Cz=d, the normal is n=<A,B,C>.
Step 2 - Compute |n₁·n₂|.
In this problem: Compute the dot product and take absolute value.
Step 3 - Compute |n₁| and |n₂|.
In this problem: Use |n| = √(A²+B²+C²).
Step 4a - Substitute solved values into cos(θ).
In this problem: Use cos(θ)=|n₁·n₂|/(|n₁||n₂|) with the computed numbers.
| |n₁ · n₂| |
| |n₁||n₂| |
| 18 |
| √29 √21 |
Step 4b - Solve for θ.
In this problem: Take arccos to get the angle between the planes.
| 18 |
| √29 √21 |
Final answer: Angle = 180*acos(6*sqrt(609)/203)/pi degrees
Example 2: x+y+z=6; 2x-y+2z=7
Step 1 - Identify the two plane normals n₁ and n₂.
In this problem: For each plane Ax+By+Cz=d, the normal is n=<A,B,C>.
Step 2 - Compute |n₁·n₂|.
In this problem: Compute the dot product and take absolute value.
Step 3 - Compute |n₁| and |n₂|.
In this problem: Use |n| = √(A²+B²+C²).
Step 4a - Substitute solved values into cos(θ).
In this problem: Use cos(θ)=|n₁·n₂|/(|n₁||n₂|) with the computed numbers.
| |n₁ · n₂| |
| |n₁||n₂| |
| 3 |
| √3 √9 |
Step 4b - Solve for θ.
In this problem: Take arccos to get the angle between the planes.
| 3 |
| √3 √9 |
Final answer: Angle = 180*acos(sqrt(3)/3)/pi degrees
Sign up or login to get the full step solution for free!