Find Missing Side of Triangle Calculator - Solve Any Triangle

a = 3b = 4c = ?

Missing Side

5 units

Method used: Pythagorean Theorem

Step-by-Step Solution

1

Pythagorean Theorem

c² = a² + b²

c² = 3² + 4²

2

Calculate c²

c² = 9 + 16

c² = 25

3

Take square root

c = √25

c = 5

Complete Triangle Properties

Perimeter

12 units

Area

6 sq units

Angle A

36.8699°

Angle B

53.1301°

Side Length Comparison

Leg a
3
Leg b
4
Hypotenuse c
5

Which Method Do You Need?

You KnowMethodFormula
Two legs of a right trianglePythagorean Theoremc = √(a² + b²)
Hypotenuse + one legPythagorean Theorema = √(c² − b²)
Two sides + included angleLaw of Cosinesc² = a² + b² − 2ab·cos(C)
One side + two anglesLaw of Sinesa/sin(A) = b/sin(B)

How to Use This Calculator

  1. Select your method: Pythagorean Theorem for right triangles, Law of Cosines if you know two sides and the included angle, or Law of Sines if you know one side and two angles.
  2. Enter your known values in the input fields. The triangle diagram updates to show your setup.
  3. The missing side is computed instantly along with a step-by-step breakdown.
  4. Review Complete Triangle Properties for all angles, perimeter, and area.
  5. Use the Side Length Comparison bar chart to visualize how the sides relate to each other.

Share this calculator

Help others solve their calculations

Found this calculator helpful? Share it with your friends, students, or colleagues who might need it!

Find Missing Side of Triangle Calculator: Three Formulas, One Goal

About the Author

Marko Šinko - Co-Founder & Lead Developer

Marko Šinko

Co-Founder & Lead Developer, AI Math Calculator

Lepoglava, Croatia
Advanced Algorithm Expert

Croatian developer with a Computer Science degree from University of Zagreb and expertise in advanced algorithms. Co-founder of award-winning projects, ensuring precise mathematical computations and reliable calculator tools.

📅 Published:
Find missing side of triangle calculator with a labeled triangle showing sides a, b and the unknown side c with step-by-step solving

A find missing side of triangle calculator takes three known measurements — some combination of sides and angles — and returns the unknown side length. Three formulas cover every possible case: the Pythagorean theorem for right triangles, the Law of Cosines when you know two sides and the angle between them, and the Law of Sines when you have a side-angle pair plus one more angle. Pick the right formula, plug in the numbers, and the missing side drops out in one or two algebraic steps.

Find Missing Side of Triangle Calculator: The Three Core Formulas

Every triangle problem reduces to one question: what combination of information do I have? The answer determines which formula to reach for. Here they are, stripped to essentials:

SituationFormulaWhen It Fails
Right triangle, two sides knownc = √(a² + b²)Only works with a 90° angle
Two sides + included angle (SAS)c² = a² + b² − 2ab·cos(C)Angle must be between the two sides
One side + two angles (AAS/ASA)b = a·sin(B)/sin(A)Ambiguous case (SSA) may give two answers

The Pythagorean theorem is a special case of the Law of Cosines — set C = 90° and the cos(C) term vanishes, leaving you with c² = a² + b². That's not trivia; it matters because if your triangle is almost a right angle (say 88°), you'll get a noticeably wrong answer using Pythagoras instead of cosines. Our Pythagorean theorem calculator handles pure right-triangle problems, but for anything else, you need the full Law of Cosines.

Worked Example: Right Triangle with Legs 5 and 12

A ladder leans against a wall. The base sits 5 feet from the wall, and the ladder reaches 12 feet up. How long is the ladder?

Given: a = 5, b = 12, angle C = 90°

Step 1: c² = 5² + 12² = 25 + 144 = 169

Step 2: c = √169 = 13 feet

Check: 5, 12, 13 is a Pythagorean triple, so the answer is exact — no rounding needed.

Now flip it. You know the ladder is 13 feet and the base is 5 feet from the wall — how high does it reach? Rearrange: b = √(13² − 5²) = √(169 − 25) = √144 = 12 feet. Same numbers, opposite direction. The hypotenuse calculator focuses specifically on this kind of problem.

Worked Example: SAS with Two Sides and a 37° Angle

Two hikers start from the same camp. One walks 8 km northeast, the other walks 11 km at a bearing that creates a 37° angle between their paths. How far apart are they?

Given: a = 8, b = 11, C = 37°

Step 1: c² = 8² + 11² − 2(8)(11)·cos(37°)

Step 2: c² = 64 + 121 − 176 × 0.7986 = 185 − 140.55 = 44.45

Step 3: c = √44.45 ≈ 6.667 km

