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

Graphs of Sine and Cosine

The graphs of $y = \sin x$ and $y = \cos x$ are among the most important in mathematics. They model everything from sound waves to planetary orbits. In this lesson, you will learn the key features of these graphs — amplitude, period, and intercepts — and discover how to transform them into more general sinusoidal functions.

〰️
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

You know that $\sin 0 = 0$, $\sin \frac{\pi}{2} = 1$, $\sin \pi = 0$, $\sin \frac{3\pi}{2} = -1$, and $\sin 2\pi = 0$. If you plot these points and join them with a smooth curve, what shape do you expect to get? And how do you think the graph of $y = \cos x$ will differ?

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

General sine and cosine functions
$y = a\sin(bx) + d$ $y = a\cos(bx) + d$
Key features
Amplitude: $|a|$ Period: $\frac{2\pi}{|b|}$ (radians) or $\frac{360^\circ}{|b|}$ (degrees) Vertical shift: $d$
Key insight: The amplitude controls the height of the wave, the period controls how stretched or compressed it is horizontally, and the vertical shift moves the entire graph up or down.
📖 Know

Key Facts

  • The shape and key features of $y = \sin x$ and $y = \cos x$
  • How to find amplitude, period, and vertical shift
  • The relationship between degrees and radians in graphing
💡 Understand

Concepts

  • Why sine and cosine are periodic with period $2\pi$
  • How the parameter $b$ affects horizontal stretching/compressing
  • Why the cosine graph is a horizontal translation of the sine graph
✅ Can Do

Skills

  • Sketch the graphs of $y = \sin x$ and $y = \cos x$
  • Sketch transformed sine and cosine graphs
  • Find amplitude, period, and range from an equation
  • Read key features from a graph

Misconceptions to Fix

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

Right: The square root of a sum is not the sum of square roots; √(a+b) cannot be simplified this way.

Key Terms
PeriodThe length of one complete cycle of a periodic function.
AmplitudeThe maximum displacement from the centre line of a periodic function.
Sine CurveThe graph of y = sin(x); oscillates between -1 and 1 with period 2π.
Cosine CurveThe graph of y = cos(x); oscillates between -1 and 1 with period 2π.
MaximumThe highest point on a graph in a given interval.
MinimumThe lowest point on a graph in a given interval.
〰️

Graphs of $y = \sin x$ and $y = \cos x$

$y = \sin x$

The graph of $y = \sin x$ is a smooth wave that:

Amplitude: $1$    Period: $2\pi$    Range: $[-1, 1]$

$y = \cos x$

The graph of $y = \cos x$ is the same wave shape, but shifted horizontally:

Amplitude: $1$    Period: $2\pi$    Range: $[-1, 1]$

The sine-cosine shift. The cosine graph is exactly the sine graph shifted $\frac{\pi}{2}$ units to the left. This is expressed algebraically as $\cos x = \sin\left(x + \frac{\pi}{2}\right)$. In signal processing, this phase difference is crucial — it determines whether a wave is "leading" or "lagging."
🔀

Transformations of Sine and Cosine

For functions of the form $y = a\sin(bx) + d$ and $y = a\cos(bx) + d$:

ParameterEffect
$a$Amplitude = $|a|$. If $a < 0$, the graph is reflected in the $x$-axis.
$b$Period = $\frac{2\pi}{|b|}$ (radians) or $\frac{360^\circ}{|b|}$ (degrees). If $|b| > 1$, the graph is compressed horizontally. If $0 < |b| < 1$, it is stretched.
$d$Vertical shift. The midline of the wave moves from $y = 0$ to $y = d$.

Finding the Range

The maximum value of $a\sin(bx) + d$ is $|a| + d$, and the minimum value is $-|a| + d$. Therefore:

$$\text{Range: } [d - |a|, \, d + |a|]$$

🧮 Worked Examples

Worked Example 1 — Sketching $y = 2\sin x$

Stepwise
Sketch one cycle of $y = 2\sin x$ for $0 \leq x \leq 2\pi$ and state its amplitude and range.
  1. 1
    Identify the transformation
    $a = 2$, $b = 1$, $d = 0$. The amplitude is doubled.
  2. 2
    Find key points
    $(0, 0)$, $\left(\frac{\pi}{2}, 2\right)$, $(\pi, 0)$, $\left(\frac{3\pi}{2}, -2\right)$, $(2\pi, 0)$
  3. 3
    Draw a smooth wave
    The period is still $2\pi$, but the wave now reaches $y = \pm 2$.
✓ Answer Amplitude = $2$, Range = $[-2, 2]$

Worked Example 2 — Finding Period and Amplitude

Stepwise
For $y = 3\cos(2x)$, find the amplitude, period (in radians), and range.
  1. 1
    Read off the parameters
    $a = 3$, $b = 2$, $d = 0$
  2. 2
    Calculate amplitude
    \text{Amplitude} = |3| = 3
  3. 3
    Calculate period
    \text{Period} = \frac{2\pi}{2} = \pi
  4. 4
    Find range
    [-3, 3]
✓ Answer Amplitude = $3$, Period = $\pi$, Range = $[-3, 3]$

Worked Example 3 — Graph with Vertical Shift

Stepwise
Sketch $y = \sin x + 1$ for $0 \leq x \leq 2\pi$ and state the range.
  1. 1
    Identify the shift
    $d = 1$. The entire sine graph is shifted up by 1 unit.
  2. 2
    Find new maximum and minimum
    Max = $1 + 1 = 2$ at $x = \frac{\pi}{2}$. Min = $-1 + 1 = 0$ at $x = \frac{3\pi}{2}$.
  3. 3
    Sketch the transformed graph
    The wave oscillates between $y = 0$ and $y = 2$ with period $2\pi$.
