Triangles are the building blocks of all geometry. Know their properties, the Pythagorean theorem, and the special right triangles, and you can solve half the geometry problems on any competition. This is the foundation everything else builds on.
By sides:
By angles:
The sum of any two sides must be greater than the third side:
$ a + b > c $, $ a + c > b $, $ b + c > a $
Equivalently: the largest side must be less than the sum of the other two.
Given two sides, the third side is between $|a-b|$ and $a+b$ (strictly).
Standard formula:
\[ \text{Area} = \frac{1}{2} \times \text{base} \times \text{height} \]
Height must be perpendicular to the base (altitude).
Equilateral triangle area: $ \frac{\sqrt{3}}{4} s^2 $ where $s$ = side length
Heron's formula: $ \sqrt{s(s-a)(s-b)(s-c)} $ where $s = \frac{a+b+c}{2}$ (semiperimeter)
For a right triangle with legs $a, b$ and hypotenuse $c$:
\[ a^2 + b^2 = c^2 \]
Converse: If $a^2 + b^2 = c^2$, then the triangle is right-angled.
Pythagorean triples: Integer solutions like (3, 4, 5), (5, 12, 13), (7, 24, 25), (8, 15, 17)
Multiples work too: (6, 8, 10), (9, 12, 15), etc.
45-45-90 (Isosceles right triangle):
30-60-90 triangle:
These come up constantly in competition problems β memorize the ratios!
In a right triangle, drop an altitude from the right angle to the hypotenuse:
Step 1: Apply the Pythagorean theorem: $ a^2 + b^2 = c^2 $
Legs: $ a = 9 $, $ b = 12 $. Find hypotenuse $c$.
\[ c^2 = 9^2 + 12^2 = 81 + 144 = 225 \]
Step 2: Take the square root.
$ c = \sqrt{225} = 15 $
Quick recognition: 9-12-15 is just the 3-4-5 triple multiplied by 3. β
Answer: 15
Recall 30-60-90 ratios: short leg : long leg : hypotenuse = $ 1 : \sqrt{3} : 2 $
Step 1: The side opposite 60Β° is the long leg = $ x\sqrt{3} $
Given: long leg = $ 5\sqrt{3} $
So $ x\sqrt{3} = 5\sqrt{3} $, which means $ x = 5 $.
Step 2: The short leg = $ x = 5 $.
Step 3: The hypotenuse = $ 2x = 2(5) = 10 $.
Check: sides are 5 (short), $5\sqrt{3}$ (long), 10 (hypotenuse). Ratio $1:\sqrt{3}:2$. β
Answer: 10
Step 1: Apply triangle inequality.
The third side $x$ must satisfy:
$ 12 - 7 < x < 12 + 7 $
$ 5 < x < 19 $
Step 2: Find the maximum integer value of $x$.
$x$ must be strictly less than 19, so the largest integer is 18.
Step 3: Calculate the perimeter.
Perimeter = $ 7 + 12 + 18 = 37 $
Check: 7 + 12 > 18? 19 > 18 β. Triangle inequality satisfied.
Answer: 37