ACCUPLACER ADVANCED ALGEBRA & FUNCTIONS • FUNCTIONS

Domain & Range — Determine domain and range in basic contexts

Master the foundational skill of identifying every valid input and output of a function.

Historical Context & Motivation

The concepts of domain and range are so fundamental to modern mathematics that it is easy to forget how long it took for mathematicians to formalize the very notion of a function. For centuries, mathematical relationships were described by geometric curves or verbal rules rather than by explicit input-output mappings with carefully specified sets of admissible values. The evolution from informal correspondence to rigorous function theory represents one of the great clarifying achievements in the history of analysis and algebra.

1694
Leibniz Coins 'Function'
Gottfried Wilhelm Leibniz first used the Latin word functio to describe quantities that depend on a variable, laying the linguistic foundation for modern function theory.
1748
Euler's Analytic Framework
Leonhard Euler published Introductio in analysin infinitorum, defining a function as any analytic expression involving a variable and constants—an early step toward specifying valid inputs.
1837
Dirichlet's Generalization
Peter Gustav Lejeune Dirichlet proposed that a function need only assign a unique output to every input in a given set, freeing the concept from algebraic formulas and opening the door to abstract domain-and-range analysis.
1914
Hausdorff's Set-Theoretic Definition
Felix Hausdorff formalized functions as sets of ordered pairs within the framework of set theory, making the domain the set of all first coordinates and the range the set of all second coordinates—the definition used in modern algebra courses.

On the ACCUPLACER Advanced Algebra and Functions test, you will encounter questions that ask you to determine the set of all permissible inputs (the domain) and the set of all resulting outputs (the range) for polynomial, rational, radical, and other elementary functions. Mastering this skill is not merely an exercise in algebraic bookkeeping; it builds the conceptual scaffolding needed for more advanced topics such as composition of functions, inverse functions, and graphical transformations.

Core Principles & Definitions

Before examining specific function families, it is essential to establish precise definitions. A function is a rule that assigns to each element of a set X exactly one element of a set Y. The set X is the domain, and the subset of Y that is actually 'hit' by the function constitutes its range. Every domain-and-range problem on the ACCUPLACER reduces to two guiding questions: What can I plug in? and What can come out?

1

Domain

The set of all real-number inputs x for which the function f(x) produces a defined, real-valued output. Restrictions arise from division by zero, even roots of negatives, and logarithms of non-positive numbers.
2

Range

The set of all real-number outputs y that the function actually attains as x varies over the entire domain. Also called the image of the function.
3

Interval Notation

Domains and ranges are expressed with parentheses for excluded endpoints and brackets for included ones: (a, b], [a, ∞), (−∞, ∞). This compact notation replaces lengthy verbal descriptions.
4

Common Restrictions

Denominators ≠ 0 (rational functions), radicands ≥ 0 (even-index radicals), and arguments > 0 (logarithms). Identifying these restrictions is the primary algebraic task in domain problems.
KEY TAKEAWAY
Think of a function as a vending machine. The domain is every coin denomination the machine will accept without jamming; the range is the set of all products it can actually dispense. Some coins get rejected (excluded from the domain), and not every shelf in the machine is necessarily stocked (the range may be smaller than the codomain).

Visual Explanation — Domain & Range on the Coordinate Plane

The most intuitive way to identify domain and range is by examining the graph of a function. The domain corresponds to the horizontal extent of the curve—its shadow on the x-axis—while the range corresponds to the vertical extent—its shadow on the y-axis. The diagram below illustrates this 'shadow' principle for the square-root function f(x) = √x.

The cyan-shaded strip along the x-axis represents the domain [0, ∞), while the violet-shaded strip along the y-axis represents the range [0, ∞). The pink dashed line shows that the input x = 4 maps to the output y = 2.

Notice that the curve begins at the origin and extends to the right without bound: there is no point on the graph with a negative x-coordinate, confirming that the domain is [0, ∞). Similarly, the curve rises from y = 0 upward without bound, so every non-negative y-value is achieved, and the range is also [0, ∞). On the ACCUPLACER, you may be given a graph and asked to read off these intervals directly, or you may need to determine them algebraically—both skills are tested.

Mathematical Framework — Finding Domain & Range Algebraically

While reading a graph is helpful, the ACCUPLACER frequently asks you to determine domain and range from an equation alone. The strategy is methodical: identify every algebraic operation that restricts the input, set up the corresponding inequality, and solve. The three most common restrictions at this level are summarized below.

