Year 11 Maths Advanced Module 2 ⏱ ~40 min Lesson 14 of 15

Modelling with Trigonometric Functions

Tides rise and fall. Temperatures peak in summer and dip in winter. Sound waves travel through air. All of these phenomena can be modelled by sinusoidal functions. In this lesson, you will learn how to extract real-world data, build trigonometric models, and use them to make predictions.

🌊
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

The height of the tide at a particular beach varies between a low of 1.2 metres and a high of 3.6 metres. If the tide follows a roughly sinusoidal pattern, what do you think the average tide height is? And what is the maximum distance the tide deviates from this average?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Modelling with sine/cosine
$y = a\sin\big(b(x - c)\big) + d$
From data to parameters
$a = \frac{\text{max} - \text{min}}{2}$ (amplitude) $d = \frac{\text{max} + \text{min}}{2}$ (midline/centre) $b = \frac{2\pi}{\text{period}}$
Key insight: The midline $d$ represents the average value around which the phenomenon oscillates. The amplitude $a$ represents the maximum deviation from this average.
📖 Know

Key Facts

  • How to calculate amplitude and midline from maximum and minimum values
  • How to determine the period from real-world cycles
  • How to write a trigonometric model from given data
💡 Understand

Concepts

  • Why periodic phenomena are naturally modelled by trig functions
  • How the parameters $a$, $b$, $c$, $d$ correspond to physical quantities
  • The limitations of simple sinusoidal models
✅ Can Do

Skills

  • Build a trig model from maximum, minimum, and period data
  • Use the model to predict future values
  • Interpret the meaning of each parameter in context

Misconceptions to Fix

Wrong: (a + b)² = a² + b².

Right: (a + b)² = a² + 2ab + b²; the middle term 2ab is essential and commonly forgotten.

Key Terms
Trigonometric RatioThe ratio of sides in a right-angled triangle (sin, cos, tan).
RadianA unit of angle measure where one radian subtends an arc equal to the radius.
Sine RuleA formula relating sides and angles in any triangle: a/sinA = b/sinB = c/sinC.
Cosine RuleA formula for finding sides or angles: c² = a² + b² - 2ab cosC.
PeriodThe length of one complete cycle of a periodic function.
AmplitudeThe maximum displacement from the centre line of a periodic function.
🌊

Building Trigonometric Models

Many real-world phenomena repeat in regular cycles. If we can identify the maximum value, minimum value, and period of the cycle, we can build a sinusoidal model.

Step 1: Find the Amplitude and Midline

Given the maximum and minimum values of the phenomenon:

$$a = \frac{\text{max} - \text{min}}{2}, \quad d = \frac{\text{max} + \text{min}}{2}$$

Step 2: Find $b$ from the Period

If the phenomenon repeats every $P$ units of time (or angle), then:

$$b = \frac{2\pi}{P}$$

Step 3: Determine the Phase Shift

The phase shift $c$ depends on when the cycle "starts." If the model uses sine, the cycle normally starts at the midline going up. If it starts at a maximum, cosine might be more natural. You can always convert between sine and cosine using phase shifts.

Tides in action. In many coastal locations, tides follow a roughly sinusoidal pattern with a period of about 12.4 hours (semidiurnal tide). The amplitude varies with the lunar cycle — during spring tides, the amplitude is largest; during neap tides, it is smallest. Trigonometric models help harbour masters schedule ship arrivals and fishermen plan their trips.

🧮 Worked Examples

Worked Example 1 — Tide Height Model

Stepwise
The tide height at a harbour varies between a low of 1.2 m and a high of 3.6 m, with a period of 12 hours. Write a model for the tide height $h$ (in metres) $t$ hours after low tide, using a sine function.
  1. 1
    Find amplitude and midline
    a = \frac{3.6 - 1.2}{2} = 1.2, \quad d = \frac{3.6 + 1.2}{2} = 2.4
  2. 2
    Find $b$ from the period
    b = \frac{2\pi}{12} = \frac{\pi}{6}
  3. 3
    Determine phase shift
    Low tide occurs at $t = 0$, which is the minimum of the sine wave. The standard sine wave has a minimum at $t = \frac{3\pi}{b} = \frac{3}{2} \cdot \frac{6}{\pi} = \dots$ Wait, it's easier to use a negative sine: $h = -a\sin(bt) + d$ or shift by $\frac{3}{4}$ of the period. Alternatively, use a phase shift of $c = -3$ (shift left 3 hours) with sine, or simply write: $h = 2.4 - 1.2\sin\left(\frac{\pi}{6}t\right)$.
