Sec 5 SN · Trigonometry · Deep Study

Understanding
Trigonometry

This guide explains the why behind every formula — not just what to memorize, but how to think about it. Work through each section in order, try every checkpoint question, then check your answer.

📐 8 sections 🔍 Worked examples with steps ✅ Checkpoint questions 💡 Intuition-first explanations
1
Angle Measurement
Degrees, minutes, seconds — and why radians exist

You've been measuring angles in degrees your whole life. A full turn is 360°, a right angle is 90°. But why 360? It's largely historical — the Babylonians used a base-60 number system, and 360 is conveniently divisible by many numbers. It's a practical choice, not a mathematical one.

Mathematicians prefer a different unit: the radian. And once you understand what a radian actually is, you'll see why it makes everything cleaner.

💭
Why do radians exist?
Imagine taking the radius of a circle and bending it along the edge of that circle. The angle that arc creates at the centre is exactly 1 radian. This isn't an arbitrary choice — it's the angle you get when the arc length equals the radius. This natural definition makes every formula involving circles simpler: arc length becomes s = rθ with no conversion factor needed.

Since the full circumference is 2πr, and one radian uses an arc of r, you need exactly 2π radians to go all the way around. That gives us the golden bridge:

The golden relationship
π radians = 180°
This one line lets you convert in either direction

To convert, think of it as a proportion. Cross-multiply:

arc = r r r 1 rad "Radian" = angle created when the arc length equals the radius. Full circumference = 2πr ÷ radius r = 2π radians in one circle Golden rule π radians = 180° To convert: multiply by π/180 or 180/π
Degrees → Radians
radians = degrees × π/180
Radians → Degrees
degrees = radians × 180/π

Minutes and Seconds

Degrees can be broken into smaller parts the same way hours are:

  • 1° = 60 minutes (written 60′)
  • 1′ = 60 seconds (written 60″)
  • So 2° 5′ 30″ = 2 degrees, 5 minutes, 30 seconds
★ Basic
Converting degrees to radians
Convert 300° to radians. Leave your answer in terms of π.
Show solution
1
Set up the proportion

Use the relationship π = 180°. Write it as a conversion factor to multiply:

radians = degrees × (π / 180)
2
Substitute and simplify
= 300 × (π / 180)
= 300π / 180
= 5π / 3
Always simplify the fraction: 300/180 = 5/3 (divide both by 60)
Answer: 300° = 5π/3 radians
★ Basic
Converting radians to degrees
Convert 7π/4 radians to degrees.
Show solution
1
Multiply by 180/π
degrees = (7π/4) × (180/π)

The π in the numerator and π in the denominator cancel:

2
Calculate
= (7 × 180) / 4
= 1260 / 4
= 315°
Answer: 7π/4 = 315°
★★ Medium
Converting a fraction of a turn
Express 3/5 of a full turn around a circle in radians.
Show solution
1
Convert the fraction to degrees first

One full turn = 360°. So 3/5 of a turn:

(3/5) × 360° = 216°
2
Now convert 216° to radians
216 × (π/180) = 216π/180 = 6π/5
Shortcut: you can also multiply the fraction directly by 2π, since a full turn = 2π rad: (3/5) × 2π = 6π/5 ✓
Answer: 3/5 turn = 6π/5 radians = 216°
✅ Checkpoint 1
(a) Convert 480° to radians.
(b) Convert 13π/4 radians to degrees.
(c) How many degrees is 0.125 turns?

(a) 480 × π/180 = 480π/180 = 8π/3 radians

480 ÷ 60 = 8, 180 ÷ 60 = 3 → 8π/3

(b) (13π/4) × (180/π) = 13 × 45 = 585°

(c) 0.125 × 360° = 45°

2
Angles in Standard Position
Terminal arms, quadrants, and reference angles

An angle is in standard position when its vertex is at the origin and its initial arm lies along the positive x-axis. You measure the angle by rotating counter-clockwise (positive) or clockwise (negative) to reach the terminal arm.

