Calculate The 3rd Side Of A Triangle
You've got two sides of a triangle and an angle between them. Or maybe just all three sides and you need to check if it's even valid. Because of that, or maybe one side and two angles. Either way, you're stuck staring at a triangle wondering how to find the missing piece.
The good news? It's not as scary as your old geometry class made it look. And once you understand which method to use when, the math actually makes sense.
Let me walk you through how to calculate the third side of a triangle in every common situation — the rules, the formulas, and the stuff most tutorials skip over.
What "Finding the Third Side" Actually Means
In a triangle, you have three sides and three angles. Always. That's not a coincidence — it's how triangles work.
The catch is that you usually don't know all six values. That's why you might only know a few of them. The job is to figure out the rest, starting with the side you're missing.
The method you use depends entirely on what you already know. Think about it: that's the part most people get wrong. Which means they learn one formula and try to force-fit it into every problem. It doesn't work that way.
There are really only a few situations you'll run into:
- Two sides and the included angle (the angle between them) — Law of Cosines territory
- Two angles and any side — Law of Sines territory
- Three sides and you want an angle — also Law of Cosines
- A right triangle with two known parts — Pythagorean theorem or trig ratios
- An isosceles or equilateral triangle — usually simpler than you think
Each one has its own approach. Let's go through them.
The Two Big Rules You Need to Know
Before touching specific cases, get familiar with the two formulas that do most of the heavy lifting. Almost every triangle side calculation comes back to one of these.
The Law of Cosines
This is the heavy-duty formula. It works for any triangle, not just right triangles. It looks like this:
c² = a² + b² − 2ab·cos(C)
Where C is the angle opposite the side you're trying to find, and a and b are the other two sides.
It looks ugly. Still, it isn't, once you use it a couple of times. You're squaring two known sides, adding them, then subtracting twice their product times the cosine of the angle between them. Then take the square root.
Here's the thing about the Law of Cosines is your go-to when you have two sides and the angle between them. It's also what you use to find an angle when you know all three sides.
The Law of Sines
This one is cleaner looking but only works in specific situations. It says the ratio of a side to the sine of its opposite angle is the same for all three sides:
a/sin(A) = b/sin(B) = c/sin(C)
Use this when you know two angles and at least one side. You can find a second side by cross-multiplying, and then use the angle sum (all angles add to 180°) to find the third angle if you need it. And that's really what it comes down to.
How to Calculate the Third Side in Each Case
When You Have Two Sides and the Included Angle
This is the classic Law of Cosines problem. Say side a is 7, side b is 9, and the angle between them is 60 degrees. You want side c.
Plug in:
c² = 7² + 9² − 2(7)(9)·cos(60°)
cos(60°) = 0.5, so:
c² = 49 + 81 − 126(0.5) = 130 − 63 = 67
c = √67 ≈ 8.19
That's it. The answer is about 8.19. The angle you used (60°) has to be the one between* the two sides you know — not one of the other angles. That's a mistake beginners make constantly.
When You Have Two Angles and One Side
Here, the Law of Sines is your friend. Let's say side a is 10, angle A is 30°, and angle B is 70°. Find side b.
First, find angle C: 180 − 30 − 70 = 80°.
Now use the ratio:
10 / sin(30°) = b / sin(70°)
sin(30°) = 0.5, sin(70°) ≈ 0.9397
10 / 0.5 = b / 0.9397 20 = b / 0.9397 b ≈ 18.
Once you have one new side, you can find the third side the same way, or use the Law of Cosines if you prefer.
When You Have a Right Triangle
Right triangles get their own shortcut: the Pythagorean theorem.
a² + b² = c²
Where c is the hypotenuse (the side opposite the 90° angle, and always the longest one).
If you know the two legs and want the hypotenuse, just add their squares and take the square root. If you know the hypotenuse and one leg, subtract and take the square root.
For angles in a right triangle, you've got SOH-CAH-TOA: sine = opposite/hypotenuse, cosine = adjacent/hypotenuse, tangent = opposite/adjacent. Pick the ratio that has what you know.
A lot of "real world" triangle problems turn out to be right triangles once you set them up properly. Roof pitches, ramps, TV screen sizes — most of the time there's an implied right angle.
When You Have an Isosceles or Equilateral Triangle
These are shortcuts worth memorizing.
Equilateral (all sides equal, all angles 60°): If you know one side, you know all three. Done. No calculation needed.
If you found this helpful, you might also enjoy how old are you if you were born in 1986 or how many days until 25th june.
Isosceles (two sides equal, two angles equal): If you know the base and one of the equal sides, drop an altitude from the top vertex to the base. You now have two right triangles, and you can use the Pythagorean theorem to find the height. From there, you can find the base angles using trig, or work backward to find the third side if you know the height.
Common Mistakes That Throw People Off
Using the Wrong Angle
This is the big one. If the angle you have is opposite one of those sides, the formula gives a wrong answer that looks perfectly reasonable. The Law of Cosines requires the angle between* the two known sides. Always double-check which angle you're using.
For the Law of Sines, the side and angle in each ratio have to be opposite each other. Also, a is opposite angle A, b is opposite angle B, and so on. Mix those up and the numbers will look right but be completely wrong. That's the part that actually makes a difference.
Forgetting That Angles Add to 180°
If you know two angles, the third one is just subtraction. Skipping this step is how people end up with 190-degree triangles, which obviously don't exist.
Mixing Radians and Degrees
If your calculator is in radian mode and you type in 60 expecting degrees, your answer will be wildly off. So always check the mode before you trust the output. Most calculators default to degree mode, but it's worth a glance.
Rounding Too Early
If you're doing multi-step calculations, round at the very end. Round intermediate results and errors compound. Keep a few extra decimal places until the final step.
Forgetting the Square Root
The Law of Cosines gives you c², not c. Still, don't forget the square root at the end. It sounds obvious, but in practice, people do it all the time, especially when working quickly.
Practical Tips That Actually Help
Draw it first. Seriously. Even a rough sketch. Label what you know. It takes 20 seconds and prevents most of the mistakes above. If the picture doesn't quite work — say, a side that should be the longest is shorter than the others — you'll catch it before doing the math.
Identify the case before reaching for a formula. Two sides and included angle? Law of Cosines. Two angles and a side? Law of Sines. Right triangle? Pythagorean. Isosceles? Look for shortcuts. A five-second decision saves a lot of confusion.
Use the Law of Cosines to double-check the Law of Sines. If you find a side with Sines, plug it into the Cosines formula to verify. The numbers should match. This is a fast sanity check that catches arithmetic errors.
For rough estimates, use the triangle inequality. The sum of any two sides has to be greater
than the third. If your answer violates this, something went wrong.
Memorize a few key values. The 30-60-90 triangle has sides in the ratio 1:√3:2. The 45-45-90 triangle has sides in the ratio 1:1:√2. Knowing these saves time and helps you spot when an answer is way off.
Consider the ambiguous case carefully. When you have two sides and a non-included angle, there might be zero, one, or two valid triangles. Check whether the given side is long enough to actually reach the base before assuming there's a solution.
When These Tools Come Up in Real Life
Trigonometry and the Laws of Sines and Cosines aren't just classroom exercises. Surveyors use them to measure land when direct measurement isn't possible. Engineers rely on them for structural calculations. Navigation, astronomy, computer graphics, game development, architecture — all of these fields use triangle math regularly.
Even something as simple as figuring out the height of a tree involves the same principles. Walk a known distance from the trunk, measure the angle to the top, and you can calculate the height without climbing anything.
The beauty of triangle math is that once you understand the core relationships, you can solve problems that seem impossibly complex at first glance. A problem about a boat sailing at a certain angle from a lighthouse might look intimidating, but it's really just a Law of Sines or Cosines problem once you draw it out.
Building Confidence With Practice
The key to getting comfortable with these tools isn't memorizing formulas — it's doing enough problems that the pattern recognition becomes automatic. Start with straightforward textbook problems where you know exactly which formula to use. In practice, then move to word problems that require you to figure out the setup. Finally, try problems that combine multiple concepts or have unusual configurations.
Worked examples are useful, but you learn more by struggling through a problem yourself, even if it takes a while. The struggle is where the understanding builds. Check your work by trying a different method on the same problem, or plug your answer back into the original setup to see if it makes sense.
Group study can help too. Explaining a solution to someone else forces you to clarify your own thinking, and you often pick up shortcuts or perspectives you wouldn't have found alone.
A Few Final Thoughts
The Laws of Sines and Cosines are powerful precisely because they work for any triangle, not just right ones. In real terms, they extend the Pythagorean theorem into territory where the older tool simply can't reach. Once you have them in your toolkit, you can tackle a much wider range of problems in geometry and beyond.
The biggest hurdle is usually not the math itself but knowing which tool to use when. That comes with practice, and the practical tips above help shorten the learning curve. Pay attention to what's given, identify what you need to find, draw the triangle, and the right formula usually becomes clear.
Math like this rewards patience and carefulness more than raw intelligence. The person who checks their work, draws their diagrams, and rounds only at the end will consistently outperform the person who rushes through calculations, even if that second person is "smarter" in some abstract sense. Good habits matter more than talent in this kind of work.
So keep at it, work through the awkward middle stage where nothing feels natural yet, and eventually the whole subject clicks into place. The struggle is temporary, and the skills stick with you for life.
Latest Posts
Trending Now
-
Calculate The 3rd Side Of A Triangle
Aug 27, 2026
-
6 Divided By 7 As A Fraction
Aug 27, 2026
-
What Is 14 Days From Now
Aug 27, 2026
-
How Is A Kilowatt Hour Calculated
Aug 27, 2026
-
How To Check Bra Size Uk
Aug 27, 2026
Related Posts
More That Fits the Theme
-
Calculate The Mean Median And Standard Deviation
Aug 16, 2026
-
Calculate The Volume Of A Square
Aug 26, 2026
-
Calculate The Price Of The Bond
Aug 27, 2026