Year 11 Maths Advanced Module 2 ⏱ ~35 min Lesson 9 of 15

Domains and Ranges of Trigonometric Functions

Not every angle can be plugged into every trig function. Tangent blows up at $90^\circ$, cosecant is undefined at $0^\circ$, and cosine never exceeds 1. In this lesson, you will systematically determine the domain and range of all six trigonometric functions — an essential foundation for graphing, solving equations, and working with inverse trig 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

The function $y = \sin x$ has a maximum value of 1 and a minimum value of $-1$. But $y = \tan x$ has no maximum or minimum — it extends to $+\infty$ and $-\infty$. Why do you think $\sin x$ is bounded while $\tan x$ is not? And why is $\tan x$ undefined at $90^\circ$?

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

Domains of primary trig functions
$y = \sin x$: Domain is all real $x$ $y = \cos x$: Domain is all real $x$ $y = \tan x$: Domain is all real $x$ except $x = \frac{\pi}{2} + n\pi$, $n \in \mathbb{Z}$
Ranges of primary trig functions
$y = \sin x$: $-1 \leq y \leq 1$ $y = \cos x$: $-1 \leq y \leq 1$ $y = \tan x$: all real $y$
Key insight: The range restrictions for sine and cosine come from the unit circle ($x^2 + y^2 = 1$), where $x$ and $y$ cannot exceed 1 in magnitude. The domain restriction for tangent comes from division by zero when $\cos x = 0$.
📖 Know

Key Facts

  • The domain and range of sine, cosine, and tangent
  • The domain and range of cosecant, secant, and cotangent
  • Why division by zero creates domain restrictions
💡 Understand

Concepts

  • How the unit circle determines the range of sine and cosine
  • Why tangent is unbounded while sine and cosine are bounded
  • How reciprocal functions swap domain and range features
✅ Can Do

Skills

  • State the domain and range of all six trig functions
  • Find values of $x$ where a trig function is undefined
  • Determine the domain of combinations of trig functions

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.
🌐

Domains and Ranges of Trigonometric Functions

Sine and Cosine

On the unit circle, $\sin \theta = y$ and $\cos \theta = x$. Since every point on the unit circle has $x^2 + y^2 = 1$, both $x$ and $y$ must lie between $-1$ and $1$ inclusive. The angle $\theta$ can be any real number — we can rotate infinitely many times around the circle.

FunctionDomainRange
$y = \sin x$All real $x$$-1 \leq y \leq 1$
$y = \cos x$All real $x$$-1 \leq y \leq 1$

Tangent

$\tan x = \frac{\sin x}{\cos x}$. This is undefined whenever $\cos x = 0$, which occurs at $x = \frac{\pi}{2} + n\pi$ for any integer $n$. As $x$ approaches these values, $\tan x$ approaches $+\infty$ or $-\infty$. Therefore:

Reciprocal Functions

The domain restrictions of the reciprocal functions come from where their denominators are zero. Their ranges are determined by the fact that $\sin x$ and $\cos x$ are bounded between $-1$ and $1$.

FunctionDomainRange
$y = \csc x = \frac{1}{\sin x}$All real $x$ except $x = n\pi$, $n \in \mathbb{Z}$$y \leq -1$ or $y \geq 1$
$y = \sec x = \frac{1}{\cos x}$All real $x$ except $x = \frac{\pi}{2} + n\pi$, $n \in \mathbb{Z}$$y \leq -1$ or $y \geq 1$
$y = \cot x = \frac{\cos x}{\sin x}$All real $x$ except $x = n\pi$, $n \in \mathbb{Z}$All real $y$
Why this matters for physics. In alternating current (AC) circuits, voltage and current are modelled by sine and cosine functions. Because these are bounded, engineers can safely design components with known maximum stress limits. But in resonance problems, the tangent function (or cotangent) can appear in impedance formulas, and its asymptotes correspond to frequencies where the circuit behaviour changes dramatically.

🧮 Worked Examples

Worked Example 1 — Finding Where Tangent is Undefined

Stepwise
Find all values of $x$ in $[0, 2\pi]$ where $\tan x$ is undefined.
  1. 1
    Recall the restriction
    \tan x = \frac{\sin x}{\cos x} \text{ is undefined when } \cos x = 0
  2. 2
    Solve $\cos x = 0$ in $[0, 2\pi]$
    x = \frac{\pi}{2}, \frac{3\pi}{2}
✓ Answer $x = \frac{\pi}{2}, \frac{3\pi}{2}$

Worked Example 2 — Domain of a Combined Function

Stepwise
State the domain of $f(x) = \frac{\sin x}{1 + \cos x}$.
  1. 1
    Find where the denominator is zero
    1 + \cos x = 0 \Rightarrow \cos x = -1
  2. 2
    Solve for $x$
    x = \pi + 2n\pi, \quad n \in \mathbb{Z}
  3. 3
    State the domain
    All real $x$ except $x = \pi + 2n\pi$.
✓ Answer Domain: $\{x \in \mathbb{R} : x \neq \pi + 2n\pi, \, n \in \mathbb{Z}\}$

Worked Example 3 — Range of a Modified Function

Stepwise
Find the range of $y = 3\sin x + 1$.
  1. 1
    Start with the range of $\sin x$
    -1 \leq \sin x \leq 1
  2. 2
    Multiply by 3
    -3 \leq 3\sin x \leq 3
  3. 3
    Add 1
    -2 \leq 3\sin x + 1 \leq 4