📐
Quadrant identification: The quadrant of an angle is determined by where the terminal arm ends up — not by the angle itself. Angles greater than 360° or negative angles can have terminal arms in any quadrant.

Reference Angles — the Key Tool

A reference angle is the acute angle (always between 0° and 90°) between the terminal arm and the x-axis (not y-axis). It's your shortcut to finding trig values in any quadrant, because the trig function value is the same magnitude as the equivalent reference angle — you just adjust the sign using CAST.

QuadrantAngle rangeReference angle formulaExample
I0° to 90°ref = θθ = 40° → ref = 40°
II90° to 180°ref = 180° − θθ = 150° → ref = 30°
III180° to 270°ref = θ − 180°θ = 220° → ref = 40°
IV270° to 360°ref = 360° − θθ = 310° → ref = 50°

Reflections of Angles

150° 30° Reference angle Q I All + Q II sin + Q III tan + Q IV cos + x y Ref angle = 180° − 150° = 30°. In QII, sin is positive → sin(150°) = +sin(30°) = ½

If you reflect an angle across an axis, the terminal arm moves but the reference angle stays the same:

  • Reflect 130° in the y-axis: stay in the same "row," flip the sign of x → 50° (QI)
  • Reflect 130° in the x-axis: stay in the same "column," flip sign of y → 230° (QIII)
  • Reflect in both axes: flip both → 310° (QIV)
★★ Medium
Finding a standard position angle from reference angle + quadrant
The reference angle is 40° and the terminal arm is in Quadrant III. Find the angle in standard position.
Show solution
1
Recall the QII formula

In Quadrant III: standard angle = 180° + reference angle

Think of it this way: from the positive x-axis you go 180° to reach the negative x-axis, then another 40° into Q3.
2
Apply
θ = 180° + 40° = 220°
Answer: 220°
★★ Medium
Finding coordinates on a circle
A point P is on a circle of radius 48 units, at θ = 150°. Find the coordinates of P.
Show solution
1
Use the coordinate formula

For a circle of radius r at angle θ: P = (r·cos θ, r·sin θ)

2
Find the reference angle and values

150° is in QII. Reference angle = 180° − 150° = 30°

cos(150°) = −cos(30°) = −√3/2
sin(150°) = +sin(30°) = 1/2
In QII: cosine is negative, sine is positive (CAST rule)
3
Multiply by r = 48
x = 48 × (−√3/2) = −24√3
y = 48 × (1/2) = 24
Answer: P = (−24√3, 24)
✅ Checkpoint 2
(a) State the quadrant for θ = 255°, and find its reference angle.
(b) The reference angle is 25° and the terminal arm is in QIV. Find θ.
(c) Reflect 30° in the x-axis. What is the new angle in standard position?

(a) 255° is between 180° and 270° → Quadrant III. Reference angle = 255° − 180° = 75°

(b) QIV: θ = 360° − 25° = 335°

(c) Reflecting 30° (QI) in the x-axis: the y-values flip sign → terminal arm moves to QIV → θ = 360° − 30° = 330°

3
The Unit Circle
Building it from scratch — why the values are what they are

The unit circle is a circle with radius = 1 centred at the origin. It's not just a memorization chart — it's a tool that connects angles, coordinates, and trig values all in one picture.

💭
Why does the unit circle work?
For any angle θ, draw the terminal arm from the origin. Where it crosses the unit circle, the x-coordinate of that point is cos(θ) and the y-coordinate is sin(θ). This isn't a definition we impose — it falls naturally from SOH-CAH-TOA: in the right triangle formed, the hypotenuse = 1 (the radius), so cos = adjacent/1 = x, and sin = opposite/1 = y.

The CAST Rule — Which Signs Where?

Because x can be negative (left half of circle) and y can be negative (bottom half), the signs of cos and sin depend on the quadrant. "All Students Take Calculus":

