Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Log in

Opening subject page...

Loading your content

  1. College Algebra
  2. Determine Domain and Range

COLLEGE ALGEBRA • FUNCTIONS & GRAPHS

Determine Domain and Range

Master the foundational skill of identifying all valid inputs and outputs for any algebraic function.

SECTION 1

Historical Context & Motivation

The concepts of domain and range are so fundamental to modern mathematics that it is easy to forget they required centuries of intellectual development. The ancient Greeks studied relationships between quantities — Euclid's geometric proportions, for instance — but they never formalized the idea of a function as a rule that maps inputs to outputs. It was not until the seventeenth century, when algebraic symbolism matured and the scientific revolution demanded precise mathematical models, that mathematicians began to think of functions as objects worthy of study in their own right. Understanding which values a function can accept and which values it can produce was a natural outgrowth of that shift, driven by the practical need to avoid nonsensical operations such as division by zero or the square root of a negative number in real-valued contexts.

1637
Descartes & Analytic Geometry
René Descartes published La Géométrie, introducing the Cartesian coordinate system and enabling algebraic curves to be studied as equations — a prerequisite for formalizing input-output relationships.
1718
Johann Bernoulli Defines 'Function'
Bernoulli proposed one of the earliest explicit definitions of a function as any expression composed of a variable and constants, laying the groundwork for distinguishing permissible inputs from forbidden ones.
1837
Dirichlet Broadens the Definition
Peter Gustav Lejeune Dirichlet introduced the modern concept of a function as an arbitrary correspondence between two sets, making the notions of domain and range indispensable to the definition itself.
1932
Bourbaki & Set-Theoretic Formalism
The Bourbaki group codified a function as a triple (f, A, B) where A is the domain and B is the codomain. The range, or image, was distinguished as the subset of B actually achieved — a distinction still central to modern algebra.

With functions now understood as mappings from one set to another, a fundamental question arose: For which inputs does a given rule produce well-defined, real outputs? Answering that question is exactly what it means to determine the domain and range — a skill that underpins every subsequent topic in calculus, linear algebra, and mathematical modeling.

SECTION 2

Core Principles & Definitions

Before diving into techniques, it is essential to establish precise definitions. In the context of real-valued functions of a real variable — the setting for college algebra — the domain of a function f is the set of all real numbers x for which f(x) is defined and yields a real number. The range (also called the image) is the set of all real numbers y such that y = f(x) for at least one x in the domain. These two sets fully characterize the "reach" of a function, both in terms of what it can receive and what it can produce.

1

Domain — The Set of Valid Inputs

Identify all real values of x for which the function rule produces a real output. Exclude values that cause division by zero, even roots of negatives, or logarithms of non-positives.
2

Range — The Set of Achievable Outputs

Determine every real value of y that the function actually attains. This requires analyzing the function's behavior — its extrema, asymptotes, and end behavior.
3

Interval Notation

Express domains and ranges using intervals: parentheses ( ) for open endpoints (excluded), brackets [ ] for closed endpoints (included). Unions (∪) combine disjoint intervals.
4

Algebraic Restrictions

Three primary algebraic restrictions in ℝ: denominators ≠ 0, radicands under even roots ≥ 0, and arguments of logarithms > 0. These are the first checkpoints when finding domain.
5

Graphical Interpretation

On a Cartesian graph, the domain is the shadow (projection) of the curve onto the x-axis, while the range is the shadow onto the y-axis. This visual test is powerful for piecewise or transcendental functions.
✦ KEY TAKEAWAY
Think of a function as a machine in a factory. The domain is the specification sheet listing every raw material the machine can accept without jamming. The range is the catalog of every finished product the machine can actually produce. A material not on the spec sheet will break the machine (undefined), and a product not in the catalog simply cannot be manufactured by that particular device.
SECTION 3

Visual Explanation — Domain & Range on the Coordinate Plane

The most intuitive way to grasp domain and range is to see them on a graph. Consider the function f(x) = √(x − 1) + 2. Because the square root requires its argument to be non-negative, we need x − 1 ≥ 0, which gives x ≥ 1. The smallest output occurs at x = 1, where f(1) = 2, and the function increases without bound as x grows. The diagram below shows the curve, the domain highlighted along the x-axis, and the range highlighted along the y-axis.

