Equation of Plane in Normal Form

medium CBSE JEE-MAIN JEE Main 2023 4 min read

Question

A plane is at a perpendicular distance of 5 units from the origin. The unit normal to the plane is n^=13(2i^j^+2k^)\hat{n} = \frac{1}{3}(2\hat{i} - \hat{j} + 2\hat{k}). Write the vector equation of the plane and convert it to Cartesian form.


Solution — Step by Step

Any plane can be described by two things: the direction perpendicular to it (the normal) and how far it sits from the origin. If n^\hat{n} is the unit normal and dd is that perpendicular distance, then for any point r\vec{r} on the plane, the component of r\vec{r} along n^\hat{n} must equal dd.

This gives us the vector equation directly: rn^=d\vec{r} \cdot \hat{n} = d.

We’re given n^=13(2i^j^+2k^)\hat{n} = \frac{1}{3}(2\hat{i} - \hat{j} + 2\hat{k}). Let’s confirm it’s actually a unit vector:

n^=1322+(1)2+22=134+1+4=13×3=1|\hat{n}| = \frac{1}{3}\sqrt{2^2 + (-1)^2 + 2^2} = \frac{1}{3}\sqrt{4 + 1 + 4} = \frac{1}{3} \times 3 = 1 \checkmark

Always verify this — if n^\hat{n} is not a unit vector, the "dd" you get won’t be the perpendicular distance.

We have n^=13(2i^j^+2k^)\hat{n} = \frac{1}{3}(2\hat{i} - \hat{j} + 2\hat{k}) and d=5d = 5.

r13(2i^j^+2k^)=5\vec{r} \cdot \frac{1}{3}(2\hat{i} - \hat{j} + 2\hat{k}) = 5

This is the vector equation of the plane.

Substitute r=xi^+yj^+zk^\vec{r} = x\hat{i} + y\hat{j} + z\hat{k} and carry out the dot product:

13(2xy+2z)=5\frac{1}{3}(2x - y + 2z) = 5

Multiply both sides by 3:

2xy+2z=15\boxed{2x - y + 2z = 15}

Why This Works

The key insight is that rn^\vec{r} \cdot \hat{n} gives the scalar projection of r\vec{r} onto n^\hat{n}. For any point on the plane, this projection is always the same value — the perpendicular distance dd from the origin. Points off the plane have a different projection value.

This is why we need n^\hat{n} specifically as a unit vector. If we used a general normal n\vec{n} instead, the equation becomes rn=dn\vec{r} \cdot \vec{n} = d|\vec{n}|, which is the more general form. The normal form is the clean, normalized version.

The Cartesian conversion is mechanical — just expand the dot product with r=(x,y,z)\vec{r} = (x, y, z). The coefficient of xx is the i^\hat{i}-component of n\vec{n}, and so on.


Alternative Method

If you’re given the Cartesian equation first and need to find dd (the perpendicular distance from origin), use the formula directly:

For the plane ax+by+cz=pax + by + cz = p, the perpendicular distance from origin is:

d=pa2+b2+c2d = \frac{p}{\sqrt{a^2 + b^2 + c^2}}

Here, 2xy+2z=152x - y + 2z = 15 gives d=154+1+4=153=5d = \frac{15}{\sqrt{4+1+4}} = \frac{15}{3} = 5. ✓

This cross-check is useful in exams — if your dd doesn’t match the given value, you’ve made an error somewhere in the normal computation.

In JEE Main, this formula is often tested in reverse: you’re given a plane like 4x3y+5z=104x - 3y + 5z = 10 and asked for the perpendicular distance from origin. Just divide the RHS by a2+b2+c2\sqrt{a^2+b^2+c^2}. No need to fully derive the unit normal.


Common Mistake

The classic error: students write the equation as rn=d\vec{r} \cdot \vec{n} = d using the non-unit normal vector, then take d=5d = 5 directly. This is wrong.

If the given normal is n=2i^j^+2k^\vec{n} = 2\hat{i} - \hat{j} + 2\hat{k} (without the 13\frac{1}{3}), the correct equation would be rn=5×n=5×3=15\vec{r} \cdot \vec{n} = 5 \times |\vec{n}| = 5 \times 3 = 15, giving 2xy+2z=152x - y + 2z = 15.

The final Cartesian answer is the same, but the vector equation rn=d\vec{r} \cdot \vec{n} = d is only valid when n\vec{n} is a unit vector. Mixing up the two forms — especially in MCQ derivation questions from JEE Main 2023 pattern — costs marks.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next