Trigonometric Ratios in Right Triangles
Every right triangle contains a 90° angle and two acute angles. Trigonometric functions map these angles to ratios of specific sides. The three primary ratios are:
- Sine (sin): the ratio of the side opposite the angle to the hypotenuse
- Cosine (cos): the ratio of the side adjacent to the angle to the hypotenuse
- Tangent (tan): the ratio of the opposite side to the adjacent side
These relationships hold because a right triangle inscribed in a unit circle has its legs aligned with the sine and cosine projections. Once you identify which angle you're solving for, you can match it to the appropriate ratio and calculate unknown sides. The complementary angles in a right triangle always sum to 90°, which creates a second useful symmetry: α + β = 90°.
Key Trigonometric Formulas
When solving a right triangle, these formulas connect angles to side lengths. Use them to find missing measurements:
sin(α) = opposite ÷ hypotenuse
cos(α) = adjacent ÷ hypotenuse
tan(α) = opposite ÷ adjacent
c² = a² + b² (Pythagorean theorem)
α + β = 90° (complementary angles)
tan(α) = a ÷ b
b = 2 × Area ÷ a
c = √(a² + b²)
α, β— The two acute angles in the triangle (measured in degrees or radians)a, b— The two legs (catheti) of the right triangle, perpendicular to each otherc— The hypotenuse, the longest side opposite the right angleArea— The area of the triangle, equal to (a × b) ÷ 2
Solving a Right Triangle: Step-by-Step Example
Suppose you have a right triangle with hypotenuse c = 5 and one acute angle α = 38°. Here's how to find all remaining sides and angles:
- Find the second acute angle:
β = 90° − 38° = 52° - Calculate the opposite leg:
sin(38°) ≈ 0.616, so the opposite side =0.616 × 5 ≈ 3.08 - Find the adjacent leg:
cos(38°) ≈ 0.788, so the adjacent side =0.788 × 5 ≈ 3.94 - Verify with Pythagoras:
3.08² + 3.94² ≈ 9.49 + 15.53 ≈ 25 = 5²✓
With just the hypotenuse and one angle, the entire triangle is determined. This principle applies whenever you have sufficient information: two sides, one side and one angle, or area and one side.
Common Pitfalls and Practical Tips
Watch for these mistakes when applying right triangle trigonometry:
- Angle units matter — Ensure your calculator operates in the correct mode: degrees or radians. A 45° angle is not the same as 45 radians. Most practical problems use degrees; scientific and engineering work often switches to radians.
- Identifying opposite and adjacent sides — Always reference your angle of interest. The 'opposite' side is across from that angle; the 'adjacent' side touches it (excluding the hypotenuse). Mislabeling these inverts your ratio and produces incorrect results.
- The Pythagorean theorem is your check — After solving for sides using trigonometry, verify your work: <code>a² + b² = c²</code>. This sanity check catches many calculation errors before they propagate downstream.
- Don't confuse complementary angles — In a right triangle, the two acute angles are complementary: they sum to 90°. If you know one, the other is immediate. This relationship often provides the quickest solution path.
When to Use Inverse Trigonometric Functions
Sometimes you know two sides and need the angle. This requires the inverse (or 'arc') functions:
- arcsin, arccos, arctan: These reverse the trigonometric functions, taking a ratio and returning an angle
- If
sin(α) = 0.6, thenα = arcsin(0.6) ≈ 36.87° - If
tan(α) = a ÷ b, thenα = arctan(a ÷ b)
Modern calculators have these functions built in, usually labeled sin⁻¹, cos⁻¹, or tan⁻¹. They return angles in your selected unit (degrees or radians).