What is The Incenter of A Triangle?
The incenter of a triangle is the point of intersection of the three interior angle bisectors of the triangle. An angle bisector is the ray that cuts an angle into two equal halves; every triangle has three, and they always cross at a single point — that point is the incenter, usually written $I$.
What makes $I$ special is its distance to the sides. The incenter is equidistant from all three sides of the triangle. That equal distance is the radius of the incircle — the largest circle that fits inside the triangle, touching each side at exactly one point. The radius is called the inradius, written $r$.
Two facts follow immediately and are worth holding onto. First, the incenter always lies inside the triangle — unlike some other triangle centers, it never escapes the figure, no matter how stretched the triangle is. Second, the sides are tangent to the incircle, so each perpendicular from $I$ to a side has the same length $r$.
How The Incenter is Equidistant From The Sides
The "equidistant from the sides" property isn't a coincidence — it falls straight out of the angle bisector theorem, which says any point on an angle's bisector is equally far from the two arms of that angle.
Walk the logic in one line each:
$I$ lies on the bisector of $\angle A$, so $I$ is equidistant from sides $AB$ and $AC$.
$I$ lies on the bisector of $\angle B$, so $I$ is equidistant from sides $AB$ and $BC$.
Chaining these, $I$ is equidistant from all three sides — $ID = IE = IF = r$.
This is also why the third bisector must pass through the same point: once $I$ is equidistant from all three sides, it's automatically equidistant from $CA$ and $BC$, which is exactly the condition for lying on the bisector of $\angle C$.
Properties of The Incenter
The incenter packs several reliable properties, each useful in problems.
Always interior. $I$ lies inside the triangle for every triangle — acute, right, or obtuse.
Equidistant from the sides. The perpendicular distances $ID = IE = IF = r$, the inradius.
Center of the incircle. The incircle is tangent to all three sides; $I$ is its center.
Equal tangent segments. From each vertex, the two tangent lengths to the incircle are equal — a property that solves many "find the unknown side" problems.
Area relationship. The triangle's area equals $r$ times its semiperimeter: $\text{Area} = r \cdot s$, where $s = \frac{a+b+c}{2}$. This is the standard way to find the inradius.
The Incenter Formulas
There are two formulas worth knowing — one for the incenter's coordinates, one for the angle it subtends.
The coordinate formula. If the vertices are $A(x_1, y_1)$, $B(x_2, y_2)$, $C(x_3, y_3)$, and the side lengths opposite them are $a$, $b$, $c$, then:
$$I = \left( \frac{a x_1 + b x_2 + c x_3}{a + b + c}, ; \frac{a y_1 + b y_2 + c y_3}{a + b + c} \right)$$
The variable glossary: $a$ is the side opposite vertex $A$ (so $a = BC$), $b = CA$, $c = AB$. Each vertex coordinate is weighted by the length of the opposite side — that weighting is what pulls the incenter toward where the triangle is "tightest." Where does it come from? The incenter is the weighted average of the vertices using the opposite side lengths as weights, which is exactly what places it equidistant from the three sides.
The angle formula. The angle subtended at the incenter by two vertices relates to the triangle's angles:
$$\angle BIC = 90^\circ + \frac{\angle A}{2}$$
This says the angle at $I$ looking across to $B$ and $C$ is always more than a right angle — another consequence of $I$ sitting inside. The derivation: in $\triangle BIC$, the angles at $B$ and $C$ are half of $\angle B$ and $\angle C$ (bisected), so $\angle BIC = 180^\circ - \frac{\angle B}{2} - \frac{\angle C}{2}$, and substituting $\angle B + \angle C = 180^\circ - \angle A$ gives the result.
Examples of the Incenter of a Triangle
The examples run from a direct angle calculation to coordinates and the inradius.
Example 1
In $\triangle ABC$, $\angle A = 50^\circ$. Find $\angle BIC$, the angle at the incenter.
Use the angle formula directly.
$$\angle BIC = 90^\circ + \frac{\angle A}{2}$$ $$\angle BIC = 90^\circ + \frac{50^\circ}{2} = 90^\circ + 25^\circ = 115^\circ$$
Final answer: $\angle BIC = 115^\circ$.
Example 2
A triangle has angles $\angle A = 80^\circ$ and $\angle B = 60^\circ$. The incenter is $I$. Find $\angle AIB$.
The first instinct is to reach for $\angle AIB = 90^\circ + \frac{\angle C}{2}$ but plug in $\angle A$ or $\angle B$ by mistake — the formula always uses the third angle, the one not in the "AIB" pair. Find $\angle C$ first.
$\angle C = 180^\circ - 80^\circ - 60^\circ = 40^\circ$ — triangle sum theorem
$\angle AIB = 90^\circ + \frac{\angle C}{2} = 90^\circ + \frac{40^\circ}{2}$
$\angle AIB = 90^\circ + 20^\circ = 110^\circ$
Final answer: $\angle AIB = 110^\circ$. The misstep to avoid: the angle at $I$ across from a vertex pair always uses the remaining vertex's angle, halved.
Example 3
Find the incenter of the triangle with vertices $A(0, 0)$, $B(6, 0)$, $C(0, 8)$.
First find the side lengths opposite each vertex.
$a = BC = \sqrt{(6-0)^2 + (0-8)^2} = \sqrt{36 + 64} = \sqrt{100} = 10$
$b = CA = \sqrt{(0-0)^2 + (8-0)^2} = 8$
$c = AB = \sqrt{(6-0)^2 + 0^2} = 6$
Now the coordinate formula, with $a + b + c = 10 + 8 + 6 = 24$:
$I_x = \dfrac{a x_1 + b x_2 + c x_3}{a+b+c} = \dfrac{10(0) + 8(6) + 6(0)}{24} = \dfrac{48}{24} = 2$
$I_y = \dfrac{a y_1 + b y_2 + c y_3}{a+b+c} = \dfrac{10(0) + 8(0) + 6(8)}{24} = \dfrac{48}{24} = 2$
Final answer: $I = (2, 2)$.
Example 4
For the same triangle — $A(0,0)$, $B(6,0)$, $C(0,8)$ — find the inradius $r$.
Use the area relationship $\text{Area} = r \cdot s$. The triangle is right-angled at $A$, so:
$\text{Area} = \frac{1}{2} \times 6 \times 8 = 24$ square units
$s = \dfrac{a+b+c}{2} = \dfrac{24}{2} = 12$
$r = \dfrac{\text{Area}}{s} = \dfrac{24}{12} = 2$
Final answer: $r = 2$ units — matching the perpendicular distance from $I(2,2)$ to side $AB$ (the x-axis), which is the y-coordinate, 2. Two methods, same answer; that's the check.
Example 5
A triangle has sides $a = 13$, $b = 14$, $c = 15$. Find its inradius.
Use Heron's formula for the area, then $r = \frac{\text{Area}}{s}$.
$s = \dfrac{13 + 14 + 15}{2} = \dfrac{42}{2} = 21$
$\text{Area} = \sqrt{s(s-a)(s-b)(s-c)} = \sqrt{21 \times 8 \times 7 \times 6}$
$\text{Area} = \sqrt{7056} = 84$ square units
$r = \dfrac{84}{21} = 4$
Final answer: $r = 4$ units.
Example 6
A circular fountain must sit inside a triangular plaza with sides 9 m, 12 m, and 15 m so the fountain just touches all three walkways. What is the largest radius the fountain can have, and where is its center?
The fountain is the incircle; its radius is the inradius and its center is the incenter.
The sides $9, 12, 15$ satisfy $9^2 + 12^2 = 81 + 144 = 225 = 15^2$, so the plaza is right-angled.
$\text{Area} = \frac{1}{2} \times 9 \times 12 = 54$ square metres
$s = \dfrac{9 + 12 + 15}{2} = 18$
$r = \dfrac{54}{18} = 3$ metres
Final answer: the fountain can have radius 3 m, centered at the incenter — the equidistant point the angle bisectors find. That is the opening coin made concrete.
Why The Incenter Matters
"One point that every side can reach equally — that is what the bisectors are searching for."
The incenter answers a genuine design question, not just an exam one.
It solves the inscribed-circle problem. Whenever something round has to fit snugly inside a triangular boundary — a roundabout in a triangular junction, a circular vent in a triangular duct, a logo inside a triangular badge — the incenter is the center and the inradius is the size. There is no second choice; the point is unique.
It encodes "fairness" by distance. A facility that should be equally far from three straight boundaries (three roads, three walls) sits at the incenter. The angle-bisector construction is literally how you find the equidistant point by hand.
It links area, perimeter, and radius. The relation $\text{Area} = r \cdot s$ ties three different measurements of a triangle into one equation — a small result that does a lot of work in geometry and trigonometry.
The destination: the incenter is one of four classical triangle centers (with the centroid, circumcenter, and orthocenter), and comparing where each lives — inside, on, or outside the triangle — is a first step into the rich geometry of triangle centers that mathematicians still catalogue today.
Where The Incenter Trips Students Up
Mistake 1: Confusing the incenter with the circumcenter
Where it slips in: When a problem asks for the point "equidistant" from parts of a triangle.
Don't do this: Assuming "equidistant" always means the incenter.
The correct way: The incenter is equidistant from the three sides (built from angle bisectors); the circumcenter is equidistant from the three vertices (built from perpendicular bisectors). Both are "equidistant centers" — that shared word is exactly what fools students. Read whether the equal distances go to the sides or the corners.
Mistake 2: Using equal weights in the coordinate formula
Where it slips in: Computing the incenter as the plain average of the three vertices.
Don't do this: Writing $I = \left(\frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3}\right)$.
The correct way: That plain average is the centroid, not the incenter. The incenter weights each vertex by the length of the opposite side: $\frac{a x_1 + b x_2 + c x_3}{a + b + c}$. The memorizer who learned "center = average of vertices" applies it everywhere and lands on the wrong point.
Mistake 3: Mismatching side labels $a$, $b$, $c$
Where it slips in: Pairing $a$ with vertex $A$ instead of the side opposite $A$.
Don't do this: Setting $a = AB$ when $a$ should be $BC$.
The correct way: By convention $a$ is the side opposite $A$ (so $a = BC$), $b = CA$, $c = AB$. Mislabel them and the weighted average pulls the incenter to a wrong spot. Write the opposite-side pairing down before substituting — the rusher who substitutes from memory usually swaps two of them.
Conclusion
The incenter of a triangle is where the three angle bisectors meet.
It is equidistant from all three sides and is the center of the inscribed circle (incircle).
The incenter always lies inside the triangle.
Its coordinates weight each vertex by the opposite side length: $\frac{a x_1 + b x_2 + c x_3}{a+b+c}$; the inradius comes from $\text{Area} = r \cdot s$.
Don't confuse it with the circumcenter, which is equidistant from the vertices.
A Practical Next Step
Practice these problems to solidify your understanding. Construct an incenter yourself: draw any triangle, bisect two of its angles with a compass, and mark where they cross — then check by dropping perpendiculars to all three sides and confirming they're equal. When the incenter is clear, compare it with the other centers: the perpendicular bisectors give the circumcenter, the medians give the centroid, and the altitudes give the orthocenter. Seeing all four on one triangle is the fastest way to keep them straight.
Want a live Bhanzu trainer to walk through more incenter problems? Book a free demo class.
Was this article helpful?
Your feedback helps us write better content