Cosine Rule
Introduction: why this rule matters 🔺
Imagine you are measuring a triangular plot of land, planning the length of a bridge support, or finding a diagonal path across a park. In real life, triangles are not always right-angled, so the basic trigonometric ratios are not always enough. That is where the Cosine Rule becomes useful, students.
In this lesson, you will learn how to use the Cosine Rule to find missing sides or angles in any triangle, not just right triangles. By the end, you should be able to explain what the rule means, choose when to use it, and apply it accurately in Geometry and Trigonometry. The Cosine Rule connects directly to measurement and spatial reasoning because it helps you calculate distances and angles in practical situations such as navigation, surveying, and design 📐
Lesson objectives
- Explain the main ideas and terminology behind the Cosine Rule.
- Apply IB Mathematics: Applications and Interpretation SL methods related to the Cosine Rule.
- Connect the Cosine Rule to the wider study of Geometry and Trigonometry.
- Summarize how the Cosine Rule fits into non-right triangle work.
- Use examples and evidence to support accurate calculations.
The main idea behind the Cosine Rule
The Cosine Rule is a formula that links the three sides of a triangle with one of its angles. It is especially useful when you do not have a right angle. In a triangle with sides $a$, $b$, and $c$, where side $c$ is opposite angle $C$, the rule is:
$$c^2 = a^2 + b^2 - 2ab\cos(C)$$
There are two similar versions for the other sides:
$$a^2 = b^2 + c^2 - 2bc\cos(A)$$
$$b^2 = a^2 + c^2 - 2ac\cos(B)$$
This formula is related to the Pythagorean theorem. When angle $C$ is $90^\circ$, we know that $\cos(90^\circ)=0$, so the formula becomes:
$$c^2 = a^2 + b^2$$
That is exactly the Pythagorean theorem. This is an important clue: the Cosine Rule extends the Pythagorean theorem to all triangles. 🌟
Key vocabulary
- Triangle sides: the lengths of the three edges of the triangle.
- Opposite angle: the angle across from a side.
- Included angle: the angle between two given sides.
- Non-right triangle: a triangle with no $90^\circ$ angle.
The usual notation matters. If you know two sides and the included angle, the Cosine Rule can find the third side. If you know all three sides, it can also help find an angle.
Using the Cosine Rule to find a missing side
One common IB-style question gives two sides and the included angle. Suppose a triangle has $a = 7$, $b = 9$, and $C = 60^\circ$. We want to find $c$.
Use the formula:
$$c^2 = a^2 + b^2 - 2ab\cos(C)$$
Substitute the values:
$$c^2 = 7^2 + 9^2 - 2(7)(9)\cos(60^\circ)$$
Now calculate step by step:
$$c^2 = 49 + 81 - 126\cdot \frac{1}{2}$$
$$c^2 = 130 - 63$$
$$c^2 = 67$$
So,
$$c = \sqrt{67} \approx 8.19$$
This means the missing side is about $8.19$ units long.
Why this works
The term $2ab\cos(C)$ adjusts the answer depending on the angle. If the angle is large, the cosine value is smaller or even negative, and the side opposite that angle becomes longer. If the angle is small, the opposite side becomes shorter. This matches triangle shape in real life: a wider opening creates a longer opposite side.
Real-world example
Think about two roads meeting at an intersection. If one road is $7$ km long and another is $9$ km long, and the angle between them is $60^\circ$, the Cosine Rule helps find the straight-line distance between the two endpoints. That straight-line distance is often what matters in planning or mapping.
Using the Cosine Rule to find a missing angle
The Cosine Rule is also useful when all three sides are known. Suppose a triangle has sides $a = 5$, $b = 8$, and $c = 10$, and we want angle $C$.
Start with:
$$c^2 = a^2 + b^2 - 2ab\cos(C)$$
Substitute the numbers:
$$10^2 = 5^2 + 8^2 - 2(5)(8)\cos(C)$$
$$100 = 25 + 64 - 80\cos(C)$$
$$100 = 89 - 80\cos(C)$$
Rearrange:
$$11 = -80\cos(C)$$
$$\cos(C) = -\frac{11}{80}$$
Now find the angle:
$$C = \cos^{-1}\left(-\frac{11}{80}\right)$$
So,
$$C \approx 97.9^\circ$$
This angle is obtuse because the side opposite it, $10$, is the longest side. That is a useful check: in any triangle, the longest side is opposite the largest angle.
Important check for accuracy
When using inverse cosine, make sure your calculator is in the correct angle mode, usually degrees for school geometry unless stated otherwise. Also, your final angle should make sense in the context of the triangle. If your answer is impossible, recheck the substitution and signs.
Choosing when to use the Cosine Rule
Knowing the formula is only part of the skill, students. You also need to know when it is the best method.
Use the Cosine Rule when:
- you know two sides and the included angle and want the third side, or
- you know all three sides and want an angle.
This is often called the SAS case when finding a side, or the SSS case when finding an angle.
Why not always use the Sine Rule?
The Sine Rule is very useful too, but it works best when you know an angle-side pair. If that is not given, the Cosine Rule is usually the better choice. In IB mathematics, choosing the correct method is part of mathematical reasoning, not just calculation.
Common mistake to avoid
A frequent error is mixing up the side names and angle names. Remember: the angle in the formula must match the side opposite it. If side $c$ is opposite angle $C$, then those two must stay linked. Another common error is writing $+2ab\cos(C)$ instead of $-2ab\cos(C)$. The minus sign is part of the rule and is essential.
Cosine Rule in broader geometry and trigonometry
The Cosine Rule is more than just one formula. It supports the bigger idea of measuring shapes in space. In Geometry and Trigonometry, you often need to work with triangles that are part of larger structures: roof supports, map triangles, engineering frames, and vector diagrams.
For example, if a drone flies along one path and then turns by a certain angle, the distance from its start point to its end point may form a triangle. The Cosine Rule can determine that direct displacement. This connects to vectors and spatial reasoning because triangles are often used to represent movement in two dimensions.
It also helps in three-dimensional thinking. Even though the formula itself is for triangles in a plane, many 3D problems can be broken into triangles. For instance, a diagonal across a box or the distance between two points in space can often be found by first creating right triangles or using triangle relationships.
Connection to measurement
Measurement in mathematics is not only about numbers; it is about accuracy and interpretation. The Cosine Rule allows you to estimate distances that are difficult to measure directly. Surveyors, architects, and engineers use triangle-based reasoning because it is often easier and safer than measuring every distance physically.
A full worked problem with interpretation
Suppose a campsite is shaped like a triangle. Two paths meet at a point with lengths $12$ m and $15$ m, and the angle between them is $40^\circ$. You want to know the distance across the campsite between the other two points.
The unknown side is opposite the $40^\circ$ angle, so let it be $x$.
$$x^2 = 12^2 + 15^2 - 2(12)(15)\cos(40^\circ)$$
$$x^2 = 144 + 225 - 360\cos(40^\circ)$$
Using $\cos(40^\circ) \approx 0.7660$:
$$x^2 \approx 369 - 360(0.7660)$$
$$x^2 \approx 369 - 275.76$$
$$x^2 \approx 93.24$$
$$x \approx 9.66$$
So the distance across the campsite is about $9.66$ m.
This answer is realistic because it is shorter than $12$ m and $15$ m, but longer than the smallest side expected in a triangle with a moderate angle. In IB-style interpretation questions, it is important not only to calculate but also to explain what the result means in context.
Conclusion
The Cosine Rule is a powerful tool for solving non-right triangles. It links sides and angles in a way that extends the Pythagorean theorem to all triangles. You use it when you know two sides and the included angle, or when you know all three sides and need an angle. In Geometry and Trigonometry, this rule is essential for measurement, spatial reasoning, and real-world problem solving. Mastering it helps you move confidently between formulas, diagrams, and practical interpretation. Keep checking your notation, your calculator settings, and whether your answer makes sense in the triangle. That habit will help you succeed in IB Mathematics: Applications and Interpretation SL ✅
Study Notes
- The Cosine Rule works for any triangle, not only right triangles.
- Main formula: $$c^2 = a^2 + b^2 - 2ab\cos(C)$$
- Other forms are $a^2 = b^2 + c^2 - 2bc\cos(A)$ and $b^2 = a^2 + c^2 - 2ac\cos(B)$.
- Use it for SAS to find a side and SSS to find an angle.
- The angle in the formula must be opposite the side being found.
- When $C = 90^\circ$, the formula becomes the Pythagorean theorem.
- A longer side is opposite a larger angle.
- Check calculator mode and use reasonableness checks after calculating.
- The Cosine Rule is useful in surveying, navigation, design, and many geometry problems.
- It connects strongly to measurement, spatial reasoning, and broader trigonometry.