RATIONAL FUNCTION RESTRICTION
f(x) = p(x) / q(x) ⟹ Domain: all x such that q(x) ≠ 0
Solve q(x) = 0 and exclude those x-values from the domain. For example, f(x) = 1/(x − 3) has domain (−∞, 3) ∪ (3, ∞).
EVEN-INDEX RADICAL RESTRICTION
f(x) = ⁿ√g(x) (n even) ⟹ Domain: all x such that g(x) ≥ 0
Even roots (square root, fourth root, etc.) require the radicand to be non-negative. Odd roots impose no restriction: ³√(−8) = −2 is perfectly real.
LOGARITHMIC RESTRICTION
f(x) = log_b(g(x)) ⟹ Domain: all x such that g(x) > 0
The argument of any logarithm must be strictly positive. Note the strict inequality: zero is excluded because log(0) is undefined.

Determining the Range Algebraically

Finding the range is typically more involved than finding the domain. A reliable algebraic technique is to set y = f(x), then solve for x in terms of y. The values of y for which a real solution for x exists constitute the range. For instance, consider f(x) = x² + 1. Setting y = x² + 1 and solving yields x = ±√(y − 1), which requires y − 1 ≥ 0, i.e., y ≥ 1. Therefore the range is [1, ∞). This 'inversion' approach works reliably for functions that are algebraically tractable, though graphing or calculus-based analysis may be needed for more complex cases.

💡 ACCUPLACER TIP
When a problem asks only for the domain, scan the expression for denominators, even-index radicals, and logarithms. If none of these appear (e.g., a polynomial), the domain is all real numbers: (−∞, ∞). This shortcut saves valuable time on the test.

Domain & Range by Function Family

Different families of functions have characteristic domain-and-range profiles. Memorizing these 'signatures' allows you to determine domain and range almost at a glance, which is a significant time advantage on a timed placement exam. The table below catalogs the most commonly tested function types and their standard domains and ranges.

Standard domain and range for common function families (h and k denote horizontal and vertical shifts).
Function FamilyGeneral FormDomainRange
Linearf(x) = mx + b(−∞, ∞)(−∞, ∞)
Quadraticf(x) = ax² + bx + c(−∞, ∞)If a > 0: [k, ∞); if a < 0: (−∞, k] where k is the vertex y-value
Square Rootf(x) = √(x − h) + k[h, ∞)[k, ∞)
Rational (simple)f(x) = 1/(x − h) + k(−∞, h) ∪ (h, ∞)(−∞, k) ∪ (k, ∞)
Absolute Valuef(x) = a|x − h| + k(−∞, ∞)If a > 0: [k, ∞); if a < 0: (−∞, k]
Exponentialf(x) = abˣ + k (a > 0, b > 0)(−∞, ∞)(k, ∞)
Four common function families with their characteristic graph shapes. The cyan labels show each domain, and the violet labels show each range. Note how the quadratic's range starts at its vertex and the rational function excludes both x = 0 and y = 0.

Observe the pattern: polynomials (linear, quadratic, cubic, etc.) always have domain (−∞, ∞), because there is no algebraic operation in a polynomial that can fail for a real input. The range, however, depends on the degree and leading coefficient. Square root and rational functions impose restrictions on both the domain and the range, which is why they are the most frequently tested types on the ACCUPLACER.

Worked Example — Domain & Range of a Rational-Radical Function

Let us work through a problem that combines two types of restrictions, representative of the level of complexity you may encounter on the ACCUPLACER.

Find the domain and range of f(x) = √(x + 4) / (x − 2)
1
Step 1 — Identify All RestrictionsThis function contains a square root and a fraction, so two restrictions apply simultaneously. First, the radicand must be non-negative: x + 4 ≥ 0. Second, the denominator must be nonzero: x − 2 ≠ 0.
2
Step 2 — Solve Each RestrictionFrom the radicand inequality: x ≥ −4. From the denominator restriction: x ≠ 2. We must satisfy both conditions at the same time.
3
Step 3 — Combine Restrictions Using IntersectionTaking the intersection of x ≥ −4 and x ≠ 2, we obtain the domain.
Domain: [−4, 2) ∪ (2, ∞)
4
Step 4 — Determine the RangeTo find the range, consider the behavior of f. At x = −4, f(−4) = √0 / (−4 − 2) = 0. As x approaches 2 from the left, the numerator approaches √6 while the denominator approaches 0⁻, so f → −∞. As x approaches 2 from the right, f → +∞. As x → ∞, the square root grows slower than the linear denominator, so f → 0⁺. A careful sign analysis confirms that every real number is attained except—upon verification—no value is excluded beyond the asymptotic behavior. The function achieves all real y-values.
Range: (−∞, ∞)
5
Step 5 — Verify with a Quick CheckSubstitute a few test values. f(0) = √4 / (0 − 2) = 2/(−2) = −1 ✓ (negative value attained). f(5) = √9 / 3 = 1 ✓ (positive value attained). f(−4) = 0/(−6) = 0 ✓ (zero attained). This is consistent with a range of all real numbers.
🎯 STRATEGY NOTE
When multiple restrictions are present, solve each one separately and then take the intersection. Think of each restriction as a filter: the domain is what remains after all filters have been applied.

