Law Of Sine And Cosine Problems

8 min read

Why Your Trig Homework Keeps Breaking (And How the Law of Sines and Cosines Fix It)

Let’s be honest. You’re staring at a triangle. Consider this: one side isn’t labeled. An angle is missing. You’ve got a calculator, but nothing you’ve tried so far actually works. Sound familiar?

This isn’t you being bad at math. It’s that most trig problems start with assumptions that fall apart the second the triangle isn’t a neat right-angled diagram. The Pythagorean theorem? Useless here. Basic SOH-CAH-TOA? Doesn’t cut it And that's really what it comes down to..

Enter the law of sines and law of cosines. These aren’t just formulas to memorize for a test. They’re tools that actually work on any triangle—even the messy ones you’ll encounter in physics, engineering, or real-world navigation problems.


What Are the Law of Sines and Law of Cosines?

Let’s start simple. A triangle has three sides and three angles. In school, we usually deal with right triangles, where one angle is 90 degrees. But what if there’s no right angle?

That’s where these laws come in. They’re mathematical relationships that connect the sides and angles of any triangle, regardless of its shape.

The Law of Sines

The law of sines says this: the ratio of a side length to the sine of its opposite angle is the same for all three sides and angles in a triangle.

In math terms:

[ \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} ]

Here, side a is opposite angle A, side b is opposite angle B, and so on.

This law is incredibly useful when you know:

  • Two angles and one side (AAS or ASA cases)
  • Two sides and a non-included angle (SSA case—more on this tricky one later)

The Law of Cosines

The law of cosines is like the Pythagorean theorem’s more versatile cousin. It works for any triangle, and it includes that extra "cosine" term to handle non-right angles Worth keeping that in mind..

The formula looks like this:

[ c^2 = a^2 + b^2 - 2ab\cos C ]

This version tells you how to find side c if you know sides a and b and the angle C between them. But here’s the kicker—you can also rearrange it to solve for angles if you know all three sides.

This law shines when you have:

  • Three sides known (SSS case)
  • Two sides and the included angle (SAS case)

Why You Actually Need These Laws

Let’s cut through the abstraction. When do you really use these?

Imagine you’re a surveyor mapping out property boundaries. Think about it: you can’t measure every distance directly—you have to calculate them using angles you sight with a theodolite. That’s the law of sines in action.

Or picture an airplane navigating through wind. Its actual path depends on airspeed, wind speed, and direction. Vector addition? Yep, that’s the law of cosines helping you find the resultant ground speed.

Even in video game development or robotics, calculating distances and angles between objects often means solving triangles that aren’t right triangles. You don’t want to write a special formula every time. These laws give you a reliable shortcut.

So yeah, they’re not just homework fodder.


How to Use Each Law (Without Losing Your Mind)

Let’s get practical. Here’s how to actually apply these laws step by step Simple, but easy to overlook..

Using the Law of Sines

Step 1: Identify what you know.
Do you have two angles and a side? Or two sides and an angle?

Step 2: Set up the ratio.
Write down the law of sines with your known values.

Step 3: Solve for the unknown.
Cross-multiply and solve. If you’re solving for an angle, you’ll need to use the inverse sine function.

Example:
You know angle A = 40°, angle B = 70°, and side a = 10 units. Find side b Most people skip this — try not to..

[ \frac{10}{\sin 40°} = \frac{b}{\sin 70°} ]

