Finding Triangle Sides- Geometric Guide

Finding Triangle Sides: What Actually Works

You need to find a missing side on a triangle. You're not here for a history lesson on Pythagoras or a philosophical discussion about geometry. Let's get straight to it.

Triangles have three sides. Sometimes you know two and need the third. The method depends on what information you have and what kind of triangle you're working with.

Right Triangles: Use the Pythagorean Theorem

If you're dealing with a right triangle, this is your go-to. The formula is:

a² + b² = c²

Where c is the hypotenuse (the longest side, opposite the right angle). a and b are the other two sides.

Finding the Hypotenuse

You know both legs. Square them, add them together, take the square root.

Example: legs are 3 and 4.

3² + 4² = 9 + 16 = 25
c = √25 = 5

That's the classic 3-4-5 triangle. It works every time.

Finding a Leg

You know the hypotenuse and one leg. Rearrange the formula.

c² - a² = b²

Example: hypotenuse is 10, one leg is 6.

10² - 6² = 100 - 36 = 64
b = √64 = 8

Non-Right Triangles: Law of Sines or Cosines

This is where people get stuck. No right angle means the Pythagorean theorem won't help. You need more information.

Law of Sines

Use this when you know:

The formula:

a/sin(A) = b/sin(B) = c/sin(C)

Example: You know angle A = 30°, angle B = 45°, and side a = 10.

First find angle C: 180° - 30° - 45° = 105°

Then: 10/sin(30°) = b/sin(45°)

10/0.5 = b/0.707

20 = b/0.707

b = 20 × 0.707 = 14.14

Law of Cosines

Use this when you know:

The formula:

c² = a² + b² - 2ab·cos(C)

Example: You know a = 8, b = 6, and angle C = 60°.

c² = 8² + 6² - 2(8)(6)·cos(60°)

c² = 64 + 36 - 96(0.5)

c² = 100 - 48 = 52

c = √52 = 7.21

Special Right Triangles: Skip the Calculation

Some triangles show up constantly. Memorizing these saves time.

Type Side Ratios Example (short leg = 1)
45-45-90 1 : 1 : √2 1, 1, 1.414
30-60-90 1 : √3 : 2 1, 1.732, 2

If you have a 45-45-90 triangle and one leg is 7, the other leg is 7 and the hypotenuse is 7√2 ≈ 9.9.

If you have a 30-60-90 triangle and the short leg is 5, the longer leg is 5√3 ≈ 8.66 and the hypotenuse is 10.

How to Find a Triangle Side: Step-by-Step

Here's what you actually do when facing a geometry problem:

Step 1: Identify the Triangle Type

Is there a right angle? Check the problem statement or look for a small square marking one angle.

Step 2: List What You Know

Write down your known sides and angles. Draw a rough sketch if needed. Label everything.

Step 3: Pick the Right Formula

Step 4: Plug In and Solve

Substitute your numbers. Use a calculator for trig functions. Round only at the end.

Step 5: Check Your Answer

Does it make sense? The hypotenuse must be the longest side in a right triangle. The largest angle is opposite the longest side in any triangle.

Quick Reference: When to Use What

What You Know Method to Use
Right triangle + 2 sides Pythagorean theorem
2 angles + 1 side Law of sines
2 sides + included angle Law of cosines
All 3 sides Law of cosines (find angle first)
45-45-90 or 30-60-90 Special triangle ratios

Common Mistakes That Mess You Up

Confusing which side is the hypotenuse. It's always opposite the right angle. The longest side doesn't automatically mean hypotenuse unless there's a 90° angle.

Using degrees instead of radians. Your calculator needs to be in the right mode. Most geometry problems use degrees. Check before you calculate.

Forgetting to find a missing angle first. Law of sines requires all three angles if you're finding a side. Angles sum to 180° in any triangle.

Rounding too early. Keep full decimal values through your calculation. Only round your final answer.

Bottom Line

Finding triangle sides comes down to matching your known information to the right formula. Right triangles are simple. Everything else requires either law of sines or law of cosines. Memorize the special right triangle ratios and you'll save yourself calculation time. Know which formula applies before you start plugging numbers in.