In short

When two straight lines intersect, they form two pairs of vertically opposite angles. The angle bisectors are the two lines that split each pair exactly in half. A point lies on a bisector if and only if its perpendicular distances from the two given lines are equal in magnitude. This single condition produces two bisector equations in one stroke, and a short sign-analysis tells you which bisector belongs to the acute angle and which to the obtuse.

Two roads meet at a crossing. A traffic island sits right at the junction, and the municipality wants to plant a flagpole so that it is exactly the same distance from both roads. Where should the pole go?

There are actually two answers — one in the narrow wedge between the roads, and one in the wide wedge. Both positions are equidistant from the two roads, but the narrow-wedge spot is between the acute angle and the wide-wedge spot is between the obtuse angle. Each answer traces out a line through the intersection point, and those two lines are the angle bisectors of the pair of roads.

The same geometry shows up everywhere in coordinate geometry: the incircle of a triangle touches all three sides because its centre lies on all three angle bisectors; reflection problems in optics reduce to bisector computations; and JEE problems love asking you to identify which bisector contains a particular point. The whole theory rests on one clean idea — equal perpendicular distances — and this article builds everything from that idea.

The key insight: equal distances

Take two lines L_1 and L_2 that cross at some point P. Pick any point Q that lies on the bisector of the angle between these lines. Because the bisector cuts the angle in half, Q is tilted equally toward both lines. That means the perpendicular distance from Q to L_1 equals the perpendicular distance from Q to L_2.

Conversely, if a point has equal perpendicular distances to both lines, it must lie on one of the two bisectors.

This is the entire foundation. To find the bisector equations, you just write down the condition "distance to L_1 = distance to L_2" and simplify.

Two lines (black) cross at $P$. The point $Q$ on the red bisector has equal perpendicular distances $d_1$ and $d_2$ to the two lines. The dashed bisector handles the other pair of vertical angles.

Setting up the equation

Write the two lines in general form:

L_1:\; a_1 x + b_1 y + c_1 = 0 \qquad L_2:\; a_2 x + b_2 y + c_2 = 0

Recall the perpendicular distance formula from the article on distance formulas. The signed perpendicular distance from a point (h, k) to L_1 is

d_1 = \frac{a_1 h + b_1 k + c_1}{\sqrt{a_1^2 + b_1^2}}

and the signed perpendicular distance from (h, k) to L_2 is

d_2 = \frac{a_2 h + b_2 k + c_2}{\sqrt{a_2^2 + b_2^2}}

The word signed is important. The numerator a_1 h + b_1 k + c_1 is positive when (h, k) lies on one side of L_1 and negative when it lies on the other. The sign tells you which half-plane the point is in. This sign is going to do important work in distinguishing the two bisectors.

The bisector is the locus of points where the magnitude of the distance to L_1 equals the magnitude of the distance to L_2:

|d_1| = |d_2|

Removing the absolute values splits this into two cases:

d_1 = +d_2 \qquad \text{or} \qquad d_1 = -d_2

The first case (d_1 = d_2) collects points where the signed distances to both lines have the same sign and magnitude — the point is on the same side of both lines. The second case (d_1 = -d_2) collects points where the signed distances have equal magnitude but opposite signs — the point is on opposite sides of the two lines. Each case traces out a line, giving one bisector each. Writing them out:

Equation of angle bisectors

Given two lines a_1 x + b_1 y + c_1 = 0 and a_2 x + b_2 y + c_2 = 0, the two angle bisectors are

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

and

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

One of these is the bisector of the acute angle, the other of the obtuse angle.

Why two equations, not one? Because two intersecting lines create four angles — two pairs of vertically opposite angles. The acute pair shares one bisector; the obtuse pair shares the other. The + sign and - sign separate these two.

Why the formula works. Each side of the equation is just the signed perpendicular distance formula. Setting them equal (with +) picks out points equidistant from both lines on the same side; setting them equal with a - sign picks out points equidistant from both lines on opposite sides. Together, they cover both bisectors.

Which bisector is which? Acute vs obtuse

You have two bisector equations. One bisects the acute angle, the other bisects the obtuse angle. How do you tell them apart?

Here is the method. Find the angle between one of the original lines and one of the bisectors. If that angle is less than 45°, the bisector lies inside the acute angle. If it is greater than 45°, the bisector lies inside the obtuse angle.

