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 other
  • c — The hypotenuse, the longest side opposite the right angle
  • Area — 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:

  1. Find the second acute angle: β = 90° − 38° = 52°
  2. Calculate the opposite leg: sin(38°) ≈ 0.616, so the opposite side = 0.616 × 5 ≈ 3.08
  3. Find the adjacent leg: cos(38°) ≈ 0.788, so the adjacent side = 0.788 × 5 ≈ 3.94
  4. 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:

  1. 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.
  2. 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.
  3. 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.
  4. 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).

Frequently Asked Questions

How do I find an unknown side if I know one side and an acute angle?

Identify which sides are opposite, adjacent, and hypotenuse relative to your known angle. Choose the trigonometric ratio that connects your known side to the unknown side. For example, if you know the hypotenuse and need the opposite side, use <code>sin(angle) = opposite ÷ hypotenuse</code>, then rearrange: <code>opposite = sin(angle) × hypotenuse</code>. Plug in your values and calculate. This method works for any combination of one known side and one known acute angle.

What if I only know two sides of a right triangle?

Use the Pythagorean theorem to find the third side: <code>c² = a² + b²</code>. Then, use the inverse tangent function to find an acute angle: <code>α = arctan(opposite ÷ adjacent)</code>. The second acute angle follows immediately from the 90° complementary relationship. Knowing all three sides and both acute angles fully solves the triangle.

Can I apply these trigonometric rules to non-right triangles?

Not directly, but you can adapt them. Draw an altitude (height) from one vertex perpendicular to the opposite side. This creates two right triangles sharing that altitude. If you have enough information about one of these right triangles, you can solve it using standard trigonometry, then use those results to solve the second right triangle and ultimately the original non-right triangle. This technique underlies the Law of Sines and Law of Cosines.

Why is the tangent ratio useful if sine and cosine already exist?

Tangent is powerful because it relates the two legs directly, without needing the hypotenuse: <code>tan(α) = opposite ÷ adjacent</code>. In practical surveying or construction, you often measure distances along the ground and vertical heights without measuring the direct diagonal. Tangent lets you find angles from leg ratios alone, making calculations simpler when the hypotenuse is inaccessible or irrelevant.

How do I calculate the area of a right triangle using trigonometry?

The basic formula is <code>Area = (a × b) ÷ 2</code>, where <code>a</code> and <code>b</code> are the two legs. If you know only the hypotenuse and an angle, find one leg using <code>leg = sin(angle) × hypotenuse</code>, calculate the other leg, then apply the area formula. Alternatively, if you know the hypotenuse <code>c</code> and angle <code>α</code>, use <code>Area = 0.5 × c² × sin(α) × cos(α)</code>. Both methods give the same result.

What does the complementary angle relationship tell me?

In any right triangle, the two acute angles always sum to 90°: <code>α + β = 90°</code>. This means <code>β = 90° − α</code>. Knowing one acute angle immediately determines the other. This relationship also explains why <code>sin(α) = cos(90° − α)</code> and <code>tan(α) = 1 ÷ tan(β)</code>. It's a shortcut that eliminates redundant calculations and helps you verify results.

More math calculators (see all)