All topics

s2.2.7

Finding Sides of a Triangle

1,000 questions

Triangle problems often involve finding minimum/maximum side lengths based on whether the triangle is right, acute, or obtuse. Key formulas are:

  • Triangle Inequality: a+b>ca+b > c
  • Right Triangle: a2+b2=c2a^2 + b^2 = c^2
  • Acute Triangle: a2+b2>c2a^2 + b^2 > c^2
  • Obtuse Triangle: a2+b2<c2a^2 + b^2 < c^2 (where c is the longest side)

A trick for finding integer sides of a right triangle given one leg, aa: If aa is odd, the other sides are a212\frac{a^2-1}{2} and a2+12\frac{a^2+1}{2}. For example, if a=9a=9, a2=81a^2=81, the other sides are 40 and 41.

Practise this