The cosine rule covers the two cases the sine rule cannot reach: two sides and the included angle (to find the third side), and three sides (to find any angle). It is Pythagoras with a correction term for the angle.
Given two sides and the angle between them, use a² = b² + c² − 2bc·cos A, where A is the included angle and a is the side opposite it.
Given all three sides, rearrange to cos A = (b² + c² − a²) / (2bc). The angle you find is opposite side a.
Unlike the sine rule, cos⁻¹ returns the correct angle directly — a negative cosine gives an obtuse angle with no ambiguity.
In triangle ABC, b = 7 cm, c = 10 cm and angle A = 55°. Find side a.
A triangle has sides 6 cm, 9 cm and 11 cm. Find the largest angle.
In triangle ABC, b = 5 cm, c = 8 cm and angle A = 60°. Find side a.
Two sides of a triangle are 8 cm and 11 cm with an included angle of 35°. Find the third side.
A triangle has sides 7 cm, 8 cm and 9 cm. Find the smallest angle.
A parallelogram has sides 10 cm and 6 cm with an angle of 70° between them. Calculate the length of the shorter diagonal.
A triangle has sides a = 13 cm, b = 14 cm and c = 15 cm. Find all three angles.