Introduction

In addition to the Sine and Cosine rules, several other useful formulas connect the sides and angles of a triangle. These include the Projection formulas, which express a side in terms of others, and the Half-Angle formulas, which are powerful for finding angles when all three sides are known. 📐

1. Projection Formulas

The projection formula expresses the length of a side of a triangle in terms of the other two sides and the cosines of the angles they make with the first side.

  • a=bcosC+ccosBa = b\cos C + c\cos B

  • b=acosC+ccosAb = a\cos C + c\cos A

  • c=acosB+bcosAc = a\cos B + b\cos A

2. Half-Angle Formulas

These formulas are used to find the sine, cosine, or tangent of half an angle of a triangle when the lengths of the three sides are known. Let 's' be the semi-perimeter of the triangle, where s=a+b+c2s = \frac{a+b+c}{2}.

  • Sine of Half-Angles:

    • sin(A/2)=(sb)(sc)bc\sin(A/2) = \sqrt{\frac{(s-b)(s-c)}{bc}}

    • sin(B/2)=(sa)(sc)ac\sin(B/2) = \sqrt{\frac{(s-a)(s-c)}{ac}}

    • sin(C/2)=(sa)(sb)ab\sin(C/2) = \sqrt{\frac{(s-a)(s-b)}{ab}}

  • Cosine of Half-Angles:

    • cos(A/2)=s(sa)bc\cos(A/2) = \sqrt{\frac{s(s-a)}{bc}}

    • cos(B/2)=s(sb)ac\cos(B/2) = \sqrt{\frac{s(s-b)}{ac}}

    • cos(C/2)=s(sc)ab\cos(C/2) = \sqrt{\frac{s(s-c)}{ab}}

  • Tangent of Half-Angles:

    • tan(A/2)=(sb)(sc)s(sa)\tan(A/2) = \sqrt{\frac{(s-b)(s-c)}{s(s-a)}}

    • tan(B/2)=(sa)(sc)s(sb)\tan(B/2) = \sqrt{\frac{(s-a)(s-c)}{s(s-b)}}

    • tan(C/2)=(sa)(sb)s(sc)\tan(C/2) = \sqrt{\frac{(s-a)(s-b)}{s(s-c)}}

3. Napier's Analogy (Tangent Rule)

This set of formulas relates the sum and difference of two sides to the tangent of half the sum and difference of their opposite angles.

tan(BC2)=bcb+ccot(A/2)\tan\left(\frac{B-C}{2}\right) = \frac{b-c}{b+c}\cot(A/2)

Similar formulas exist for tan((CA)/2)\tan((C-A)/2) and tan((AB)/2)\tan((A-B)/2).

Example 1: Proving the Projection Formula

Question: In any triangle ABC, prove that a=bcosC+ccosBa = b\cos C + c\cos B.

Solution:

Using the Cosine Rule: cosC=a2+b2c22ab\cos C = \frac{a^2+b^2-c^2}{2ab} and cosB=a2+c2b22ac\cos B = \frac{a^2+c^2-b^2}{2ac}.

RHS = b(a2+b2c22ab)+c(a2+c2b22ac)=a2+b2c22a+a2+c2b22a=2a22a=ab\left(\frac{a^2+b^2-c^2}{2ab}\right) + c\left(\frac{a^2+c^2-b^2}{2ac}\right) = \frac{a^2+b^2-c^2}{2a} + \frac{a^2+c^2-b^2}{2a} = \frac{2a^2}{2a} = a = LHS. ✨

Example 2: Using Half-Angle Sine Formula

Question: In a triangle ABC, if a=13,b=14,c=15a=13, b=14, c=15, find the value of sin(A/2)\sin(A/2).

Solution:

First, find the semi-perimeter: s=13+14+152=422=21s = \frac{13+14+15}{2} = \frac{42}{2}=21.

sb=2114=7s-b = 21-14=7. sc=2115=6s-c = 21-15=6. bc=14×15=210bc=14 \times 15=210.

sin(A/2)=(sb)(sc)bc=7×614×15=42210=15=15\sin(A/2) = \sqrt{\frac{(s-b)(s-c)}{bc}} = \sqrt{\frac{7 \times 6}{14 \times 15}} = \sqrt{\frac{42}{210}} = \sqrt{\frac{1}{5}} = \frac{1}{\sqrt{5}}

Example 3: Using Half-Angle Cosine Formula

Question: For the same triangle with sides 13, 14, 15, find cos(A/2)\cos(A/2).

Solution:

We have s=21s=21. sa=2113=8s-a = 21-13=8. bc=210bc=210.

cos(A/2)=s(sa)bc=21×814×15=168210=45=25\cos(A/2) = \sqrt{\frac{s(s-a)}{bc}} = \sqrt{\frac{21 \times 8}{14 \times 15}} = \sqrt{\frac{168}{210}} = \sqrt{\frac{4}{5}} = \frac{2}{\sqrt{5}}

Example 4: Using Half-Angle Tangent Formula

Question: For the same triangle, find tan(A/2)\tan(A/2).

Solution:

We can use the previous results: tan(A/2)=sin(A/2)cos(A/2)=1/52/5=1/2\tan(A/2) = \frac{\sin(A/2)}{\cos(A/2)} = \frac{1/\sqrt{5}}{2/\sqrt{5}} = 1/2.

Alternatively, using the formula: tan(A/2)=(sb)(sc)s(sa)=7×621×8=42168=14=1/2\tan(A/2) = \sqrt{\frac{(s-b)(s-c)}{s(s-a)}} = \sqrt{\frac{7 \times 6}{21 \times 8}} = \sqrt{\frac{42}{168}} = \sqrt{\frac{1}{4}} = 1/2.

