Solve line plane geometry using vectors and normals. See steps, projections, validation, and plotted insight. Use responsive inputs and export polished results easily today.
Results appear above this form after calculation.
Plane normal: For Ax + By + Cz + D = 0, the normal vector is n = (A, B, C).
Line direction: If the line is defined by two points, then d = P2 - P1.
Angle with plane: sin(θ) = |d·n| / (|d||n|)
Angle with normal: cos(α) = |d·n| / (|d||n|)
Relationship: θ = 90° - α
The coefficient D moves the plane without changing its normal direction, so it affects position checks but not the angle itself.
Absolute value keeps the reported angle acute, which is the standard line-plane angle in geometry and vector analysis.
| Case | Line input | Plane | Direction vector | Angle with plane | Classification |
|---|---|---|---|---|---|
| Example 1 | Direction: (2, 3, 6) | 2x - y + 2z - 7 = 0 | <2, 3, 6> | 38.2410° | Oblique intersection |
| Example 2 | P1(1, 2, 1), P2(5, 3, 4) | x + 2y - 2z + 6 = 0 | <4, 1, 3> | 0.0000° | Parallel to the plane |
| Example 3 | Direction: (1, 0, 0) | x = 0 | <1, 0, 0> | 90.0000° | Perpendicular to the plane |
It is the acute angle between the line and its projection onto the plane. In practice, it is found from the line direction vector and the plane normal vector.
For Ax + By + Cz + D = 0, the coefficients A, B, and C point perpendicular to the plane. That perpendicular direction is exactly the normal vector used in the calculation.
The dot product ratio directly gives the cosine of the angle with the normal, but the line-plane angle is complementary to that. Using arcsine returns the plane angle directly.
A 0° result means the line is parallel to the plane. If you use two-point mode and both points satisfy the plane equation, the line actually lies in the plane.
A 90° result means the line is perpendicular to the plane. In this case, the line direction and the plane normal point in the same or opposite directions.
No. D changes the plane position in space, not its orientation. The angle depends on the normal direction, so only A, B, and C affect the angle itself.
Use two-point mode when the line is known from coordinates or when you want position-based checks. It can help distinguish a line lying in the plane from one merely parallel to it.
The most common errors are a zero direction vector, plane coefficients with A = B = C = 0, or entering the same point twice in two-point mode.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.