Angle Between a Line and a Plane

medium CBSE JEE-MAIN CBSE 2025 Sample Paper 3 min read

Question

A line is given in vector form as r=(i^+2j^+3k^)+λ(i^+k^)\vec{r} = (\hat{i} + 2\hat{j} + 3\hat{k}) + \lambda(\hat{i} + \hat{k}). Find the angle it makes with the plane r(j^+k^)=4\vec{r} \cdot (\hat{j} + \hat{k}) = 4.

(CBSE 2025 Sample Paper)


Solution — Step by Step

From the line equation, the direction vector is b=i^+k^\vec{b} = \hat{i} + \hat{k}, so direction ratios are (1,0,1)(1, 0, 1).

From the plane r(j^+k^)=4\vec{r} \cdot (\hat{j} + \hat{k}) = 4, the normal vector is n=j^+k^\vec{n} = \hat{j} + \hat{k}, so direction ratios are (0,1,1)(0, 1, 1).

The angle θ\theta between a line and a plane satisfies:

sinθ=bnbn\sin \theta = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}||\vec{n}|}

Why sin\sin and not cos\cos? The angle between a line and a plane is measured from the plane, not from the normal. That makes it the complement of the angle between the line and the normal — and sin(90°ϕ)=cosϕ\sin(90° - \phi) = \cos\phi, which flips the formula.

bn=(1)(0)+(0)(1)+(1)(1)=1\vec{b} \cdot \vec{n} = (1)(0) + (0)(1) + (1)(1) = 1 b=12+02+12=2|\vec{b}| = \sqrt{1^2 + 0^2 + 1^2} = \sqrt{2} n=02+12+12=2|\vec{n}| = \sqrt{0^2 + 1^2 + 1^2} = \sqrt{2} sinθ=122=12\sin \theta = \frac{1}{\sqrt{2} \cdot \sqrt{2}} = \frac{1}{2} θ=30°\boxed{\theta = 30°}

Why This Works

The key insight is that a plane has infinitely many lines lying inside it — and the angle between our line and the plane is measured relative to that surface, not relative to the normal sticking out of it.

If ϕ\phi is the angle between the line and the normal, then θ=90°ϕ\theta = 90° - \phi. We know cosϕ=bnbn\cos\phi = \frac{|\vec{b}\cdot\vec{n}|}{|\vec{b}||\vec{n}|}, and since sinθ=cos(90°θ)=cosϕ\sin\theta = \cos(90° - \theta) = \cos\phi, we get the sin\sin formula directly.

We always take the absolute value of bn\vec{b} \cdot \vec{n} because the angle between a line and a plane is defined to lie between 0° and 90°90° — reversing the line’s direction shouldn’t change the answer.


Alternative Method

We can verify using the complement directly.

The angle ϕ\phi between the line b=(1,0,1)\vec{b} = (1, 0, 1) and the normal n=(0,1,1)\vec{n} = (0, 1, 1):

cosϕ=bnbn=122=12    ϕ=60°\cos\phi = \frac{|\vec{b}\cdot\vec{n}|}{|\vec{b}||\vec{n}|} = \frac{1}{\sqrt{2}\cdot\sqrt{2}} = \frac{1}{2} \implies \phi = 60°

Then the angle with the plane is:

θ=90°ϕ=90°60°=30°\theta = 90° - \phi = 90° - 60° = 30°

Same answer, slightly longer. In a 3-mark CBSE question or JEE Main, use the sinθ\sin\theta formula directly — saves 30 seconds and avoids the two-step process.


Common Mistake

The most common error here is writing cosθ=bnbn\cos\theta = \frac{|\vec{b}\cdot\vec{n}|}{|\vec{b}||\vec{n}|} — that’s the formula for the angle between two lines. For a line and a plane, the formula uses sinθ\sin\theta. This single substitution error drops your answer from 30°30° to 60°60°, and in CBSE marking, the method marks go too since the setup is wrong from the start.

Quick memory hook for exams: Line-Line → cos, Line-Plane → sin. When a plane enters the picture, the formula flips. If you remember this one distinction, you will never mix up the two formulas again — and this topic has solid weightage in both CBSE Class 12 and JEE Main.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next