Q II — 90° to 180°
Sine positive
sin + · cos − · tan −
Q I — 0° to 90°
All positive
sin + · cos + · tan +
Q III — 180° to 270°
Tangent positive
sin − · cos − · tan +
Q IV — 270° to 360°
Cosine positive
sin − · cos + · tan −

The Key Values — Where They Come From

cos 30° sin 30° (√3/2, 1/2) 30° (√2/2, √2/2) 45° (1/2, √3/2) 60° (0, 1) 90° (0,0) (1, 0) (0, 1) Q IV cos + Q II sin + Q III tan + Key Q1 values θ sin θ cos θ tan θ 0 1 0 30° ½ √3/2 √3/3 45° √2/2 √2/2 1 60° √3/2 ½ √3 90° 1 0 Memory trick: sin row: 0, ½, √2/2, √3/2, 1 cos row: reverse of sin x = cos θ y = sin θ

The "magic" values at 30°, 45°, and 60° come from two special triangles you should know cold:

📐
The two special triangles:
45-45-90 triangle: sides 1, 1, √2. Hypotenuse = √2. So sin 45° = cos 45° = 1/√2 = √2/2.
30-60-90 triangle: sides 1, √3, 2. So sin 30° = 1/2, cos 30° = √3/2, sin 60° = √3/2, cos 60° = 1/2.

Once you know Q1, CAST handles the rest — just flip signs based on which quadrant you're in.
Angle (°)Radianssin θcos θtan θ
0010
30°π/61/2√3/2√3/3
45°π/4√2/2√2/21
60°π/3√3/21/2√3
90°π/210undefined
120°2π/3√3/2−1/2−√3
135°3π/4√2/2−√2/2−1
150°5π/61/2−√3/2−√3/3
180°π0−10
210°7π/6−1/2−√3/2√3/3
225°5π/4−√2/2−√2/21
240°4π/3−√3/2−1/2√3
270°3π/2−10undefined
300°5π/3−√3/21/2−√3
330°11π/6−1/2√3/2−√3/3
360°010

Periodic Values — Beyond 360°

Trig functions repeat every full cycle. For sin and cos that's 360° (or 2π), for tan it's 180° (or π):

  • sin(600°) = sin(600° − 360°) = sin(240°) = −√3/2
  • cos(−135°) = cos(360° − 135°) = cos(225°) = −√2/2
  • sin(−270°) = sin(360° − 270°) = sin(90°) = 1
💡
Strategy for periodic angles: Keep subtracting (or adding) 360° until you land in [0°, 360°]. For negative angles, add 360°. Then use CAST and your reference angle.
★★ Medium
Exact value with periodic angle
Find the exact value of sin(10π/3).
Show solution
1
Reduce to [0, 2π]

Subtract 2π repeatedly (or once with enough multiples):

10π/3 − 2π = 10π/3 − 6π/3 = 4π/3

4π/3 is in [0, 2π] ✓

2
Identify the quadrant and reference angle

4π/3 = 240°, which is in QIII.

Reference angle = 4π/3 − π = π/3 (which is 60°)
3
Apply CAST

sin(π/3) = √3/2. In QIII, sine is negative.

sin(10π/3) = sin(4π/3) = −√3/2
Answer: sin(10π/3) = −√3/2
★★★ Hard
Finding t given a trig value and a restricted range
Given that cos(t) = −12/13 and 180° ≤ t ≤ 270°, find the value of t.
Show solution
1
Confirm the quadrant

The restriction 180° ≤ t ≤ 270° places t in QIII. In QIII, cosine is negative ✓ — this is consistent with cos(t) = −12/13.

2
Find the reference angle

The reference angle has the same cosine value but positive: cos(ref) = 12/13.

ref = arccos(12/13) ≈ arccos(0.923) ≈ 22.6°
3
Find the QIII angle

In QIII: angle = 180° + reference angle

t ≈ 180° + 22.6° ≈ 202.6° ≈ 203°
Answer: t ≈ 203°
✅ Checkpoint 3
(a) Find the exact value of cos(225°).
(b) Find the exact value of sin(−390°).
(c) Given that sin(t) = −7/25 and 270° ≤ t ≤ 360°, find t.