✓ Answer $h = 2.4 - 1.2\sin\left(\frac{\pi}{6}t\right)$ or $h = 2.4 + 1.2\sin\left(\frac{\pi}{6}(t - 9)\right)$

Worked Example 2 — Temperature Model

Stepwise
The average monthly temperature in a city varies from a minimum of $8^\circ$C in July to a maximum of $24^\circ$C in January. The cycle repeats annually. Model the temperature $T$ as a function of time $t$ in months, with $t = 0$ representing January, using a cosine function.
  1. 1
    Find amplitude and midline
    a = \frac{24 - 8}{2} = 8, \quad d = \frac{24 + 8}{2} = 16
  2. 2
    Find $b$
    b = \frac{2\pi}{12} = \frac{\pi}{6}
  3. 3
    Choose the function and phase
    January ($t = 0$) is the maximum, so cosine is perfect with no phase shift: $T = 8\cos\left(\frac{\pi}{6}t\right) + 16$.
✓ Answer $T = 8\cos\left(\frac{\pi}{6}t\right) + 16$

Worked Example 3 — Using the Model to Predict

Stepwise
Using the temperature model $T = 8\cos\left(\frac{\pi}{6}t\right) + 16$, find the temperature in April ($t = 3$).
  1. 1
    Substitute $t = 3$
    T = 8\cos\left(\frac{\pi}{6} \times 3\right) + 16 = 8\cos\left(\frac{\pi}{2}\right) + 16
  2. 2
    Evaluate
    \cos\left(\frac{\pi}{2}\right) = 0 \Rightarrow T = 0 + 16 = 16
✓ Answer $16^\circ$C
⚠️

Common Mistakes — Don't Lose Easy Marks

Using $a = \text{max} - \text{min}$ instead of $\frac{\text{max} - \text{min}}{2}$
The amplitude is half the distance between the maximum and minimum, not the full distance.
✓ Fix: Amplitude = $\frac{\text{max} - \text{min}}{2}$.
Forgetting to convert the period to $b$ correctly
Students sometimes use $b = P$ or $b = \frac{P}{2\pi}$ instead of $b = \frac{2\pi}{P}$.
✓ Fix: $b = \frac{2\pi}{P}$. The larger the period, the smaller $b$ is.
Not choosing the right starting function (sine vs cosine)
If the data starts at a maximum, cosine is usually easier. If it starts at the midline going up, sine is more natural. Using the wrong one leads to unnecessary phase shift complications.
✓ Fix: Match the function to the starting point of your data.

📓 Copy Into Your Books

📖 Amplitude

  • $a = \frac{\text{max} - \text{min}}{2}$

🔢 Midline

  • $d = \frac{\text{max} + \text{min}}{2}$

⚠️ Period to $b$

  • $b = \frac{2\pi}{P}$

💡 Sine or cosine?

  • Max at $t = 0$ $\Rightarrow$ cosine
  • Midline at $t = 0$ $\Rightarrow$ sine

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Build Models

Write the Equation

Write a trigonometric model for each scenario. Use sine or cosine as appropriate.

  1. 1 A ferris wheel has a minimum height of 5 m and a maximum height of 25 m. It completes one revolution every 4 minutes. Let $h$ be the height $t$ minutes after reaching the minimum height.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 The number of daylight hours in a town varies from a minimum of 9 hours in June to a maximum of 15 hours in December, repeating annually. Let $D$ be the number of daylight hours $t$ months after December.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 A pendulum swings so that its angle from the vertical varies from $-15^\circ$ to $+15^\circ$, completing one full swing every 2 seconds. Let $\theta$ be the angle $t$ seconds after passing through the vertical in the positive direction.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Predict