There is a quicker test that avoids computing angles explicitly. Suppose the two original lines have slopes m_1 and m_2, and a candidate bisector has slope m_b. Compute

\tan\theta = \left|\frac{m_1 - m_b}{1 + m_1 m_b}\right|

If \tan\theta < 1 (i.e., \theta < 45°), that bisector is the acute bisector. If \tan\theta > 1, it is the obtuse bisector. If \tan\theta = 1 exactly, the original lines meet at 90° and both bisectors make 45° with each line — there is no distinction between acute and obtuse.

A shortcut using coefficients. There is an even faster rule that skips slopes entirely. Write both lines in the form a_i x + b_i y + c_i = 0 and compute a_1 a_2 + b_1 b_2.

Why this shortcut works. The quantity a_1 a_2 + b_1 b_2 is the dot product of the normal vectors (a_1, b_1) and (a_2, b_2) of the two lines. When the normals point in roughly the same direction (positive dot product), the acute angle between the lines opens on the side where the signed distances have opposite signs — hence the negative-sign bisector is the acute one. When the normals point in roughly opposite directions (negative dot product), the logic flips.

The bisector containing the origin

JEE and board exams frequently ask: which bisector passes through the origin, or which bisector contains the origin on a particular side?

The trick is straightforward. First, make the constant terms c_1 and c_2 the same sign — both positive, say — by multiplying one equation by -1 if needed. This standardises the sign convention so that the origin is on the same "side" of each line.

Once c_1 and c_2 are both positive (or both negative):

Why? When c_1, c_2 > 0, substituting the origin (0, 0) into both a_1 x + b_1 y + c_1 and a_2 x + b_2 y + c_2 gives c_1 and c_2, both positive. So the origin produces the same sign from both line expressions. The + bisector collects exactly those points where both signed distances have the same sign — the origin is among them.

Worked examples

Example 1: Find both bisectors of $3x - 4y + 7 = 0$ and $12x + 5y - 2 = 0$

Step 1. Identify the coefficients.

L_1:\; a_1 = 3,\; b_1 = -4,\; c_1 = 7 \qquad L_2:\; a_2 = 12,\; b_2 = 5,\; c_2 = -2

