DoAssignment.ca

A1.3 · Describe domain and range and apply contextual restrictions

Learn to describe domain and range and apply contextual restrictions through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Characteristics of Functions

MCR3U · Functions · Expectation A1.3

Every function you meet in this course takes input values and produces output values. Two simple questions help you understand any function: What inputs are allowed? What outputs can actually come out? The answers to those two questions are the domain and the range. Once you can read domain and range from an equation or a graph, you will also learn how to tighten them when the function models something real — because not every mathematically valid input makes sense in a real-world story. This lesson builds those skills step by step.

What you will learn

Prerequisite Bridge: Functions and Function Notation

Before Grade 11, you learned that a function is a special relationship in which each input produces exactly one output. The notation f(x)f(x) is shorthand for 'the output of function ff when the input is xx.' You do not need anything beyond this idea to start today's lesson.
Think of a function as a vending machine. You press a button (the input), and one specific item drops out (the output). The set of all buttons that actually work is like the domain. The set of all items the machine can deliver is like the range.

What Domain and Range Mean

The domain of a function is the complete set of input values (xx-values) for which the function is defined — meaning it actually produces a real-number output. The range is the complete set of output values (yy-values, or f(x)f(x)-values) that the function can produce when you use inputs from the domain.
When you look at a graph, the domain is everything the curve covers left to right along the horizontal axis, and the range is everything it covers up and down along the vertical axis. When you have an equation, you look for any xx-value that would cause a problem — for example, creating a zero in a denominator or a negative number under a square root — and you exclude those values from the domain.
We write domain and range using inequality notation or set notation. For example, 'all real numbers greater than or equal to zero' can be written as x≥0x \geq 0 or as \{x ∈ R\mathbb{R} \mid x ≥ 0\}. Both forms are acceptable in this course. The symbol R\mathbb{R} stands for the set of all real numbers.
{x∈R∣a≤x≤b}\{x ∈ \mathbb{R} \mid a ≤ x ≤ b\}

Finding Domain and Range from Equations and Graphs

For a linear function such as f(x)=3x−5f(x) = 3x - 5, every real number can be substituted for xx and produces a real output. So the domain is all real numbers, written x ∈ R\mathbb{R}, and the range is also all real numbers, f(x) ∈ R\mathbb{R}.
For a quadratic function such as g(x)=x2−4g(x) = x^2 - 4, every real number is still a valid input, so the domain remains x ∈ R\mathbb{R}. The output, however, is always x2x^2 minus 44. Because x2≥0x^2 \geq 0 for all real xx, the smallest possible output is 0−4=−40 - 4 = -4, achieved when x=0x = 0. The parabola opens upward, so the range is g(x)≥−4g(x) \geq -4.
For a square-root function such as h(x)=x+3h(x) = \sqrt{x + 3}, the expression under the root must be non-negative for h(x)h(x) to be a real number. Setting x+3≥0x + 3 \geq 0 gives x≥−3x \geq -3. So the domain is \{x ∈ R\mathbb{R} \mid x ≥ -3\}. Since a square root always produces a non-negative result, the range is h(x)≥0h(x) \geq 0.
Reading a graph: find the leftmost and rightmost xx-values the curve reaches (or extends to) — that span is the domain. Find the lowest and highest yy-values — that span is the range. An open circle at an endpoint means that point is excluded; a closed circle means it is included; an arrow means the graph continues without bound.
x+3≥0  ⟹  x≥−3x + 3 ≥ 0 \implies x ≥ -3

Contextual Restrictions

An equation taken on its own lives in a purely mathematical world where any valid input is fair game. But when a function models a real situation, the story adds extra rules that the algebra alone cannot see. These are called contextual restrictions.
Consider a function that models the height, in metres, of a ball thrown upward. The mathematical formula might allow negative time values, but physically this is impossible. Time cannot be negative, and height below the ground is usually impossible once the ball has landed. You restrict the domain to t≥0t \geq 0 and to the interval before the ball hits the ground.
Consider a business model where C(n)=50n+200C(n) = 50n + 200 gives the cost, in CAD, of producing nn custom T-shirts. Mathematically, nn could be any real number. In context, you cannot produce a fraction of a shirt or a negative number of shirts, so the domain is limited to whole numbers: n ∈ \{0, 1, 2, 3, \dots\}.
Always ask three questions when applying a contextual restriction: (1) Can the input be negative? (2) Can the input be a non-integer (decimal)? (3) Is there a physical or logical maximum on the input?

