Finding The Third

How To Find The 3rd Side Of A Triangle

PL
mymoviehits.com
10 min read
How To Find The 3rd Side Of A Triangle
How To Find The 3rd Side Of A Triangle

Ever sat in a geometry class, staring at a triangle on a whiteboard, and felt that sudden, sharp disconnect between the math on the board and anything useful in the real world? You know the one. The teacher draws a shape, hands you two numbers, and tells you to find the missing piece. It feels like a puzzle designed just to be annoying.

But here’s the thing — finding the third side of a triangle isn't just a classroom chore. It’s the foundation for everything from construction and carpentry to game development and navigation. If you can't figure out that missing length, you can't build a roof, you can't map a route, and you certainly can't code a physics engine.

The problem is that most guides treat this like a magic trick. They give you a formula, tell you to plug in the numbers, and walk away. They don't tell you why you're using one method over another, or what happens when the math doesn't fit the shape.

What Is Finding the Third Side of a Triangle

At its core, finding the third side is about understanding the relationship between the lengths of a triangle's sides and the angles between them. A triangle is a rigid structure. Worth adding: once you know two sides and the angle between them—or even just two sides and a specific type of angle—the third side is mathematically locked into place. It has no choice. It is a fixed value.

The Geometry of Constraints

Think of it like a physical frame. If you have two sticks of a certain length and you hinge them together at a specific angle, the distance between the two open ends is fixed. You can't change that distance without changing the angle or the length of the sticks. That distance is your third side.

Different Shapes, Different Rules

Not all triangles are created equal, and this is where most people trip up. You can't use the same math for a right-angled triangle that you would for a triangle where all the angles are wide open. The "rules" change based on the "type" of triangle you are dealing with.

If you have a right triangle (one that has a 90-degree angle), the math is incredibly straightforward. If you don't have a right angle, things get a bit more complex, requiring a bit more heavy lifting from your calculator.

Why It Matters / Why People Care

You might think, "I'll just use a measuring tape when I'm actually building something." But in many professional fields, you can't physically reach the measurement you need.

In architecture or civil engineering, you might know the height of a structure and the distance from its base, but the actual diagonal length of a support beam might be inaccessible or hidden behind a wall. If you guess, you waste money. Also, you need to calculate it to order the correct materials. If you're wrong, the structure fails.

In digital spaces, it's even more vital. And every 3D character you see in a video game is made up of thousands of tiny triangles. Because of that, to render those characters correctly, the computer has to constantly calculate the distances between vertices (the corners of the triangles). If the math for that third side is off by even a tiny fraction, the character looks "broken" or distorted on your screen.

Understanding these principles allows you to move from "guessing" to "knowing." It turns a visual estimation into a precise measurement.

How It Works

There isn't just one way to find the third side. Which means the method you choose depends entirely on what information you start with. I like to think of it as having a toolbox: you wouldn't use a hammer to turn a screw, so don't use the wrong formula for your specific triangle.

The Pythagorean Theorem (For Right Triangles)

This is the big one. If you are lucky enough to be working with a right triangle—meaning one of the angles is exactly 90 degrees—you use the Pythagorean Theorem. It is the most famous rule in geometry for a reason: it works every single time.

The formula is $a^2 + b^2 = c^2$.

Here is how you actually use it:

  1. It is the hypotenuse, which is the longest side and is always directly opposite the 90-degree angle. Square the two sides you know. Because of that, the "c" is the most important part. Identify your sides. Worth adding: add those squares together. 3. Worth adding: 4. The "a" and "b" are the two shorter sides (the legs).
  2. Take the square root of that sum.

So, if you have a triangle with legs of 3cm and 4cm, you do $3^2 (9)$ plus $4^2 (16)$. On top of that, that gives you 25. Your third side is 5. In practice, the square root of 25 is 5. Done.

The Law of Cosines (For Any Triangle)

What if there is no 90-degree angle? What if you have a triangle that is "leaning" or "squashed"? This is where the Pythagorean Theorem fails you. You need the Law of Cosines.

Think of the Law of Cosines as the "upgraded" version of the Pythagorean Theorem. It works for every triangle in existence, but it includes an extra piece at the end to account for the angle.

The formula looks like this: $c^2 = a^2 + b^2 - 2ab \cos(C)$.

It looks intimidating, I know. But let's break it down:

  • $a$ and $b$ are the sides you know. Even so, * $C$ is the angle between those two sides. * $c$ is the unknown third side you are looking for.

To solve this, you square your known sides, add them, and then subtract the product of $(2 \times a \times b \times \text{the cosine of the angle})$. Once you have that result, you take the square root to find $c$.

The Law of Sines (When You Know Angles)