Common Pitfalls & Test-Day Tips

Even well-prepared students lose points on domain-and-range questions due to a handful of recurring errors. Understanding these pitfalls before test day can save you from careless mistakes under time pressure.

Five high-frequency errors on domain-and-range questions and how to avoid them.
Common MistakeWhy It's WrongCorrect Approach
Using brackets at ±∞Infinity is not a number and cannot be attained. You can never 'reach' ∞.Always use parentheses: (−∞, 5], not [−∞, 5].
Forgetting the denominator restrictionSetting a denominator equal to zero and stopping before excluding those values from the answer.After solving q(x) = 0, write the domain as a union of intervals that skip those x-values.
Confusing domain and rangeReporting the set of valid inputs when the question asks for outputs, or vice versa.Re-read the question. Domain = x-values (inputs); Range = y-values (outputs).
Assuming the range of a quadratic is all realsA parabola opens upward or downward and has a vertex that bounds the range.Find the vertex y-value k. If a > 0, range is [k, ∞); if a < 0, range is (−∞, k].
Allowing negative radicands for odd rootsWait—this is actually correct! Odd-index roots can accept negative inputs.Only even-index radicals (square root, 4th root, etc.) require radicand ≥ 0. Cube roots have domain (−∞, ∞).
KEY TAKEAWAY
When determining domain on a timed test, operate like an engineer doing a safety inspection: systematically check each component (denominator, radicand, logarithmic argument) for failure conditions. If no potential failure point exists—as with any polynomial—the domain is automatically all real numbers, and you can move on immediately.

Connection to Advanced Topics

Understanding domain and range in basic contexts lays the groundwork for several advanced function topics that appear on the ACCUPLACER and in subsequent college mathematics courses. The table below summarizes how this foundational concept extends.

How basic domain-and-range skills connect to more advanced function analysis.
Basic ConceptAdvanced Extension
Domain of f(x)Domain of the composition f(g(x)): must satisfy domain restrictions of both g and f simultaneously.
Range of f(x)The range of f becomes the domain of f⁻¹ when finding inverse functions. If f has range [0, ∞), then f⁻¹ has domain [0, ∞).
Interval notation for domainSet-builder and inequality notation in piecewise functions, where different formulas apply on different sub-intervals of the domain.
Graphical reading of rangeIn calculus, the range is determined rigorously using the Extreme Value Theorem and limits, confirming the visual intuition from precalculus.

On the ACCUPLACER, a strong grasp of domain and range positions you to handle questions about function composition, inverse functions, and transformations with confidence. These topics build directly on the ability to determine which inputs are valid and which outputs are produced—skills you have practiced throughout this lesson.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the domain of every polynomial function is (−∞, ∞), regardless of its degree or coefficients.
PROBLEM 2BASIC CALCULATION
Find the domain of f(x) = √(3x − 12). Express your answer in interval notation.
PROBLEM 3INTERMEDIATE
Determine the domain and range of g(x) = (x + 1) / (x² − 9).
PROBLEM 4APPLIED
A physics experiment models the height of a projectile as h(t) = −16t² + 64t + 5, where t is time in seconds and h is height in feet. Determine the practical domain and range of h in the context of this problem.
PROBLEM 5CRITICAL THINKING
Let f(x) = √(6 − x) and g(x) = 1/(x − 1). Determine the domain of the composition (g ∘ f)(x) = g(f(x)).

Lesson Summary

The domain of a function is the set of all real inputs for which the function is defined, while the range is the set of all real outputs the function actually produces. To find the domain algebraically, check for three key restrictions: denominators equal to zero (rational functions), negative radicands under even-index radicals, and non-positive arguments of logarithms. When none of these restrictions are present—as with any polynomial—the domain is all real numbers.

To find the range, use graphical analysis (the "shadow on the y-axis") or the algebraic inversion technique: set y = f(x), solve for x, and determine which y-values yield real solutions. Memorize the domain-and-range signatures of common function families—linear, quadratic, square root, rational, absolute value, and exponential—to save time on the ACCUPLACER. Express all answers in interval notation, always using parentheses (never brackets) at ±∞, and use the union symbol ∪ to join disjoint intervals.

Varsity Tutors • ACCUPLACER Advanced Algebra & Functions • Domain & Range — Determine domain and range in basic contexts