Ever tried to finish a triangle puzzle and got stuck on that last side?
You’ve measured two edges, maybe even an angle, and the third length is playing hide‑and‑seek.
Turns out you’re not alone—most hobbyists, DIYers, and even a few engineers hit the same snag.
Let’s cut through the jargon and get you the exact number you need, no guesswork required.
What Is the “3rd Length” of a Triangle
When we talk about the “3rd length,” we simply mean the missing side of a three‑sided shape.
A triangle is defined by three sides and three angles, any two of which can be enough to figure out the third—provided you know the right combination Most people skip this — try not to..
Most guides skip this. Don't.
In practice there are three classic scenarios:
- Two sides + the included angle (SAS)
- Two sides + a non‑included angle (SSA) – the tricky “ambiguous case”
- Two angles + a side (AAS or ASA)
Each case calls for a different formula, but they all boil down to the same idea: the triangle’s geometry is locked in once you have enough pieces.
The language of triangles
- Side – the straight line between two vertices, usually labeled a, b, c.
- Angle – the corner where two sides meet, labeled A, B, C opposite their respective sides.
- Included angle – the angle sandwiched between the two known sides.
If you’ve got two sides and the angle opposite one of them, you’re in the SSA camp, which can give you zero, one, or two possible triangles. That’s why the “3rd length” sometimes feels mysterious.
Why It Matters / Why People Care
Getting that missing length right can be the difference between a perfectly fitting picture frame and a warped one.
In woodworking, the third side tells you how long a brace needs to be. In navigation, it’s the distance between two waypoints when you already know your bearing and one leg of the journey.
And in the world of math homework, a single wrong number can knock down an entire grade.
The short version? Knowing the right method saves time, money, and a lot of head‑scratching.
How It Works (or How to Do It)
Below is the step‑by‑step toolkit for every common situation. Grab a calculator, a pencil, and let’s get practical.
1. Two sides and the included angle (SAS)
This is the easiest case. You have sides a and b, and the angle C between them. Use the Law of Cosines:
[ c^{2}=a^{2}+b^{2}-2ab\cos C ]
- Square the two known sides.
- Multiply the sides together, double it, and multiply by the cosine of the included angle.
- Subtract that product from the sum of the squares.
- Take the square root – that’s your missing side c.
Example: a = 7 cm, b = 5 cm, C = 60°.
(c^{2}=7^{2}+5^{2}-2·7·5·\cos60° = 49+25-70·0.5 = 74-35 = 39).
(c = \sqrt{39} ≈ 6.24 cm) And it works..
2. Two angles and a side (AAS or ASA)
If you know any side a and two angles, first find the third angle because the sum of a triangle’s angles is always 180°.
[ C = 180° - A - B ]
Then apply the Law of Sines:
[ \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} ]
Solve for the unknown side:
[ c = \frac{a\sin C}{\sin A} ]
Example: a = 10 cm, A = 45°, B = 55°.
C = 180°‑45°‑55° = 80°.
(c = \frac{10·\sin80°}{\sin45°} ≈ \frac{10·0.9848}{0.7071} ≈ 13.93 cm).
3. Two sides and a non‑included angle (SSA)
This is the “ambiguous case.” You have sides a and b and an angle A opposite side a Not complicated — just consistent..
First, compute the height h that would drop from the known angle onto the known adjacent side:
[ h = b·\sin A ]
Now compare a to h and b:
| Comparison | Outcome |
|---|---|
| a < h | No triangle (side too short) |
| a = h | One right triangle |
| h < a < b | Two possible triangles (one acute, one obtuse) |
| a ≥ b | One triangle (obtuse or acute) |
If a triangle exists, use the Law of Sines to find the missing side:
[ \frac{a}{\sin A} = \frac{b}{\sin B} ]
Solve for angle B first:
[ \sin B = \frac{b·\sin A}{a} ]
Take the inverse sine (watch out for the two‑solution trap). Once you have B, you can get the third side c with the Law of Sines again:
[ c = \frac{a·\sin C}{\sin A},\quad C = 180° - A - B ]
Example: a = 8 cm, b = 10 cm, A = 30°.
(h = 10·\sin30° = 10·0.5 = 5 cm). Since 5 cm < 8 cm < 10 cm, we have two possible triangles.
[ \sin B = \frac{10·\sin30°}{8} = \frac{5}{8}=0.625 \Rightarrow B≈38.7°\text{ or }141.
Take the acute case first (38.7°). Then C = 180°‑30°‑38.7° = 111.3°.
(c = \frac{8·\sin111.3°}{\sin30°} ≈ \frac{8·0.894}{0.5} ≈ 14.3 cm) That's the part that actually makes a difference..
If you pick the obtuse B (141.7° and you’d get a much smaller c. Consider this: 3°), C becomes 8. Both are mathematically valid—choose the one that fits your real‑world constraints.
4. Right‑triangle shortcut
If you discover the triangle is right‑angled, you can skip the trigonometric formulas and use the Pythagorean theorem:
[ c = \sqrt{a^{2}+b^{2}} ]
Just make sure the right angle is between the two known sides; otherwise you’re mixing up legs and hypotenuse That's the part that actually makes a difference. Nothing fancy..
Common Mistakes / What Most People Get Wrong
-
Mixing up degrees and radians – A calculator set to radians will give you a completely different cosine or sine value. Double‑check the mode before you hit “Enter.”
-
Forgetting the ambiguous case – In SSA, many learners assume there’s only one answer. Remember the height test; it tells you whether you should look for a second solution.
-
Using the wrong side for the included angle – The Law of Cosines only works when the known angle sits between the two known sides. Slip that in and you’ll get a nonsense result Worth knowing..
-
Rounding too early – Keep extra decimal places through the calculations, then round at the very end. Early rounding can cascade into a noticeable error, especially in construction projects And that's really what it comes down to..
-
Assuming the triangle is planar – In 3‑D modeling, a “triangle” might actually be part of a non‑planar surface. The formulas above assume a flat plane; otherwise you need vector math.
Practical Tips / What Actually Works
-
Sketch it first – Even a quick doodle helps you see which angle is included, which side is opposite, and whether you’re in the ambiguous case That alone is useful..
-
Use a scientific calculator or an app – Most phones have a built‑in trig calculator; just make sure you’re in degree mode unless the problem states otherwise Easy to understand, harder to ignore. Which is the point..
-
Create a spreadsheet – If you’re doing multiple triangles (say, for a truss design), set up columns for sides, angles, and formulas. It eliminates repetitive arithmetic errors Worth keeping that in mind. Practical, not theoretical..
-
Check with a ruler – After you compute the missing side, measure it on a physical model. If it’s off by more than a millimeter, revisit your steps; you probably mis‑read an angle.
-
When in doubt, verify with the Law of Cosines – Even if you used the Law of Sines, plug the numbers back into the cosine formula as a sanity check. The two results should match (within rounding error).
-
Keep a “height” cheat sheet – Memorize the quick height formula h = side × sin(angle); it’s the fastest way to decide if an SSA problem even has a solution.
-
Use the “mirror” method for SSA – Draw the known side, swing an arc with the known angle, and see where it intersects the other side. Visually you’ll spot the one‑ or two‑solution situation.
FAQ
Q1: Do I need both the Law of Sines and the Law of Cosines?
A: Not always. If you have an included angle, the Law of Cosines is the cleanest. If you have two angles, go with the Law of Sines. Knowing both gives you flexibility for any combination.
Q2: What if the given angle is obtuse?
A: The same formulas apply; just remember that cosine of an obtuse angle is negative, which the Law of Cosines handles automatically. For the Law of Sines, the sine of an obtuse angle is still positive, so no extra step needed.
Q3: Can I use these methods for non‑Euclidean triangles?
A: No. These formulas assume flat (Euclidean) geometry. On a sphere or hyperbolic surface, you need spherical or hyperbolic trigonometry Worth keeping that in mind..
Q4: How precise do my measurements need to be?
A: For most DIY projects, ±0.5 mm is fine. For engineering tolerances, you may need to carry out calculations to at least four decimal places and use calibrated instruments.
Q5: Is there a shortcut for an equilateral triangle?
A: Absolutely. All sides are equal, so the “third length” is just the length of either known side. No trig required.
And that’s it. You now have the full toolbox to hunt down that missing side, whether you’re fixing a fence, solving a homework problem, or just satisfying a curiosity. Grab your ruler, plug the numbers in, and watch the triangle fall into place. Happy measuring!