Compute the denominators: \sqrt{3^2 + (-4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5 and \sqrt{12^2 + 5^2} = \sqrt{144 + 25} = \sqrt{169} = 13.

Why: these are the normalising factors that turn a_i x + b_i y + c_i into a true perpendicular distance.

Step 2. Write the bisector equation using the positive sign.

\frac{3x - 4y + 7}{5} = \frac{12x + 5y - 2}{13}

Cross-multiply: 13(3x - 4y + 7) = 5(12x + 5y - 2).

39x - 52y + 91 = 60x + 25y - 10
-21x - 77y + 101 = 0 \quad \Longrightarrow \quad 21x + 77y - 101 = 0

Why: this is one bisector. Dividing through by 7: 3x + 11y - \tfrac{101}{7} = 0, or equivalently 21x + 77y = 101.

Step 3. Write the bisector equation using the negative sign.

\frac{3x - 4y + 7}{5} = -\frac{12x + 5y - 2}{13}

Cross-multiply: 13(3x - 4y + 7) = -5(12x + 5y - 2).

39x - 52y + 91 = -60x - 25y + 10
99x - 27y + 81 = 0 \quad \Longrightarrow \quad 11x - 3y + 9 = 0

Why: dividing through by 9 simplifies the equation. This is the other bisector.

Step 4. Identify which is acute and which is obtuse.

Compute a_1 a_2 + b_1 b_2 = (3)(12) + (-4)(5) = 36 - 20 = 16 > 0.

Since this is positive, the negative-sign bisector 11x - 3y + 9 = 0 is the acute bisector, and 21x + 77y - 101 = 0 is the obtuse bisector.

Why: with a_1 a_2 + b_1 b_2 > 0, the normals lean the same way, so the acute angle opens where signed distances are opposite — the negative-sign case.

Step 5. Check which contains the origin.

c_1 = 7 > 0 and c_2 = -2 < 0. The signs differ, so multiply L_2 by -1 mentally: c_2 becomes +2 > 0. Now both constants are positive, but we flipped L_2, which swaps the + and - bisectors. So the negative-sign bisector (in the original setup) — 11x - 3y + 9 = 0contains the origin.

Verification: substitute (0, 0) into 11(0) - 3(0) + 9 = 9 \neq 0, but the point (0, 0) should lie on the same side. Check: 3(0) - 4(0) + 7 = 7 > 0 and 12(0) + 5(0) - 2 = -2 < 0. The signs differ, confirming the origin is in the region where signed distances are opposite — the negative-sign bisector's region.

Result: The two bisectors are 21x + 77y - 101 = 0 (obtuse) and 11x - 3y + 9 = 0 (acute, containing the origin).

The two original lines (black) and their bisectors. The solid red line ($11x - 3y + 9 = 0$) is the acute bisector and passes on the same side as the origin. The dashed line is the obtuse bisector.

The intersection point P of the two original lines is at approximately (-1.15, 0.89), and both bisectors pass through it — as they must, since the intersection point is trivially equidistant (distance zero) from both lines.

Example 2: Bisectors of $x + y - 2 = 0$ and $x - y = 0$

Step 1. Identify the coefficients.

L_1:\; a_1 = 1,\; b_1 = 1,\; c_1 = -2 \qquad L_2:\; a_2 = 1,\; b_2 = -1,\; c_2 = 0

Denominators: \sqrt{1^2 + 1^2} = \sqrt{2} and \sqrt{1^2 + (-1)^2} = \sqrt{2}.

Why: both lines have the same normalising factor, which will simplify the algebra considerably.

Step 2. Positive-sign bisector.

\frac{x + y - 2}{\sqrt{2}} = \frac{x - y}{\sqrt{2}}

The \sqrt{2} cancels: x + y - 2 = x - y, which gives 2y = 2, so y = 1.

Why: this is a horizontal line. It makes geometric sense — the line x + y = 2 has slope -1 and the line x - y = 0 has slope +1. Their acute bisector should be horizontal or vertical.

Step 3. Negative-sign bisector.

\frac{x + y - 2}{\sqrt{2}} = -\frac{x - y}{\sqrt{2}}

Again \sqrt{2} cancels: x + y - 2 = -(x - y) = -x + y. This gives 2x = 2, so x = 1.

Why: this is a vertical line passing through x = 1. Together, y = 1 and x = 1 are two perpendicular bisectors — which is expected because the original lines are perpendicular (slopes -1 and +1, product = -1).

Step 4. Since a_1 a_2 + b_1 b_2 = (1)(1) + (1)(-1) = 0, the original lines are perpendicular. Both bisectors make 45° with each original line. There is no distinction between acute and obtuse.

Step 5. The intersection of L_1 and L_2: from x - y = 0 we get y = x, then x + x - 2 = 0 gives x = 1. So the lines meet at (1, 1), and both bisectors y = 1 and x = 1 indeed pass through (1, 1).

Result: The two bisectors are y = 1 and x = 1 — a horizontal and a vertical line intersecting at (1, 1).

The lines $x + y = 2$ and $y = x$ (black) are perpendicular. Their bisectors (red) are $y = 1$ and $x = 1$ — a horizontal and vertical line through the intersection point $(1, 1)$. Since the original angle is $90°$, both bisectors split it into two $45°$ halves.

When two perpendicular lines meet, their bisectors are themselves perpendicular — and they bisect the right angle into two 45° pieces. The picture shows this cleanly: both bisectors pass through (1, 1) and the four 45° wedges are symmetric.

Common confusions

Applications

Incircle and excentres of a triangle

The incircle of a triangle is the circle that fits snugly inside, touching all three sides. Its centre — the incentre — must be equidistant from all three sides. That means it lies on the angle bisector of every pair of sides. The incentre is where all three (internal) angle bisectors meet.

The excentres — the centres of the excircles — similarly lie on bisectors, but on the external bisectors. Understanding which bisector is internal and which is external is precisely the acute/obtuse analysis you have just learned.

Reflection in a line

When light bounces off a mirror, the angle of incidence equals the angle of reflection. If you model the mirror as a line and the incoming and outgoing rays as two other lines meeting at the mirror, the normal at the point of reflection bisects the angle between the two rays. This is the law of reflection restated in the language of angle bisectors.

In JEE physics problems, you sometimes need to find the equation of the reflected ray when a light ray hits a mirror-line. The method: find the angle bisector of the incident ray and the normal, and the reflected ray is the one that makes the same angle with the normal on the opposite side. The bisector formula gives you this directly.

Locus problems

Many locus problems reduce to the condition "the point is equidistant from two given lines." The locus is then, by definition, one of the two angle bisectors. Recognising this connection saves significant computation.

For example: "find the locus of a point that moves so that its distance from 3x + 4y - 5 = 0 always equals its distance from 5x + 12y + 7 = 0." The answer is immediate — the locus consists of the two bisectors of these lines, found by setting the signed distance expressions equal with a \pm sign.

Bisectors in triangle geometry

The internal bisectors of the three angles of a triangle are concurrent at the incentre I. This is a theorem, not an accident — it follows because the incentre is equidistant from all three sides, and a point equidistant from two sides must lie on their bisector. The proof is exactly the equal-distance argument you have already seen, applied three times.

The coordinates of the incentre of a triangle with vertices A(x_1, y_1), B(x_2, y_2), C(x_3, y_3) and opposite side lengths a, b, c are

I = \left(\frac{ax_1 + bx_2 + cx_3}{a + b + c},\; \frac{ay_1 + by_2 + cy_3}{a + b + c}\right)

This formula is a weighted average — each vertex is weighted by the length of the opposite side. The bisector equations are the algebraic engine that produces this result.

Going deeper

If you are comfortable finding the two bisectors and identifying the acute one, you have the tools for most problems. The rest of this section covers the proof of the coefficient shortcut and a subtlety about orientation.

Proof of the acute/obtuse rule

Consider two lines with direction vectors \mathbf{d}_1 = (b_1, -a_1) and \mathbf{d}_2 = (b_2, -a_2) (these are perpendicular to the normals (a_1, b_1) and (a_2, b_2) respectively). The cosine of the angle \alpha between the two lines is

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

The + sign bisector has a direction that can be shown to make an angle with L_1 whose tangent involves \cos\alpha. After careful computation, the result is:

When a_1 a_2 + b_1 b_2 > 0, the normals to the two lines point in "similar" directions — the angle between the normals is acute. The positive-sign bisector lies in the region where both signed distances are positive (or both negative), which turns out to be the obtuse angle between the lines. Hence the negative-sign bisector gives the acute angle.

When a_1 a_2 + b_1 b_2 < 0, the normals point in roughly opposite directions, and the logic reverses.

Bisectors are always perpendicular

Here is a quick proof. Let the two bisector equations be

B_1:\; \frac{a_1 x + b_1 y + c_1}{\sqrt{a_1^2 + b_1^2}} - \frac{a_2 x + b_2 y + c_2}{\sqrt{a_2^2 + b_2^2}} = 0
B_2:\; \frac{a_1 x + b_1 y + c_1}{\sqrt{a_1^2 + b_1^2}} + \frac{a_2 x + b_2 y + c_2}{\sqrt{a_2^2 + b_2^2}} = 0

Write p = \frac{1}{\sqrt{a_1^2 + b_1^2}} and q = \frac{1}{\sqrt{a_2^2 + b_2^2}} for brevity. Then:

The dot product of these normals is

(a_1 p)^2 - (a_2 q)^2 + (b_1 p)^2 - (b_2 q)^2 = p^2(a_1^2 + b_1^2) - q^2(a_2^2 + b_2^2)

Since p^2 = \frac{1}{a_1^2 + b_1^2} and q^2 = \frac{1}{a_2^2 + b_2^2}, each term equals 1. So the dot product is 1 - 1 = 0. The normals are perpendicular, hence the bisectors are perpendicular.

This result is worth remembering: the two angle bisectors of any pair of intersecting lines are always perpendicular to each other.

A coordinate-free view

Bhaskara II, in the Lilavati, discussed angle bisection through the lens of triangle geometry — the angle bisector of a triangle divides the opposite side in the ratio of the adjacent sides. In coordinate geometry, this becomes the angle bisector theorem: if a ray bisects angle A of triangle ABC, it meets BC at a point D such that BD/DC = AB/AC. This result is closely related to the equal-distance property you used above, and it connects the algebraic approach (signed distances from lines) to the classical Euclidean approach (ratios of lengths).

Where this leads next

The angle bisector machinery connects to several important topics in coordinate geometry: