Cal11 calculator

How to Do Cosine Rule Without Calculator

Reviewed by Calculator Editorial Team

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

  1. Identify the known values (two sides and the included angle)
  2. Square both known sides
  3. Calculate the cosine of the included angle using a cosine table or series expansion
  4. Multiply the two sides and the cosine value
  5. Subtract this product from the sum of the squared sides
  6. 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:

  1. Divide the triangle into two right triangles
  2. Use Pythagorean theorem on each right triangle
  3. 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.

Triangle Dimensions
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.

FAQ

What is the difference between the cosine rule and the Pythagorean theorem?
The Pythagorean theorem only works for right-angled triangles, while the cosine rule works for any triangle, including right-angled ones.
Can I use the cosine rule to find an angle?
Yes, you can rearrange the formula to solve for an angle: γ = arccos[(a² + b² - c²)/(2ab)].
Is the cosine rule the same as the sine rule?
No, the sine rule relates the sides of a triangle to the sines of its opposite angles, while the cosine rule relates sides to the cosine of an included angle.
When would I need to use the cosine rule in real life?
You might use it in navigation to calculate distances between points, in physics to determine forces, or in engineering to analyze structural components.