Angle Between a Line and a Plane (3D) Calculator
This Angle Between a Line and a Plane (3D) Calculator helps you find the angle between a line and a plane in three-dimensional space. Use the line’s direction vector and the plane’s normal vector, then apply the angle formula to calculate the result. This shows how the line is inclined relative to the plane. 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 line direction vector v and the plane normal vector n.
- Compute the dot product |v · n|.
- Compute the magnitudes |v| and |n|.
- Use sin(α) = |v · n| / (|v||n|) and solve for α.
Formula:
| |v · n| |
| |v||n| |
Example 1: <2,-1,4>; 2x-3y+4z=10
Step 1 - Identify v (line direction) and n (plane normal).
In this problem: For Ax+By+Cz=d, the normal is n=<A,B,C>. The line gives v=<a,b,c>.
Step 2 - Compute the dot product magnitude |v·n|.
In this problem: Compute v·n and then take absolute value.
Step 3 - Compute magnitudes |v| and |n|.
In this problem: Use |v| = √(a²+b²+c²) and |n| = √(A²+B²+C²).
Step 4a - Substitute solved values into sin(α) = |v·n| / (|v||n|).
In this problem: Use the already-computed |v·n|, |v|, and |n| values.
| |v · n| |
| |v||n| |
| 23 |
| √21 √29 |
Step 4b - Solve for α.
In this problem: Take arcsin to get the angle between the line and the plane.
| 23 |
| √21 √29 |
Final answer: Angle = 180*asin(23*sqrt(609)/609)/pi degrees
Example 2: <1,2,-2>; 2x-y+2z=7
Step 1 - Identify v (line direction) and n (plane normal).
In this problem: For Ax+By+Cz=d, the normal is n=<A,B,C>. The line gives v=<a,b,c>.
Step 2 - Compute the dot product magnitude |v·n|.
In this problem: Compute v·n and then take absolute value.
Step 3 - Compute magnitudes |v| and |n|.
In this problem: Use |v| = √(a²+b²+c²) and |n| = √(A²+B²+C²).
Step 4a - Substitute solved values into sin(α) = |v·n| / (|v||n|).
In this problem: Use the already-computed |v·n|, |v|, and |n| values.
| |v · n| |
| |v||n| |
| 4 |
| √9 √9 |
Step 4b - Solve for α.
In this problem: Take arcsin to get the angle between the line and the plane.
| 4 |
| √9 √9 |
Final answer: Angle = 180*asin(4/9)/pi degrees
Sign up or login to get the full step solution for free!