In short

When two planes intersect, they form a dihedral angle. There are exactly two planes that bisect this angle — one for the acute side and one for the obtuse side. A point lies on a bisector plane if and only if it is equidistant from both original planes. The equations of the bisectors come directly from setting the two perpendicular distances equal, and a simple sign test tells you which bisector contains the origin and which one splits the acute angle.

Stand at the corner where two walls of a room meet. Hold a flat sheet of cardboard so it fits perfectly into the corner, making equal angles with both walls. That cardboard is lying along a bisector plane — a plane that splits the dihedral angle between the two walls into two equal halves.

But there is a second position for the cardboard. Instead of fitting into the acute corner, tilt it the other way so it bisects the obtuse opening between the walls on the outside. Two walls, two bisector planes — one for each pair of vertical angles formed at the line of intersection.

In 2D, when two lines cross, the angle bisectors are lines. In 3D, when two planes cross, the angle bisectors are planes. The idea is the same — equidistance — but the algebra lives in three dimensions. The payoff is a clean formula that handles every case.

The key idea: equidistance

Here is the principle that makes everything work. A point lies on the bisector of two planes if and only if its perpendicular distance from one plane equals its perpendicular distance from the other.

Think about why this is true. If a point P is equidistant from two planes P_1 and P_2, then the perpendicular feet from P to both planes are at the same distance. That means P lies on a plane that makes equal angles with both P_1 and P_2 — which is exactly the definition of an angle bisector. Conversely, if P lies on the angle bisector, the symmetry forces equal distances to both planes. Equidistance and angle-bisecting are the same condition, just described differently.

Equidistance principle for bisector planes A point P sits between two planes. Perpendicular lines drop from P to each plane, and both distances are marked as equal with the letter d. The bisector plane passes through P. P d d P₁ P₂ bisector
The equidistance principle. Point $P$ on the bisector plane is at the same perpendicular distance $d$ from both original planes. The right-angle markers at the feet of the perpendiculars confirm the distances are measured perpendicularly.

This is the same principle behind angle bisectors of two lines in 2D. The only difference is that "distance from a line" becomes "distance from a plane."

Recall: the perpendicular distance from a point (x_1, y_1, z_1) to the plane ax + by + cz + d = 0 is

\frac{|ax_1 + by_1 + cz_1 + d|}{\sqrt{a^2 + b^2 + c^2}}

The absolute value in the numerator means the distance is always non-negative. But for bisector planes, you will need to work with the signed version — the expression without the absolute value — because the sign tells you which side of the plane the point sits on. A point on one side of the plane gives a positive numerator; a point on the other side gives a negative numerator. The magnitude is the same in both cases — only the sign changes. This sign information is what separates the two bisector planes.

Deriving the equation of bisector planes

Take two planes:

P_1:\; a_1x + b_1y + c_1z + d_1 = 0
P_2:\; a_2x + b_2y + c_2z + d_2 = 0

A point (x, y, z) lies on a bisector plane exactly when its perpendicular distances from P_1 and P_2 are equal. Using the signed distance formula:

\frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = \pm\;\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}}

The \pm is doing real work. There are two cases:

Case 1 (positive sign):

\frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = +\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}}

This says the signed distances are equal — the point is on the same side of both planes (or on the same-side pair). This gives one bisector plane.

Case 2 (negative sign):

\frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = -\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}}

This says the signed distances are equal in magnitude but opposite in sign — the point is on opposite sides of the two planes. This gives the other bisector plane.

Together, these two equations give you both bisector planes. Write them compactly as:

Equation of bisector planes

Given two planes a_1x + b_1y + c_1z + d_1 = 0 and a_2x + b_2y + c_2z + d_2 = 0, the two bisector planes are

\frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = \pm\;\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}}

The positive sign gives one bisector and the negative sign gives the other.

Notice what this formula is really saying. Every point on the first bisector plane is equidistant from both original planes and lies on the same side of both. Every point on the second bisector plane is also equidistant from both, but it lies between the two planes — on opposite sides.

Positive and negative sign bisectors Two planes forming four regions. The positive-sign bisector passes through the regions where the signed distances from both planes have the same sign. The negative-sign bisector passes through the regions where the signed distances have opposite signs. P₁ P₂ +, + −, + −, − +, − + bisector − bisector
The four regions created by two intersecting planes. The labels $(+, +)$ and $(-, -)$ mark regions where the signed distances from $P_1$ and $P_2$ have the same sign — the positive-sign bisector passes through these. The labels $(+, -)$ and $(-, +)$ mark regions of opposite signs — the negative-sign bisector passes through these.

Which bisector contains the origin?

In many problems — especially in JEE — you need to identify which of the two bisector planes contains the origin. There is a clean test.