Use the Model

Use the models you created to answer the questions.

  1. 1 For the ferris wheel model, what is the height after 2 minutes?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 For the daylight model, how many daylight hours are there in June ($t = 6$)?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked about the tide heights of 1.2 m and 3.6 m.

The average tide height (midline) is $\frac{1.2 + 3.6}{2} = 2.4$ metres. The maximum deviation from this average (amplitude) is $\frac{3.6 - 1.2}{2} = 1.2$ metres. These two numbers, $a = 1.2$ and $d = 2.4$, are the keys to building the tide model.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 4

8. A population of rabbits varies sinusoidally between a minimum of 800 in March and a maximum of 2400 in September, repeating annually. Let $P$ be the population $t$ months after January. Write a model for $P$ in terms of $t$. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

9. The depth of water in a harbour is modelled by $D = 3\sin\left(\frac{\pi}{6}t\right) + 5$, where $D$ is in metres and $t$ is hours after midnight. (a) Find the maximum and minimum depths. (b) Find the depth at 9:00 am. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

10. A student claims that the tide model $h = 2 + \sin(30t)$ (where $h$ is in metres and $t$ is in hours) has a period of 12 hours. Verify this claim and find the maximum and minimum tide heights predicted by the model. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Build Models Model Answers

1. $a = 10$, $d = 15$, $b = \frac{\pi}{2}$. Minimum at $t = 0$, so $h = 15 - 10\sin\left(\frac{\pi}{2}t\right)$ or $h = 15 + 10\cos\left(\frac{\pi}{2}(t - 1)\right)$.

2. $a = 3$, $d = 12$, $b = \frac{\pi}{6}$. December ($t = 0$) is maximum, so $D = 3\cos\left(\frac{\pi}{6}t\right) + 12$.

3. $a = 15$, $d = 0$, $b = \pi$. Passes through vertical at $t = 0$ going positive, so $\theta = 15\sin(\pi t)$.

🎨 Activity 2 — Predict Model Answers

1. $h = 15 - 10\sin\left(\frac{\pi}{2} \times 2\right) = 15 - 10\sin(\pi) = 15$ m.

2. $D = 3\cos\left(\frac{\pi}{6} \times 6\right) + 12 = 3\cos(\pi) + 12 = 9$ hours.

❓ Multiple Choice

1. A — $a = \frac{20 - 8}{2} = 6$.

2. A — $d = \frac{20 + 8}{2} = 14$.

3. A — Period 12 months gives $b = \frac{\pi}{6}$.

4. A — $h = 10 + 4\sin\left(\frac{\pi}{6}t\right)$ has max 14 m, min 6 m.

5. A — $T = 5\cos\left(\frac{\pi}{6}t\right) + 15$; at $t = 3$, $T = 15^\circ$C.

📝 Short Answer Model Answers

Q8 (4 marks): $a = \frac{2400 - 800}{2} = 800$ [0.5], $d = \frac{2400 + 800}{2} = 1600$ [0.5]. Period = 12 months, so $b = \frac{\pi}{6}$ [1]. March ($t = 2$) is minimum; using cosine shifted: $P = 1600 - 800\cos\left(\frac{\pi}{6}(t - 2)\right)$ or equivalent [2].

Q9 (4 marks): (a) Max = $3 + 5 = 8$ m, Min = $-3 + 5 = 2$ m [2]. (b) At $t = 9$: $D = 3\sin\left(\frac{3\pi}{2}\right) + 5 = -3 + 5 = 2$ m [2].

Q10 (3 marks): Period = $\frac{2\pi}{30} = \frac{\pi}{15}$ hours $\approx 12.57$ min [1]. The student is incorrect; the period is $\frac{\pi}{15}$ hours, not 12 hours [1]. Max = $2 + 1 = 3$ m, Min = $2 - 1 = 1$ m [1].

Consolidation Game

Modelling with Trigonometric Functions

Mark lesson as complete

Tick when you've finished all activities and checked your answers.