MATH 3 • GEOMETRY

Non-Right Triangle Modeling — I can model a real situation with a non-right triangle and interpret results with units and precision.

Learn to solve real-world problems using the Law of Sines and the Law of Cosines for any triangle.

Historical Context & Motivation

For thousands of years, people have needed to measure distances they couldn't physically reach—across rivers, between mountain peaks, or up to the stars. The ancient Greeks realized that triangles held the key. If you know some sides and angles of a triangle, you can figure out the rest. While right triangles are the simplest case, the real world rarely gives you a perfect 90° angle. Non-right triangle modeling extends trigonometry to handle the oblique (non-right) triangles that show up in surveying, navigation, engineering, and everyday problem-solving.

~150 CE
Ptolemy's Almagest
The Greek-Egyptian astronomer Ptolemy compiled a table of chord lengths that served as an early form of sine values, enabling calculations for non-right triangles in astronomy.
~1000 CE
Al-Tūsī's Law of Sines
Persian mathematician Nasir al-Din al-Tūsī formally stated the Law of Sines for plane triangles, giving navigators and scholars a systematic tool for solving oblique triangles.
~1600 CE
The Law of Cosines Generalized
European mathematicians generalized the Pythagorean theorem into the Law of Cosines, enabling solutions for triangles where only side lengths (or a mix of sides and angles) are known.
1800s
Modern Surveying & Triangulation
National surveys—like the Great Trigonometrical Survey of India—used chains of non-right triangles to map entire continents with remarkable accuracy.

The central question this lesson addresses is: when a real-world scenario produces a triangle that isn't a right triangle, how do you set up a mathematical model, choose the right formula, solve for unknowns, and report your answer with proper units and precision?

Core Principles & Definitions

Before diving into formulas, you need a clear mental framework for how modeling with non-right triangles works. Every modeling problem follows the same cycle: read the scenario, sketch a triangle, label what you know, pick the right law, solve, and interpret your answer with real-world units. The four core principles below anchor this entire process.

1

Sketch & Label

Draw the triangle described in the problem. Label every known side with its length and unit, and every known angle in degrees. Assign variables (like a, b, c for sides and A, B, C for opposite angles) to unknowns.
2

Choose the Right Law

Use the Law of Sines when you know an angle and its opposite side (AAS, ASA, or the ambiguous SSA case). Use the Law of Cosines when you know two sides and the included angle (SAS) or all three sides (SSS).
3

Solve Algebraically

Substitute known values into the chosen formula and solve for the unknown. Keep at least four decimal places in intermediate steps to avoid rounding errors that compound in later calculations.
4

Interpret with Units & Precision

Your final answer must include the correct unit (feet, meters, degrees, etc.) and be rounded to match the precision of the original measurements. A measurement given to the nearest tenth should produce an answer to the nearest tenth.
KEY TAKEAWAY
Think of the Law of Sines and the Law of Cosines like two different tools in a toolbox. A screwdriver (Law of Sines) is perfect when you have a matching angle-side pair, just as a wrench (Law of Cosines) is the go-to when you're working with side-angle-side or three-sides situations. Picking the right tool is half the battle.

Visual Explanation — Anatomy of a Non-Right Triangle

The diagram shows the standard labeling for a non-right triangle. Each side is named with a lowercase letter, and the angle opposite that side shares the same uppercase letter. This convention is crucial for correctly applying both the Law of Sines and the Law of Cosines.

In the diagram above, notice that no angle is marked with a small square—that's your visual cue that this is not a right triangle. The standard naming convention keeps everything organized: side a sits directly across from angle A, side b is opposite angle B, and side c is opposite angle C. Whenever you model a real-world situation, the first step is always to draw a triangle like this and carefully label it with the information the problem gives you.

Mathematical Framework

Two formulas power all non-right triangle solving. Each one covers different combinations of known information, so recognizing which case you're in determines which formula you'll reach for.

