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:
\(\cos\left(\theta\right) = \frac{\left|\vec{n}_{1} \cdot \vec{n}_{2}\right|}{\left|\vec{n}_{1}\right|\left|\vec{n}_{2}\right|}\)
Login and upgrade to Pro to unlock the full step solution.