If a right triangle has ever left you staring at the page wondering which button to press on your calculator, you are in exactly the right place. SOH CAH TOA is the friendly little memory trick that turns three intimidating trigonometric ratios into something you can recall in seconds. Once you understand it, finding a missing side or a missing angle becomes a calm, repeatable process instead of a guessing game.
In this guide you will learn what each letter means, how to label the sides of any right triangle correctly, and how to choose the right ratio every single time. We will walk through four fully worked examples, step by step, covering sine, cosine, tangent, and the inverse functions you use to find angles. Along the way you will pick up the most common mistakes to avoid and a few tricks for remembering everything under exam pressure.
Want to check your work as you go? You can verify any answer in seconds with our trigonometry solver, which shows the full working so you can compare it against your own. Let’s start with the basics.
What Does SOH CAH TOA Mean?
SOH CAH TOA is a mnemonic (a memory aid) for the three primary trigonometric ratios. Each cluster of three letters describes one ratio, where the first letter is the function, the second is the top of the fraction, and the third is the bottom:
- SOH means Sine = Opposite over Hypotenuse
- CAH means Cosine = Adjacent over Hypotenuse
- TOA means Tangent = Opposite over Adjacent
Written as formulas for an angle \( \theta \), they look like this:
$$ \sin(\theta) = \frac{\text{opposite}}{\text{hypotenuse}} \qquad \cos(\theta) = \frac{\text{adjacent}}{\text{hypotenuse}} \qquad \tan(\theta) = \frac{\text{opposite}}{\text{adjacent}} $$| Mnemonic | Ratio | Formula | Use it to find… |
|---|---|---|---|
| SOH | Sine | \( \sin\theta = \frac{\text{O}}{\text{H}} \) | Opposite or hypotenuse |
| CAH | Cosine | \( \cos\theta = \frac{\text{A}}{\text{H}} \) | Adjacent or hypotenuse |
| TOA | Tangent | \( \tan\theta = \frac{\text{O}}{\text{A}} \) | Opposite or adjacent |
Key idea
SOH CAH TOA only works for right triangles — triangles that contain a 90-degree angle. For triangles without a right angle, you need the Law of Sines or the Law of Cosines instead.
Labeling the Sides of a Right Triangle
Before you can use any ratio, you must label the three sides correctly. The labels are not fixed to the triangle — two of them depend on which angle you are working with.
- Hypotenuse: always the longest side, directly across from the 90-degree angle. This label never changes.
- Opposite: the side directly across from the angle \( \theta \) you care about.
- Adjacent: the side next to angle \( \theta \) that is not the hypotenuse.
Here is the part students often miss: if you switch to a different angle in the same triangle, the opposite and adjacent sides swap. The hypotenuse stays put, but “opposite” and “adjacent” are always relative to the angle in question. Get into the habit of labeling first, every time.
How to Use SOH CAH TOA Step by Step
Whether you are solving for a side or an angle, the same reliable routine works. Memorize this sequence and trig problems become almost mechanical.
- Draw and label. Sketch the right triangle and mark the hypotenuse, opposite, and adjacent sides relative to your angle.
- List what you know. Note which sides or angles are given and what you are asked to find.
- Pick the ratio. Choose SOH, CAH, or TOA based on which two sides (or side and angle) are involved.
- Write the equation. Plug your values into the chosen ratio.
- Solve. Use algebra to isolate the unknown. To find an angle, use the inverse functions \( \sin^{-1} \), \( \cos^{-1} \), or \( \tan^{-1} \).
- Calculate and round. Make sure your calculator is in the correct mode, then round sensibly.
- Check. Confirm the answer makes sense (the hypotenuse should be the longest side, angles should be between 0 and 90 degrees).
The single most important decision is step 3 — choosing the ratio. Look at which two pieces of information you have. If they are the opposite and hypotenuse, use sine. Adjacent and hypotenuse, use cosine. Opposite and adjacent, use tangent.
Worked Examples Using SOH CAH TOA
Theory is one thing; practice is where it clicks. Let’s solve four problems, showing every step.
Example 1: Finding a Side with Sine (SOH)
Problem: A right triangle has an angle of \( 30^\circ \) and a hypotenuse of 10 units. Find the length of the side opposite the angle.
Step 1 — Identify the sides. We know the hypotenuse (10) and want the opposite side. Opposite and hypotenuse point us to sine (SOH).
Step 2 — Write the equation.
$$ \sin(30^\circ) = \frac{\text{opposite}}{10} $$Step 3 — Solve for the opposite side. Multiply both sides by 10:
$$ \text{opposite} = 10 \times \sin(30^\circ) $$Step 4 — Calculate. Since \( \sin(30^\circ) = 0.5 \):
$$ \text{opposite} = 10 \times 0.5 = 5 $$Notice the answer (5) is shorter than the hypotenuse (10), which is exactly what we expect. The hypotenuse is always the longest side, so a quick sanity check confirms we are on track.
Example 2: Finding a Side with Tangent (TOA)
Problem: You stand 50 feet from the base of a tree. Looking up to the top, your line of sight makes an angle of elevation of \( 35^\circ \) with the ground. How tall is the tree?
Step 1 — Set up the triangle. The 50-foot distance along the ground is the adjacent side (next to the angle). The tree’s height is the opposite side (across from the angle). Opposite and adjacent point us to tangent (TOA).
Step 2 — Write the equation.
$$ \tan(35^\circ) = \frac{\text{height}}{50} $$Step 3 — Solve for the height. Multiply both sides by 50:
$$ \text{height} = 50 \times \tan(35^\circ) $$Step 4 — Calculate. Using \( \tan(35^\circ) \approx 0.7002 \):
$$ \text{height} = 50 \times 0.7002 \approx 35.0 $$Angle-of-elevation problems like this are everywhere in real life: surveying, construction, ramps, and navigation all rely on this exact setup.
Stuck partway through a word problem? Enter the values and let our step-by-step trig calculator walk you through the full solution so you can see where your reasoning should go next.
Example 3: Finding a Side with Cosine (CAH)
Problem: A wheelchair ramp is 8 meters long and makes a \( 20^\circ \) angle with the level ground. How far does the ramp extend horizontally along the ground?
Step 1 — Identify the sides. The ramp itself is the hypotenuse (8). The horizontal ground distance is adjacent to the angle. Adjacent and hypotenuse point us to cosine (CAH).
Step 2 — Write the equation.
$$ \cos(20^\circ) = \frac{\text{adjacent}}{8} $$Step 3 — Solve. Multiply both sides by 8:
$$ \text{adjacent} = 8 \times \cos(20^\circ) $$Step 4 — Calculate. Using \( \cos(20^\circ) \approx 0.9397 \):
$$ \text{adjacent} = 8 \times 0.9397 \approx 7.52 $$Example 4: Finding an Angle with Inverse Trig
So far we have used SOH CAH TOA to find sides. To find a missing angle, we use the same ratios in reverse with the inverse functions: \( \sin^{-1} \) (also written arcsin), \( \cos^{-1} \), and \( \tan^{-1} \).
Problem: A right triangle has an opposite side of 7 and a hypotenuse of 12. Find the angle \( \theta \).
Step 1 — Choose the ratio. We have the opposite (7) and hypotenuse (12), so we use sine (SOH).
Step 2 — Write the equation.
$$ \sin(\theta) = \frac{7}{12} $$Step 3 — Simplify the ratio.
$$ \sin(\theta) = 0.5833 $$Step 4 — Apply the inverse sine to undo the sine and isolate \( \theta \):
$$ \theta = \sin^{-1}(0.5833) $$Step 5 — Calculate.
$$ \theta \approx 35.7^\circ $$Verify it. We can check using a second method. The third (adjacent) side is \( \sqrt{12^2 - 7^2} = \sqrt{95} \approx 9.75 \). Then \( \cos^{-1}\left(\frac{9.75}{12}\right) \approx 35.7^\circ \) — the same answer. Whenever you have two routes to a result, using both is a great way to catch errors.
Common mistake
To find an angle, you must press the inverse button (\( \sin^{-1} \), \( \cos^{-1} \), or \( \tan^{-1} \)), often labeled SIN, COS, TAN with a SHIFT or 2nd key. Pressing plain sin on a ratio like 0.5833 will give you a meaningless answer.
Common Mistakes to Avoid
Most trig errors are not about hard math — they are small setup slips. Watch for these:
- Wrong calculator mode. If your angles are in degrees, your calculator must be in degree mode, not radians. A wrong mode is the number-one cause of bizarre answers.
- Mislabeling opposite and adjacent. These swap depending on which angle you use. Always label relative to the angle in the problem.
- Flipping the fraction. Sine is opposite over hypotenuse, not the other way around. When solving for a side in the denominator, your algebra changes — isolate carefully.
- Forgetting the inverse for angles. Sides use the regular function; angles use the inverse function.
- Over-rounding too early. Keep extra decimal places during the calculation and round only at the final step.
Watch the denominator
If the unknown is on the bottom of the fraction — for example \( \sin(40^\circ) = \frac{6}{x} \) — you cannot just multiply across. Rearrange to \( x = \frac{6}{\sin(40^\circ)} \) instead. Many wrong answers come from skipping this rearrangement.
Tips for Remembering SOH CAH TOA
The mnemonic itself is the main trick, but a few extra anchors help it stick:
- Say it out loud as one word: “sock-a-toe-a.” Silly phrasing is surprisingly memorable.
- Make a sentence: “Some Old Hippie / Caught Another Hippie / Tripping On Acid” is a classic classroom version.
- Remember the pairs. Sine and cosine both end in “over hypotenuse”; only tangent uses opposite over adjacent.
- Notice the link: \( \tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)} \), so tangent is simply sine divided by cosine.
Study tip
Practice by labeling sides on five different triangles before you solve anything. Building the labeling habit removes about half of all SOH CAH TOA mistakes, because the hard part is setup, not arithmetic.
When to Use SOH CAH TOA vs. Other Methods
SOH CAH TOA is powerful but specialized. Knowing when not to use it is just as valuable.
| Situation | Best tool |
|---|---|
| Right triangle, have an angle and a side, want another side | SOH CAH TOA |
| Right triangle, have two sides, want an angle | Inverse trig (SOH CAH TOA) |
| Right triangle, have two sides, want the third side | Pythagorean theorem |
| Non-right triangle | Law of Sines / Law of Cosines |
| Solving equations like \( 2\sin x - 1 = 0 \) | Algebraic trig methods |
When all you need is the third side of a right triangle and you already have the other two, the Pythagorean theorem (\( a^2 + b^2 = c^2 \)) is faster — no angles required. For triangles without a 90-degree angle, switch to the Law of Sines or Law of Cosines. And if you are working with full equations rather than triangles, our guide on how to solve trigonometric equations covers the algebraic techniques you will need. To strengthen your grasp of where these ratio values come from, the unit circle reference ties everything together.
Practice Problems
Try these on your own, then check the answers below. Set up each one with the step-by-step method from earlier.
- A right triangle has a \( 50^\circ \) angle and an adjacent side of 6. Find the opposite side.
- A right triangle has a hypotenuse of 15 and a \( 25^\circ \) angle. Find the opposite side.
- A right triangle has an opposite side of 9 and an adjacent side of 5. Find the angle.
- A right triangle has an adjacent side of 10 and a hypotenuse of 14. Find the angle.
Answers
1. \( 6 \times \tan(50^\circ) \approx 7.15 \) | 2. \( 15 \times \sin(25^\circ) \approx 6.34 \) | 3. \( \tan^{-1}(9/5) \approx 60.9^\circ \) | 4. \( \cos^{-1}(10/14) \approx 44.4^\circ \)
Putting It All Together
SOH CAH TOA reduces right-triangle trigonometry to one clear decision: figure out which two pieces of information you have, then pick sine, cosine, or tangent accordingly. Label your sides first, choose the ratio, write the equation, and solve — using the inverse functions whenever you are hunting for an angle. With a little practice, the whole process becomes second nature.
The fastest way to build confidence is to solve lots of problems and confirm each answer. Run your problems through our free trigonometry solver to see the complete worked steps, compare them with your own, and learn from any differences. When you are ready for more, browse the Math Solver AI blog for additional guides, examples, and study strategies. Keep practicing, and right triangles will soon feel easy.