(a) 225° is in QIII, reference angle = 45°. Cosine is negative in QIII.

cos(225°) = −cos(45°) = −√2/2

(b) −390° + 360° = −30°. Then −30° + 360° = 330°. That's QIV, reference = 30°. Sine is negative in QIV.

sin(−390°) = sin(330°) = −sin(30°) = −1/2

(c) QIV. Reference angle = arcsin(7/25) ≈ 16.3°. Angle = 360° − 16.3° ≈ 343.7°

4
Arc Length
The payoff of using radians

Here's where radians pay off. The arc length of a sector is the portion of the circumference cut out by the angle. Since the full circumference is 2πr and a full angle is 2π radians:

Arc Length Formula
s = r · θ   (θ must be in radians)
s = arc length, r = radius, θ = central angle in radians
⚠️
This only works in radians. If your angle is in degrees
r r s θ Arc length formula: s = r · θ θ must be in radians r = radius θ = central angle (radians) s = arc length Example r = 6 cm, θ = π/3 rad s = 6 × π/3 = 2π cm
, convert it first. This is the #1 error on arc length questions.
★★ Medium
Finding arc length and central angle
A circle has radius 6 cm. The arc AB has length 8π cm. Find the central angle ∠AOB in radians.
Show solution
1
Rearrange s = rθ to solve for θ
θ = s / r
2
Substitute values
θ = 8π / 6 = 4π/3 radians
Answer: θ = 4π/3 rad (= 240°)
★★★ Hard
Applied arc length problem
A child on a swing is suspended 200 cm from the bar above. The child swings from 240° to 300°. What horizontal distance does the child travel with each full swing?
Show solution
1
Find the angle swept

The swing goes from 240° to 300°, so the angle covered is:

300° − 240° = 60°
2
Convert to radians
60° × π/180 = π/3 rad
3
Apply the arc length formula
s = r · θ = 200 × π/3 = 200π/3 ≈ 209.4 cm
Answer: ≈ 209.4 cm per swing
✅ Checkpoint 4
A unit circle (r = 1) is divided into 8 equal arcs. What is the central angle ∠AOB in radians?

8 equal arcs means each arc = 1/8 of the full circle.

Full circle = 2π rad. One arc = 2π/8 = π/4 rad

∠AOB = π/4 radians (45°)

5
The Six Trig Functions
SOH-CAH-TOA, unit circle, and the reciprocals

In a right triangle, the three primary trig functions relate angles to side ratios. The three reciprocal functions flip those ratios:

FunctionRight triangle definitionUnit circleReciprocal
sin(θ)opposite / hypotenusey-coordinatecsc(θ) = 1/sin(θ)
cos(θ)adjacent / hypotenusex-coordinatesec(θ) = 1/cos(θ)
tan(θ)opposite / adjacentsin(θ)/cos(θ)cot(θ) = 1/tan(θ)
💡
SOH-CAH-TOA: Sin = Opposite/Hypotenuse
adjacent opposite hypotenuse θ SOH-CAH-TOA sin θ = opp/hyp cos θ = adj/hyp tan θ = opp/adj cos θ sin θ 1 P(cos θ, sin θ) θ On the unit circle (r = 1): cos θ = x-coord · sin θ = y-coord
· Cos = Adjacent/Hypotenuse · Tan = Opposite/Adjacent

Finding All Six Values from a Point on the Circle

If you're given a point P(t) on the unit circle, you can read off all six values directly. The key insight: the unit circle has hypotenuse = 1, so the right-triangle definitions simplify beautifully.

★★ Medium
Finding all six trig values from a unit circle point
P(t) = (−5/13, 12/13) is a point on the unit circle. Find all six trig values.
Show solution
1
Read the primary values directly

On the unit circle, x = cos(t) and y = sin(t):

