1.2.5Basic Geometry

Triangles — scalene, isosceles, equilateral; acute, right, obtuse

2,288 words10 min readdifficulty · medium1 backlinks

What is a Triangle?

Why 180°? Imagine walking along the perimeter of a triangle, turning at each vertex. You make three turns that bring you back to your starting direction. Those three exterior angles sum to 360° (one full rotation). Since each interior angle and its corresponding exterior angle are supplementary (sum to 180°), we have: 3×180°360°=540°360°=180°3 \times 180° - 360° = 540° - 360° = 180° for the sum of interior angles.

Classification by Side Lengths

Derivation of equilateral angles: Let each angle be θ\theta. Since the sum of angles is 180°: θ+θ+θ=180°\theta + \theta + \theta = 180° 3θ=180°3\theta = 180° θ=60°\theta = 60°

Figure — Triangles — scalene, isosceles, equilateral; acute, right, obtuse

Example 1: Scalene Triangle with sides 3 cm, 4 cm, 5 cm.

  • All sides different → scalene.
  • Why this matters: No symmetry, no shortcut formulas. Must use Heron's formula or 12×base×height\frac{1}{2} \times \text{base} \times \text{height} for area.

Example 2: Isosceles Triangle with sides 5 cm, 5 cm, 6 cm.

  • Two sides equal (5 cm each) → isosceles.
  • The angles opposite the 5 cm sides are equal. Let's call them α\alpha.
  • If the base angles are α\alpha each, and the apex angle is β\beta: α+α+β=180°\alpha + \alpha + \beta = 180°
  • This symmetry lets us drop a perpendicular from the apex to bisect the base, creating two congruent right triangles.

Example 3: Equilateral Triangle with sides 7 cm, 7 cm, 7 cm.

  • All sides equal → equilateral.
  • All angles = 60°.
  • Highly symmetric: any median, altitude, angle bisector, and perpendicular bisector coincide.
  • Area formula derived from scratch:

For side aa, drop an altitude hh to split the base. The altitude creates two 30-60-90 right triangles. Using the Pythagorean theorem on half the triangle: h2+(a2)2=a2h^2 + \left(\frac{a}{2}\right)^2 = a^2 h2=a2a24=3a24h^2 = a^2 - \frac{a^2}{4} = \frac{3a^2}{4} h=a32h = \frac{a\sqrt{3}}{2} Area: A=12×base×height=12×a×a32=a234A = \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times a \times \frac{a\sqrt{3}}{2} = \frac{a^2\sqrt{3}}{4}

Classification by Angles

Why can't a triangle have two obtuse angles? Suppose two angles are obtuse, each > 90°. Their sum alone exceeds 180°, leaving no room for a third positive angle. Contradiction.

Why can't a triangle have two right angles? Two 90° angles sum to 180°, leaving 0° for the third angle—not a valid triangle.

Example 4: Acute Triangle Triangle with angles 60°, 70°, 50°.

  • All angles < 90° → acute.
  • Check: 60°+70°+50°=180°60° + 70° + 50° = 180°. ✓
  • The longest side is opposite the largest angle (70°), but all sides are "reasonably" sized relative to each other.

Example 5: Right Triangle Triangle with angles 90°, 60°, 30°.

  • One angle = 90° → right triangle.
  • Check: 90°+60°+30°=180°90° + 60° + 30° = 180°. ✓
  • Special case: This is a 30-60-90 triangle. If the shortest side (opposite 30°) has length xx:
    • Side opposite 60°: x3x\sqrt{3}
    • Hypotenuse (opposite 90°): 2x2x

Derivation: Start with an equilateral triangle with side 2x2x. Cut it in half vertically. Each half is a 30-60-90 triangle with hypotenuse 2x2x, shortest side xx (half the base), and height x3x\sqrt{3} (from the equilateral area formula).

Example 6: Obtuse Triangle Triangle with angles 120°, 40°, 20°.

  • One angle > 90° (120°) → obtuse.
  • Check: 120°+40°+20°=180°120° + 40° + 20° = 180°. ✓
  • The side opposite 120° is the longest. In fact, in any obtuse triangle, the square of the longest side is greater than the sum of squares of the other two sides (opposite of Pythagorean theorem).

Derivation from scratch: Draw a right triangle with legs aa, bb and hypotenuse cc. Construct a square of side (a+b)(a+b). Inside, arrange four copies of the triangle at the corners, leaving a tilted square of side cc in the center.