LAW OF SINES
a / sin A = b / sin B = c / sin C
Where a, b, c are side lengths and A, B, C are the angles opposite those sides, respectively. Use this when you know at least one angle-side pair (ASA, AAS, or SSA).
LAW OF COSINES
c² = a² + b² − 2ab × cos C
This is a generalization of the Pythagorean theorem. If C = 90°, the cosine term vanishes and you get a² + b² = c². Use this for SAS (two sides and the included angle) or SSS (all three sides known) cases.
TRIANGLE AREA (SAS FORM)
Area = ½ × a × b × sin C
When you know two sides and the included angle, you can find the area without needing the height. This is especially useful in modeling problems that ask for area—like the area of a plot of land.
💡 Choosing the Right Formula
Here's a quick decision rule. Ask: "Do I have a matching angle-side pair?" If yes → Law of Sines. If no (you have SAS or SSS instead) → Law of Cosines. Once you find one unknown, you may switch to the other law for the remaining unknowns.

Identifying the Right Case

Real-world problems don't announce which formula to use. You need to look at the information you're given and classify it into one of four cases. The table and diagram below show how each case maps to a formula.

This flowchart guides you from the given information to the correct formula. Follow the decision path: if you have a matching angle-side pair, go left to the Law of Sines; if not, go right to the Law of Cosines. Note the ambiguous case warning for SSA.
Summary of Non-Right Triangle Cases
CaseKnown InformationFormula to UseNotes
AASTwo angles and a non-included sideLaw of SinesFind the third angle first (angles sum to 180°)
ASATwo angles and the included sideLaw of SinesFind the third angle first, then use ratios
SSATwo sides and an angle opposite one of themLaw of SinesAmbiguous case — check for 0, 1, or 2 solutions
SASTwo sides and the included angleLaw of CosinesFind the third side, then switch to Law of Sines for remaining angles
SSSAll three sides knownLaw of CosinesSolve for the largest angle first (opposite the longest side)

Worked Example — Measuring a Lake

A park ranger wants to find the distance across a lake between two campsites, A and B. She stands at a point C on dry land where she can see both campsites. She measures the distance from C to A as 310 ft, the distance from C to B as 240 ft, and the angle at C between the two sightlines as 68°. Find the distance across the lake (side c = AB).

Measuring Across a Lake (SAS → Law of Cosines)
1
Step 1 — Identify Given Information & CaseWe know two sides and the included angle: a = CB = 240 ft, b = CA = 310 ft, C = 68°. This is the SAS case, so we use the Law of Cosines.
Case: SAS → Law of Cosines
2
Step 2 — Write the Law of Cosines for side cc² = a² + b² − 2ab × cos C. Substitute the known values: c² = 240² + 310² − 2(240)(310) × cos 68°.
c² = 57,600 + 96,100 − 148,800 × cos 68°
3
Step 3 — Evaluate the cosine and simplifycos 68° ≈ 0.3746. So c² = 57,600 + 96,100 − 148,800 × 0.3746 = 153,700 − 55,740.48 = 97,959.52.
c² ≈ 97,959.52
4
Step 4 — Solve for cTake the square root: c = √97,959.52 ≈ 312.99 ft.
c ≈ 313.0 ft
5
Step 5 — Interpret with units and precisionThe original measurements were given to the nearest whole foot (310 ft, 240 ft) and the angle to the nearest degree. We round our answer to the nearest whole foot as well. The distance across the lake between the two campsites is approximately 313 ft.
Distance across the lake ≈ 313 ft

Strengths, Limitations & When Each Law Shines

Both laws are powerful, but each has situations where it works best—and situations where it struggles. Understanding these trade-offs helps you model problems efficiently and avoid common mistakes.

