How to Do Cosine Rule Without Calculator
The cosine rule is a fundamental trigonometric formula used to find the length of a side of a triangle when you know the lengths of the other two sides and the included angle. While calculators make this calculation quick and easy, knowing how to perform it manually is a valuable skill in geometry and physics.
What is the Cosine Rule?
The cosine rule, also known as the law of cosines, relates the lengths of the sides of a triangle to the cosine of one of its angles. For any triangle with sides a, b, and c, and angle γ opposite side c, the formula is:
c² = a² + b² - 2ab cos(γ)
This formula extends the Pythagorean theorem to non-right-angled triangles. The cosine rule is particularly useful when you have:
- Two sides and the included angle
- Two angles and one side
- Three sides (to verify if a triangle is possible)
When to Use the Cosine Rule
The cosine rule is essential in various real-world applications, including:
- Navigation and surveying
- Physics problems involving forces and vectors
- Engineering calculations
- Computer graphics for 3D modeling
- Trigonometry problems where right angles aren't involved
Remember that the cosine rule only works for triangles. If you're dealing with other polygons, you'll need different formulas.
Manual Calculation Methods
Calculating the cosine rule without a calculator requires careful application of trigonometric identities and algebraic manipulation. Here are the key methods:
Method 1: Using Trigonometric Identities
- Identify the known values (two sides and the included angle)
- Square both known sides
- Calculate the cosine of the included angle using a cosine table or series expansion
- Multiply the two sides and the cosine value
- Subtract this product from the sum of the squared sides
- Take the square root of the result to find the unknown side
Method 2: Using Taylor Series Expansion
For small angles, you can use the Taylor series expansion of cosine:
cos(γ) ≈ 1 - (γ²/2) + (γ⁴/24) - (γ⁶/720) + ...
This method is less precise but can be used when exact values aren't available.
Method 3: Using Right Triangle Decomposition
For triangles where one angle is close to 90°, you can:
- Divide the triangle into two right triangles
- Use Pythagorean theorem on each right triangle
- Combine the results using the cosine rule
Worked Example
Let's solve a triangle with sides a = 5, b = 7, and included angle γ = 60°.
c² = 5² + 7² - 2 × 5 × 7 × cos(60°)
c² = 25 + 49 - 70 × 0.5
c² = 74 - 35 = 39
c ≈ √39 ≈ 6.245
Therefore, the length of side c is approximately 6.245 units.
| Side | Length | Angle |
|---|---|---|
| a | 5 | α |
| b | 7 | β |
| c | 6.245 | 60° |
Common Mistakes to Avoid
- Using the wrong angle - always use the included angle between the two known sides
- Forgetting to square the sides before calculation
- Incorrectly applying the cosine value (remember cos(θ) is positive for angles between 0° and 180°)
- Not taking the square root of the final result to get the side length
- Assuming the cosine rule works for non-triangle shapes
Always double-check your calculations, especially when dealing with multiple steps or complex numbers.