3.1.20 · D5Advanced Trigonometry

Question bank — Law of cosines — proof and applications

1,755 words8 min readBack to topic

True or false — justify

Recall T/F items

The Law of Cosines only works for right triangles. ::: False. It works for every triangle; the right-triangle case is just where the correction term happens to vanish because . If you know two angles and one side, the Law of Cosines is the tool to start with. ::: False. Two angles + a side (AAS/ASA) has no "two sides around a known angle" to plug in — that's a Law of Sines situation. Law of Cosines needs SAS or SSS. Increasing the included angle while keeping fixed always increases the opposite side . ::: True. As grows from to , decreases monotonically, so grows, so grows — the "hinge opens wider, gap gets bigger" picture. and are both valid, just with different sign conventions. ::: False. Only the minus version is correct. The sign is fixed by the derivation, not a convention; the "plus" case is already covered because itself goes negative for obtuse angles. For a fixed and , the largest possible value of occurs as . ::: True. At the two sides lie flat in a straight line and , giving , so — the sides fully stretched out. The Law of Cosines can be used to check whether three given lengths form a valid triangle. ::: True. Compute ; if this lands outside , no real angle exists, so the lengths cannot close into a triangle. If comes out negative from the SSS formula, you made an arithmetic mistake. ::: False. A negative is perfectly legal — it just means is obtuse (), which happens whenever . The Law of Cosines and the Dot Product formula are secretly the same statement. ::: True. Writing and expanding gives exactly . The dot product is the correction term.


Spot the error

Recall Find and fix the flaw

A student writes "" for the side opposite . Where's the slip? ::: The cosine must carry the angle opposite the lone side. Side pairs with angle , not . Correct: . Given , and the angle (opposite ), a student writes and solves for in one clean step. What's wrong? ::: They only know one side around angle (namely ); is unknown too, so this is one equation with the unknown appearing quadratically — it's the ambiguous SSA case, not clean SAS. May have 0, 1, or 2 solutions; Law of Sines or a quadratic is needed. ", so the correction just shrinks a bit." Spot the error. ::: , not . Cosine is negative in the second quadrant. The correction actually grows . A student concludes that because Pythagoras needs a right angle, the Law of Cosines is "less general." Fix the logic. ::: It's backwards. Law of Cosines is more general — it contains Pythagoras as the special case . The one with fewer assumptions is the broader tool. "The included angle in SAS is any angle I happen to know." Spot the misconception. ::: The included angle must sit between the two known sides. An angle not wedged between them gives you no valid SAS input for the formula. Solving SSS, a student gets and writes . What went wrong upstream? ::: is undefined for inputs outside . A value like signals the three side lengths violate the triangle inequality — no such triangle exists, so there's an error in the given data, not the method. "In , the letters and can be swapped freely." Any harm? ::: No harm here — and are the two neighbours of angle and enter symmetrically as and in the sum . Swapping them changes nothing. (But swapping the lone side with a neighbour breaks the formula.)


Why questions

Recall Reason it out

Why does the correction term vanish exactly at and not, say, taper off gradually near it? ::: Because the term is and exactly. It does taper gradually as you approach (cosine slides through zero), but it hits precisely zero only at — that single point is where Pythagoras is exact. Why must the angle you cosine be the one opposite the lone side, geometrically? ::: In the coordinate proof, that angle sits at the origin between the two sides you placed, and the lone side is the gap across from it. The gap's length is governed by how wide that specific corner opens — no other angle controls it. Why is the Law of Cosines needed for SSS when the Law of Sines already relates sides and angles? ::: The Law of Sines needs at least one angle to get started. With only three sides you have zero angles, so Sines can't launch. The rearranged cosine formula produces the first angle from pure lengths. Why does using (rather than or ) fall out of the derivation? ::: The proof places at coordinates and squares the distance. Squaring and applying collapses the term away, leaving only a lone — cosine is what survives the algebra. Why does the obtuse case make the triangle's opposite side longer than the Pythagorean estimate? ::: For obtuse , , so becomes a positive addition. Physically the two sides splay past a right angle, flinging their far ends apart, so the gap exceeds . Why can we relabel the formula three ways (, , ) without a new proof each time? ::: The naming of vertices is arbitrary — the geometry is symmetric under relabelling. Proving one version and rotating the letters gives the other two for free.


Edge cases

Recall Boundaries and degenerate inputs

What does the formula give when (the two sides fold onto each other)? ::: , so , giving . The gap is just the difference in stick lengths — the ends nearly coincide. What happens at (sides in a straight line)? ::: , so and . This is the degenerate triangle: all three points collinear, "triangle" flattened to a segment. If , does the formula simplify meaningfully? ::: Yes: . The triangle is isosceles, so depends only on the equal side and the apex angle — handy for regular polygons and Solving Triangles. What if one side is — say ? ::: Then , so : the triangle collapses because vertex coincides with . Degenerate, but the formula still returns something consistent. Can happen for a non-right triangle? ::: No. forces exactly, which is a right triangle. So the correction term is zero if and only if the triangle is right-angled. As ranges over all valid triangle angles , what is the full range of ? ::: runs strictly between (limit as ) and (limit as ) — exactly the triangle-inequality bounds, with the endpoints only reached in the degenerate flat cases.


Connections

  • Pythagoras Theorem — the zero-correction edge case at .
  • Law of Sines — the right tool when Cosines can't start (AAS/ASA/SSA).
  • Dot Product — the "same statement in vectors" trap made rigorous.
  • Unit Circle and Cosine Values — why flips sign past , the source of half these traps.
  • Solving Triangles — the decision tree these questions stress-test.