cos(t) = −5/13      sin(t) = 12/13
The point is in QII: x negative, y positive ✓ — consistent with CAST
2
Calculate tan(t)
tan(t) = sin(t)/cos(t) = (12/13)/(−5/13) = 12/13 × 13/(−5) = −12/5
3
Find the three reciprocals
csc(t) = 1/sin(t) = 13/12
sec(t) = 1/cos(t) = −13/5
cot(t) = 1/tan(t) = −5/12
Answer: sin=12/13, cos=−5/13, tan=−12/5, csc=13/12, sec=−13/5, cot=−5/12
★★★ Hard
Finding values given one function and a quadrant
Given that sin(t) = −7/25 and 270° ≤ t ≤ 360°, find the value of sec(t).
Show solution
1
Identify what we know

sin(t) = −7/25. The restriction 270° ≤ t ≤ 360° places us in QIV. In QIV: sin is negative ✓ and cos is positive.

2
Use Pythagorean identity to find cos(t)
sin²(t) + cos²(t) = 1
(−7/25)² + cos²(t) = 1
49/625 + cos²(t) = 1
cos²(t) = 576/625
cos(t) = ±24/25

Since we're in QIV, cos is positive: cos(t) = +24/25

3
Find sec(t)
sec(t) = 1/cos(t) = 1/(24/25) = 25/24
Answer: sec(t) = 25/24
✅ Checkpoint 5
Given that sec(t) = −5/3 and 180° ≤ t ≤ 270°, find the value of cot(t).

sec(t) = −5/3 → cos(t) = −3/5. We're in QIII, so sin is also negative.

sin²+cos²=1 → sin²=(9/25 taken away from 1)=16/25 → sin=−4/5 (negative in QIII)

tan(t) = sin/cos = (−4/5)/(−3/5) = 4/3 → cot(t) = 1/tan = 3/4

6
The Sinusoidal Function
Understanding every parameter of f(x) = a·sin(b(x − h)) + k

The basic sine function y = sin(x) is a wave that goes from −1 to 1 with a period of 2π. The four parameters a, b, h, and k each transform this wave in a specific way. The key is understanding what each one actually does — not just memorizing formulas.

Standard form
f(x) = a · sin( b(x − h) ) + k

Parameter by Parameter

ParameterNameWhat it actually doesFormula
aAmplitude factorStretches the wave vertically. If a < 0, flips it upside-down. The wave now reaches |a| above and below the midline.Amplitude = |a|
bFrequency factorCompresses or stretches the wave horizontally. Larger |b| = more waves in the same space = shorter period.Period = 2π/|b|
hPhase shiftSlides the entire wave left or right. The starting point moves. Positive h = shift RIGHT.Shift = h units
kVertical shiftRaises or lowers the whole wave. Sets the midline of the wave at y = k.Midline: y = k
Amplitude
|a|
Period
2π / |b|
Frequency
|b| / (2π)
Maximum value
k + |a|
Minimum value
k − |a|
Initial value
f(0) = a·sin(−bh) + k
💭
Why is period = 2π/|b| and not just b?
k = 0.5 (midline) |a|=2 (amplitude) max=2.5 min=−1.5 Period = 4π (= 2π/|b| = 2π/0.5) Phase shift = π → 0 π maximum f(x) = 2 · sin(0.5(x − π)) + 0.5 (a=2, b=0.5, h=π, k=0.5)

