How to Solve Triangle Equations with One Angle and One Side

Why You're Stuck on Triangle Equations

Most students panic when they see a triangle problem with only one angle and one side given. They freeze. They think they need more information. They don't.

You can solve almost any triangle with just one angle and one side—you just need to know which tool to grab. The trick is matching your given information to the right method. Get that right, and the problem practically solves itself.

This guide cuts through the confusion. No filler, no motivational nonsense. Just the methods, when to use them, and how to do the math.

What You Actually Need to Solve a Triangle

A triangle has 6 pieces of information: 3 sides and 3 angles. You don't need all of them. You need:

That's it. The rest follows from the math.

The Three Methods You'll Actually Use

Pick wrong, and you'll spin your wheels. Pick right, and you're done in seconds.

SOHCAHTOA: Your Right Triangle Shortcut

SOHCAHTOA only works on right triangles. If your triangle doesn't have a 90° angle, skip this section entirely.

The formula breaks down into three simple relationships:

When to Use SOHCAHTOA

Use it when you have:

You can find the other two sides with just those two pieces of information.

Example: Finding Two Sides

Problem: Right triangle. Angle A = 35°. Side adjacent to A = 8 units. Find the hypotenuse and the opposite side.

Step 1: Identify what you have.

Angle A = 35°, adjacent side = 8. You're looking for hypotenuse (CAH) and opposite side.

Step 2: Find the hypotenuse.

cos(35°) = 8 ÷ hypotenuse

hypotenuse = 8 ÷ cos(35°)

hypotenuse = 8 ÷ 0.819

hypotenuse ≈ 9.77 units

Step 3: Find the opposite side.

tan(35°) = opposite ÷ 8

opposite = 8 × tan(35°)

opposite = 8 × 0.700

opposite ≈ 5.60 units

Done. Two sides found. Took 3 minutes.

Law of Sines: When You Have an Angle-Side Pair

The Law of Sines works on any triangle—right or not. Use it when you know:

The formula:

a ÷ sin(A) = b ÷ sin(B) = c ÷ sin(C)

The key insight: each side divides by the sine of its opposite angle. Set up your proportion, cross-multiply, and solve.

Example: Finding an Unknown Side

Problem: Triangle ABC. Angle A = 40°, side a = 12. Angle B = 65°. Find side b.

Step 1: Set up the Law of Sines.

12 ÷ sin(40°) = b ÷ sin(65°)

Step 2: Cross-multiply.

b × sin(40°) = 12 × sin(65°)

Step 3: Solve for b.

b = (12 × sin(65°)) ÷ sin(40°)

b = (12 × 0.906) ÷ 0.643

b = 10.87 ÷ 0.643

b ≈ 16.9 units

Example: Finding an Unknown Angle

Problem: Triangle ABC. Side a = 15, side b = 22. Angle A = 30°. Find angle B.

Step 1: Set up the Law of Sines.

15 ÷ sin(30°) = 22 ÷ sin(B)

Step 2: Solve for sin(B).

sin(B) = 22 × sin(30°) ÷ 15

sin(B) = 22 × 0.5 ÷ 15

sin(B) = 11 ÷ 15

sin(B) = 0.733

Step 3: Find the angle.

Angle B = arcsin(0.733)

Angle B ≈ 47.2°

Watch out: sin(B) = 0.733 has two solutions—47.2° and 180° - 47.2° = 132.8°. Use the diagram to figure out which one makes sense for your triangle.

Law of Cosines: Your SAS and SSS Solver

Law of Cosines handles cases where Law of Sines won't work. Use it when you have:

The formula:

c² = a² + b² - 2ab × cos(C)

Label the side opposite your known angle as c. Plug in your numbers. Solve.

Example: SAS Problem

Problem: Triangle ABC. Side a = 7, side b = 10. Angle C = 55°. Find side c.

Step 1: Plug into Law of Cosines.

c² = 7² + 10² - 2(7)(10) × cos(55°)

Step 2: Calculate.

c² = 49 + 100 - 140 × 0.574

c² = 149 - 80.36

c² = 68.64

Step 3: Take the square root.

c ≈ √68.64

c ≈ 8.28 units

Example: SSS Problem

Problem: Triangle ABC. Side a = 9, side b = 6, side c = 7. Find angle C.

Step 1: Rearrange Law of Cosines to solve for the angle.

cos(C) = (a² + b² - c²) ÷ (2ab)

Step 2: Plug in.

cos(C) = (9² + 6² - 7²) ÷ (2 × 9 × 6)

cos(C) = (81 + 36 - 49) ÷ 108

cos(C) = 68 ÷ 108

cos(C) = 0.630

Step 3: Find the angle.

Angle C = arccos(0.630)

Angle C ≈ 51.0°

How to Pick the Right Method: Quick Reference

Don't guess. Use this decision tree:

Common Mistakes That Cost You Points

Mistake 1: Using SOHCAHTOA on non-right triangles.

SOHCAHTOA only works when there's a 90° angle. If your triangle doesn't have one, it's useless. Check first.

Mistake 2: Mixing up opposite and adjacent sides.

For SOHCAHTOA, "opposite" and "adjacent" are relative to the angle you're using. The same side can be opposite one angle and adjacent to another.

Mistake 3: Forgetting to check for the ambiguous case.

When using Law of Sines to find an angle, sin(θ) = sin(180° - θ). Always check if your triangle could have an obtuse angle.

Mistake 4: Rounding too early.

Keep full decimal precision through your calculations. Only round at the end. Rounding mid-calculation compounds errors.

Mistake 5: Using degrees when your calculator is in radians (or vice versa).

Set your calculator to DEG mode before doing triangle problems. Check the mode before every test.

Method Comparison Table

Method Works On What You Need Formula
SOHCAHTOA Right triangles only 1 angle + 1 side sin/cos/tan ratios
Law of Sines Any triangle 1 angle + opposite side + one other piece a/sin(A) = b/sin(B)
Law of Cosines Any triangle SAS or SSS c² = a² + b² - 2ab·cos(C)

Practical How-To: Solving Any Triangle Problem

Step 1: Draw it.

Sketch the triangle. Label all given information. Mark the right angle if there is one.

Step 2: Identify what you have.

Step 3: Pick your method.

Choose the simplest method that fits your data. Less math = fewer chances for mistakes.

Step 4: Set up your equation.

Write the formula. Plug in what you know. Leave the unknown blank.

Step 5: Solve.

Use algebra to isolate the unknown. Calculate carefully. Double-check each step.

Step 6: Find the remaining pieces if needed.

Once you have one new piece, you might switch methods. With two angles and one side, use Law of Sines. With two sides and the angle between, use Law of Cosines again.

What You Should Remember

Triangle equations aren't hard—you just need the right tool for the data you have. SOHCAHTOA for right triangles. Law of Sines for angle-side pairs. Law of Cosines for SAS or SSS situations.

Most mistakes come from picking the wrong method or mislabeling sides. Draw the triangle. Label carefully. Check your calculator mode.

Practice each method 5 times until it's automatic. Then these problems stop being problems.