Mastering the Sine and Cosine Rules

Beyond the Right-Angled Triangle

Essential Understanding: While SOH-CAH-TOA is your trusted tool for right-angled triangles, the Sine and Cosine Rules are the "master keys" that unlock any triangle—whether it's scalene, isosceles, or even obtuse. Once you master these rules, no triangle will ever be too complex to solve!

🔑 Key Skill: The Sine Rule (Opposite Pairs)
📈 Exam Focus: The Cosine Rule (SAS & SSS)
🎯 Problem Solving: Area calculations

The Standard Labeling Convention

Before we dive into the rules, you must learn how to label your triangle correctly. This labeling system is the foundation for applying both the Sine and Cosine Rules accurately.

🔤

Capital Letters: Angles

Vertices A, B, C represent the three angles of the triangle. We usually place these at the corners where sides meet.

Important: Angle A is at vertex A, Angle B is at vertex B, and Angle C is at vertex C.

📏

Lowercase Letters: Sides

Sides a, b, c represent the sides opposite their corresponding angles.

  • Side a is opposite angle A
  • Side b is opposite angle B
  • Side c is opposite angle C

Memory Tip: Lowercase letters face their uppercase partners!

A Angle A B Angle B C Angle C a side a opposite A b side b opposite B c side c opposite C

Remember: The letter and its opposite angle/side always "face" each other across the triangle!

The Sine Rule: "The Power of Pairs"

The Sine Rule is your go-to tool when you can identify "opposite pairs"—that is, when you know one angle and its opposite side. The rule creates a relationship between each angle and its opposite side.

The Sine Rule Formula

For any triangle ABC:

$$ \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} $$

This can also be written as:

$$ \frac{\sin A}{a} = \frac{\sin B}{b} = \frac{\sin C}{c} $$

Pro Tip: Use whichever form makes your calculation easier!

When to Use the Sine Rule

📐

Case 1: ASA (Angle-Side-Angle)

You know two angles and any one side.

Example: Find angle B given A = 30°, C = 70°, and side a = 5cm.

Strategy: First find angle B using A + B + C = 180°, then apply the Sine Rule to find any side.

Case 2: SSA (Side-Side-Angle)

You know two sides and a non-included angle (the angle is not between the two known sides).

Example: Find angle B given side a = 7cm, side c = 5cm, and angle A = 40°.

Warning: This is the "Ambiguous Case"—there might be two possible triangles!

Worked Examples Using the Sine Rule

Example 1: Finding a Missing Angle

1
Problem: In triangle ABC, angle A = 35°, side a = 6cm, and side b = 8cm. Find angle B.
2
Identify the pattern: We have SSA (Side a, Side b, Angle A). We can use the Sine Rule because we have an angle-side opposite pair.
3
Apply the Sine Rule: \[ \frac{\sin A}{a} = \frac{\sin B}{b} \]
4
Rearrange to solve for sin B: \[ \sin B = \frac{b \times \sin A}{a} = \frac{8 \times \sin 35°}{6} \]
5
Calculate: \[ \sin B = \frac{8 \times 0.5736}{6} = \frac{4.5888}{6} = 0.7648 \]
6
Find angle B: \[ B = \sin^{-1}(0.7648) ≈ 49.9° \]
7
Answer: Angle B ≈ 50° (rounded to nearest degree as per CSEC conventions).

Example 2: Finding a Missing Side

1
Problem: In triangle ABC, angle A = 50°, angle B = 60°, and side a = 7cm. Find side c.
2
First, find angle C: A + B + C = 180°, so C = 180° - 50° - 60° = 70°.
3
Apply the Sine Rule: \[ \frac{a}{\sin A} = \frac{c}{\sin C} \]
4
Rearrange to solve for c: \[ c = \frac{a \times \sin C}{\sin A} = \frac{7 \times \sin 70°}{\sin 50°} \]
5
Calculate: \[ c = \frac{7 \times 0.9397}{0.7660} = \frac{6.5779}{0.7660} ≈ 8.59 \text{ cm} \]
6
Answer: Side c ≈ 8.6 cm (to 1 decimal place).

The Cosine Rule: "The Included Angle"

The Cosine Rule is your backup plan when you don't have a complete opposite pair. It's essentially the Pythagorean Theorem upgraded for non-right-angled triangles!

The Cosine Rule Formula

For any triangle ABC, to find a side:

$$ a^2 = b^2 + c^2 - 2bc \cos A $$

Similarly, you can write:

$$ b^2 = a^2 + c^2 - 2ac \cos B $$ $$ c^2 = a^2 + b^2 - 2ab \cos C $$