The basic wave sin(x) completes one full cycle in 2π. When we replace x with bx, the input reaches 2π (one full cycle) when bx = 2π, i.e. when x = 2π/b. So the cycle length (period) shrinks by a factor of b. Larger b = shorter period = more cycles packed in.
⚠️
Watch the phase shift carefully. The formula uses b(x − h). If you see sin(0.5x + 2π), you must factor out the 0.5 first: 0.5(x + 4π). Then h = −4π (shift LEFT by 4π), not +2π. Not factoring first is the most common phase-shift mistake.
★ Basic
Reading all parameters
For y = 2 sin(x), state all parameters and characteristics.
Show solution
1
Identify parameters
a = 2, b = 1, h = 0, k = 0
2
Calculate characteristics
Amplitude = |2| = 2
Period = 2π/1 = 2π
Frequency = 1/(2π)
Maximum = 0 + 2 = 2
Minimum = 0 − 2 = −2
Zeros in [0, 2π]: x = 0, π, 2π
Initial value = 2·sin(0) = 0
Answer: a=2, b=1, h=0, k=0 · Amp=2 · Period=2π · Max=2 · Min=−2
★★ Medium
Full analysis with phase shift and vertical shift
Analyze: y = 3 sin(0.5(x − π)) − 1
Show solution
1
Read parameters directly (already factored)
a = 3, b = 0.5, h = π, k = −1
2
Calculate all characteristics
Amplitude = |3| = 3
Period = 2π / 0.5 = 4π
Frequency = 0.5/(2π) = 1/(4π)
Phase shift = π to the RIGHT
Vertical shift = 1 DOWN (k = −1, midline at y = −1)
Maximum = −1 + 3 = 2
Minimum = −1 − 3 = −4
3
Find the initial value (x = 0)
f(0) = 3·sin(0.5(0 − π)) − 1
= 3·sin(−π/2) − 1
= 3·(−1) − 1 = −4

So the function starts at its minimum when x = 0.

Answer: Amp=3 · Period=4π · Phase shift=π right · Max=2 · Min=−4 · Initial value=−4
★★★ Hard
Must factor b out first
Find all parameters for: y = 2.5 sin(0.5πx + 2π) + 1.5
Show solution
1
Factor b out of the argument

The argument is 0.5πx + 2π. Factor out b = 0.5π:

0.5πx + 2π = 0.5π(x + 4)
Check: 0.5π × x = 0.5πx ✓ · 0.5π × 4 = 2π ✓
2
Rewrite in standard form
y = 2.5 sin(0.5π(x − (−4))) + 1.5

Now parameters are clear: a = 2.5, b = 0.5π, h = −4, k = 1.5

3
Calculate characteristics
Amplitude = 2.5
Period = 2π/(0.5π) = 4
Phase shift = 4 to the LEFT (h = −4)
Maximum = 1.5 + 2.5 = 4
Minimum = 1.5 − 2.5 = −1
Answer: a=2.5, b=0.5π, h=−4, k=1.5 · Period=4 · Shift=4 left · Max=4 · Min=−1
✅ Checkpoint 6
For y = 3 sin(0.5(x − 2)) − 1:
State the amplitude, period, phase shift, vertical shift, maximum, minimum, and initial value.

a=3, b=0.5, h=2, k=−1

Amplitude = 3
Period = 2π/0.5 = 4π
Phase shift = 2 units RIGHT
Vertical shift = 1 DOWN (midline y = −1)
Maximum = −1 + 3 = 2
Minimum = −1 − 3 = −4
Initial value: f(0) = 3·sin(0.5(0−2))−1 = 3·sin(−1)−1 ≈ 3(−0.841)−1 ≈ −3.52
7
Trigonometric Identities
Where they come from, and how to prove them

An identity is an equation that is true for all valid values of the variable — not just specific ones. Proving an identity means showing algebraically that one side simplifies to match the other.

The Pythagorean Identities — From First Principles

💭
Where does sin²θ + cos²θ = 1 come from?
On the unit circle, any point is (cos θ, sin θ) and lies on the circle x² + y² = 1 (since the radius = 1). Substituting: cos²θ + sin²θ = 1. That's it — the Pythagorean theorem applied to the unit circle. It's not arbitrary at all.
Primary (memorise!)
sin²θ + cos²θ = 1
Divide by cos²θ
tan²θ + 1 = sec²θ
Divide by sin²θ
1 + cot²θ = csc²θ

The three Pythagorean identities come from one