012345671234xy(1, 2)Domain: [1, ∞)Range: [2, ∞)f(x) = √(x − 1) + 2
The cyan band along the x-axis represents the domain [1, ∞), beginning at the closed point x = 1. The violet band along the y-axis represents the range [2, ∞), starting from the minimum value y = 2. The pink curve is the graph of f(x) = √(x − 1) + 2.

Notice how the closed dot at (1, 2) corresponds to the bracket "[" in the interval notation for both the domain and the range. If that point were excluded — as it would be for a function with a vertical asymptote or an open endpoint — you would use a parenthesis "(" instead. This graphical projection technique works for any function: imagine shining a flashlight from above onto the x-axis to see the domain, or from the right onto the y-axis to see the range.

SECTION 4

Mathematical Framework — Finding Domain Algebraically

Finding the domain of a function algebraically amounts to enforcing the rules of real-number arithmetic. For most functions encountered in college algebra, the process reduces to checking three potential restrictions — and excluding the offending values. The range, by contrast, often requires solving the equation y = f(x) for x and then determining which values of y permit a real solution.

Restriction 1 — Denominators Cannot Equal Zero

RATIONAL FUNCTION RESTRICTION
f(x) = P(x) / Q(x) → Domain: {x ∈ ℝ | Q(x) ≠ 0}
Set the denominator Q(x) equal to zero, solve for x, and exclude those values from ℝ. The resulting set is the domain.

Restriction 2 — Even Roots Require Non-negative Radicands

EVEN-ROOT RESTRICTION
f(x) = ²ⁿ√g(x) → Domain: {x ∈ ℝ | g(x) ≥ 0}
For square roots (n = 1), fourth roots (n = 2), etc., solve the inequality g(x) ≥ 0. Odd roots (cube root, fifth root) impose no restriction because odd roots of negative numbers are real.

Restriction 3 — Logarithmic Arguments Must Be Positive

LOGARITHM RESTRICTION
f(x) = log_b(h(x)) → Domain: {x ∈ ℝ | h(x) > 0}
The base b must be positive and not equal to 1. The argument h(x) must be strictly positive — zero is excluded because log(0) is undefined.

Finding Range by Inverting the Function

RANGE VIA INVERSION
y = f(x) → Solve for x = f⁻¹(y) → Range of f = Domain of f⁻¹
Write y = f(x), then algebraically isolate x. The set of y-values for which you obtain at least one real x-value in the original domain is the range. This technique is especially powerful for rational and radical functions.
⚠️ Combining Restrictions
When a function involves multiple restricted operations — for example, f(x) = √(x − 2) / (x − 5) — you must satisfy all restrictions simultaneously. Take the intersection of the individual domains: here, x ≥ 2 from the radical and x ≠ 5 from the denominator, giving [2, 5) ∪ (5, ∞).
SECTION 5

Domain & Range by Function Type

Rather than deriving domain and range from scratch every time, experienced algebraists recognize common function families and their characteristic domains and ranges. The table below summarizes the most important cases you will encounter in college algebra, and the diagram that follows illustrates several of these families on a single coordinate plane for quick comparison.

Domain and Range Summary for Common Function Families
Function FamilyGeneral FormDomainRange
Polynomialaₙxⁿ + … + a₁x + a₀(−∞, ∞)(−∞, ∞) for odd degree; depends on leading coeff. & vertex for even degree
RationalP(x) / Q(x)All ℝ except zeros of Q(x)All ℝ except value(s) of horizontal asymptote (verify case by case)
Square Root√(g(x)){x | g(x) ≥ 0}[0, ∞) for principal root
Absolute Value|ax + b| + c(−∞, ∞)[c, ∞) if a ≠ 0
Exponentiala · bˣ + c(−∞, ∞)(c, ∞) if a > 0; (−∞, c) if a < 0
Logarithmica · log_b(x − h) + k(h, ∞)(−∞, ∞)
Comparing Domain & Range Across Function Familiesxy−4−3−2−112345123−1−2−3y = −0.04x⁴ + x²y = √xy = 1/xy = |x| − 1Polynomial: D = (−∞,∞)√x: D = [0,∞), R = [0,∞)1/x: D = ℝ\{0}, R = ℝ\{0}|x|−1: D = (−∞,∞), R = [−1,∞)
Four function families plotted on a single coordinate plane. The cyan polynomial spans all x-values; the green square-root curve starts at the origin; the pink rational function has a gap at x = 0; and the amber absolute-value function has its vertex at (0, −1), illustrating a minimum-range value.

