All solutions
MathsJEE Main

Angle Between Two Planes Using Direction Cosines

Learn how to find the angle between two planes using their normal vectors and direction cosines with this JEE Main 3D Geometry solution.

3 min readPublished 4 June 2026
3D Geometrynormal vectors of planes

Concept Overview

This question tests your understanding of 3D geometry, specifically how to determine the angle between two planes. The core idea is that the angle between two planes is defined as the angle between their normal vectors. We will use the dot product of these normal vectors, expressed in terms of their direction cosines, to find this angle.

Step 1: Understand the equation of a plane. The general equation of a plane in 3D space is given by Ax+By+Cz+D=0Ax + By + Cz + D = 0. The coefficients AA, BB, and CC represent the components of a vector that is normal (perpendicular) to the plane. Let's call this normal vector n\vec{n}.

n=Ai^+Bj^+Ck^\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}

Step 2: Identify the normal vectors for the given planes. Suppose we have two planes with equations: Plane 1: A1x+B1y+C1z+D1=0A_1x + B_1y + C_1z + D_1 = 0 Plane 2: A2x+B2y+C2z+D2=0A_2x + B_2y + C_2z + D_2 = 0

The normal vector for Plane 1 is n1=A1i^+B1j^+C1k^\vec{n_1} = A_1\hat{i} + B_1\hat{j} + C_1\hat{k}. The normal vector for Plane 2 is n2=A2i^+B2j^+C2k^\vec{n_2} = A_2\hat{i} + B_2\hat{j} + C_2\hat{k}.

Step 3: Recall the formula for the angle between two vectors. The angle θ\theta between two non-zero vectors a\vec{a} and b\vec{b} can be found using the dot product formula:

ab=abcosθ\vec{a} \cdot \vec{b} = |\vec{a}| |\vec{b}| \cos \theta

Rearranging this, we get:

cosθ=abab\cos \theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}| |\vec{b}|}

Step 4: Apply the formula to the normal vectors of the planes. The angle between the two planes is the angle between their normal vectors n1\vec{n_1} and n2\vec{n_2}. Using the formula from Step 3:

cosθ=n1n2n1n2\cos \theta = \frac{\vec{n_1} \cdot \vec{n_2}}{|\vec{n_1}| |\vec{n_2}|}

The dot product n1n2\vec{n_1} \cdot \vec{n_2} is calculated as (A1A2+B1B2+C1C2)(A_1A_2 + B_1B_2 + C_1C_2). The magnitudes n1|\vec{n_1}| and n2|\vec{n_2}| are calculated as A12+B12+C12\sqrt{A_1^2 + B_1^2 + C_1^2} and A22+B22+C22\sqrt{A_2^2 + B_2^2 + C_2^2} respectively.

Step 5: Consider the acute angle between the planes. The angle between two planes is conventionally taken to be the acute angle. The dot product formula can yield a negative cosine value if the angle is obtuse. To ensure we get the acute angle (between 00^\circ and 9090^\circ), we take the absolute value of the dot product:

cosθ=A1A2+B1B2+C1C2A12+B12+C12A22+B22+C22\cos \theta = \frac{|A_1A_2 + B_1B_2 + C_1C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}}

From this, we can find θ=cos1(A1A2+B1B2+C1C2A12+B12+C12A22+B22+C22)\theta = \cos^{-1}\left(\frac{|A_1A_2 + B_1B_2 + C_1C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}}\right).

Step 6: Relate to Direction Cosines (Optional but good to know). If the direction cosines of the normal vectors are (l1,m1,n1)(l_1, m_1, n_1) and (l2,m2,n2)(l_2, m_2, n_2), then the equation of the planes can be written in a normalized form. In this case, the formula simplifies to:

cosθ=l1l2+m1m2+n1n2\cos \theta = |l_1l_2 + m_1m_2 + n_1n_2|

This is because if (l,m,n)(l, m, n) are direction cosines, then l2+m2+n2=1l^2 + m^2 + n^2 = 1, so the magnitudes of the normal vectors are 1. The coefficients A,B,CA, B, C in the general equation are proportional to the direction cosines.

Key Takeaways:

  • The angle between two planes is equal to the angle between their normal vectors.
  • The normal vector to a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0 is n=Ai^+Bj^+Ck^\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}.
  • The cosine of the angle θ\theta between two planes is given by cosθ=n1n2n1n2\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}| |\vec{n_2}|}.

Answer: The angle θ\theta between two planes A1x+B1y+C1z+D1=0A_1x + B_1y + C_1z + D_1 = 0 and A2x+B2y+C2z+D2=0A_2x + B_2y + C_2z + D_2 = 0 is given by θ=cos1(A1A2+B1B2+C1C2A12+B12+C12A22+B22+C22)\theta = \cos^{-1}\left(\frac{|A_1A_2 + B_1B_2 + C_1C_2|}{\sqrt{A_1^2 + B_1^2 + C_1^2} \sqrt{A_2^2 + B_2^2 + C_2^2}}\right).

More Maths solutions

Still stuck after reading this?

Ask JEE Genius — the AI tutor walks through every step and cites the exact past-paper source.

Open the chat →