cos θ sin θ 1 P(cos θ, sin θ) θ Where it comes from: The unit circle has equation: x² + y² = 1 On the unit circle: x = cos θ, y = sin θ Substitute: cos²θ + sin²θ = 1 Divide both sides by cos²θ: tan²θ + 1 = sec²θ Divide both sides by sin²θ: 1 + cot²θ = csc²θ Three identities from one equation.
— you derive the other two by dividing through. And from the primary identity come four more useful rearrangements:

  • sin²θ = 1 − cos²θ = (1 − cosθ)(1 + cosθ)
  • cos²θ = 1 − sin²θ = (1 − sinθ)(1 + sinθ)
  • tan²θ = sec²θ − 1
  • cot²θ = csc²θ − 1

The Reciprocal Identities

  • csc θ = 1/sin θ     sec θ = 1/cos θ     cot θ = 1/tan θ
  • tan θ = sin θ / cos θ     cot θ = cos θ / sin θ

Strategy for Proving Identities

🚫
The golden rule: Work on ONE side only. Never move terms across the equals sign — doing so assumes what you're trying to prove. Pick the more complicated side and simplify it until it matches the other side.

In order of what to try:

  • Convert to sin and cos — replace csc, sec, tan, cot with their sin/cos equivalents
  • Find common denominators — if adding/subtracting fractions
  • Spot Pythagorean substitutions — see sin²+cos²? Replace with 1. See 1−cos²? Replace with sin².
  • Factor — especially difference of squares: (1−cosθ)(1+cosθ) = sin²θ
  • Multiply by a conjugate — if the denominator has (1+sinθ), multiply top and bottom by (1−sinθ)
★ Basic
Basic identity proof
Prove: sin θ · csc θ = 1
Show solution
1
Work on the left side

Replace csc θ with its reciprocal identity:

LS = sin θ · (1/sin θ) = 1 = RS ✓
Answer: Identity proved. LS = sin θ · (1/sin θ) = 1 = RS ✓
★★ Medium
Proof using Pythagorean identity
Prove: (1 − sin²θ) · sec²θ = 1
Show solution
1
Work on the left side — spot the pattern

1 − sin²θ looks like part of the Pythagorean identity. Replace it:

1 − sin²θ = cos²θ
2
Substitute and simplify
LS = cos²θ · sec²θ
= cos²θ · (1/cos²θ)
= 1 = RS ✓
Answer: LS = cos²θ · sec²θ = 1 = RS ✓
★★★ Hard
Multi-step proof with factoring
Prove: (sin θ + cos θ)² − 1 = 2 sin θ cos θ
Show solution
1
Expand the left side

Expand (sin θ + cos θ)² using (a+b)² = a²+ 2ab + b²:

LS = sin²θ + 2sinθcosθ + cos²θ − 1
2
Group and apply Pythagorean identity
= (sin²θ + cos²θ) + 2sinθcosθ − 1
= 1 + 2sinθcosθ − 1
= 2sinθcosθ = RS ✓
Key move: recognising sin²θ + cos²θ = 1 so they cancel the −1
Answer: LS simplifies to 2sinθcosθ = RS ✓
✅ Checkpoint 7
Prove: tan²θ · cos²θ + cos²θ = 1

Work on the left side. Factor out cos²θ:

LS = cos²θ(tan²θ + 1)

Apply the Pythagorean identity tan²θ + 1 = sec²θ:

= cos²θ · sec²θ = cos²θ · (1/cos²θ) = 1 = RS ✓
8
Trigonometric Equations
Finding all angles that satisfy an equation

A trig equation asks: for which angles does this equation hold? Unlike algebraic equations, trig equations usually have infinitely many solutions — because sin and cos repeat. In Sec 5, you'll typically be asked to find solutions in [0°, 360°] or [0, 2π].

📐
The two-solution rule: Most trig equations have two solutions in [0°, 360°] (one in each relevant quadrant). Use the CAST rule to find both. Only sin(θ) = 1, sin(θ) = −1, cos(θ) = 1, etc. give exactly one solution.