To find an angle instead:

$$ \cos A = \frac{b^2 + c^2 - a^2}{2bc} $$

When to Use the Cosine Rule

📐

Case 1: SAS (Side-Angle-Side)

You know two sides and the included angle (the angle "trapped" between the two known sides).

Example: Find side a given b = 5cm, c = 7cm, and angle A = 50°.

Strategy: Plug directly into: a² = b² + c² - 2bc cos A

🔺

Case 2: SSS (Side-Side-Side)

You know all three sides and need to find an angle.

Example: Find angle A given a = 6cm, b = 5cm, c = 7cm.

Strategy: Use: cos A = (b² + c² - a²) / (2bc)

Worked Examples Using the Cosine Rule

Example 3: Finding a Side (SAS)

1
Problem: In triangle ABC, side b = 8cm, side c = 5cm, and the included angle A = 55°. Find side a.
2
Identify the pattern: SAS (we know two sides and the angle between them). This is a perfect case for the Cosine Rule.
3
Apply the Cosine Rule: \[ a^2 = b^2 + c^2 - 2bc \cos A \]
4
Substitute values: \[ a^2 = 8^2 + 5^2 - 2(8)(5)(\cos 55°) \]
5
Calculate: \[ a^2 = 64 + 25 - 80(0.5736) = 89 - 45.888 = 43.112 \]
6
Find a: \[ a = \sqrt{43.112} ≈ 6.57 \text{ cm} \]

Example 4: Finding an Angle (SSS)

1
Problem: A triangle has sides a = 7cm, b = 5cm, and c = 6cm. Find angle B.
2
Identify the pattern: SSS (we know all three sides, need an angle). Use the Cosine Rule rearranged to find an angle.
3
Apply the rearranged Cosine Rule: \[ \cos B = \frac{a^2 + c^2 - b^2}{2ac} \]
4
Substitute values: \[ \cos B = \frac{7^2 + 6^2 - 5^2}{2(7)(6)} = \frac{49 + 36 - 25}{84} = \frac{60}{84} \]
5
Calculate: \[ \cos B = \frac{60}{84} ≈ 0.7143 \]
6
Find angle B: \[ B = \cos^{-1}(0.7143) ≈ 44.4° \]

Interactive Rule Selector Lab

This is the most helpful tool for students! Enter what you know about your triangle, and we'll tell you which rule to use.

🔬

Rule Selector & Triangle Visualizer

Enter your known values above to see which rule to use

Area of a Triangle (The Trigonometric Way)

CSEC Mathematics also requires you to know the "Sine Formula" for area. This method is much faster than the old $\frac{1}{2} \text{base} \times \text{height}$ because you don't need to find the vertical height—you just need two sides and the included angle!

The Area Formula

$$ \text{Area} = \frac{1}{2} ab \sin C $$

Or equivalently:

$$ \text{Area} = \frac{1}{2} bc \sin A = \frac{1}{2} ac \sin B $$

Memory Tip: "Half a side times another side times the sine of the angle between them!"

Example 5: Finding the Area

1
Problem: Find the area of triangle ABC where side b = 6cm, side c = 8cm, and angle A = 50°.
2
Identify the pattern: We have two sides (b and c) and the included angle A. Perfect for the area formula!
3
Apply the formula: \[ \text{Area} = \frac{1}{2} bc \sin A \]
4
Substitute: \[ \text{Area} = \frac{1}{2} \times 6 \times 8 \times \sin 50° \]
5
Calculate: \[ \text{Area} = 24 \times 0.7648 ≈ 18.36 \text{ cm}^2 \]

The "Decision Tree" Flowchart

When you're under exam pressure, use this flowchart to quickly decide which rule to use:

Is it a Right-Angled Triangle?
YES
Use SOH-CAH-TOA or Pythagoras
NO
Do you have an "Opposite Pair"?
(An angle and its opposite side)
YES
Use the SINE RULE
NO
Do you have SAS or SSS?
YES
Use the COSINE RULE
🎯

CSEC Examination Mastery Tip

Quick Decision Guide:

  • Have Angle A and side a? → Sine Rule ✓
  • Have two sides and the angle between them? → Cosine Rule ✓
  • Have all three sides? → Cosine Rule ✓
  • Have two angles and any side? → Sine Rule ✓ (find third angle first if needed)

CSEC Exam Mastery Tips

📱

Degrees vs. Radians

ALWAYS check your calculator mode! For CSEC Mathematics, your calculator MUST be in DEG (Degrees) mode.

How to check: Look for a small "DEG" indicator on your screen, or try typing sin(30) - it should give 0.5.

🔢