Function Types Quick Reference

TypeDomainRange
Linearx in Ry in R
Quadratic (Up)x in Ry >= min
Quadratic (Down)x in Ry <= max
Square Rootx >= boundaryy >= 0

Worked example

Example 1 — Quadratic Function with a Contextual Restriction

A soccer ball is kicked from ground level. Its height in metres after tt seconds is H(t)=−5t2+20tH(t) = -5t^2 + 20t. State the mathematical domain and range, then apply contextual restrictions.
  1. Determine mathematical domain
    Quadratic functions are defined for all real numbers.
    t∈Rt ∈ \mathbb{R}
  2. Find vertex
    The vertex of a quadratic occurs at the time calculated by the formula −b/(2a)-b/(2a).
    t=−20/(2×−5)=2t = -20 / (2 × -5) = 2
  3. Determine mathematical range
    The maximum height is the function value at the vertex, H(2)=−5(4)+20(2)=20H(2) = -5(4) + 20(2) = 20.
    H(t)≤20H(t) ≤ 20
  4. Apply contextual domain
    Time starts at 00. The ball hits the ground when H(t)=0H(t) = 0, which occurs at t=4t = 4.
    0≤t≤40 ≤ t ≤ 4
  5. Determine contextual range
    Since the ball rises to 2020m and falls back to 00m, the height is restricted.
    0≤H(t)≤200 ≤ H(t) ≤ 20
Answer: Math: t ∈ R\mathbb{R}, H(t)≤20H(t) \leq 20. Contextual: 0≤t≤40 \leq t \leq 4, 0≤H(t)≤200 \leq H(t) \leq 20.
Check: At t=0,H=0t=0, H=0; at t=2,H=20t=2, H=20; at t=4,H=0t=4, H=0.

Worked example

Example 2 — Square-Root Function

A biologist models leaf width W(A)=2A−6W(A) = \sqrt{2A - 6} where AA is area. Sample areas are between 33 and 2323. Find mathematical and contextual domains.
  1. Find mathematical domain
    The radicand must be non-negative.
    2A−6≥02A - 6 ≥ 0
  2. Solve domain
    Solving the inequality shows the smallest possible area.
    A≥3A ≥ 3
  3. Define contextual domain
    The sample constraints add an upper bound to the mathematical domain.
    3≤A≤233 ≤ A ≤ 23
  4. Determine contextual range
    Evaluate the function at both domain endpoints.
    W(3)=0,W(23)=40W(3)=0, W(23)=\sqrt{40}
Answer: Math: A≥3A \geq 3, W≥0W \geq 0. Contextual: 3≤A≤233 \leq A \leq 23, 0≤W≤400 \leq W \leq \sqrt{40}.
Check: For A=3A=3, W=0W=0. For A=23A=23, W=40≈6.32W=\sqrt{40} \approx 6.32.

Common mistakes and how to avoid them

Using range for domain.
Correction: Always remember domain is horizontal (xx-axis) and range is vertical (yy-axis).
Ignoring context.
Correction: Always apply real-world constraints like non-negative time or quantity.

Lesson summary

Check your understanding

Question 1

What is the domain of f(x) = sqrt(x - 5)?
  1. x > 5
  2. x >= 5
  3. x <= 5
  4. x in R
Show answer and explanation
x >= 5
The expression inside the root must be >= 0.

Question 2

Which set notation is correct for x >= 0?
  1. {x in R | x >= 0}
  2. {x in R | x > 0}
  3. {x in R | x <= 0}
  4. {x in R | x = 0}
Show answer and explanation
{x in R | x >= 0}
Set notation identifies the variable, the set it belongs to, and the condition.

Key terms

Domain
The set of all possible input values for a function.
Range
The set of all possible output values for a function.

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation A1.3. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question