The Method — 4 Steps

  • Step 1: Isolate the trig function on one side.
  • Step 2: Use your calculator or unit circle to find the reference angle (always positive, always acute).
  • Step 3: Use the value's sign and CAST to find which quadrant(s) the solution lives in.
  • Step 4: Convert the reference angle to the actual angle(s)
    sin t = −½ 210° 330° 30° 30° ↑ both use reference angle 30° QIII sin − QIV sin − Solving sin(t) = −½ Step 1: Reference angle arcsin(½) = 30° Step 2: Which quadrants? sin is negative in QIII and QIV QIII: 180° + 30° = 210° QIV: 360° − 30° = 330° Verify: sin(210°) = −sin(30°) = −½ ✓ sin(330°) = −sin(30°) = −½ ✓ The key insight: Both solutions share the same reference
    using the quadrant formula.
★ Basic
Solving a basic trig equation
Solve: sin(t) = −1/2, where 0° ≤ t ≤ 360°
Show solution
1
Already isolated — find the reference angle

sin is negative. The magnitude is 1/2. We know sin(30°) = 1/2.

Reference angle = 30°
2
Use CAST — which quadrants have negative sine?

Sine is negative in QIII and QIV.

QIII: t = 180° + 30° = 210°
QIV: t = 360° − 30° = 330°
Answer: t = 210° and t = 330°
★★ Medium
Finding two values in radians
Find all values of t in [0, 2π] such that cos(t) = −1/2
Show solution
1
Reference angle from the unit circle

cos(π/3) = 1/2, so the reference angle is π/3.

2
Negative cosine → QII and QIII
QII: t = π − π/3 = 2π/3
QIII: t = π + π/3 = 4π/3
Answer: t = 2π/3 and t = 4π/3
★★ Medium
Isolate first, then solve
Solve: 2cos(t) + √3 = 0, where 0 ≤ t ≤ 2π
Show solution
1
Isolate cos(t)
2cos(t) = −√3
cos(t) = −√3/2
2
Reference angle

cos(π/6) = √3/2, so reference angle = π/6.

3
Negative cosine → QII and QIII
QII: t = π − π/6 = 5π/6
QIII: t = π + π/6 = 7π/6
Answer: t = 5π/6 and t = 7π/6
★★★ Hard
Using a calculator — restricted range, decimal answer
Given sin(t) = −0.2 and 0 ≤ t ≤ 2π, find all values of t to 3 decimal places.
Show solution
1
Find the reference angle using arcsin

Use the absolute value: sin(ref) = 0.2

ref = arcsin(0.2) ≈ 0.201 rad
Make sure your calculator is in RAD mode!
2
Negative sine → QIII and QIV
QIII: t = π + 0.201 ≈ 3.343 rad
QIV: t = 2π − 0.201 ≈ 6.082 rad
3
Verify both solutions are in [0, 2π]
3.343 ✓ (between 0 and 6.283)
6.082 ✓ (between 0 and 6.283)
Answer: t ≈ 3.343 and t ≈ 6.082
✅ Checkpoint 8 — Final Challenge
(a) Solve cos(t) = −√2/2 for 0° ≤ t ≤ 360°.
(b) Given that cos(t) = −4/5 and π ≤ t ≤ 3π/2, find the exact value of t, and also find sin(t) and tan(t).
(c) Solve: 2sin(t) + 1 = 0 for 0 ≤ t ≤ 2π. Express answers in exact form.

(a) Reference angle = 45°. Cosine negative → QII and QIII.

t = 135° and t = 225°

(b) π ≤ t ≤ 3π/2 is QIII. cos(t) = −4/5. Use Pythagorean identity:

sin²t = 1 − 16/25 = 9/25 → sin(t) = −3/5 (negative in QIII)
tan(t) = sin/cos = (−3/5)/(−4/5) = 3/4
t = π + arccos(4/5) ≈ π + 0.6435 ≈ 3.785 rad

(c) 2sin(t) = −1 → sin(t) = −1/2. Reference = π/6. Negative sine → QIII and QIV.

t = π + π/6 = 7π/6    and    t = 2π − π/6 = 11π/6