Intermediate Rounding

Never round your numbers mid-calculation!

Keep at least 4 decimal places until your final answer. Rounding too early introduces errors that can cost you marks.

Better: Use the full calculator display throughout.

⚠️

The Ambiguous Case (SSA)

When using the Sine Rule to find an angle given two sides and a non-included angle (SSA), there might be two possible triangles!

This happens when side a < side b × sin A. CSEC usually keeps problems simple, but be aware this can occur.

Check: If sin B > 1, no triangle exists. If sin B < 1, two triangles may be possible.

✏️

Showing Your Working

CSEC examiners want to see your method:

  • Write the formula you're using
  • Substitute the values clearly
  • Show your intermediate calculations
  • Round only at the final answer

1 mark for the formula, 1 mark for substitution, 1 mark for the final answer!

Common Mistake Alert: When using the Cosine Rule to find an angle, make sure you put the side you want to find in the numerator position. For angle A, it's (b² + c² - a²), not (a² + b² - c²)!

CSEC Practice Arena

Test Your Understanding

1
In triangle ABC, angle A = 40°, angle B = 70°, and side a = 5cm. Which rule should you use and what is the first step?
Cosine Rule; find angle C first
Sine Rule; find angle C first (180° - 40° - 70° = 70°)
Sine Rule; use directly with angle A
Cosine Rule; use a² = b² + c² - 2bc cos A
Explanation: We have two angles (A and B), so first find angle C = 180° - 40° - 70° = 70°. Then use the Sine Rule with our known opposite pairs (angle A and side a) to find any other side.
2
A triangle has sides of length 6cm, 8cm, and 10cm. Which rule would you use to find one of the angles?
Sine Rule
Cosine Rule (SSS case)
SOH-CAH-TOA
Pythagorean Theorem
Explanation: When you know all three sides (SSS) and need an angle, use the Cosine Rule rearranged: cos A = (b² + c² - a²) / (2bc). Note: This is a right-angled triangle (6-8-10), but you can still use the Cosine Rule!
3
What is the area of a triangle with two sides of 5cm and 7cm, and an included angle of 60°?
12.5 cm²
17.5 cm²
15.1 cm²
35 cm²
Solution: Area = ½ × 5 × 7 × sin(60°) = 17.5 × 0.8660 = 15.16 cm² ≈ 15.1 cm²

Practice Mission: "Save the Surveyor"

Real-World Scenario

The Situation: Ms. Thompson is a land surveyor who needs to calculate the width of the Jamaica River. She stands at point A on one bank, measures 50 meters to point B along the same bank, then measures the angle at A (toward a landmark point C on the opposite bank) as 65°.

The Challenge:

  1. Calculate the width of the river (distance AC) to help build a bridge.
  2. Calculate the area of the triangle ABC for the land survey report.

Mission Solution

1
Identify the givens:
  • Side AB = c = 50m (this is our baseline)
  • Angle at A = 65°
  • Angle at B = 90° (since we're measuring perpendicular across the river)
  • Side AC = b = ? (this is the width we need)
2
First, find angle C: A + B + C = 180°, so C = 180° - 65° - 90° = 25°.
3
Apply the Sine Rule to find side b (AC): \[ \frac{b}{\sin B} = \frac{c}{\sin C} \]
4
Rearrange and calculate: \[ b = \frac{c \times \sin B}{\sin C} = \frac{50 \times \sin 90°}{\sin 25°} \]
5
Final width calculation: \[ b = \frac{50 \times 1}{0.4226} = 118.3 \text{ m} \]

Mission Results

Width of the river (AC): ≈ 118.3 meters

Area of triangle ABC: Using Area = ½ × AB × AC × sin(angle A)

Area = ½ × 50 × 118.3 × sin(65°) = 2957.5 × 0.9063 ≈ 2,680 m²

Key Examination Insights

Common Mistakes to Avoid

  • Mixing up Sine and Cosine Rules: Sine needs opposite pairs; Cosine is for SAS/SSS
  • Wrong side for Cosine Rule: When finding angle A, use (b² + c² - a²), not (a² + b² - c²)
  • Forgetting to find the third angle: In ASA/AAS cases, always find the missing angle first
  • Calculator in wrong mode: Always verify DEG mode before starting
  • Rounding too early: Keep intermediate values precise

Success Strategies

  • Draw and label your triangle clearly before starting
  • Identify which "case" you have (ASA, AAS, SAS, SSS, SSA)
  • Write the formula first, then substitute values
  • Check if your answer makes sense (large side opposite large angle)
  • Use the Decision Tree flowchart during practice until it becomes automatic
Scroll to Top