Find angle between two planes 2x+y-z=3 and x-y+2z=5

hard CBSE JEE-MAIN 3 min read

Question

Find the angle between the planes 2x+yz=32x + y - z = 3 and xy+2z=5x - y + 2z = 5.

Solution — Step by Step

For any plane ax+by+cz=dax + by + cz = d, the normal vector is n=ai^+bj^+ck^\vec{n} = a\hat{i} + b\hat{j} + c\hat{k}.

Plane 1: 2x+yz=32x + y - z = 3n1=2i^+j^k^\vec{n_1} = 2\hat{i} + \hat{j} - \hat{k}

Plane 2: xy+2z=5x - y + 2z = 5n2=i^j^+2k^\vec{n_2} = \hat{i} - \hat{j} + 2\hat{k}

The angle θ\theta between two planes equals the angle between their normal vectors:

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

(We take the absolute value to ensure we get the acute angle.)

n1n2=(2)(1)+(1)(1)+(1)(2)=212=1\vec{n_1} \cdot \vec{n_2} = (2)(1) + (1)(-1) + (-1)(2) = 2 - 1 - 2 = -1 n1=22+12+(1)2=4+1+1=6|\vec{n_1}| = \sqrt{2^2 + 1^2 + (-1)^2} = \sqrt{4 + 1 + 1} = \sqrt{6} n2=12+(1)2+22=1+1+4=6|\vec{n_2}| = \sqrt{1^2 + (-1)^2 + 2^2} = \sqrt{1 + 1 + 4} = \sqrt{6} cosθ=166=16\cos\theta = \frac{|-1|}{\sqrt{6} \cdot \sqrt{6}} = \frac{1}{6} θ=cos1 ⁣(16)\boxed{\theta = \cos^{-1}\!\left(\frac{1}{6}\right)}

Why This Works

The angle between two planes is defined as the angle between their normal vectors (specifically, the acute angle between the normals). This works because the normal vector is perpendicular to every direction in the plane — so the angle between the normals directly captures the “tilt” between the planes.

We use the absolute value of the dot product to ensure 0°θ90°0° \leq \theta \leq 90° (the acute angle). If cosθ\cos\theta comes out negative, it means the normals point in roughly opposite directions — but the geometric angle between planes is still the acute version.

Alternative Approach — Check Special Cases

Parallel planes: n1×n2=0\vec{n_1} \times \vec{n_2} = \vec{0} (normals are parallel), or a1a2=b1b2=c1c2\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}.

Perpendicular planes: n1n2=0\vec{n_1} \cdot \vec{n_2} = 0 (normals are perpendicular).

For our planes: n1n2=10\vec{n_1} \cdot \vec{n_2} = -1 \neq 0, so not perpendicular; and the ratios 2111\frac{2}{1} \neq \frac{1}{-1}, so not parallel.

For JEE: this formula works for 3D planes — generalise naturally from 2D lines where angle =tan1m1m21+m1m2= \tan^{-1}\left|\frac{m_1-m_2}{1+m_1m_2}\right|. In 3D, the cosine form with normal vectors is cleaner and avoids undefined cases (like when lines are perpendicular). Always use n1n2|\vec{n_1} \cdot \vec{n_2}| (absolute value) to get the acute angle.

Common Mistake

Students sometimes forget to take the absolute value of n1n2\vec{n_1} \cdot \vec{n_2} in the formula, giving cosθ=16\cos\theta = -\frac{1}{6}, which leads to an obtuse angle θ>90°\theta > 90°. The angle between two planes is always taken as the acute angle (between 0° and 90°). Using the absolute value gives the correct acute angle.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next