Notice how the answer is smaller than either input side. That's because 37° is acute — the sides point roughly the same direction, so the gap between the endpoints is relatively small. Bump the angle to 120° and c jumps to about 16.5 km. The included angle dominates the result more than most students expect. For more practice with this formula, try the Law of Cosines calculator.

Worked Example: AAS with One Side and Two Angles

A surveyor stands at point A, sights a tower at point B (angle 42°), then walks to point C and sights the same tower (angle 73°). The distance AC is 200 meters. What's the distance from C to the tower (side BC)?

Given: side AC (opposite angle B) = 200 m, angle A = 42°, angle B = 73°

Step 1: angle C = 180° − 42° − 73° = 65°

Step 2: Apply Law of Sines — BC/sin(A) = AC/sin(B)

Step 3: BC = 200 × sin(42°)/sin(73°) = 200 × 0.6691/0.9563

Step 4: BC ≈ 139.96 meters

The Law of Sines needs care with the ambiguous case (SSA): when you know two sides and an angle not between them, two different triangles might satisfy the constraints. Our Law of Sines calculator flags that situation automatically. But AAS and ASA configurations — like this surveying problem — always produce a single unique triangle.

How to Find the Missing Side of a Triangle: Decision Flowchart

Students waste time picking the wrong method, grinding through algebra, then starting over. This flowchart eliminates that step:

QuestionIf YesIf No
Is it a right triangle?Pythagorean TheoremNext question ↓
Do you know two sides + the angle between them?Law of CosinesNext question ↓
Do you know a side + its opposite angle + one more angle?Law of SinesNext question ↓
Do you know a side + its opposite angle + another side?Law of Sines (check for ambiguous case!)Not enough info — need more data

Print that table or memorize the first two rows — they handle 80% of textbook and real-world triangle problems. The triangle calculator can solve all configurations if you want to enter everything at once instead of choosing a method manually.

Four Gotchas That Produce Wrong Answers

Degrees vs. Radians

cos(60) in radians is 0.5, but cos(60°) in degrees is also 0.5 — lucky coincidence. Try cos(37°) = 0.7986 vs. cos(37 radians) = 0.7654. That tiny difference flips a 6.667 km answer to 6.85 km. Always check your calculator's angle mode.

Using Pythagorean Theorem on Non-Right Triangles

A triangle with sides 7 and 10 and a 50° included angle has a third side of about 7.66 (by Law of Cosines). Using Pythagoras gives √(49 + 100) = 12.21 — off by 59%. If the problem doesn't explicitly say "right triangle," don't assume it is.

Wrong Angle in Law of Cosines

The angle C in c² = a² + b² − 2ab·cos(C) must be the angle between sides a and b — the included angle. Using the angle opposite side a instead gives a completely different (and wrong) third side. Sketch the triangle and label everything before computing.

Ignoring the Ambiguous Case (SSA)

Given a = 10, b = 7, and angle A = 30°, the Law of Sines gives two valid triangles. One has angle B ≈ 20.5° and the other has B ≈ 159.5°. If you only report one answer on a test, you lose half the credit. The triangle angle calculator can help you verify both solutions.

Quick Reference: Common Triangle Side Ratios

Before reaching for a calculator, check if your triangle matches one of these classic ratios. They show up constantly in homework, standardized tests, and construction:

Triangle TypeSide RatiosExample
3-4-5 right triangle3 : 4 : 56, 8, 10 (scaled ×2)
5-12-13 right triangle5 : 12 : 1310, 24, 26 (scaled ×2)
45-45-901 : 1 : √27, 7, 9.899
30-60-901 : √3 : 25, 8.66, 10
Equilateral1 : 1 : 1All sides equal; all angles 60°

A carpenter framing a roof with a 3-4-5 check doesn't need a calculator. But scale the numbers oddly — say 7.5 and 10 with a 90° angle — and now you need √(56.25 + 100) = √156.25 = 12.5. Still a 3-4-5 ratio (×2.5), but harder to spot by eye. The right triangle calculator catches these patterns instantly.

Why Some Inputs Don't Form a Triangle

Not every set of numbers produces a valid triangle. The triangle inequality theorem states that the sum of any two sides must exceed the third side. Try sides 2, 3, and 10 — the two shorter sides (2 + 3 = 5) can't bridge the gap to reach 10. The "triangle" would collapse into a straight line.

Similarly, angles must sum to exactly 180°. Enter 90° + 95° and you've already exceeded 180° before the third angle — no triangle exists. Our calculator catches these impossible configurations and tells you why they fail, rather than returning a garbage number. For angle-specific problems, the triangle angle calculator complements this tool by solving for unknown angles rather than sides.

Frequently Asked Questions

Still Have Questions?

The detailed content on this page provides comprehensive explanations and examples to help you understand better.