Isosceles Triangle Theorem: Proof, Converse, Examples

#Geometry
TL;DR
The isosceles triangle theorem says that if two sides of a triangle are equal, then the angles opposite those sides — the base angles — are also equal. Its converse runs the other way: equal base angles force the opposite sides to be equal. This article gives the statement, a full proof using triangle congruence, the converse and its proof, and six worked examples.
BT
Bhanzu TeamLast updated on June 24, 20267 min read

What Is the Isosceles Triangle Theorem?

An isosceles triangle is a triangle with (at least) two equal sides. The two equal sides are the legs, the third side is the base, and the two angles touching the base are the base angles.

The isosceles triangle theorem states:

If two sides of a triangle are congruent, then the angles opposite those sides are congruent.

In a triangle $ABC$ with $AB = AC$, the theorem guarantees $\angle B = \angle C$. The two base angles are congruent angles — equal in measure. This is the angle counterpart to the equal-side definition: matching sides produce matching opposite angles. It places the isosceles triangle firmly among the types of triangle defined by their symmetry.

Proof of the Isosceles Triangle Theorem

Given: Triangle $ABC$ with $AB = AC$. To prove: $\angle B = \angle C$.

Construction: Draw $AD$, the angle bisector of $\angle A$, meeting $BC$ at $D$.

Now compare triangles $ABD$ and $ACD$, step by step:

$$AB = AC \quad \text{(given)}$$

$$\angle BAD = \angle CAD \quad \text{(AD bisects } \angle A)$$

$$AD = AD \quad \text{(common side)}$$

By the SAS (Side-Angle-Side) rule, triangle $ABD \cong$ triangle $ACD$. This is one of the standard rules in the triangle congruence theorem set.

Since corresponding parts of congruent triangles are congruent (CPCT):

$$\angle B = \angle C$$

That completes the proof. The base angles are equal.

The Converse of the Isosceles Triangle Theorem

The converse swaps what is given and what is proved:

If two angles of a triangle are congruent, then the sides opposite those angles are congruent.

So in triangle $ABC$, if $\angle B = \angle C$, then $AB = AC$. The converse is also true — and that two-way street is what makes the theorem so useful: equal sides tell you equal angles, and equal angles tell you equal sides.

Proof of the Converse

Given: Triangle $ABC$ with $\angle B = \angle C$. To prove: $AB = AC$.

Construction: Draw $AD$, the angle bisector of $\angle A$, meeting $BC$ at $D$.

Compare triangles $ABD$ and $ACD$:

$$\angle B = \angle C \quad \text{(given)}$$

$$\angle BAD = \angle CAD \quad \text{(AD bisects } \angle A)$$

$$AD = AD \quad \text{(common side)}$$

By the AAS (Angle-Angle-Side) rule, triangle $ABD \cong$ triangle $ACD$.

By CPCT:

$$AB = AC$$

The opposite sides are equal. (Notice the proof uses AAS here, whereas the forward theorem used SAS — the given information changed, so the matching congruence rule changed with it.)

Examples of Isosceles Triangle Theorem

Example 1

In triangle $ABC$, $AB = AC$ and $\angle B = 50°$. Find $\angle C$.

By the isosceles triangle theorem, the base angles opposite the equal sides are equal:

$$\angle C = \angle B = 50°$$

Final answer: 50°.

Example 2 (a tempting shortcut that fails)

In triangle $PQR$, $PQ = PR$ and the apex angle $\angle P = 40°$. A student claims each base angle is $40°$ too. Find the base angles.

Wrong attempt. The reflex is "isosceles means two equal angles, and the apex is 40°, so the base angles are 40° each." That treats the apex angle as one of the equal pair.

Why it breaks. The equal angles are the base angles (opposite the equal sides), not the apex angle between the equal sides. Three 40° angles would total only 120°, not 180°.

Correct. The base angles are equal; call each $x$. Use the angle sum:

$$40° + x + x = 180°$$

$$2x = 140°$$

$$x = 70°$$

Final answer: Each base angle is 70° — the apex angle is the odd one out, not part of the equal pair.

Example 3

In triangle $XYZ$, $XY = XZ$ and $\angle X = 80°$. Find the base angles.

The base angles are equal. With apex $\angle X = 80°$:

$$\angle Y + \angle Z = 180° - 80° = 100°$$

$$\angle Y = \angle Z = \frac{100°}{2} = 50°$$

Final answer: Each base angle is 50°.

Example 4 (using the converse)

In triangle $ABC$, $\angle B = \angle C = 65°$, and side $AB = 9$ cm. Find side $AC$.

By the converse, equal base angles force the opposite sides equal:

$$AC = AB = 9 \text{ cm}$$

Final answer: 9 cm.

Example 5