Example 5: Proving an Identity

Question: In ABC\triangle ABC, prove that (b+c)cosA+(c+a)cosB+(a+b)cosC=a+b+c(b+c)\cos A + (c+a)\cos B + (a+b)\cos C = a+b+c.

Solution:

Expand the LHS: bcosA+ccosA+ccosB+acosB+acosC+bcosCb\cos A + c\cos A + c\cos B + a\cos B + a\cos C + b\cos C.

Group the terms according to the Projection Formula:

(bcosC+ccosB)+(acosC+ccosA)+(acosB+bcosA)(b\cos C + c\cos B) + (a\cos C + c\cos A) + (a\cos B + b\cos A).

This is equal to a+b+ca + b + c = RHS.

Example 6: Using Napier's Analogy

Question: In a ABC\triangle ABC, if a=13,b=7a=13, b=7 and C=60C=60^\circ, find AB2\frac{A-B}{2}.

Solution:

We use Napier's Analogy to find A-B:

tan(AB2)=aba+bcot(C/2)=13713+7cot(30)=6203=3310\tan\left(\frac{A-B}{2}\right) = \frac{a-b}{a+b}\cot(C/2) = \frac{13-7}{13+7}\cot(30^\circ) = \frac{6}{20}\sqrt{3} = \frac{3\sqrt{3}}{10}

So, AB2=arctan(3310)\frac{A-B}{2} = \arctan(\frac{3\sqrt{3}}{10}). Combined with A+B=18060=120A+B=180^\circ-60^\circ=120^\circ, we could solve for A and B.

Example 7: Relating Sides and Half-Angles

Question: In a ABC\triangle ABC, prove that bcos2(C/2)+ccos2(B/2)=sb\cos^2(C/2)+c\cos^2(B/2)=s.

Solution:

LHS = b(s(sc)ab)+c(s(sb)ac)=s(sc)a+s(sb)ab\left(\frac{s(s-c)}{ab}\right) + c\left(\frac{s(s-b)}{ac}\right) = \frac{s(s-c)}{a} + \frac{s(s-b)}{a}.

=sa(sc+sb)=sa(2sbc)= \frac{s}{a}(s-c + s-b) = \frac{s}{a}(2s - b - c).

Since 2s=a+b+c2s=a+b+c, then 2sbc=a2s-b-c = a.

So, the expression becomes sa(a)=s\frac{s}{a}(a)=s = RHS.

Example 8: Application of Projection Formula

Question: If in a triangle ABC, a=4,b=5,c=6a=4, b=5, c=6, find the length of the projection of side b onto side c.

Solution:

The projection of side b (AC) onto side c (AB) is given by the length bcosAb\cos A.

We first find cosA\cos A using the Cosine Rule:

cosA=b2+c2a22bc=52+62422(5)(6)=25+361660=4560=34\cos A = \frac{b^2+c^2-a^2}{2bc} = \frac{5^2+6^2-4^2}{2(5)(6)} = \frac{25+36-16}{60} = \frac{45}{60} = \frac{3}{4}

Therefore, the length of the projection is bcosA=5×34=154b\cos A = 5 \times \frac{3}{4} = \frac{15}{4}.

Example 9: Identity with Semi-perimeter

Question: In ABC\triangle ABC, prove that (bc)cot(A/2)+(ca)cot(B/2)+(ab)cot(C/2)=0(b-c)\cot(A/2) + (c-a)\cot(B/2) + (a-b)\cot(C/2) = 0.

Solution:

We know that cot(A/2)=s(sa)(sb)(sc)=s(sa)Δ\cot(A/2) = \sqrt{\frac{s(s-a)}{(s-b)(s-c)}} = \frac{s(s-a)}{\Delta}, where Δ\Delta is the area of the triangle.

Substituting this for all terms, the LHS becomes:

sΔ[(bc)(sa)+(ca)(sb)+(ab)(sc)]\frac{s}{\Delta} [ (b-c)(s-a) + (c-a)(s-b) + (a-b)(s-c) ]

Expanding the terms in the bracket: [(bsabcs+ac)+(csbcas+ab)+(asacbs+bc)][ (bs-ab-cs+ac) + (cs-bc-as+ab) + (as-ac-bs+bc) ]. All terms cancel each other out, resulting in 00. Thus, the expression is 00.

Example 10: Solving a Triangle with Napier's Analogy

Question: In a triangle ABC, if b=3,c=1b=\sqrt{3}, c=1 and A=30A=30^\circ, find angle B.

Solution:

We have the sum of angles B+C=18030=150B+C = 180^\circ-30^\circ=150^\circ.

Using Napier's Analogy: tan(BC2)=bcb+ccot(A/2)=313+1cot(15)\tan\left(\frac{B-C}{2}\right) = \frac{b-c}{b+c}\cot(A/2) = \frac{\sqrt{3}-1}{\sqrt{3}+1}\cot(15^\circ)

We know 313+1=23\frac{\sqrt{3}-1}{\sqrt{3}+1} = 2-\sqrt{3} and cot(15)=2+3\cot(15^\circ)=2+\sqrt{3}.

So, tan(BC2)=(23)(2+3)=43=1\tan\left(\frac{B-C}{2}\right) = (2-\sqrt{3})(2+\sqrt{3}) = 4-3=1

This means BC2=45\frac{B-C}{2}=45^\circ, so BC=90B-C=90^\circ.

We solve the system of equations: B+C=150B+C=150^\circ and BC=90B-C=90^\circ. Adding them gives 2B=240    B=1202B=240^\circ \implies B=120^\circ.