[ b = \frac{10 \cdot \sin 70°}{\sin 40°} \approx \frac{10 \cdot 0.9397}{0.6428} \approx 14.

Easy enough, right?

But wait—there’s a twist.

The Ambiguous Case (SSA)

When you have two sides and a non-included angle (SSA), the law of sines can give you zero, one, or two possible solutions. This is called the ambiguous case.

Here’s how to check:

  1. Calculate (\sin B = \frac{b \cdot \sin A}{a})
  2. If (\sin B > 1), no triangle exists.
  3. If (\sin B = 1), exactly one right triangle exists.
  4. If (0 < \sin B < 1), two triangles are possible—you need to check both angle B and 180° – B.

This trips up even good students. Consider this: draw the triangle out if you can. Visualizing it helps Worth knowing..

Using the Law of Cosines

Step 1: Match your knowns to the formula.
Do you have SAS or SSS?

Step 2: Plug in and solve.
If solving for a side, just crunch the numbers. If solving for an angle, rearrange first Surprisingly effective..

Example (SAS):
You know side a = 8, side b = 10, and angle C = 60°. Find side c.

[ c^2 = 8^2 + 10^2 - 2(8)(10)\cos 60° ]

[ c^2 = 64 + 100 - 160(0.5) = 164 - 80 = 84 ]

[ c = \sqrt{84} \approx 9.17 ]

Example (SSS):
You know all three sides: a = 5, b = 7, c = 9. Find angle C Took long enough..

[ 9^2 = 5^2 + 7^2 - 2(5)(7)\cos C ]

[ 81 = 25 + 49 - 70\cos C ]

[ 81 = 74 - 70\cos C ]

[ 7 = -70\cos C \Rightarrow \cos C = -\frac{7}{70} = -0.1 ]

[ C = \cos^{-1}(-0.1) \approx 95.7° ]


Common Mistakes People Make (And How to Avoid Them)

I’ve seen the same errors pop up in office hours, tutoring sessions, and even on Reddit. Let’s name them so you can dodge them Most people skip this — try not to..

1. Using the Wrong Law

Mixing up when to use which law is super common. Here’s a quick mental checklist:

  • Law of Sines: Two angles + one side OR two sides + non-included angle
  • Law of Cosines: Two sides + included angle OR three sides

If you try to use the law of sines when you only have three sides, you’ll hit a wall. Same goes for using the law of cosines when you only have two angles.

2. Forgetting the Ambiguous Case

When you’re in SSA territory, always ask: could there be two triangles?

If (\sin B) comes out to something less than 1, don’t just stop. Check the supplement angle too. Missing the second solution means losing points.

3. Calculator Errors

Make sure your calculator is in degree mode (or radian mode, if that’s what the problem uses). I’ve seen students get totally different answers just because of this Still holds up..

Also, when taking inverse sine or cosine, remember that some

some calculators only give you the principal value (between –90° and 90° for sine, 0° and 180° for cosine). For the law of sines, that principal value might be the acute angle when you actually need the obtuse one—or vice versa. Consider this: always double-check that your angle makes sense in the context of the triangle (e. g., the largest side must be opposite the largest angle).

4. Rounding Too Early

This is the silent killer of accuracy. Here's the thing — if you round intermediate values (like $\sin 40° \approx 0. Which means 64$) and plug that into the next step, errors compound fast. Still, keep full precision in your calculator until the very final answer. Only round at the end Small thing, real impact. That alone is useful..

5. Mislabeling the Triangle

It sounds basic, but mismatching sides and angles is a top offender. Side a must be opposite angle A, side b opposite B, and side c opposite C. If the problem gives you a diagram with different labels, relabel it on your scratch paper to match the standard convention before you plug anything into a formula.


A Quick Decision Flowchart

Next time you stare at a triangle problem, run through this mental flowchart:

  1. Is it a right triangle? → Use SOH-CAH-TOA or Pythagorean theorem. Stop.
  2. Do you have ASA, AAS, or SSA? → Law of Sines. (If SSA, pause—check the ambiguous case.)
  3. Do you have SAS or SSS? → Law of Cosines.
  4. Solved for one missing piece? → Re-evaluate. You might now have enough info to switch laws and finish the triangle.

Putting It All Together: A Mixed Practice Problem

Let’s solve a triangle where you need both laws Simple, but easy to overlook..

Given: $A = 40°$, $b = 12$, $c = 9$. (SAS)

Step 1: Law of Cosines to find side $a$. $ a^2 = 12^2 + 9^2 - 2(12)(9)\cos 40° $ $ a^2 = 144 + 81 - 216(0.7660) = 225 - 165.46 = 59.54 $ $ a \approx 7.72 $

Step 2: Law of Sines to find angle $B$ (or $C$). Let’s find $B$. $ \frac{\sin B}{12} = \frac{\sin 40°}{7.72} $ $ \sin B = \frac{12 \cdot 0.6428}{7.72} \approx 0.999 $ $ B \approx \sin^{-1}(0.999) \approx 87.4° \quad \text{(or } 92.6°\text{)} $

Step 3: Resolve the ambiguity. Since side $b=12$ is the longest side, angle $B$ must be the largest angle. $92.6° > 87.4°$, so $B \approx 92.6°$ Practical, not theoretical..

Step 4: Find the last angle. $ C = 180° - 40° - 92.6° = 47.4° $

Solved. $a \approx 7.72$, $B \approx 92.6°$, $C \approx 47.4°$.


Conclusion

The Law of Sines and the Law of Cosines aren't just formulas to memorize for a test—they are the tools that let you reach any triangle, right or oblique. The Law of Sines is your go-to for angle-side pairs; the Law of Cosines handles the heavy lifting when sides dominate the given information.

Mastery comes down to three things: recognizing the pattern (ASA vs. Because of that, sAS vs. SSA), respecting the ambiguous case (draw the triangle!), and disciplined calculator habits (degree mode, no early rounding) It's one of those things that adds up. Which is the point..

Next time you hit a wall on a geometry or physics problem involving non-right triangles, don't guess. On the flip side, classify your givens, pick the right law, and solve systematically. The triangle has nowhere to hide.

Just Went Online

Fresh from the Writer

Explore the Theme

More Worth Exploring

Thank you for reading about Law Of Sine And Cosine Problems. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home