Sometimes, you don't know the lengths of two sides. Consider this: you might only know one side and a couple of angles. And in this case, the Law of Cosines won't work because it requires two side lengths to start. Instead, you use the Law of Sines.

For more on this topic, read our article on how many days until august 4 or check out how many days till 15 april.

The Law of Sines relies on the ratio between the length of a side and the sine of its opposite angle. The rule is that these ratios are equal for all three sides of the triangle.

If you know one side ($a$) and its opposite angle ($A$), and you know another angle ($B$), you can find the side ($b$) using this setup: $a / \sin(A) = b / \sin(B)$.

You basically cross-multiply and solve for the missing variable. It’s a bit more "algebra-heavy," but it's the only way out when you're missing side lengths but have plenty of angular data.

Common Mistakes / What Most People Get Wrong

I've seen people struggle with this for years, and it usually boils down to one of three things.

Misidentifying the Hypotenuse

This is the most common error with the Pythagorean Theorem. People see a right triangle and just grab the two sides they see and add them. If you don't realize that the longest side is the hypotenuse, your math will be completely useless. Always look for that 90-degree square symbol. The side opposite it is your "c."

Degree vs. Radian Mode

If you are using a calculator to find the Law of Cosines or Law of Sines, you are almost certainly going to run into this. Calculators can calculate trigonometric functions (like sine and cosine) in two different "modes": Degrees or Radians.

If your problem gives you an angle in degrees (like 45°) but your calculator is set to radians, your answer will be wildly incorrect. Always check your calculator settings before you start typing.

Forgetting the Square Root

It sounds silly, but it happens to the best of us. People do the $a^2 + b^2$ part, they get a number, and they stop. They forget that the formula equals $c^2$, not $c$. You must take the square root at the very end to get the actual length.

Practical Tips / What Actually Works

If you want to get through these

Practical Tips / What Actually Works (continued)

  • Sketch first, label second – A quick rough drawing helps you see which side or angle is opposite which, preventing mix‑ups between (a), (b), (c) and (A), (B), (C). Write the given values directly on the figure; the visual cue often reveals whether you need the Law of Cosines (two sides + included angle) or the Law of Sines (one side + its opposite angle plus another angle).

  • Work in consistent units – If side lengths are in meters, keep everything in meters; if angles are given in degrees, make sure your calculator is in degree mode before you hit (\sin) or (\cos). Switching units mid‑calculation is a silent source of error that can be avoided by a quick unit check at the start.

  • Use the Pythagorean identity as a sanity check – For any triangle, the sum of the two smaller sides must exceed the longest side (triangle inequality). After you compute a missing side, verify that this inequality holds; if it fails, you’ve likely swapped a side with an angle or used the wrong trigonometric mode.

  • Beware the ambiguous case (SSA) – When you have two sides and a non‑included angle, the Law of Sines can yield zero, one, or two possible triangles. After solving for the unknown angle using (\sin^{-1}), check whether the supplement (180° − angle) also satisfies the given side lengths. If both do, you have two valid triangles; if only one does, discard the other.

  • make use of special triangles – Recognizing 30‑60‑90 or 45‑45‑90 patterns can save you from heavy computation. If you spot one of these ratios, you can write down the missing side immediately and then verify with the Law of Cosines or Sines if needed.

  • Double‑check the square root – After applying (c^{2}=a^{2}+b^{2}-2ab\cos C) or the Pythagorean theorem, remember that the result you have is (c^{2}). Taking the square root is the final step; a quick “does this number look reasonable compared to the known sides?” can catch a forgotten root.

  • Keep a tidy workflow – Write each step on a new line: (1) identify known quantities, (2) choose the appropriate formula, (3) substitute, (4) simplify algebraically, (5) apply inverse trig if needed, (6) take the square root, (7) verify with triangle inequality or a sketch. This linear approach reduces the chance of skipping a step.


Conclusion

Mastering triangle solving boils down to recognizing which pieces you have and matching them to the right tool: the Pythagorean theorem for right‑angled cases, the Law of Cosines when you know two sides and their included angle, and the Law of Sines when you have a side‑angle‑angle or side‑side‑angle configuration. By consistently sketching, checking units, watching for the ambiguous case, and remembering to take that final square root, you turn what often feels like a tangled trigonometric mess into a straightforward, repeatable process. With these habits in place, even the most oblique triangles will yield their secrets with confidence.

New

Latest Posts

Related

Related Posts

Dive Deeper


Thank you for reading about How To Find The 3rd Side Of A Triangle. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
MY

mymoviehits

Staff writer at mymoviehits.com. We publish practical guides and insights to help you stay informed and make better decisions.