The diagram reinforces a key visual heuristic: if a curve extends infinitely to the left and right, its domain is all reals. If it has a lowest or highest point with no further extent in one direction along the y-axis, the range is bounded on that side. Gaps, holes, and asymptotes manifest as missing pieces in the horizontal or vertical projections, translating directly into exclusions in the interval notation.

SECTION 6

Worked Example — A Rational Function with a Radical

Let us determine the domain and range of the function f(x) = (x + 3) / √(4 − x²). This example combines a radical restriction with a denominator restriction, providing a clear illustration of how multiple constraints interact.

Find Domain and Range of f(x) = (x + 3) / √(4 − x²)

Step 1 — Identify Restricted Operations

The function contains a square root in the denominator, which imposes two simultaneous constraints. First, the radicand 4 − x² must be non-negative (because we have an even root). Second, the denominator √(4 − x²) must not equal zero (because division by zero is undefined). Combining these, we need 4 − x² > 0 — strictly greater than zero.

Step 2 — Solve the Inequality for Domain

Solve 4 − x² > 0. Rearranging gives x² < 4, which factors as (2 − x)(2 + x) > 0. Using a sign chart or recognizing this as the interior of the interval between the roots x = −2 and x = 2, we obtain −2 < x < 2.
Domain: (−2, 2)

Step 3 — Determine Range by Analyzing Behavior

To find the range, we analyze the function's behavior on the open interval (−2, 2). As x → −2⁺, the numerator approaches −2 + 3 = 1 and the denominator √(4 − 4) → 0⁺, so f(x) → +∞. As x → 2⁻, the numerator approaches 2 + 3 = 5 and the denominator again approaches 0⁺, so f(x) → +∞. At x = 0, f(0) = 3/√4 = 3/2. We need to check whether the function attains a minimum.

Step 4 — Find the Critical Point (Minimum Value)

Set y = (x + 3)/√(4 − x²). To find critical values, we can use calculus or, alternatively, set y = (x + 3)/√(4 − x²) and square both sides: y²(4 − x²) = (x + 3)², which gives 4y² − y²x² = x² + 6x + 9. Rearranging: x²(1 + y²) + 6x + (9 − 4y²) = 0. For real x in (−2, 2), the discriminant must be non-negative: 36 − 4(1 + y²)(9 − 4y²) ≥ 0. Expanding: 36 − 4(9 − 4y² + 9y² − 4y⁴) ≥ 0, which simplifies to 36 − 36 + 16y² − 36y² + 16y⁴ ≥ 0, i.e., 16y⁴ − 20y² ≥ 0, so 4y²(4y² − 5) ≥ 0. Since y² ≥ 0 always, we need 4y² − 5 ≥ 0 (excluding y = 0 since the numerator x + 3 can equal zero only at x = −3, which is outside the domain). Thus y² ≥ 5/4, giving y ≥ √5/2 (since we can verify f is positive on the domain).
Range: [√5/2, ∞)

Step 5 — Verify the Minimum

The minimum value y = √5/2 ≈ 1.118 is attained when the discriminant equals zero. Substituting back into x²(1 + 5/4) + 6x + (9 − 5) = 0 gives (9/4)x² + 6x + 4 = 0, i.e., 9x² + 24x + 16 = 0, which factors as (3x + 4)² = 0, giving x = −4/3. Since −4/3 ∈ (−2, 2), the minimum is indeed attained, confirming the bracket in our range notation.
f(−4/3) = (−4/3 + 3)/√(4 − 16/9) = (5/3)/√(20/9) = (5/3)/(2√5/3) = 5/(2√5) = √5/2 ✓
SECTION 7

Algebraic vs. Graphical Methods — Strengths & Limitations

Two primary strategies exist for determining domain and range: the algebraic approach demonstrated in the previous sections, and the graphical approach relying on visual inspection of a function's plot. Each method has its strengths, and a well-rounded algebra student should be comfortable with both, choosing whichever is more efficient for a given problem.

