Fatskills
Practice. Master. Repeat.
Study Guide: K-12 Math (US): 9-12 Algebra K-12 Math Functions Domain and range
Source: https://www.fatskills.com/basic-mathematics/chapter/9-12-algebra-k-12-math-functions-domain-and-range

K-12 Math (US): 9-12 Algebra K-12 Math Functions Domain and range

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

Study Guide: Functions — Domain and Range (Grade 9–12 Algebra)



1. The Driving Question

If you’re designing a video game where a character’s jump height depends on how long they hold the jump button, how do you figure out all possible jump heights and all possible button-hold times—and why can’t some combinations exist? What’s the hidden rule that decides which inputs (button holds) produce valid outputs (jump heights), and how do you describe those limits mathematically?


2. The Core Idea — Built, Not Listed

Imagine you’re running a lemonade stand where the price of a cup depends on the temperature outside. On a 70°F day, you charge $1.50; on a 90°F day, you charge $2.50. But what if someone asks for lemonade on a 120°F day? You’d say no—your stand can’t handle that heat, so that input (temperature) doesn’t produce a valid output (price). The domain is the set of all temperatures where your stand operates (say, 50°F to 100°F), and the range is all the possible prices you’d actually charge ($1.00 to $3.00, if you adjust in $0.50 increments).

Now, think of a function like a vending machine: you put in money (input), and it gives you a snack (output). But not every input works—you can’t put in $0.25 and get a $2 bag of chips, and you can’t put in $10 if the machine only accepts $1 bills. The domain is all the money amounts the machine accepts, and the range is all the snacks it can dispense. Some functions have restrictions (like the lemonade stand’s temperature limits), while others (like f(x) = x²) work for any real number input—but even then, the outputs (range) have their own rules (e.g., is never negative).

Key Vocabulary:
- Function: A rule that assigns exactly one output to each valid input.
Example: A GPS that gives one travel time for each starting address (not two different times for the same address).
College shift: In higher math, functions can map between abstract spaces (e.g., vectors, matrices), not just numbers.


  • Domain: The set of all possible inputs a function can accept.
    Example: A function f(x) = √(x – 3) has a domain of x ≥ 3 because you can’t take the square root of a negative number.
    College shift: Domains expand to include complex numbers, vectors, or even functions themselves (e.g., in calculus, the domain of f'(x) depends on where f(x) is differentiable).

  • Range: The set of all possible outputs a function can produce.
    Example: The range of f(x) = x² + 1 is y ≥ 1 because squaring any real number gives a result ≥ 0, and adding 1 shifts it up.
    College shift: In linear algebra, the range of a matrix transformation is called the "column space," and it’s a fundamental concept in solving systems of equations.

  • Restriction: A limit on the domain or range imposed by the function’s definition or real-world context.
    Example: A function modeling the height of a ball thrown upward has a domain restricted to the time the ball is in the air (e.g., 0 ≤ t ≤ 5 seconds) and a range from the ground to the peak height.


3. Assessment Translation

How This Appears on Assessments:
- SAT/ACT: Multiple-choice questions testing domain/range identification, often with graphs or equations. Distractors might include: - Confusing domain with range (e.g., selecting y ≥ 0 for the domain of f(x) = √x).
- Ignoring restrictions (e.g., forgetting x ≠ 0 for f(x) = 1/x).
- Misreading interval notation (e.g., mixing up (a, b) and [a, b]).
- AP Calculus: Free-response questions where you must justify domain/range in the context of a real-world scenario (e.g., "Explain why the domain of h(t) = -16t² + 32t is 0 ≤ t ≤ 2 for a ball’s height").
- Classroom Assessments: Short-answer or graph-based questions like: - "Find the domain and range of f(x) = (x + 2)/(x – 3). Write your answer in interval notation." - "A function models the profit P(x) of selling x tickets to a concert. If the venue holds 500 people, what is the domain of P(x)?"

What a Proficient Response Looks Like:
- Question: Find the domain and range of f(x) = √(5 – x). Proficient Response: - Domain: 5 – x ≥ 0x ≤ 5. In interval notation: (–∞, 5].
- Range: The square root function outputs values ≥ 0, so f(x) ≥ 0. Since 5 – x can be any non-negative number, the range is [0, ∞).
Why it’s proficient: Correctly solves the inequality, uses interval notation, and justifies the range by referencing the behavior of √.

What a Developing Response Looks Like:
- Domain: x ≤ 5 (missing interval notation).
- Range: y ≥ 0 (no explanation; might confuse with domain).
Why it loses credit: Lacks precision (interval notation) and doesn’t connect the range to the function’s behavior.


4. Mistake Taxonomy

Mistake 1: Ignoring Restrictions in Rational Functions
- Question: Find the domain of f(x) = (x + 1)/(x² – 4). - Common Wrong Response: All real numbers or (–∞, ∞).
- Why It Loses Credit: The denominator x² – 4 equals zero when x = 2 or x = –2, making the function undefined at those points. The student ignored the restriction.
- Correct Approach: 1. Set the denominator ≠ 0: x² – 4 ≠ 0x ≠ 2, –2.
2. Write the domain in interval notation: (–∞, –2) ∪ (–2, 2) ∪ (2, ∞).

Mistake 2: Misidentifying Range from a Graph
- Question: The graph of f(x) is a parabola opening upward with vertex at (3, –2). What is the range? - Common Wrong Response: y ≥ 3 or y ≥ –2 for x ≥ 3.
- Why It Loses Credit: The student confused the vertex’s x-coordinate with the y-coordinate or misapplied the range rule for parabolas.
- Correct Approach: 1. For a parabola opening upward, the range starts at the vertex’s y-value and goes to infinity.
2. Here, the vertex is at y = –2, so the range is y ≥ –2 or [–2, ∞).

Mistake 3: Overlooking Contextual Restrictions
- Question: A function h(t) = –5t² + 20t models the height (in feet) of a ball t seconds after being thrown. What is the domain? - Common Wrong Response: All real numbers or t ≥ 0.
- Why It Loses Credit: The student didn’t consider the real-world context—the ball can’t have negative height, so h(t) ≥ 0.
- Correct Approach: 1. Solve –5t² + 20t ≥ 0t(4 – t) ≥ 0.
2. The solution is 0 ≤ t ≤ 4 (the ball is in the air for 4 seconds).
3. The domain is [0, 4].


5. Connection Layer

  • Within Math: Domain/rangeInverse functions — If a function’s domain and range are swapped, the inverse function "undoes" the original. For example, f(x) = 2x (domain/range: all real numbers) has an inverse f⁻¹(x) = x/2 with the same domain/range.
  • Across Subjects: Domain/rangePhysics (projectile motion) — The domain of a height function h(t) is the time the object is in the air, and the range is the possible heights. This mirrors how physicists model real-world constraints.
  • Outside School: Domain/rangeVideo game hitboxes — In game design, a character’s attack range (e.g., a sword swing) has a domain (distance from the player) and range (damage dealt). If an enemy is outside the domain, the attack misses—just like a function being undefined.


6. The Stretch Question

If a function’s domain is all real numbers, does that mean its range must also be all real numbers? Why or why not? What’s an example of a function with a domain of all real numbers but a restricted range?

Pointer Toward the Answer: Not all functions with a domain of all real numbers have an unrestricted range. For example: - f(x) = x² has a domain of (–∞, ∞) but a range of [0, ∞) because squaring any real number yields a non-negative result.
- f(x) = sin(x) has a domain of all real numbers but a range of [–1, 1] because the sine function oscillates between –1 and 1.
The key is whether the function’s rule inherently limits its outputs, even if it accepts any input. Think about whether the function "compresses" or "expands" its inputs to produce outputs.



ADVERTISEMENT