Skip to main content

Real-World Applications of Trigonometry

Apply the Law of Sines, Law of Cosines, and angles of elevation and depression to solve real-world problems involving non-right triangles and navigation.

Lesson 15 of 15 Trigonometry Advanced ⏱ 12 min read
πŸ”₯ Why This Matters

Not every real-world triangle has a right angle. A surveyor measuring a triangular property, an air traffic controller tracking a plane's bearing, or an engineer designing a truss with no right angles β€” all need tools that go beyond SOHCAHTOA. The Law of Sines and Law of Cosines solve any triangle, and angles of elevation/depression are the trig of everyday observation. This lesson ties together everything from the course into practical problem-solving.

🎯 What You'll Learn
  • Solve elevation and depression angle problems using SOHCAHTOA
  • Apply the Law of Sines to find sides or angles in non-right triangles
  • Apply the Law of Cosines when two sides and the included angle are known (SAS)
  • Solve navigation problems using bearing and distance
πŸ“– Key Vocabulary
Angle of ElevationThe angle measured upward from the horizontal to a line of sight toward an object above. Angle of DepressionThe angle measured downward from the horizontal to a line of sight toward an object below. Law of Sines\(\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}\) β€” use when ASA, AAS, or SSA is given. Law of Cosines\(c^2 = a^2 + b^2 - 2ab\cos C\) β€” use when SAS or SSS is given. BearingA navigation angle measured clockwise from due north, stated as a 3-digit number (e.g., 045Β°).
Key Concept β€” The Three Laws

Angle of Elevation/Depression: Draw a horizontal reference line, identify the angle, and apply SOHCAHTOA or tan to the resulting right triangle.

Law of Sines:

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

Law of Cosines (generalization of Pythagorean Theorem):

\[ c^2 = a^2 + b^2 - 2ab\cos C \qquad (\text{use this form to find the third side}) \] \[ \cos C = \frac{a^2 + b^2 - c^2}{2ab} \qquad (\text{rearrange to find angle C}) \]

When to Use Which Law

GivenUse
Right triangle + angleSOHCAHTOA
Right triangle + two sidesPythagorean Theorem or inverse trig
AAS or ASA (two angles + one side)Law of Sines
SSA (two sides + non-included angle)Law of Sines (ambiguous case)
SAS (two sides + included angle)Law of Cosines
SSS (all three sides)Law of Cosines (to find angles)
Worked Example 1 β€” Basic: Angle of Elevation

From a point 60 feet from the base of a building, the angle of elevation to the top is 55Β°. How tall is the building?

  • Horizontal distance = adjacent = 60 ft; height = opposite; angle = 55Β°.
  • \(\tan 55Β° = \frac{\text{height}}{60}\)
  • \(\text{height} = 60 \times \tan 55Β° = 60 \times 1.428 \approx \mathbf{85.7 \text{ ft}}\)
Worked Example 2 β€” Intermediate: Law of Sines

In triangle ABC, angle A = 35Β°, angle B = 80Β°, and side a = 12. Find side b.

  • Angle C = 180Β° βˆ’ 35Β° βˆ’ 80Β° = 65Β°
  • \(\frac{b}{\sin B} = \frac{a}{\sin A}\) β†’ \(\frac{b}{\sin 80Β°} = \frac{12}{\sin 35Β°}\)
  • \(b = \frac{12 \times \sin 80Β°}{\sin 35Β°} = \frac{12 \times 0.985}{0.574} \approx \mathbf{20.6}\)
Worked Example 3 β€” Real World: Law of Cosines in Navigation

Two ships leave a port. Ship A travels 40 km on bearing 040Β°; Ship B travels 55 km on bearing 130Β°. The angle between their paths is 90Β°. How far apart are the ships?

\[ d^2 = 40^2 + 55^2 - 2(40)(55)\cos 90Β° = 1600 + 3025 - 0 = 4625 \] \[ d = \sqrt{4625} \approx \mathbf{68.0 \text{ km}} \]

Since cos 90Β° = 0, the Law of Cosines reduces to the Pythagorean Theorem when the included angle is exactly 90Β° β€” confirming the connection.

✏️ Quick Check
  1. From a cliff 80 m high, the angle of depression to a boat is 22Β°. How far is the boat from the base of the cliff?
  2. In a triangle, sides a = 7, b = 10, and angle A = 40Β°. Use the Law of Sines to find angle B.
  3. In a triangle, sides a = 8, b = 11, and included angle C = 60Β°. Find side c using the Law of Cosines.
β–Ά Show Answers
  1. \(\tan 22Β° = 80/d\) β†’ \(d = 80/\tan 22Β° \approx 80/0.404 \approx \mathbf{198 \text{ m}}\).
  2. \(\sin B = 10\sin40Β°/7 = 10(0.643)/7 \approx 0.918\) β†’ \(B \approx \sin^{-1}(0.918) \approx \mathbf{66.8Β°}\).
  3. \(c^2 = 64 + 121 - 2(8)(11)\cos60Β° = 185 - 176(0.5) = 185 - 88 = 97\) β†’ \(c \approx \mathbf{9.85}\).
⚠️ Common Mistakes
  • Using Law of Sines when Law of Cosines is needed: Law of Sines requires at least one matching side-angle pair. If you have SAS (two sides and the angle between them), you must use the Law of Cosines β€” Law of Sines won't work directly.
  • Confusing angle of elevation and depression: Both are measured from the horizontal. Elevation looks up; depression looks down. The angle is always between the line of sight and a horizontal (not vertical) reference.
  • Forgetting to subtract angles from 180Β° when solving triangles: Once you find one angle, always check that all three angles sum to 180Β° before finding the third side.
βœ… Key Takeaways
  • Elevation/Depression: Draw horizontal reference, apply tan (or sin/cos) to the right triangle formed.
  • Law of Sines: \(a/\sin A = b/\sin B = c/\sin C\) β€” use for AAS, ASA, SSA.
  • Law of Cosines: \(c^2 = a^2 + b^2 - 2ab\cos C\) β€” use for SAS, SSS.
  • When C = 90Β°, the Law of Cosines reduces to the Pythagorean Theorem.
πŸ’Ό Career Connection β€” Surveying, Aviation & Navigation

Land surveyors use the Law of Sines and Cosines to calculate property boundaries, triangulate GPS reference points, and measure land area without direct access. Pilots and navigators use bearing-based trig to calculate cross-track error and course corrections. Drone operators and satellite positioning systems use elevation angles to compute altitude from ground measurements. Every field that involves triangulation β€” from archaeology to air traffic control β€” is built on these two laws.

Calculator Connection

The Elevation & Depression Angle Calculator solves line-of-sight problems instantly. The Law of Sines Calculator and Law of Cosines Calculator solve any non-right triangle with step-by-step work. The Bearing & Navigation Calculator handles compass-based direction problems.

Try it with the Calculator

Apply what you've learned with these tools.

Elevation & Depression
Solve real-world height and distance problems using angles of sight.
Use calculator β†’
Law of Sines Solver
Solve oblique triangles when an angle-side pair is known.
Use calculator β†’
Law of Cosines Solver
Solve for missing sides or angles when SAS or SSS is known.
Use calculator β†’
Bearing & Navigation
Solve navigation problems using compass bearings and trig.
Use calculator β†’
← Previous Lesson
Back to
Trigonometric Identities
Test Your Knowledge

Real-World Applications of Trigonometry β€” Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Trigonometry

Understanding Angles: Degrees and Radians Sine, Cosine, and Tangent Introduction to Sine, Cosine, and Tangent (SOHCAHTOA)
← All Trigonometry lessons