Comparison of Algebraic and Graphical Approaches
CriterionAlgebraic MethodGraphical Method
PrecisionExact; yields closed-form interval notation with verified endpointsApproximate unless you identify key features analytically first
Speed for simple functionsFast — often a single inequality or factoring stepFast if you can quickly sketch or use a graphing utility
Complex / piecewise functionsCan become cumbersome with many casesExcels — a graph reveals behavior across all intervals at once
Finding rangeRequires solving y = f(x) for x, which may be algebraically difficultDirectly visible as the vertical extent of the curve
Risk of errorMissed restrictions (e.g., forgetting a denominator factor)Misreading scale, overlooking holes, or trusting inaccurate sketches
Best practiceUse as the primary rigorous method for exact answersUse to confirm algebraic results or gain intuition before algebraic work
✦ KEY TAKEAWAY
Think of the algebraic method as reading the blueprint of a building and the graphical method as walking through the building itself. The blueprint (algebra) gives precise measurements and catches structural issues, while the walkthrough (graph) gives you an immediate, holistic sense of the space. The best engineers use both — and the best algebra students should, too.
SECTION 8

Connection to Advanced Theory — Calculus and Beyond

Determining domain and range is not merely an algebraic exercise; it is the gateway to deeper ideas in analysis, topology, and applied mathematics. In calculus, the domain determines the intervals over which you compute derivatives and integrals — attempting to differentiate a function outside its domain produces meaningless results. The Extreme Value Theorem, for instance, guarantees that a continuous function on a closed, bounded domain [a, b] attains an absolute maximum and minimum — a result that collapses if the domain is open or unbounded. Similarly, in linear algebra and abstract algebra, the concept of domain generalizes to the domain of a linear transformation (the vector space on which the transformation acts), while the range becomes the column space or image of the transformation.

From College Algebra to Advanced Mathematics
Concept in College AlgebraGeneralization in Advanced Courses
Domain ⊂ ℝDomain can be ℝⁿ, a vector space, a metric space, or a topological space
Range ⊂ ℝImage of a linear map (column space), image of a continuous map between spaces
Excluded values (e.g., zeros of denominator)Singularities, poles, branch points in complex analysis
Interval notation for domain and rangeSet-builder notation, open/closed sets in topology
Graphical projection to find rangeSurjectivity analysis — is the codomain equal to the range?

Understanding domain and range in the algebraic setting thus provides a portable skill: the same logical framework — identify the operation, determine what inputs are permissible, characterize the achievable outputs — recurs in every branch of higher mathematics. Students who master this skill now will find that calculus, differential equations, and linear algebra feel far more intuitive, because they already know how to interrogate a function before attempting to analyze it.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Explain why the domain of f(x) = 1/(x² − 9) is not simply "all real numbers except 3." What additional value must be excluded, and why does the algebraic structure demand it?
PROBLEM 2 — BASIC CALCULATION
Find the domain of g(x) = √(2x − 6). Express your answer in interval notation.
PROBLEM 3 — INTERMEDIATE
Determine both the domain and range of h(x) = (x − 1)/(x² − 4). Identify any values excluded from the range and justify your answer.
PROBLEM 4 — APPLIED
A company models its profit (in thousands of dollars) by P(x) = 50 · ln(x − 200), where x is the number of units sold. Determine the domain and range in context, and explain what each tells the company about its operations.
PROBLEM 5 — CRITICAL THINKING
Let f(x) = (x² + 1)/(x² − 1). Prove algebraically that y = 1 is not in the range of f, even though the horizontal asymptote of f is y = 1. Then determine the complete range.
SUMMARY

Lesson Summary

Determining domain and range is a foundational skill in algebra that answers two essential questions: which inputs does a function accept, and which outputs can it produce? For real-valued functions, the domain is found by enforcing three algebraic restrictions — denominators cannot equal zero, radicands under even roots must be non-negative, and logarithmic arguments must be strictly positive. The range can be determined algebraically by inverting y = f(x) and finding which y-values yield real solutions, or graphically by projecting the curve onto the y-axis.

Recognizing common function families — polynomial, rational, radical, absolute value, exponential, and logarithmic — accelerates the process by providing known domain-range templates that require only parameter adjustments. Both algebraic precision and graphical intuition are essential: use algebra for exact, rigorous answers, and use graphs to build intuition and verify results. Mastering domain and range now prepares you for the Extreme Value Theorem in calculus, linear transformation theory in linear algebra, and the rigorous treatment of continuity in real analysis.

Varsity Tutors • College Algebra • Determine Domain and Range