Introduction

In any triangle, the sides and angles are connected by certain fundamental relationships. The most important of these are the Sine Rule and the Cosine Rule, which allow us to solve for unknown sides and angles.

In a triangle ABC, the angles are denoted by capital letters A, B, C, and the lengths of the sides opposite to these angles are denoted by small letters a, b, c, respectively.

The Sine Rule (or Law of Sines)

The Sine Rule states that the ratio of the length of a side of a triangle to the sine of its opposite angle is constant for all three sides and is equal to the diameter of the triangle's circumcircle (2R).

asinA=bsinB=csinC=2R\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} = 2R

where R is the circumradius of the triangle.

  • When to use: The Sine Rule is useful when you know:

    1. Two angles and one side (AAS or ASA).

    2. Two sides and a non-included angle (SSA - this is the ambiguous case and may yield 0, 1, or 2 possible triangles).

The Cosine Rule (or Law of Cosines)

The Cosine Rule relates the lengths of the three sides of a triangle to the cosine of one of its angles. It is a generalization of the Pythagorean theorem.

a2=b2+c22bccosAa^2 = b^2 + c^2 - 2bc\cos A

b2=a2+c22accosBb^2 = a^2 + c^2 - 2ac\cos B

c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C

The formulas can be rearranged to find an angle if all three sides are known:

cosA=b2+c2a22bc\cos A = \frac{b^2+c^2-a^2}{2bc}

  • When to use: The Cosine Rule is useful when you know:

    1. Two sides and the included angle (SAS).

    2. All three sides (SSS).

Example 1: Using Sine Rule (AAS)

Question: In a triangle ABC, if A=30,B=45A=30^\circ, B=45^\circ and side a=10a=10, find side b.

Solution:

Using the Sine Rule, asinA=bsinB\frac{a}{\sin A} = \frac{b}{\sin B}.

10sin30=bsin45\frac{10}{\sin 30^\circ} = \frac{b}{\sin 45^\circ}

b=10sin45sin30=10(1/2)1/2=202=102b = \frac{10 \cdot \sin 45^\circ}{\sin 30^\circ} = \frac{10 \cdot (1/\sqrt{2})}{1/2} = \frac{20}{\sqrt{2}} = 10\sqrt{2}

Example 2: Using Cosine Rule (SAS)

Question: In a triangle ABC, sides a=4,b=5a=4, b=5 and angle C=60C=60^\circ. Find the length of side c.

Solution:

Using the Cosine Rule, c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C.

c2=42+522(4)(5)cos60c^2 = 4^2 + 5^2 - 2(4)(5)\cos 60^\circ

c2=16+2540(1/2)=4120=21c^2 = 16 + 25 - 40(1/2) = 41 - 20 = 21

c=21c = \sqrt{21}

Example 3: Using Cosine Rule (SSS)

Question: The sides of a triangle are a=7, b=8, c=5. Find the angle A.

Solution:

Using the Cosine Rule for angles: cosA=b2+c2a22bc\cos A = \frac{b^2+c^2-a^2}{2bc}.

cosA=82+52722(8)(5)=64+254980=4080=12\cos A = \frac{8^2+5^2-7^2}{2(8)(5)} = \frac{64+25-49}{80} = \frac{40}{80} = \frac{1}{2}

Since cosA=1/2\cos A = 1/2, the angle A=60A = 60^\circ.

Example 4: Finding the Circumradius

Question: In ABC\triangle ABC, if a=4a=4 and A=30A=30^\circ, find the circumradius R.

Solution:

From the Sine Rule, asinA=2R\frac{a}{\sin A} = 2R.

2R=4sin30=41/2=82R = \frac{4}{\sin 30^\circ} = \frac{4}{1/2} = 8

So, the circumradius R=4R=4.

Example 5: Proving an Identity with Sine Rule

Question: In any triangle ABC, prove that a(sinBsinC)+b(sinCsinA)+c(sinAsinB)=0a(\sin B - \sin C) + b(\sin C - \sin A) + c(\sin A - \sin B) = 0.

Solution:

From the Sine Rule, we have a=2RsinA,b=2RsinB,c=2RsinCa=2R\sin A, b=2R\sin B, c=2R\sin C. Substitute these into the expression:

LHS = 2RsinA(sinBsinC)+2RsinB(sinCsinA)+2RsinC(sinAsinB)2R\sin A(\sin B - \sin C) + 2R\sin B(\sin C - \sin A) + 2R\sin C(\sin A - \sin B)

Factor out 2R and expand:

=2R[sinAsinBsinAsinC+sinBsinCsinBsinA+sinCsinAsinCsinB]= 2R[\sin A\sin B - \sin A\sin C + \sin B\sin C - \sin B\sin A + \sin C\sin A - \sin C\sin B]

All the terms cancel out, so the result is 2R[0]=02R[0] = 0 = RHS.

Example 6: Proving an Identity with Cosine Rule (Projection Formula)

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

Solution:

This is the Projection Formula. We can prove it using the Cosine Rule.

cosC=a2+b2c22abandcosB=a2+c2b22ac\cos C = \frac{a^2+b^2-c^2}{2ab} \quad \text{and} \quad \cos B = \frac{a^2+c^2-b^2}{2ac}

LHS = b(a2+b2c22ab)+c(a2+c2b22ac)=a2+b2c22a+a2+c2b22ab\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}