✓ Answer Range = $[0, 2]$
⚠️

Common Mistakes — Don't Lose Easy Marks

Thinking that $b = 2$ means the period is doubled
If $b = 2$, the graph is actually compressed, not stretched. The period is halved: $\frac{2\pi}{2} = \pi$.
✓ Fix: Period = $\frac{2\pi}{|b|}$. Larger $b$ means shorter period.
Writing the amplitude as $-3$ instead of $3$
Amplitude is always a positive quantity representing the distance from the midline to the peak. If $a = -3$, the amplitude is still $3$, but the graph is reflected.
✓ Fix: Amplitude = $|a|$, always positive.
Forgetting that the vertical shift affects the range
For $y = a\sin(bx) + d$, the range is $[d - |a|, d + |a|]$, not $[-|a|, |a|]$.
✓ Fix: Always add $d$ to both the minimum and maximum.

📓 Copy Into Your Books

📖 $y = \sin x$

  • Amplitude: 1, Period: $2\pi$
  • Passes through $(0, 0)$
  • Max at $\frac{\pi}{2}$, min at $\frac{3\pi}{2}$

🔢 $y = \cos x$

  • Amplitude: 1, Period: $2\pi$
  • Starts at $(0, 1)$
  • Min at $\pi$

⚠️ Transformations

  • $y = a\sin(bx) + d$
  • Amplitude = $|a|$, Period = $\frac{2\pi}{|b|}$
  • Range = $[d - |a|, d + |a|]$

💡 Phase relationship

  • $\cos x = \sin\left(x + \frac{\pi}{2}\right)$

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Sketch

Sketch the Graphs

In your workbook, sketch one complete cycle of each function and label the amplitude and period.

  1. 1 $y = \sin x$

    Type key features:

    Sketch in your workbook.

    Sketch in your workbook
  2. 2 $y = 2\cos x$

    Type key features:

    Sketch in your workbook.

    Sketch in your workbook
  3. 3 $y = \sin(2x)$

    Type key features:

    Sketch in your workbook.

    Sketch in your workbook
  4. 4 $y = \cos x + 2$

    Type key features:

    Sketch in your workbook.

    Sketch in your workbook
🎨 Activity 2 — Amplitude, Period, Range

Find the Features

State the amplitude, period (in radians), and range of each function.

  1. 1 $y = 4\sin x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = \cos(3x)$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $y = 2\sin x - 1$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked to predict the shape of the sine and cosine graphs.

The points $(0, 0)$, $\left(\frac{\pi}{2}, 1\right)$, $(\pi, 0)$, $\left(\frac{3\pi}{2}, -1\right)$, $(2\pi, 0)$ form a smooth wave — the sine curve. The cosine curve uses $(0, 1)$, $\left(\frac{\pi}{2}, 0\right)$, $(\pi, -1)$, $\left(\frac{3\pi}{2}, 0\right)$, $(2\pi, 1)$, giving the same wave shape shifted left by $\frac{\pi}{2}$.

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. Sketch $y = 3\cos(2x)$ for $0 \leq x \leq 2\pi$. Label the amplitude, period, and the coordinates of all maximum and minimum points. 4 MARKS

Describe your sketch below:

Sketch in your workbook.

✏️ Sketch in your workbook
ApplyBand 4

9. Find the exact period and range of $y = 2\sin\left(\frac{x}{2}\right) + 1$. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

10. Explain why the graph of $y = \cos x$ can be obtained from the graph of $y = \sin x$ by a horizontal translation. State the exact size and direction of this translation. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Sketch Model Answers

1. Standard sine wave: amplitude 1, period $2\pi$, passes through origin.

2. Amplitude 2, period $2\pi$, starts at $(0, 2)$.

3. Amplitude 1, period $\pi$, passes through $(0, 0)$, max at $\frac{\pi}{4}$.

4. Amplitude 1, period $2\pi$, shifted up 2, oscillates between $y = 1$ and $y = 3$.

🎨 Activity 2 — Find the Features Model Answers

1. Amplitude = 4, Period = $2\pi$, Range = $[-4, 4]$

2. Amplitude = 1, Period = $\frac{2\pi}{3}$, Range = $[-1, 1]$

3. Amplitude = 2, Period = $2\pi$, Range = $[-3, 1]$

❓ Multiple Choice

1. A — $y = \sin x$ has period $2\pi$.

2. A — Amplitude of $3\cos x$ is $3$.

3. A — Period of $\cos(2x)$ is $\pi$.

4. A — Range of $2\sin x + 1$ is $[-1, 3]$.

5. A — $\cos x = \sin\left(x + \frac{\pi}{2}\right)$.

📝 Short Answer Model Answers

Q8 (4 marks): Amplitude = 3 [0.5], Period = $\pi$ [0.5]. Max points at $(0, 3)$, $(\pi, 3)$, $(2\pi, 3)$ [1.5]. Min points at $\left(\frac{\pi}{2}, -3\right)$, $\left(\frac{3\pi}{2}, -3\right)$ [1.5].

Q9 (3 marks): Period = $\frac{2\pi}{\frac{1}{2}} = 4\pi$ [1]. Amplitude = 2 [0.5]. Range = $[1 - 2, 1 + 2] = [-1, 3]$ [1.5].

Q10 (3 marks): $\cos x = \sin\left(x + \frac{\pi}{2}\right)$ [1]. This means replacing $x$ with $x + \frac{\pi}{2}$ in $y = \sin x$ [1]. This corresponds to a horizontal translation of $\frac{\pi}{2}$ units to the left [1].

⚔️
Boss Battle

Boss Battle — Sine & Cosine Graphs!

Challenge the boss using your knowledge of graphing sine and cosine functions. Pool: lessons 1–10.

Mark lesson as complete

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