Table of Contents
The cosine rule, also known as the Law of Cosines, is a vital mathematical tool used to solve non-right triangles. It relates the lengths of the sides of a triangle to the cosine of one of its angles, enabling calculations that are impossible with basic trigonometry alone. Understanding how to apply this rule is essential for students studying advanced geometry and for professionals in fields like engineering and navigation.
Understanding the Cosine Rule
The cosine rule states that for any triangle with sides a, b, and c, and the angle γ opposite side c, the following formula holds:
c2 = a2 + b2 – 2ab cos γ
This formula can be rearranged to find any side or angle when the other measurements are known, making it extremely versatile for solving triangles that are not right-angled.
Applying the Cosine Rule
There are two common scenarios where the cosine rule is applied:
- Finding a side when two sides and the included angle are known
- Finding an angle when all three sides are known
Example 1: Finding a Side
Suppose you have a triangle with sides a = 8, b = 6, and the included angle γ = 60°. To find side c, use the formula:
c2 = 82 + 62 – 2(8)(6) cos 60°
Calculating, we get:
c2 = 64 + 36 – 2(8)(6)(0.5) = 100 – 48 = 52
Therefore, c = √52 ≈ 7.21.
Example 2: Finding an Angle
Given sides a = 7, b = 9, and c = 10, find the angle γ opposite side c.
Rearranged cosine rule:
cos γ = (a2 + b2 – c2) / (2ab)
Substituting the known values:
cos γ = (49 + 81 – 100) / (2 × 7 × 9) = 30 / 126 ≈ 0.238
Finally, find γ:
γ ≈ cos-1(0.238) ≈ 76.2°
Conclusion
The cosine rule is a powerful tool for solving non-right triangles. Whether you need to find a missing side or an unknown angle, understanding and applying this rule allows you to work through complex geometric problems with confidence. Practice with different scenarios to master its use and enhance your problem-solving skills.