Outer square area: (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2

This equals: 4 triangles + inner square = 4×12ab+c2=2ab+c24 \times \frac{1}{2}ab + c^2 = 2ab + c^2

Equating: a2+2ab+b2=2ab+c2a^2 + 2ab + b^2 = 2ab + c^2 a2+b2=c2a^2 + b^2 = c^2

Combined Classification

A triangle can be classified by both side and angle properties simultaneously:

  • Equilateral acute: All sides equal, all angles 60° (always acute).
  • Isosceles right: Two sides equal, one 90° angle (the 45-45-90 triangle).
  • Scalene obtuse: All sides different, one angle > 90°.

Sides: aa, aa, a2a\sqrt{2} where the two legs are equal. Angles: 45°, 45°, 90°.

Derivation of hypotenuse: Using Pythagorean theorem on legs of length aa: c2=a2+a2=2a2c^2 = a^2 + a^2 = 2a^2 c=a2c = a\sqrt{2}

Check angles: If legs are equal, base angles are equal. Let each be θ\theta. θ+θ+90°=180°\theta + \theta + 90° = 180° 2θ=90°2\theta = 90° θ=45°\theta = 45°

Common Mistakes

Why it's wrong: "Isosceles" means "two legs equal" (from Greek isos = equal, skelos = leg). Requiring all three equal describes equilateral, which is a special case of isosceles (at least two equal), not the general meaning.

The fix: Isosceles = at least two sides equal. Equilateral triangles are a subset of isosceles, but we use the name "equilateral" specifically when all three are equal.

Why it's wrong: The moment you connect the third side to close the triangle, the third angle is determined by 180°(angle1+angle2)180° - (\text{angle}_1 + \text{angle}_2). If two angles already sum to more than 180°, the third "angle" would be negative—impossible.

The fix: Angles must sum to exactly 180°. At most one angle can be ≥ 90°.

Why it's wrong: By the Pythagorean theorem, c2=a2+b2c^2 = a^2 + b^2, so c>ac > a and c>bc > b. The hypotenuse (opposite the right angle) is always the longest side.

The fix: Longest side = hypotenuse. It's opposite the largest angle (90°). Always.

Active Recall Practice

Recall Explain to a 12-year-old

Imagine you have three sticks and you want to make a triangle by connecting their ends.

By side lengths: If all three sticks are the same length, you get an equilateral triangle—super symmetric, like a perfect tripod. If two sticks are the same and one is different, that's isosceles—it has a line of symmetry down the middle. If all three sticks are different lengths, it's scalene—no symmetry at all, each side does its own thing.

By angles: Now look at the corners where the sticks meet. If all three corners are "sharp" (each less than a right angle from a square corner), it's acute—like a narrow slice of pizza. If one corner is exactly square (90°), it's a right triangle—like half a rectangle. If one corner is "wide" (more than 90°), it's obtuse—like a door slightly open past square.

You can combine these! A triangle might be isosceles AND right (two equal sides meeting at a square corner), or scalene AND acute (all different sides, all sharp corners). The classifications tell you what shortcuts you can use and what the triangle will look like before you even draw it.

Angles — "ARO":

  • Acute = All angles small (< 90°)
  • Right = Right angle present (= 90°)
  • Obtuse = One big angle (> 90°)

Connections

  • Interior Angles of Polygons — Triangle angle sum is the base case (n=3n=3)
  • Pythagorean Theorem — Defines right triangles, fails for acute/obtuse
  • Congruence Criteria (SSS, SAS, ASA) — Classification determines which criteria apply easily
  • Triangle Inequality — Constrains possible side lengths for each type
  • Area of Triangles — Different formulas optimize for equilateral, right, or general triangles
  • Trigonometric Ratios — Defined using right triangles, extended via any triangle
  • Symmetry in Geometry — Isosceles has 1 line, equilateral has 3 lines of symmetry

#flashcards/maths

What are the three classifications of triangles by side length? :: Scalene (all sides different), Isosceles (at least two sides equal), Equilateral (all sides equal)

What are the three classifications of triangles by angle measure?
Acute (all angles < 90°), Right (one angle = 90°), Obtuse (one angle > 90°)
Is an equilateral triangle also isosceles?
Yes. Under the "at least two equal sides" definition, equilateral is a special case of isosceles.
In an equilateral triangle, what is each interior angle?
60° (since 3θ=180°3\theta = 180°, so θ=60°\theta = 60°)
What is the sum of interior angles in ANY triangle?
180° (or π\pi radians)
In an isosceles triangle, which angles are equal?
The two opposite the equal sides (base angles)
What is the longest side of a right triangle called?
Hypotenuse (the side opposite the 90° angle)
Can a triangle have two right angles? Why or why not?
No. Two 90° angles sum to 180°, leaving 0° for the third angle—impossible.
What is the Pythagorean theorem?
For a right triangle with legs aa, bb and hypotenuse cc: c2=a2+b2c^2 = a^2 + b^2
What is the area formula for an equilateral triangle with side aa?
A=a234A = \frac{a^2\sqrt{3}}{4}
In a 45-45-90 triangle with legs of length aa, what is the hypotenuse?
a2a\sqrt{2} (from c2=a2+a2=2a2c^2 = a^2 + a^2 = 2a^2)
In a 30-60-90 triangle, if the shortest side is xx, what are the other sides?
Side opposite 60° is x3x\sqrt{3}, hypotenuse is 2x2x
Can an equilateral triangle be obtuse?
No. All angles in an equilateral triangle are 60°, which are all acute.
If a triangle has sides 5, 5, and 8, what type is it by side classification?
Isosceles (two sides equal)
What does "scalene" mean?
All three sides have different lengths (no sides equal)
Why is the hypotenuse always the longest side in a right triangle?
By Pythagorean theorem, c2=a2+b2>a2c^2 = a^2 + b^2 > a^2 and >b2> b^2, so c>ac > a and c>bc > b

Concept Map

has property

classified by

classified by

yields

yields

yields

special case

implies

3 theta = 180 gives

has

derived via Pythagoras

shows

Triangle: 3 sides, 3 vertices

Interior angles sum 180 deg

Classify by sides

Classify by angles

Scalene: all sides differ

Isosceles: 2 sides equal

Equilateral: all sides equal

Equal base angles

Each angle 60 deg

Altitude h = a√3/2

High symmetry

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Triangles ko samajhna bahut zaroori hai kyunki yeh geometry ki basic building block hai. Jab hum triangle classify karte hain to do tarike hain: pehla sides ke length se aur dosra angles ke size se.

Sides se classification: Agar teen side sab alag-alag length ki hain to usko scalene bolte hain—ismein koi symmetry nahi hoti

Go deeper — visual, from zero

Test yourself — Basic Geometry

Connections