Comparison of the Law of Sines vs. the Law of Cosines
FeatureLaw of SinesLaw of Cosines
Best forAAS, ASA, SSA cases — when you have a matching angle-side pairSAS and SSS cases — when there's no matching pair
Ease of useSimpler algebra: just a proportionMore steps: squaring, subtracting, square root
PitfallAmbiguous case (SSA) can give two solutions or noneRounding errors if you round too early in multi-step problems
Finding areaNot directly — need extra stepsPairs with the SAS area formula: ½ab sin C
Connection to right trianglesReduces to basic SOH-CAH-TOA when one angle = 90°Reduces to the Pythagorean theorem when one angle = 90°
KEY TAKEAWAY
Think of the Law of Sines as driving on a straight highway—fast and efficient when conditions are right. The Law of Cosines is more like a four-wheel-drive vehicle: it handles rougher terrain (SAS, SSS) where the highway doesn't go. You often use one to start a problem and the other to finish it.

Connection to Advanced Topics

The skills you build here—modeling real-world situations with triangles and interpreting results—extend directly into more advanced mathematics. Whether you continue into precalculus, physics, or engineering, non-right triangle modeling reappears in more complex forms.

How This Lesson Connects to Future Courses
This LessonAdvanced Extension
Law of Cosines for flat trianglesSpherical Law of Cosines — used in navigation and astronomy for triangles on a curved surface (like Earth)
Finding one triangle's area with ½ab sin CHeron's formula — finds area using only three side lengths, no angles needed
Solving a single triangleTriangulation networks — GPS and surveying chain multiple triangles together to locate points precisely
Static angle measurementsVectors and force decomposition in physics — breaking forces into components using angles and magnitudes

The most important transferable skill is the modeling mindset: reading a real-world scenario, abstracting it into a geometric shape, applying mathematical tools, and then translating your answer back into the real-world context with appropriate units. This cycle is at the heart of applied mathematics at every level.

Practice Problems

PROBLEM 1CONCEPTUAL
A triangle has two known sides and the angle between them. Which law should you use, and why can't you start with the Law of Sines?
PROBLEM 2BASIC CALCULATION
In triangle DEF, angle D = 42°, angle E = 73°, and side d (opposite angle D) = 15.0 m. Find side e (opposite angle E) using the Law of Sines. Round to the nearest tenth of a meter.
PROBLEM 3INTERMEDIATE
Two ships leave a port at the same time. Ship A sails on a bearing of N 35° E for 12.0 miles. Ship B sails on a bearing of S 50° E for 9.0 miles. How far apart are the two ships? Round to the nearest tenth of a mile.
PROBLEM 4APPLIED
A triangular garden plot has sides measuring 18.0 ft, 22.0 ft, and 25.0 ft. A landscaper needs to know (a) the measure of the largest angle and (b) the area of the garden in square feet. Report the angle to the nearest degree and the area to the nearest square foot.
PROBLEM 5CRITICAL THINKING
A rescue helicopter hovers at point H above a lake. Two observers, A and B, stand 400 meters apart on flat ground. Observer A measures the angle of elevation to the helicopter as 48°, while the angle ∠HAB (at ground level, from A toward B to the sightline from A to H projected on the ground) is 72°, and the angle ∠HBA (at ground level, from B toward A) is 59°. First, find the ground distance from A to the point directly below the helicopter, then find the helicopter's altitude above the lake. Discuss how the precision of the angle measurements affects the precision of your altitude answer.

Lesson Summary

Non-right triangle modeling lets you solve real-world distance, angle, and area problems that don't involve a 90° angle. The process always starts with a sketch and labeled diagram using the convention that side a is opposite angle A, and so on. You then classify the given information as AAS, ASA, SSA, SAS, or SSS. If you have a matching angle-side pair, reach for the Law of Sines (a / sin A = b / sin B = c / sin C). If you have SAS or SSS instead, use the Law of Cosines (c² = a² + b² − 2ab cos C).

After solving algebraically, always interpret your answer with proper units (feet, meters, degrees) and round to match the precision of the original measurements. Watch out for the ambiguous SSA case, which can yield zero, one, or two valid triangles. The SAS area formula (Area = ½ab sin C) rounds out your toolkit. These skills form the foundation for triangulation, vector analysis, and applied problem-solving in future math and science courses.

Varsity Tutors • Math 3 • Non-Right Triangle Modeling