In an isosceles triangle, one base angle is $(2x + 10)°$ and the other is $(3x - 5)°$. Find $x$.

The base angles are equal:

$$2x + 10 = 3x - 5$$

$$10 + 5 = 3x - 2x$$

$$x = 15$$

Final answer: $x = 15$ (each base angle is then $40°$).

Example 6

A triangle has angles $70°$, $70°$, and $40°$. Is it isosceles, and which sides are equal?

Two angles are equal ($70°$ each), so by the converse the triangle is isosceles. The equal sides are the ones opposite the two $70°$ angles.

Final answer: Yes, it is isosceles; the two sides opposite the $70°$ angles are equal.

Why the Isosceles Triangle Theorem Matters

"Equal sides cannot help but produce equal angles."

The WHY is symmetry made rigorous. Long before coordinates or trigonometry, Euclid needed a way to prove that a balanced shape really is balanced — that intuition about symmetry could be trusted as a theorem, not just a feeling. The isosceles triangle theorem (Proposition 5, Book I of Euclid's Elements) is that bridge, and almost every later geometrical proof about symmetric figures leans on it.

Where it earns its keep:

  • Structural symmetry. A symmetric A-frame, a gabled roof, a suspension-bridge tower — wherever two members of equal length meet a base, the equal base angles are guaranteed, so engineers can predict load angles from lengths alone.

  • Constructions and bisectors. The theorem is the engine behind compass-and-straightedge constructions of perpendicular bisectors and angle bisectors; the isosceles triangle is the scaffold those constructions quietly build.

  • Trigonometry's foundations. Splitting an isosceles triangle by its axis of symmetry yields two congruent right triangles — the same move that powers the special-angle values and the law of sines.

Where Students Trip Up on the Isosceles Triangle Theorem

Mistake 1: Treating the apex angle as one of the equal base angles

Where it slips in: Finding angles when only the apex angle is given.

Don't do this: Assume the apex angle equals each base angle.

The correct way: The equal angles are the base angles, opposite the equal sides. The apex angle (between the equal sides) is usually different. Find it via the angle sum: base angle $= (180° - \text{apex})/2$.

The first-instinct error is reading "isosceles has two equal angles" and grabbing whichever angle is given. Name the equal sides first; the equal angles are the two that sit opposite them, never the angle wedged between them.

Mistake 2: Confusing the theorem with its converse

Where it slips in: Choosing what you are allowed to conclude.

Don't do this: Use the theorem (sides → angles) when you were given angles, or vice versa.

The correct way: Equal sides let you conclude equal angles (the theorem). Equal angles let you conclude equal sides (the converse). Match the direction to what you were given.

The second-guesser stalls here, unsure which way the implication runs. Write down what is given (sides or angles) and the direction picks itself: the conclusion is always the other one.

Mistake 3: Picking the wrong sides as the equal pair

Where it slips in: Applying the converse from equal angles.

Don't do this: Make the side between the two equal angles the equal side.

The correct way: The equal sides are opposite the equal angles. The side between the two equal angles is the base — and the base is the odd side out.

Key Takeaways

  • The isosceles triangle theorem states that equal sides produce equal opposite (base) angles.

  • Its converse states that equal base angles produce equal opposite sides — both directions are true.

  • The proof drops the angle bisector from the apex, giving two triangles congruent by SAS, then uses CPCT.

  • The base angles are opposite the equal sides; the apex angle (between them) is usually different.

  • The most common error is treating the apex angle as one of the equal pair, or confusing the theorem with its converse.

A Practical Next Step

Practice these problems to solidify your understanding.

Question 1: $AB = AC$ with $\angle B = 38°$ — find $\angle C$ and $\angle A$.

Question 2: Apex angle $= 100°$ — find each base angle.

Question 3: Two base angles measure $(4x)°$ and $(2x + 18)°$ — find $x$. If you get stuck on Question 2, return to "Example 3" and use the angle sum to split the remaining angle in half.

Want a live Bhanzu trainer to walk through more isosceles-triangle proofs? Book a free demo class.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What does the isosceles triangle theorem state?
That if two sides of a triangle are congruent, the angles opposite those sides (the base angles) are congruent.
Is the converse of the isosceles triangle theorem true?
Yes. If two angles of a triangle are equal, the sides opposite them are equal. Both the theorem and its converse hold.
How do you prove the isosceles triangle theorem?
Drop the angle bisector from the apex to the base, which creates two triangles congruent by SAS. The base angles are then equal by CPCT (corresponding parts of congruent triangles).
Which angles are the base angles?
The two angles that touch the base — the angles opposite the two equal sides. The apex angle, between the equal sides, is the remaining one.
Can the isosceles triangle theorem be used on an equilateral triangle?
Yes. An equilateral triangle is a special isosceles triangle with all three sides equal, so all three angles are equal (60° each).
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →