Algebra 1 Core domainrangefunctions

Domain & Range

Every input allowed, every output produced.

Video by Khan Academy — “Domain and range of a function | Functions and their graphs | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea Domain is the x-values; range is the y-values.

Domain is the set of inputs a function accepts. Range is the set of outputs it produces.

From a list of pairs, just read them off. For {(1,4), (2,7), (5,7)}: domain {1, 2, 5}, range {4, 7}.

From a formula, the domain is everything except values that break the maths. Two things break it:

  • dividing by zero, so exclude any x making a denominator 0
  • square-rooting a negative, so require the inside to be ≥ 0

From a graph, scan left-to-right for domain and bottom-to-top for range.

Real contexts add their own limits. If x is a number of people, negative and fractional values are out regardless of what the formula allows.

Worked example

Find the domain of f(x) = √(x + 3)/(x − 1).

  1. Radical requires x + 3 ≥ 0, so x ≥ −3.
  2. Denominator requires x − 1 ≠ 0, so x ≠ 1.
  3. Intersect the two conditions.

Answer: [−3, 1) ∪ (1, ∞)

Common mistakes

  • Excluding only the denominator's zero and ignoring the radical.
  • Giving the range of a parabola as all reals.