✓ Answer $-2 \leq y \leq 4$
⚠️

Common Mistakes — Don't Lose Easy Marks

Forgetting that the domain of tangent excludes $\frac{\pi}{2}, \frac{3\pi}{2}, \dots$
Students sometimes say tangent is defined for all real numbers. It is not — it has vertical asymptotes where cosine is zero.
✓ Fix: Always remember $\tan x = \frac{\sin x}{\cos x}$ and $\cos x = 0$ at odd multiples of $\frac{\pi}{2}$.
Writing the range of cosecant as $-1 \leq y \leq 1$
Cosecant is the reciprocal of sine, so it can never take values between $-1$ and $1$. Its range is $y \leq -1$ or $y \geq 1$.
✓ Fix: For reciprocal trig functions, the range excludes the interval $(-1, 1)$.
Not using general solutions with $n \in \mathbb{Z}$
When stating the domain, there are infinitely many excluded values. You must use $+ n\pi$ or $+ 2n\pi$ notation.
✓ Fix: Use $x \neq \frac{\pi}{2} + n\pi$, $n \in \mathbb{Z}$ rather than just listing a few values.

📓 Copy Into Your Books

📖 Sine & Cosine

  • Domain: all real $x$
  • Range: $-1 \leq y \leq 1$

🔢 Tangent

  • Domain: $x \neq \frac{\pi}{2} + n\pi$
  • Range: all real $y$

⚠️ Reciprocal functions

  • Csc: undefined at $x = n\pi$
  • Sec: undefined at $x = \frac{\pi}{2} + n\pi$
  • Cot: undefined at $x = n\pi$

💡 Key principle

  • Domain restrictions come from division by zero

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — State Domain and Range

Domains and Ranges

State the domain and range of each function.

  1. 1 $y = \cos x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = \sec x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $y = \cot x$

    Type your answer:

    Answer in your workbook.

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

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Find Undefined Values

Domain Restrictions

Find all values of $x$ in $[0, 2\pi]$ where each function is undefined.

  1. 1 $y = \tan x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $y = \csc x$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $y = \frac{1}{1 - \sin x}$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked: Why is $\sin x$ bounded while $\tan x$ is not? And why is $\tan x$ undefined at $90^\circ$?

$\sin x$ represents the $y$-coordinate on the unit circle, which can never be larger than 1 or smaller than $-1$. So sine is bounded. But $\tan x = \frac{\sin x}{\cos x}$ is a ratio. As $x$ approaches $90^\circ$, $\cos x$ approaches 0, making the ratio blow up to $+\infty$ or $-\infty$. At exactly $90^\circ$, $\cos x = 0$, so division by zero makes $\tan x$ undefined.

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) State the domain of $y = \tan 2x$. (b) Find all values of $x$ in $[0, \pi]$ where $\tan 2x$ is undefined. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
ApplyBand 4

9. Find the range of $y = 4 - 2\cos x$. Show your reasoning. 2 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

10. Explain why the range of $y = \sec x$ is $y \leq -1$ or $y \geq 1$. Your explanation should reference the range of $\cos x$. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — State Domain and Range Model Answers

1. Domain: all real $x$. Range: $-1 \leq y \leq 1$.

2. Domain: all real $x$ except $x = \frac{\pi}{2} + n\pi$. Range: $y \leq -1$ or $y \geq 1$.

3. Domain: all real $x$ except $x = n\pi$. Range: all real $y$.

4. Domain: all real $x$. Range: $-5 \leq y \leq -1$.

🎨 Activity 2 — Find Undefined Values Model Answers

1. $x = \frac{\pi}{2}, \frac{3\pi}{2}$

2. $x = 0, \pi, 2\pi$ (or $0, \pi$ within $[0, 2\pi]$)

3. $1 - \sin x = 0 \Rightarrow \sin x = 1 \Rightarrow x = \frac{\pi}{2}$

❓ Multiple Choice

1. A — Sine has domain all real $x$.

2. A — Tangent undefined when $\cos x = 0$, at odd multiples of $\frac{\pi}{2}$.

3. A — Cosecant range is $y \leq -1$ or $y \geq 1$.

4. A — $\sec x$ undefined where $\cos x = 0$.

5. A — $2\sin x + 1$ has range $[-1, 3]$.

📝 Short Answer Model Answers

Q8 (3 marks): (a) $2x \neq \frac{\pi}{2} + n\pi \Rightarrow x \neq \frac{\pi}{4} + \frac{n\pi}{2}$ [1]. (b) In $[0, \pi]$: $x = \frac{\pi}{4}, \frac{3\pi}{4}$ [2].

Q9 (2 marks): $-1 \leq \cos x \leq 1$ [0.5]. Multiply by $-2$: $-2 \leq -2\cos x \leq 2$ [0.5]. Add 4: $2 \leq 4 - 2\cos x \leq 6$ [1]. Range: $[2, 6]$.

Q10 (3 marks): $\sec x = \frac{1}{\cos x}$ [1]. Since $-1 \leq \cos x \leq 1$ and $\cos x \neq 0$, the reciprocal $|\sec x| \geq 1$ [1]. When $\cos x$ is positive, $\sec x \geq 1$; when negative, $\sec x \leq -1$ [1].

Consolidation Game

Domains and Ranges of Trigonometric Functions

Mark lesson as complete

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