Math graphic
📐 Concept diagram

02-02 - Triangles

Phase: 2 | Subject: 02-02 Prerequisites: 02-01-angles-and-lines.md Next subject: 02-03-polygons-and-circles.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Classify triangles by sides (equilateral, isosceles, scalene) and angles (acute, right, obtuse)
  2. Apply the angle sum property (180°) and exterior angle theorem
  3. Understand congruence criteria (SSS, SAS, ASA, AAS, RHS)
  4. Understand similarity and the similarity ratio
  5. Calculate area of triangles using multiple methods

Core Content

Triangle Classifications

By Sides

By Angles

A triangle must be at least one of each type (e.g., an isosceles right triangle).

The Angle Sum Property

⚠️ THIS IS CRITICAL — the fact that triangle angles sum to 180° is used in virtually every geometry problem. Master this now.

The sum of interior angles in ANY triangle is exactly 180°.

This is fundamental — it's why we can find missing angles.

Proof sketch: Draw a line through one vertex parallel to the opposite side. The alternate angles formed are equal to the other two interior angles. Together with the angle at the vertex, they form a straight line (180°).

Example: Find the missing angle if two angles are 50° and 60°.

180° - 50° - 60° = 70°

The Exterior Angle Theorem

An exterior angle equals the sum of the two opposite interior angles.

$      /\
     /  \
    /    \
   /______\
  A   B    C
$

Exterior angle at C = ∠A + ∠B

Why: The exterior angle and interior angle at C form a straight line (180°). Since ∠A + ∠B + ∠C = 180°, the exterior angle must equal ∠A + ∠B.

Congruent Triangles

Two triangles are congruent if they have exactly the same shape AND size. All corresponding sides and angles are equal.

Congruence Criteria

Criterion What you need What it proves
SSS Three sides equal Triangles congruent
SAS Two sides + included angle equal Triangles congruent
ASA Two angles + included side equal Triangles congruent
AAS Two angles + non-included side equal Triangles congruent
RHS Right angle + hypotenuse + one side equal Right triangles congruent

Important: SSA (two sides and a non-included angle) is NOT a valid congruence criterion (except for RHS).

Similar Triangles

Two triangles are similar if they have the same shape but possibly different sizes. Corresponding angles are equal, and corresponding sides are proportional.

Similarity Criteria

Criterion What you need
AA Two angles equal (third must be equal too)
SAS Two sides proportional + included angle equal
SSS All three sides proportional

Similarity Ratio

If triangle ABC ~ triangle DEF (similar), then:

AB/DE = BC/EF = AC/DF = k

k is the similarity ratio (or scale factor).

Example: Two similar triangles have sides 3, 4, 5 and 6, 8, 10. Ratio k = 6/3 = 8/4 = 10/5 = 2. The second triangle is twice as large.

Triangle Area

Basic Formula

$Area = (1/2) × base × height
A = (1/2)bh
$

The height must be perpendicular to the chosen base.

Heron's Formula (when you know all three sides)

$s = (a + b + c)/2  (semi-perimeter)
Area = √[s(s-a)(s-b)(s-c)]
$

Example: Sides 3, 4, 5 (right triangle!) s = (3 + 4 + 5)/2 = 6 Area = √[6(3)(2)(1)] = √36 = 6

Check with basic formula: base = 3, height = 4, Area = (1/2)(3)(4) = 6 ✓



Key Terms

Worked Examples

Example 1: Classify and find missing angles

Triangle ABC has angles: ∠A = 45°, ∠B = 65°. Find ∠C and classify.

  1. ∠C = 180° - 45° - 65° = 70°
  2. All angles < 90°, so it's an acute triangle
  3. All angles different, so it's scalene

Triangle: Acute scalene

Example 2: Congruence proof

Given: AB = DE, BC = EF, AC = DF. Prove ΔABC ≅ ΔDEF.

  1. We have three pairs of equal sides: AB = DE, BC = EF, AC = DF
  2. By SSS criterion, ΔABC ≅ ΔDEF

Example 3: Similarity ratio and area

Two similar triangles have similarity ratio k = 3. If the smaller has area 12, what is the larger?

  1. Area ratio = k² = 3² = 9
  2. Larger area = 12 × 9 = 108

Key insight: Area scales with the SQUARE of the similarity ratio.



Quiz

Q1: What does the concept of Basic Formula primarily refer to in this subject?

A) A historical anecdote about Basic Formula B) The definition and application of Basic Formula C) A visual representation of Basic Formula D) A computational error related to Basic Formula

Correct: B)

Q2: What is the primary purpose of By Angles?

A) It is used only in advanced research contexts B) It is used to by angles in mathematical analysis C) It replaces all other methods in this domain D) It is primarily a historical notation system

Correct: B)

Q3: Which statement about By Sides is TRUE?

A) By Sides is an advanced topic beyond this subject's scope B) By Sides is mentioned only as a historical footnote C) By Sides is a fundamental concept covered in this subject D) By Sides is not related to this subject

Correct: C)

Q4: Based on the worked examples in this subject, what is the correct result?

A) The inverse of the correct answer B) A different result from a common mistake C) An unrelated numerical value D) 65°

Correct: D)

Q5: How are By Sides and Congruence Criteria related?

A) By Sides and Congruence Criteria are completely unrelated topics B) By Sides and Congruence Criteria are closely related concepts C) By Sides is a special case of Congruence Criteria D) By Sides is the inverse of Congruence Criteria

Correct: B)

Q6: What is a common pitfall when working with Congruent Triangles?

A) A common mistake is confusing Congruent Triangles with a similar concept B) The main error with Congruent Triangles is using it when it is not needed C) Congruent Triangles has no common misconceptions D) Congruent Triangles is always computed the same way in all contexts

Correct: A)

Q7: When should you apply Criterion?

A) Apply Criterion to solve problems in this subject's domain B) Criterion is not practically useful C) Use Criterion only in pure mathematics contexts D) Avoid Criterion unless explicitly instructed

Correct: A)

Practice Problems

  1. Find the third angle of a triangle with angles 40° and 75°. Answer: 180° - 40° - 75° = 65°

  2. In isosceles triangle ABC with AB = AC, if ∠B = 50°, find ∠A and ∠C. Answer: ∠C = 50° (base angles equal). ∠A = 180° - 50° - 50° = 80°.

  3. An exterior angle of a triangle is 100°. If one opposite interior angle is 35°, find the other. Answer: 100° - 35° = 65°

  4. Are triangles with sides (3, 4, 5) and (6, 8, 10) congruent or similar? Answer: Similar (sides in ratio 2:1). Not congruent (different sizes).

  5. Find area of triangle with base 8 and height 5. Answer: (1/2) × 8 × 5 = 20

  6. Two similar triangles have areas 18 and 72. What is their similarity ratio? Answer: Area ratio = 72/18 = 4. Similarity ratio = √4 = 2.

  7. In triangle ABC, AB = 5, BC = 7, AC = 8. Find area using Heron's formula. Answer: s = (5+7+8)/2 = 10. Area = √[10(5)(3)(2)] = √300 = 10√3 ≈ 17.32


Summary

Key takeaways:


Pitfalls



Next Steps

Next up: 02-03-polygons-and-circles.md