Step 1. Arrange both plane equations so that the constant terms d_1 and d_2 have the same sign (both positive or both negative). If they don't, multiply one equation through by -1.

Step 2. After this arrangement, the bisector plane given by the positive sign contains the origin.

Why does this work? The origin (0, 0, 0) has signed distance d_1 / \sqrt{a_1^2 + b_1^2 + c_1^2} from P_1 and d_2 / \sqrt{a_2^2 + b_2^2 + c_2^2} from P_2. If d_1 and d_2 have the same sign, both signed distances have the same sign, so the origin satisfies the positive-sign equation. If they had opposite signs, the origin would satisfy the negative-sign equation — but you fixed that by flipping one equation first.

This is a standard trick. Make the constants agree in sign, and then the positive bisector is the one the origin lives on.

Acute vs. obtuse bisector

The two bisector planes split the dihedral angle into two pairs of vertical angles — one pair acute, one pair obtuse (unless the original planes are perpendicular, in which case both bisectors make 45° angles and the distinction vanishes).

To decide which bisector is the acute-angle bisector, use the following test.

Step 1. Compute the angle \theta between the normals of the two original planes:

\cos\theta = \frac{|a_1 a_2 + b_1 b_2 + c_1 c_2|}{\sqrt{a_1^2 + b_1^2 + c_1^2}\;\sqrt{a_2^2 + b_2^2 + c_2^2}}

Step 2. Pick any point on one of the bisector planes (a convenient one — often you can set two coordinates to zero and solve for the third). Check the angle this bisector makes with one of the original planes.

There is also a more direct algebraic test. After ensuring d_1 and d_2 have the same sign:

The logic behind this rule requires careful reasoning. The dot product of the normals is |\mathbf{n}_1||\mathbf{n}_2|\cos\theta, where \theta is the angle between the normal vectors. The dihedral angle between the planes is either \theta or \pi - \theta, depending on the normal orientations.

After ensuring both d_1 and d_2 are positive, the normals \mathbf{n}_1 = (a_1, b_1, c_1) and \mathbf{n}_2 = (a_2, b_2, c_2) both point toward the side of their respective planes that contains the origin (since the origin makes both plane expressions positive). The origin sits in the region where both normals "agree" — the region bounded by both planes on the same side. When the dot product a_1a_2 + b_1b_2 + c_1c_2 is negative, the normals point in roughly opposite directions, meaning the dihedral angle on the origin's side is acute. So the origin-containing (positive-sign) bisector is the acute bisector. When the dot product is positive, the normals point in roughly the same direction, the dihedral angle on the origin's side is obtuse, and the origin-containing bisector is the obtuse bisector.

Two intersecting planes and their bisector planes A perspective diagram of two planes intersecting along a line. Two bisector planes are shown as dashed surfaces, one bisecting the acute dihedral angle and one bisecting the obtuse dihedral angle. The acute and obtuse angles are labelled. P₁ P₂ Bisector 1 Bisector 2 line of intersection acute obtuse
Two planes $P_1$ and $P_2$ intersecting along a vertical line. The two bisector planes (dashed) split the dihedral angle — one bisects the acute angle, the other bisects the obtuse angle.

Summary of the decision procedure

Decision flowchart for classifying bisector planes A flowchart with three steps. Step 1: make d1 and d2 same sign. Step 2: write the plus and minus bisectors. Step 3: check the dot product of normals to classify acute vs obtuse. Make d₁, d₂ same sign + sign → origin − sign → other n₁·n₂ < 0 → origin = acute n₁·n₂ > 0 → origin = obtuse Step 1 Step 2 Step 3
The three-step decision procedure. Adjust constant-term signs, write the bisectors, then use the dot product of normals to classify acute vs. obtuse.

Here is the full algorithm for finding and classifying bisector planes, laid out for reference.

  1. Write both planes in the form a_i x + b_i y + c_i z + d_i = 0.

  2. If d_1 and d_2 have opposite signs, multiply one equation by -1 so both constants are positive (or both negative).

  3. The two bisector planes are obtained by setting:

    \frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = +\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}} \quad \text{(contains origin)}
    \frac{a_1x + b_1y + c_1z + d_1}{\sqrt{a_1^2 + b_1^2 + c_1^2}} = -\frac{a_2x + b_2y + c_2z + d_2}{\sqrt{a_2^2 + b_2^2 + c_2^2}} \quad \text{(does not contain origin)}
  4. Compute a_1 a_2 + b_1 b_2 + c_1 c_2. If negative, the origin-bisector is the acute bisector. If positive, it is the obtuse bisector.

Example 1: Find the bisector planes of 2x + y − 2z + 3 = 0 and 3x − 2y + 6z + 8 = 0

Step 1. Identify the two planes and their components.

P_1:\; 2x + y - 2z + 3 = 0 \quad \Rightarrow \quad a_1 = 2,\; b_1 = 1,\; c_1 = -2,\; d_1 = 3
P_2:\; 3x - 2y + 6z + 8 = 0 \quad \Rightarrow \quad a_2 = 3,\; b_2 = -2,\; c_2 = 6,\; d_2 = 8

Why: both d_1 = 3 and d_2 = 8 are positive, so no sign adjustment is needed.

Step 2. Compute the denominators.

\sqrt{a_1^2 + b_1^2 + c_1^2} = \sqrt{4 + 1 + 4} = \sqrt{9} = 3
\sqrt{a_2^2 + b_2^2 + c_2^2} = \sqrt{9 + 4 + 36} = \sqrt{49} = 7

Why: these are the magnitudes of the normal vectors, needed to normalise the distance formulas.

Step 3. Set up the bisector equation.

\frac{2x + y - 2z + 3}{3} = \pm\;\frac{3x - 2y + 6z + 8}{7}

Why: equating the signed perpendicular distances from a general point (x, y, z) to both planes.

Step 4. Expand the positive case (origin-containing bisector).

7(2x + y - 2z + 3) = 3(3x - 2y + 6z + 8)
14x + 7y - 14z + 21 = 9x - 6y + 18z + 24
5x + 13y - 32z - 3 = 0

And the negative case:

7(2x + y - 2z + 3) = -3(3x - 2y + 6z + 8)
14x + 7y - 14z + 21 = -9x + 6y - 18z - 24
23x + y + 4z + 45 = 0

Why: cross-multiplying eliminates the fractions. Each sign choice gives a different bisector plane.

Step 5. Classify acute vs. obtuse.

a_1 a_2 + b_1 b_2 + c_1 c_2 = (2)(3) + (1)(-2) + (-2)(6) = 6 - 2 - 12 = -8

Since this is negative, the origin-containing bisector 5x + 13y - 32z - 3 = 0 is the acute angle bisector.

Result: The two bisector planes are 5x + 13y - 32z - 3 = 0 (acute, contains origin) and 23x + y + 4z + 45 = 0 (obtuse).

A 2D cross-section (setting $z = 0$) shows the two original planes as solid lines and the two bisector planes as dashed lines. The acute bisector (red dashed) and the obtuse bisector (dotted) are clearly visible splitting the angles between the original planes.

The cross-section confirms the algebra: the dashed bisector sits in the acute angle between the two solid lines, and the dotted one sits in the obtuse angle.

Example 2: Bisector planes of x − 2y + 2z − 4 = 0 and 2x + y − 2z + 3 = 0

Step 1. Read off the coefficients and check the constant terms.

P_1:\; x - 2y + 2z - 4 = 0 \quad \Rightarrow \quad d_1 = -4
P_2:\; 2x + y - 2z + 3 = 0 \quad \Rightarrow \quad d_2 = 3

The constants have opposite signs (d_1 < 0, d_2 > 0). Multiply P_1 by -1:

P_1':\; -x + 2y - 2z + 4 = 0

Now d_1 = 4 > 0 and d_2 = 3 > 0.

Why: aligning the signs of the constant terms ensures the positive-sign bisector contains the origin.

Step 2. Compute the denominators.

\sqrt{(-1)^2 + 2^2 + (-2)^2} = \sqrt{1 + 4 + 4} = 3
\sqrt{2^2 + 1^2 + (-2)^2} = \sqrt{4 + 1 + 4} = 3

Why: both normal vectors happen to have the same magnitude, which simplifies the algebra.

Step 3. Since both denominators are 3, the bisector equation simplifies beautifully.

\frac{-x + 2y - 2z + 4}{3} = \pm\;\frac{2x + y - 2z + 3}{3}

The 3's cancel:

-x + 2y - 2z + 4 = \pm(2x + y - 2z + 3)

Why: equal denominators make this problem particularly clean — no fractions survive.

Step 4. Positive sign (origin-containing bisector):

-x + 2y - 2z + 4 = 2x + y - 2z + 3
-3x + y + 1 = 0 \quad \Rightarrow \quad 3x - y - 1 = 0

Negative sign:

-x + 2y - 2z + 4 = -(2x + y - 2z + 3)
-x + 2y - 2z + 4 = -2x - y + 2z - 3
x + 3y - 4z + 7 = 0

Why: the -2z terms cancel in the first case, giving a bisector plane whose equation does not involve z at all — it is perpendicular to the xy-plane.

Step 5. Classify. Using the adjusted coefficients a_1 = -1, b_1 = 2, c_1 = -2:

a_1 a_2 + b_1 b_2 + c_1 c_2 = (-1)(2) + (2)(1) + (-2)(-2) = -2 + 2 + 4 = 4

