Solve The Right Triangle Shown In The Figure
You're staring at a triangle with a little square in the corner. Two sides labeled. In practice, maybe an angle. The instructions say "solve the right triangle shown in the figure.
And your brain goes: wait, which formula? Worth adding: pythagoras? Which means sine? Tangent? On the flip side, cosine? All of the above?
Yeah. So naturally, been there. Think about it: the figure looks simple — it's just a triangle, right? — but the moment you try to write down the first step, the options pile up. This guide walks through the whole process without the textbook stiffness. No "let us consider" or "it is evident that." Just the logic, the order of operations, and the traps that catch almost everyone at least once.
What It Actually Means to Solve a Right Triangle
"Solve the triangle" sounds dramatic. Think about it: all it means: find every missing side length and every missing angle measure. A right triangle has six pieces of information total — three sides, three angles. One angle is always 90°. So you're really hunting for five unknowns.
Usually the figure gives you two pieces. Sometimes three. Your job is to use those to tap into the rest.
The tools are always the same three:
- Pythagorean theorem — connects the three sides
- Sine, cosine, tangent — connect angles to sides
- Angle sum — the two acute angles add to 90°
That's it. Three tools. The art is knowing which one to reach for first.
The Labels Matter More Than You Think
Standard convention: angle A, B, C with C = 90°. Side a opposite A, side b opposite B, side c (the hypotenuse) opposite C.
If your figure uses different letters — x, y, θ, α — that's fine. Just be consistent. The mistake people make is switching notation halfway through. Consider this: don't. Pick a system and stick to it.
Why the Order of Operations Changes Everything
Here's what most tutorials won't tell you: the sequence you choose determines whether the problem flows or fights back.
Scenario 1: You're given two sides.
Use Pythagoras to find the third side. Then use inverse trig (sin⁻¹, cos⁻¹, tan⁻¹) to find the angles. Done.
Scenario 2: You're given one side and one acute angle.
Use trig ratios to find the other two sides. Then angle sum for the last angle. Done.
Scenario 3: You're given two angles (one is 90°, so really just one acute angle).
You cannot* solve for sides without at least one side length. Similar triangles have the same angles but different sizes. The figure must* give you a side. If it doesn't, the problem is underspecified — say so and move on.
The trap: trying to use trig when you have two sides but no angle. You can do it — sin⁻¹(opposite/hypotenuse) works — but Pythagoras is faster and doesn't require your calculator to be in degree mode. Even so, (And yes, that catches people. More on that later.
How to Work Through Each Case Without Losing Your Mind
Case A: Two Legs Given (a and b)
This is the cleanest setup. Plus, hypotenuse c is missing. The figure shows the two legs meeting at the right angle. Both acute angles A and B are missing.
Step 1: Hypotenuse via Pythagoras
c² = a² + b²
c = √(a² + b²)
Don't skip the square root. Worth adding: it's 5. Which means seen too many students write c² = 25 and call the answer 25. The square root is not optional.
Step 2: Angle A
You have opposite (a) and adjacent (b) relative to angle A. Tangent is the natural choice:
tan A = a / b
A = tan⁻¹(a / b)
Step 3: Angle B
B = 90° − A
That's faster than a second inverse trig call. And it's a built-in check — if A + B ≠ 90°, something went wrong earlier.
Case B: Hypotenuse and One Leg Given (c and a)
Figure shows the slant side and one leg. Missing: other leg b, both angles.
Step 1: Missing leg via Pythagoras
b² = c² − a²
b = √(c² − a²)
Watch the subtraction order. Practically speaking, c is always the biggest side. c² − a² is positive. a² − c² gives you a negative under the radical — calculator error, or worse, an imaginary number you didn't sign up for.
Step 2: Angle A
You have opposite (a) and hypotenuse (c). Sine is direct:
sin A = a / c
A = sin⁻¹(a / c)
Could use cosine with adjacent/hypotenuse once you have b. Sine skips that step.
Step 3: Angle B
B = 90° − A
Case C: One Acute Angle and One Side Given
This is where trig earns its keep. Say the figure gives angle A = 37° and side a = 12. Missing: b, c, B.
Step 1: Angle B
B = 90° − 37° = 53°
Get this first. It's free. And you'll need it if you want to use angle B for any ratio.
Step 2: Choose your ratio based on what you have and what you want
| Have | Want | Use |
|---|---|---|
| angle, opposite | hypotenuse | sin |
| angle, adjacent | hypotenuse | cos |
| angle, opposite | adjacent | tan |
| angle, adjacent | opposite | tan (flip it) |
| angle, hypotenuse | opposite | sin |
| angle, hypotenuse | adjacent | cos |
In our example: have A and opposite a. Want c (hypotenuse).
sin A = a / c → c = a / sin A = 12 / sin 37°
Want b (adjacent).
tan A = a / b → b = a / tan A = 12 / tan 37°
Step 3: Verify with Pythagoras
a² + b² should equal c² (within rounding). If it doesn't, recheck your calculator mode and your algebra.
If you found this helpful, you might also enjoy what is the central idea of the text or which compound inequality could be represented by the graph.
The Calculator Mode Trap
Degrees vs. radians.
The Calculator Mode Trap – What to Do When Your Answers Go Awry
Even a perfectly written formula can give the wrong numeric result if the calculator is in the wrong mode. Most textbooks assume degree mode for angle work, but many scientific calculators default to radian mode.
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
sin 30 returns ‑0.5 |
Calculator in radian mode | Switch to DEG |
tan 45 returns ‑0.Now, 016 |
Radian mode (45 rad ≈ 2578°) | Switch to DEG |
sin⁻¹(0. 988 instead of 0.Which means 5) returns ‑29. 999° |
Radian mode (output in radians) | Switch to DEG or multiply result by 180/π |
cos 60 returns `0. |
Pro tip: Many calculators let you view the current mode on the screen (e.g., “DEG”). If you’re unsure, press the mode button until you see “DEG”. Then clear the entry buffer ( press C ) before you start typing new numbers.
When to Flip the Ratio – Using the “Opposite‑Over‑Adjacent” Logic
Trigonometric ratios are often introduced as SOH‑CAH‑TOA, but remembering which side is opposite or adjacent can be confusing when you’re looking at a specific angle. A quick mental check:
- Identify the angle of interest (label it in the diagram if you haven’t already).
- Trace the triangle’s sides from that angle:
- The adjacent side is the one that forms the angle but is not the hypotenuse.
- The opposite side is the one that does not touch the angle.
- The hypotenuse is always the longest side, opposite the right angle.
If you need adjacent ÷ opposite but only have opposite ÷ adjacent, simply take the reciprocal:
[ \frac{b}{a} = \frac{1}{\frac{a}{b}} ]
Because (\tan\theta = \frac{\text{opp}}{\text{adj}}), its reciprocal is (\cot\theta = \frac{\text{adj}}{\text{opp}}). Most calculators lack a dedicated cot key, so use 1 ÷ tan θ.
Using a Calculator Efficiently – Batch Your Work
When you have several related triangles (e.g., a series of ramps with the same angle), avoid re‑entering the angle each time:
- Store the angle in the calculator’s memory:
M+after entering the angle. - Recall it later with
MRbefore performing trig functions.
Example (angle = 37° stored):
37 M+
sin MR → 0.6018
tan MR → 0.7536
Batch calculations also reduce the chance of a stray “deg/rad” toggle.
Checking Your Work – The Pythagorean Sanity Check
After you compute any missing side or angle, run a quick sanity check:
- Side check: Plug the three sides into (a^2 + b^2 \approx c^2). If the left‑hand side is more than 1 % off the right‑hand side, revisit the rounding or the order of subtraction.
- Angle check: Ensure the two acute angles sum to 90°. If they don’t, one of the earlier trig inverses was mis‑applied (perhaps you used
sin⁻¹on the wrong ratio).
These checks are especially valuable when you’re solving multi‑step problems (e.g., finding the height of a ladder’s top when you know the distance from the wall and the ladder’s angle).
Special Right Triangles – Quick‑Fire Answers
| Triangle | Angle Measures | Side Ratios (opp : adj : hyp) | |----------|----------------
Applying the Special Right Triangle Ratios
Once you’ve memorized the side ratios for the most common special triangles, you can solve many problems quickly without relying on a calculator for every step. Here’s how to use them in practice.
The 3‑4‑5 Triangle
- Angles: approximately 36.87° and 53.13° (opposite the sides 3 and 4, respectively).
- If the angle opposite the side of length 3 is known, the opposite side is 3k, the adjacent side is 4k, and the hypotenuse is 5k.
- Example: Given an angle of 36.87° and a hypotenuse of 10, the opposite side is (10 \times \frac{3}{5} = 6), and the adjacent side is (10 \times \frac{4}{5} = 8).
The 5‑12‑13 Triangle
- Angles: approximately 22.62° and 67.38°.
- If the angle opposite the side of length 5 is known, the opposite side is 5k, the adjacent side is 12k, and the hypotenuse is 13k.
- Example: With an angle of 22.62° and a hypotenuse of 26, the opposite side is (26 \times \frac{5}{13} = 10), and the adjacent side is (26 \times \frac{12}{13} = 24).
Using the Ratios Directly
If you know one side and the angle, you can set up a proportion. Here's a good example: if you have a right triangle with an angle of 30° and the adjacent side is 8, the hypotenuse can be found using (\cos 30° = \frac{\text{adjacent}}{\text{hypotenuse}}):
[
\frac{\sqrt{3}}{2} = \frac{8}{c} \quad \Rightarrow \quad c = \frac{16}{\sqrt{3}} \approx 9.24
]
Then the opposite side is (c \times \sin 30° = 9.24 \times 0.5 = 4.62).
Conclusion
Mastering these calculator techniques and fundamental ratios transforms trigonometry from a memorization exercise into a practical problem‑solving tool. By combining the “SOH‑CAH‑TOA” framework with efficient calculator use—storing angles, using reciprocals for cotangent, and verifying answers with the Pythagorean theorem—you can handle a wide range of problems quickly and accurately. Remember, the goal is not just to compute numbers, but to build a solid mental model of how geometry and algebra interact in real‑world situations.
Latest Posts
Out This Week
-
What Is The Prime Factorization For 225
Aug 11, 2026
-
Drag The Appropriate Labels To Their Respective Targets Cervical Enlargement
Aug 11, 2026
-
Are The Diagonals Of A Rhombus Congruent
Aug 11, 2026
-
How Does The Knowledge That Shay Is Leaving Affect Dante
Aug 11, 2026
-
30 36 Is What Percent Of 138
Aug 11, 2026