=a2+b2c2+a2+c2b22a=2a22a=a=RHS= \frac{a^2+b^2-c^2+a^2+c^2-b^2}{2a} = \frac{2a^2}{2a} = a = \text{RHS}

Example 7: Solving a Triangle

Question: In a triangle ABC, A=45,B=60,a=2A=45^\circ, B=60^\circ, a=2. Find the remaining angle and sides.

Solution:

  • Angle C: The sum of angles in a triangle is 180180^\circ. So, C=180(A+B)=180(45+60)=75C = 180^\circ - (A+B) = 180^\circ - (45^\circ+60^\circ) = 75^\circ.

  • Side b: Using Sine Rule, bsinB=asinA    bsin60=2sin45    b=2sin60sin45=2(3/2)1/2=6\frac{b}{\sin B} = \frac{a}{\sin A} \implies \frac{b}{\sin 60^\circ} = \frac{2}{\sin 45^\circ} \implies b = \frac{2\sin 60^\circ}{\sin 45^\circ} = \frac{2(\sqrt{3}/2)}{1/\sqrt{2}} = \sqrt{6}.

  • Side c: Using Sine Rule, csinC=asinA    csin75=2sin45\frac{c}{\sin C} = \frac{a}{\sin A} \implies \frac{c}{\sin 75^\circ} = \frac{2}{\sin 45^\circ}. We know sin75=3+122\sin 75^\circ = \frac{\sqrt{3}+1}{2\sqrt{2}}.

    c=2sin75sin45=2((3+1)/22)1/2=3+1c = \frac{2\sin 75^\circ}{\sin 45^\circ} = \frac{2((\sqrt{3}+1)/2\sqrt{2})}{1/\sqrt{2}} = \sqrt{3}+1.

Example 8: Ratio of Sides and Angles

Question: In a ABC\triangle ABC, if the sides are in the ratio 1:3:21:\sqrt{3}:2, find the ratio of the angles.

Solution:

Let the sides be a=k,b=k3,c=2ka=k, b=k\sqrt{3}, c=2k. We find the angles using the Cosine Rule.

cosA=(k3)2+(2k)2k22(k3)(2k)=3k2+4k2k24k23=6k24k23=32    A=30\cos A = \frac{(k\sqrt{3})^2+(2k)^2-k^2}{2(k\sqrt{3})(2k)} = \frac{3k^2+4k^2-k^2}{4k^2\sqrt{3}} = \frac{6k^2}{4k^2\sqrt{3}} = \frac{\sqrt{3}}{2} \implies A=30^\circ

cosB=k2+(2k)2(k3)22(k)(2k)=k2+4k23k24k2=2k24k2=12    B=60\cos B = \frac{k^2+(2k)^2-(k\sqrt{3})^2}{2(k)(2k)} = \frac{k^2+4k^2-3k^2}{4k^2} = \frac{2k^2}{4k^2} = \frac{1}{2} \implies B=60^\circ

Then C=180(30+60)=90C = 180^\circ - (30^\circ+60^\circ) = 90^\circ. The ratio of angles A:B:C is 30:60:9030:60:90 or 1:2:31:2:3.

Example 9: Ambiguous Case (SSA)

Question: In a triangle, a=4,b=5,A=30a=4, b=5, A=30^\circ. Find the possible values for angle B.

Solution:

Using Sine Rule: sinBb=sinAa    sinB=bsinAa=5sin304=5(1/2)4=58\frac{\sin B}{b} = \frac{\sin A}{a} \implies \sin B = \frac{b\sin A}{a} = \frac{5\sin 30^\circ}{4} = \frac{5(1/2)}{4} = \frac{5}{8}.

Since 0<sinB<10 < \sin B < 1, there are two possible angles for B in the range (0,180)(0, 180^\circ): an acute angle B1=arcsin(5/8)B_1 = \arcsin(5/8) and an obtuse angle B2=180arcsin(5/8)B_2 = 180^\circ - \arcsin(5/8). Since A=30A=30^\circ, both A+B1<180A+B_1 < 180^\circ and A+B2<180A+B_2 < 180^\circ are possible. Thus, there are two possible triangles.

Example 10: Finding Sides from Angles and Perimeter

Question: The angles of a triangle are in the ratio 1:2:3. If the perimeter is 3+33+\sqrt{3}, find the sides.

Solution:

Let the angles be x,2x,3xx, 2x, 3x. The sum of angles is x+2x+3x=6x=180    x=30x+2x+3x = 6x = 180^\circ \implies x=30^\circ.

The angles are A=30,B=60,C=90A=30^\circ, B=60^\circ, C=90^\circ.

By the Sine Rule, the ratio of the sides is a:b:c=sinA:sinB:sinC=sin30:sin60:sin90=12:32:1a:b:c = \sin A : \sin B : \sin C = \sin 30^\circ : \sin 60^\circ : \sin 90^\circ = \frac{1}{2} : \frac{\sqrt{3}}{2} : 1.

This simplifies to the ratio 1:3:21:\sqrt{3}:2. Let the sides be k,k3,2kk, k\sqrt{3}, 2k.

Perimeter = k+k3+2k=k(3+3)k + k\sqrt{3} + 2k = k(3+\sqrt{3}).

We are given the perimeter is 3+33+\sqrt{3}.

k(3+3)=3+3    k=1k(3+\sqrt{3}) = 3+\sqrt{3} \implies k=1.

So, the sides are 1,3,21, \sqrt{3}, 2.