1.2 Domain and Range


2026 📋 Syllabus Objectives

By the end of these notes, you should be able to:

  • Find the domain and range of a function
  • Find the domain and range of inverse functions (f⁻¹)
  • Find the domain and range of composite functions (gf)
  • Understand when the domain of f needs to be restricted so that f⁻¹ and/or gf can exist
  • Apply the rules: Domain of gf ⊆ Domain of f and Range of gf ⊆ Range of g

What is a Function? (Quick Recap)

A function is a rule that takes an input value and produces exactly one output value.

Think of a function like a machine: you put a number in, and exactly one number comes out.

Functions are written in two ways:

  • f(x) = 2x + 1 — this tells you the rule
  • f : x ↦ 2x + 1 — this is read as "f maps x to 2x + 1"

For a mapping to be a function, every single input must lead to only one output. This is why:

  • One-one mappings ✅ are functions
  • Many-one mappings ✅ are functions
  • One-many mappings ❌ are NOT functions (one input gives two or more outputs)

🔑 Domain

The domain is the set of all allowed input values (the x-values you are allowed to put into the function).

Think of the domain as the "menu" of values you can choose from to put into the machine.

The domain is always stated as part of the function definition. For example:

f(x)=2x1,1x3f(x) = 2x - 1, \quad -1 \leq x \leq 3

Here, the domain is 1x3-1 \leq x \leq 3. This means x can be any value from −1 to 3, including both endpoints.

Common domain notation:

  • xRx \in \mathbb{R} means x can be any real number (any number on the number line)
  • x>0x > 0 means x must be greater than zero
  • 1x3-1 \leq x \leq 3 means x is between −1 and 3, inclusive
  • x2x \geq 2 means x can be 2 or greater

🔑 Range

The range is the set of all possible output values (the f(x) values that come out of the function for the given domain).

The range is also sometimes called the image set.

The range depends on:

  1. The rule of the function
  2. The domain (what x-values you are allowed to use)

How to find the range:

Step 1: Sketch the graph of the function over the given domain. Step 2: Look at the y-values (output values) that the graph reaches — the lowest point and the highest point. Step 3: Write the range using the same inequality notation as the domain.

Sign in to view full notes