Both Sine rule and Cosine rule relate the sides of a triangle with its angles. Cosine rule (or Law of Cosines) is
c2=a2+b2−2abcosγ,
which can also be rewritten as
cosγ=2aba2+b2−c2.
Technique
In triangle ABC, we have ∠BAC=4π, BC=5 and AB=3. Determine AC.
Applying the cosine rule on ∠BAC, we get that AB2+AC2−2AB⋅AC⋅cos4π=BC2, which gives 0=AC2−32AC+4=(AC−2)(AC−22). Hence, AC=2 or 22. □
*Note: *This is similar to the 'ambiguous case' of Sine rule, since we have 3sin4π<5<3, which is the condition xsinα<a<c.
Suppose a,b and c are positive reals such that a2=b2+c2−bc, b2=c2+a2−ac and c2=a2+b2−ab. Show that a=b=c.
Solution: Since c2=a2+b2−ab<a2+b2+2ab=(a+b)2, it follows that c<a+b and we have similar inequalities for other variables. Hence, the numbers a,b and c satisfy the triangle inequality, and there exists a triangle ABC such that AB=c,BC=a,CA=b.
As such cos∠ABC=2aca2+c2−b2=2aca2+c2−(a2+c2−ac)=21, which gives us that ∠ABC=60∘. Similarily, we have ∠BCA=60∘,∠CAB=60∘, which show that triangle ABC is equilaterial, thus a=b=c. □
Note: This may also be done directly by summing up the 3 equations to get that (a−b)2+(b−c)2+(c−a)2=0.
Application and Extensions
Assuming the Cosine Rule, prove the Pythagorean theorem.
In right triangle ABC with ∠ACB=90∘, we have cos∠ABC=2aba2+b2−c2, hence a2+b2−c2=0, which gives that a2+b2=c2. □
[Apollonius' Theorem] In triangle ABC, D is the midpoint of BC. Show that AB2+AC2=2(AD2+BD2).
Solution: Apply the cosine rule to triangle ABD, we get AB2=AD2+BD2−2AD⋅BDcos∠ADB. Applying the cosine rule to triangle ADC, we get AC2=AD2+CD2−2AD⋅DCcos∠ADC. Since ∠ADB+∠ADC=180∘, so cos∠ADB=−cos∠ADC. Adding the first 2 equations, and using the fact that BD=CD, we get that AB2+AC2=AD2+BD2+AD2+CD2=2(AD2+BD2). □
(IMO'68) Determine all triangles whose side lengths are consecutive positive integers, and one of the angles is twice of the other.
Solution: In triangle ABC, let BC=n,CA=n+1,AB=n+2. Let α,β and γ be the angles at vertices A,B and C, respectively. Then γ>β>α.
Applying the cosine rule, we obtain cosα=2(n+1)(n+2)(n+1)2+(n+2)2−n2=2(n+1)(n+2)n2+6n+5=2n+4n+5. In a similar manner, we can obtain cosβ=2nn+1 and cosγ=2nn−3. The double angle formula states that cos2θ=2cos2θ−1. Consider the following cases:
Case 1.γ=2α. Then, 2nn−3=2(2n+4n+5)2−1. Clearing denominators and expanding, we get 0=2n3−n2−25n−12=(n−4)(2n+1)(n+3). The only positive integer solution is n=4.
Case 2.γ=2β. Then, 2nn−3=2(2nn+1)2−1. Clearing denominators and expanding, we get 0=2n3+n2−n=n(2n−1)(n+1). This has no positive integer solutions.
Case 3.β=2α. Then, 2nn+1=2(2n+4n+5)2−1. Clearing denominators and expanding, we get 0=2n3+3n2−9n+4=(n−1)(2n2+5n−4). The only positive integer solution is n=1. However, checking this triangle, we get the degenerate 1−2−3 triangle, hence we ignore this solution.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
its invalid to prove pythagorean theorem using Law of Cosines. it uses the fact that
sin2θ+cos2θ=1
which is in fact a result of pythagorean theorem.
Thanks for sharing! It is really helpful.
However, I would like to know how to make those cool boxes?
Thanks,
Daniel
Log in to reply
The LATEX code is: \square, and there's also a variant \blacksquare which produces: □■.
Really interesting!
THANKS.....