Since this is positive, the origin-containing bisector 3x - y - 1 = 0 is the obtuse angle bisector. The other bisector x + 3y - 4z + 7 = 0 is the acute angle bisector.

Result: Bisector planes are 3x - y - 1 = 0 (obtuse, contains origin) and x + 3y - 4z + 7 = 0 (acute).

Cross-section at $z = 0$: the two original planes appear as solid lines, and the bisectors as dashed (obtuse, containing origin) and dotted (acute) lines. The acute bisector sits in the smaller angle between the original planes.

The picture confirms that the dotted line (acute bisector) splits the narrower angle, while the dashed line (obtuse bisector) splits the wider one.

Common confusions

Going deeper

If you came here to learn the bisector plane formula and the classification tests, you have everything you need. The rest of this section is for readers who want to see the geometric structure more clearly and understand why the two bisectors are always perpendicular.

Why the two bisector planes are perpendicular

This is a fact worth proving. Let \hat{\mathbf{n}}_1 and \hat{\mathbf{n}}_2 be the unit normals to the two original planes. The bisector planes have normals that are proportional to \hat{\mathbf{n}}_1 + \hat{\mathbf{n}}_2 and \hat{\mathbf{n}}_1 - \hat{\mathbf{n}}_2.

Compute their dot product:

(\hat{\mathbf{n}}_1 + \hat{\mathbf{n}}_2) \cdot (\hat{\mathbf{n}}_1 - \hat{\mathbf{n}}_2) = |\hat{\mathbf{n}}_1|^2 - |\hat{\mathbf{n}}_2|^2 = 1 - 1 = 0

The dot product is zero, so the two normals are perpendicular. Therefore the two bisector planes are perpendicular to each other. This is exactly analogous to the 2D result that the two angle bisectors of intersecting lines are perpendicular.

You can verify this with Example 2 above. The normals of the two bisectors are (3, -1, 0) and (1, 3, -4):

(3)(1) + (-1)(3) + (0)(-4) = 3 - 3 + 0 = 0 \quad \checkmark

Connection to the 2D angle bisector formula

In 2D, the angle bisectors of two lines a_1 x + b_1 y + c_1 = 0 and a_2 x + b_2 y + c_2 = 0 are given by:

\frac{a_1 x + b_1 y + c_1}{\sqrt{a_1^2 + b_1^2}} = \pm\;\frac{a_2 x + b_2 y + c_2}{\sqrt{a_2^2 + b_2^2}}

The bisector plane formula is exactly the same equation, with the z-terms added. The principle — equidistance — is identical in any number of dimensions. If you already know the 2D angle bisector formula well, the 3D version requires no new ideas at all.

Bisecting specific dihedral angles

Some textbook problems ask for the bisector of the angle that contains a specific point (not the origin). The method is the same: substitute the point into both signed distance expressions, check whether the signs match, and pick the corresponding bisector. If both signed distances have the same sign at the test point, the positive-sign bisector contains it. If they have opposite signs, the negative-sign bisector does.

This generalises the origin test: the origin is just one particular test point that happens to have coordinates (0, 0, 0), making the signed distances reduce to d_1/\sqrt{\cdots} and d_2/\sqrt{\cdots}.

Bisector of the angle containing a given point — worked through

Suppose you need the bisector of the angle between 2x - y + z + 3 = 0 and x + 2y - 2z + 1 = 0 that contains the point (1, 0, 0).

First, compute the signed distances from (1, 0, 0) to each plane:

\text{From } P_1: \frac{2(1) - 0 + 0 + 3}{\sqrt{4 + 1 + 1}} = \frac{5}{\sqrt{6}} > 0
\text{From } P_2: \frac{1 + 0 - 0 + 1}{\sqrt{1 + 4 + 4}} = \frac{2}{3} > 0

Both signed distances are positive — the point is on the same side of both planes. So the bisector containing this point is the positive-sign bisector:

\frac{2x - y + z + 3}{\sqrt{6}} = +\frac{x + 2y - 2z + 1}{3}

If the signed distances had opposite signs, you would use the negative-sign bisector instead. The method is completely general: compute signs at the test point, match to the bisector.

Locus interpretation

The bisector plane is a locus — the set of all points satisfying a geometric condition, in this case "equidistant from two given planes." This connects bisector planes to the broader idea of loci in 3D geometry. The perpendicular bisector plane of a line segment (the set of points equidistant from two given points) is a different locus that uses the same equidistance principle with a different distance formula.

The equidistance principle appears throughout Indian mathematical traditions. Brahmagupta's work on cyclic quadrilaterals used the idea that a circumcentre is equidistant from all four vertices — the same flavour of equidistance, applied to points rather than planes. The underlying principle is always the same: equal distances produce symmetric objects.

Where this leads next