How To Solve A Non Right Triangle

6 min read

Solving a non-right triangle requires a different approach than the familiar Pythagorean theorem, relying instead on the Law of Sines and the Law of Cosines. While right triangles offer a straightforward path using basic trigonometric ratios, non-right triangles—often called oblique triangles—demand more nuanced tools to find missing sides and angles. Mastering how to solve a non-right triangle is essential for anyone studying trigonometry, physics, or engineering, as these shapes appear in countless real-world scenarios Most people skip this — try not to..

Easier said than done, but still worth knowing And that's really what it comes down to..

Understanding Non-Right Triangles

A non-right triangle is any triangle where none of the interior angles is exactly 90 degrees. Which means this simple distinction changes everything about how you approach the problem. In a right triangle, you can immediately use the ratios of sine, cosine, and tangent relative to the right angle. Even so, in an oblique triangle, these ratios are not directly linked to the triangle's structure in the same way The details matter here..

The core challenge is finding relationships between the sides and angles when no angle provides a convenient reference. This is where the Law of Sines and the Law of Cosines become indispensable. These two laws are derived from the fundamental properties of triangles and allow you to solve for unknowns regardless of the triangle's shape.

To solve effectively, you must first identify what information you are given. Non-right triangles are typically solved using one of the following combinations:

  • Two angles and one side (AAS or ASA)
  • Two sides and an angle opposite one of them (SSA)
  • Two sides and the included angle (SAS)
  • All three sides (SSS)

Each combination dictates which law you should apply first Turns out it matters..

The Law of Sines: Your First Tool

The Law of Sines states that for any triangle, the ratio of a side length to the sine of its opposite angle is constant. The formula is:

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

This law is most useful when you know:

  • AAS (Angle-Angle-Side): Two angles and a non-included side.
  • ASA (Angle-Side-Angle): Two angles and the included side.
  • SSA (Side-Side-Angle): Two sides and an angle opposite one of them.

When to Use the Law of Sines

If you are given two angles, you can always find the third angle because the sum of angles in a triangle is always 180 degrees. Once you have all three angles and at least one side, you can use the Law of Sines to find the remaining two sides.

As an example, if you know angle A, angle B, and side a, you can find side b by rearranging the formula:

**b = (a * sin(B))

The Law of Cosines: Your Second Tool

The Law of Cosines is particularly powerful when the Law of Sines cannot be applied, such as in SAS (Side-Angle-Side) or SSS (Side-Side-Side) scenarios. It provides a direct relationship between the sides of a triangle and one of its angles, allowing you to solve for unknowns even when no right angle is present. The formula is:

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

This equation is a generalization of the Pythagorean theorem, adjusted to account for non-right triangles. It is especially useful when you need to find a side length or an angle when the other two sides and the included angle are known (SAS) or when all three sides are known (SSS).

Quick note before moving on.

When to Use the Law of Cosines

  1. SAS (Side-Angle-Side): If you know two sides and the included angle, you can calculate the third side. As an example, if sides a and b and angle C are given, the Law of Cosines allows you to solve for side c.
  2. SSS (Side-Side-Side): If all three sides are known, you can use the Law of Cosines to find any of the angles. Rearranging the formula to solve for an angle involves isolating the cosine term and applying the inverse cosine function.

Example 1: Solving an SAS Triangle

Suppose you are given sides a = 7, b = 10, and the included angle C = 45°. To find side c:

  1. Plug the values into the formula:
    c² = 7² + 10² - 2(7)(10) cos(45°)
  2. Calculate:
    c² = 49 + 100 - 140 * (√2/2)
    c² ≈ 149 - 98.99 ≈ 50.01
  3. Take the square root:
    c ≈ √50.01 ≈ 7.07

Example 2: Solving an SSS Triangle

If a triangle has sides a = 5, b = 6, and c = 7, you can find angle A using the Law of Cosines:

  1. Rearrange the formula to solve for

…to isolate the cosine of the desired angle.

For an SSS triangle the rearranged form is

[ \cos A=\frac{b^{2}+c^{2}-a^{2}}{2bc}. ]

Plugging the given side lengths (a=5,;b=6,;c=7):

[ \cos A=\frac{6^{2}+7^{2}-5^{2}}{2\cdot6\cdot7} =\frac{36+49-25}{84} =\frac{60}{84}\approx0.7142857. ]

Taking the inverse cosine,

[ A=\cos^{-1}(0.7142857)\approx44.4^{\circ}. ]

The remaining angles can be found quickly with the Law of Sines:

[ \frac{\sin B}{b}= \frac{\sin A}{a} ;\Longrightarrow; \sin B = \frac{b\sin A}{a} =\frac{6\sin44.4^{\circ}}{5} \approx0.842, ]

so (B\approx57.3^{\circ}).
Plus, finally, (C = 180^{\circ}-A-B \approx 78. Here's the thing — 3^{\circ}). A quick check—(A+B+C\approx180^{\circ})—confirms the solution That alone is useful..


The Ambiguous Case (SSA)

When only two sides and a non‑included angle are known, the Law of Sines may yield two possible triangles (the “ambiguous case”). That said, after computing the first possible angle, always consider its supplement (180^{\circ}-\theta) and verify whether it produces a valid triangle (i. e., all angles remain positive and the side lengths satisfy the triangle inequality) Easy to understand, harder to ignore..


Quick Decision Guide

Given Information Preferred Tool
Two angles & any side (AAS/ASA) Law of Sines
Two sides & the included angle (SAS) Law of Cosines to find the third side, then Law of Sines for the remaining angles
Three sides (SSS) Law of Cosines to find any angle, then Law of Sines for the others
Two sides & a non‑included angle (SSA) Start with Law of Sines, but be prepared for two solutions or no solution

Conclusion

The Law of Sines and the Law of Cosines are complementary tools that together open up every solvable triangle. The Sine Law shines when angle‑side pairs are already known, offering a direct proportional relationship. Plus, the Cosine Law steps in when the data involve two sides and the included angle or all three sides, providing a reliable algebraic path to the missing parts. By recognizing which pieces of information you have—and which tool matches that configuration—you can systematically determine any unknown side or angle, avoid the pitfalls of the ambiguous case, and solve a wide variety of real‑world problems, from surveying land to analyzing forces in engineering structures. Mastering these two laws gives you a complete toolkit for non‑right triangle trigonometry It's one of those things that adds up. Still holds up..

Hot New Reads

What's New Today

Readers Also Loved

These Fit Well Together

Thank you for reading about How To Solve A Non Right Triangle. 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