MATH 3 • MODELING & APPLICATIONS

Domain & Range in Models — I can interpret domain and range restrictions and explain their meaning in a model.

Discover why real-world models only make sense for certain inputs and outputs.

Historical Context & Motivation

Long before anyone wrote the words "domain" or "range," mathematicians grappled with a fundamental question: which numbers actually make sense to plug into a formula? Ancient Greek geometers like Euclid worked with lengths and areas, which were always positive — negative lengths simply didn't exist in their world. This was an early, informal restriction on allowable values. As centuries passed and mathematics grew more abstract, the need to formalize these restrictions became critical.

The modern concepts of domain and range evolved alongside the development of functions themselves. When scientists began using equations to model physical phenomena — the arc of a cannonball, the growth of a population, the decay of a radioactive isotope — they realized that the math only told part of the story. The context of the problem told the rest. A model for the height of a ball in the air doesn't apply before the ball is thrown or after it hits the ground, even though the equation itself could produce values for those times.

~300 BCE
Euclid's Geometric Constraints
Euclid worked with magnitudes (lengths, areas) that were inherently positive, implicitly restricting the "inputs" of geometric relationships.
1694
Leibniz Coins "Function"
Gottfried Wilhelm Leibniz first used the word "function" to describe a quantity related to a curve, beginning the formal study of input-output relationships.
1837
Dirichlet's Modern Definition
Peter Gustav Lejeune Dirichlet defined a function as a rule assigning each input exactly one output, making domain (the set of valid inputs) a central concept.
1900s–Present
Modeling Era
Scientists and engineers routinely restrict domain and range based on real-world context — time can't be negative, populations must be whole numbers, and temperatures have physical limits.

Today, whenever you encounter a mathematical model — whether it describes the profit of a business, the trajectory of a rocket, or the spread of a disease — the first questions you should ask are: What inputs make sense? and What outputs are realistic? Those questions are exactly what domain and range restrictions answer.

Core Principles & Definitions

Before diving into models, let's lock down the vocabulary. Every function has an input side and an output side, and understanding the limits on each side is the key to interpreting any model correctly.

1

Domain

The domain is the set of all allowable input values (usually x-values) for a function. In a model, the domain is limited by what makes sense in context.
2

Range

The range is the set of all possible output values (usually y-values) the function can produce. The range depends on both the equation and the domain.
3

Mathematical Restrictions

Some restrictions come from the math itself: you can't divide by zero, you can't take the square root of a negative number (in reals), and logarithms require positive inputs.
4

Contextual Restrictions

In a model, extra restrictions come from the real-world scenario. Time might start at 0, lengths must be positive, and a store can't sell a negative number of items.
5

Interval Notation

We express domain and range using interval notation: brackets [ ] mean the endpoint is included, parentheses ( ) mean it is not. For example, [0, 10) means 0 ≤ x < 10.
KEY TAKEAWAY
Think of domain and range like the boundaries of a sports field. The equation is the game, but you can only play within the lines. A soccer ball that flies into the parking lot is technically moving — but it's out of bounds and doesn't count. Similarly, an equation might produce a value at x = −5, but if x represents time in seconds, that value is "out of bounds" and meaningless in context.

Visual Explanation — Domain & Range on a Graph

The best way to see domain and range restrictions is on a coordinate plane. Consider a model for the height of a ball thrown upward from a rooftop. The equation might be h(t) = −16t² + 48t + 64, where h is the height in feet and t is the time in seconds after the throw. The diagram below shows the full parabola alongside the portion that is meaningful in context.

The solid cyan curve shows the model's valid portion — from the moment the ball is thrown (t = 0) until it hits the ground (t = 4). The dashed violet curve represents the part of the parabola that exists mathematically but has no meaning in context. The domain is [0, 4] and the range is [0, 100].

Notice how the domain is shown along the horizontal axis: the ball exists in the air only between t = 0 and t = 4 seconds. The range is shown along the vertical axis: the ball's height goes from 0 feet (ground level) up to a maximum of 100 feet at the vertex. Even though the parabola's equation would happily give you a height value at t = 6, that time is past when the ball has already landed — the output would be negative, implying the ball is underground. Context eliminates those values.

Mathematical Framework

When you work with domain and range in models, you combine two layers of reasoning: the mathematical restrictions that come from the equation itself and the contextual restrictions that come from what the variables represent. The effective domain is the intersection of both.

GENERAL FUNCTION NOTATION
y = f(x)
x = independent variable (input); y or f(x) = dependent variable (output). The domain is the set of all valid x and the range is the set of all resulting y.
PROJECTILE HEIGHT MODEL
h(t) = −16t² + v₀t + h₀
t = time (seconds), v₀ = initial velocity (ft/s), h₀ = initial height (ft). Domain restriction: t ≥ 0 (time can't be negative) and h(t) ≥ 0 (the ball hasn't gone underground).
EXPONENTIAL GROWTH MODEL
P(t) = P₀ × (1 + r)ᵗ
P₀ = initial population, r = growth rate (decimal), t = time. Domain: t ≥ 0 (and often bounded by how long the model is valid). Range: P(t) > 0 (population can't be negative or zero).
LINEAR REVENUE MODEL
R(x) = p × x
p = price per unit, x = number of units sold. Domain: x ≥ 0 and x is a whole number (you can't sell half a car). Range: R(x) ≥ 0.
💡 Two-Layer Strategy
Always check domain and range in two steps. Step 1: Identify mathematical restrictions (division by zero, square roots of negatives, log of non-positives). Step 2: Identify contextual restrictions (negative time, negative distance, maximum capacity, etc.). The effective domain is the overlap of both.

Types of Domain & Range Restrictions

Not all restrictions look the same. The diagram below categorizes the most common types of domain and range restrictions you'll encounter in modeling problems, organized by whether they come from the mathematics or the real-world context.

This diagram organizes the two main categories of restrictions. Mathematical restrictions arise from the equation's structure, while contextual restrictions arise from what the variables represent in the real world. The effective domain is the intersection (overlap) of both.

Let's examine a quick example to see both layers in action. Suppose a company models its weekly profit with P(x) = −2x² + 120x − 400, where x is the number of units produced. Mathematically, this quadratic has no restrictions — you can plug in any real number. But contextually, x must be a non-negative integer (you can't produce −10 units), and there may be a capacity limit (say, the factory can produce at most 50 units per week). So the effective domain is x ∈ {0, 1, 2, …, 50}, and the range would be determined by evaluating P(x) at all integers in that domain.

Worked Example — Water Tank Model

A cylindrical water tank holds a maximum of 200 gallons. Water drains out through a valve, and the volume of water remaining is modeled by V(t) = 200 − 8t, where V is in gallons and t is in minutes. Find and interpret the domain and range of this model.

Finding Domain & Range for a Draining Tank
1
Step 1 — Check for Mathematical RestrictionsThe function V(t) = 200 − 8t is linear. There is no division, no square root, and no logarithm. Mathematically, any real number t could be substituted. So there are no mathematical restrictions on the domain.
Mathematical domain: all real numbers (−∞, ∞)
2
Step 2 — Identify the Contextual Lower BoundThe variable t represents time in minutes. Time starts when the valve is opened, so t cannot be negative.
Lower bound: t ≥ 0
3
Step 3 — Identify the Contextual Upper BoundThe tank can't have a negative volume of water. Set V(t) ≥ 0 and solve: 200 − 8t ≥ 0 → 200 ≥ 8t → t ≤ 25. The tank is empty at t = 25 minutes, so the model stops making sense after that.
Upper bound: t ≤ 25
4
Step 4 — State the Effective DomainCombining the lower and upper bounds, the domain is the set of all t values such that 0 ≤ t ≤ 25. In interval notation, this is [0, 25].
Domain: [0, 25] — time runs from 0 to 25 minutes
5
Step 5 — Determine the RangeEvaluate V at the endpoints of the domain. At t = 0: V(0) = 200 − 8(0) = 200 gallons. At t = 25: V(25) = 200 − 8(25) = 0 gallons. Since V(t) is a decreasing linear function on this interval, V goes from 200 down to 0. The range is [0, 200].
Range: [0, 200] — volume goes from 200 gallons (full) down to 0 gallons (empty)
6
Step 6 — Interpret in ContextThe domain tells us the model is valid for the first 25 minutes after the valve opens. The range tells us the water level starts at a full 200 gallons and decreases steadily until the tank is empty. After t = 25, the model would predict negative volume, which is physically impossible — that's how you know the model's useful life has ended.

Strengths & Limitations of Restriction Types

Different types of models impose different restrictions, and it's useful to compare them side by side. The table below highlights how the nature of the model affects the domain and range, along with common pitfalls students encounter.

Comparison of domain and range restrictions across model types
Model TypeTypical Domain RestrictionsTypical Range RestrictionsCommon Pitfall
LinearOften bounded by context (time, quantity)Evaluate at endpoints of domain to find min/maxForgetting to restrict — a line goes on forever, but a real scenario doesn't
QuadraticBounded by zero-crossings and contextHas a max or min at the vertex; limited by contextGiving the full parabola's range instead of the model's range
Exponentialt ≥ 0; often capped by model's validity windowAlways positive; approaches 0 (decay) or grows without bound (growth)Assuming the model works forever — exponential growth always slows eventually
Square RootRadicand ≥ 0 plus contextOutput ≥ 0 (principal root)Forgetting the mathematical restriction and only using context
RationalDenominator ≠ 0 plus contextHorizontal asymptote may limit rangeIncluding the asymptote value in the range
KEY TAKEAWAY
Think of each model type like a different vehicle. A linear model is like a car on a straight highway — it keeps going unless you put up a roadblock (a contextual restriction). A quadratic model is like a ball thrown in the air — it naturally rises, peaks, and falls, so the road has a built-in start and end. An exponential model is like a rocket — it accelerates wildly, and the model eventually breaks down because real-world limits (fuel, population capacity) kick in. Always match your restriction strategy to your vehicle type.

Connection to Advanced Topics

The domain and range reasoning you're building now is a cornerstone of more advanced mathematics. When you move into calculus, precalculus, and statistics, these ideas evolve but never disappear. Below is a preview of how domain and range extend into future courses.

Domain & range now vs. in advanced courses
Concept Now (Math 3)How It Extends Later
Domain: set of valid inputs for a single functionIn calculus, domain determines where a function is differentiable or integrable — derivatives don't exist at domain boundaries or discontinuities.
Range: set of possible outputsThe range of a probability distribution must sum/integrate to 1 — a fundamental constraint in statistics.
Contextual restrictions narrow the domainIn optimization problems (calculus and linear programming), constraints define a feasible region — the domain of the objective function.
Interval notation [a, b]Definite integrals are computed on intervals [a, b], and the bounds carry contextual meaning (start time, end time, etc.).

Understanding domain and range in models also prepares you for piecewise functions, which you'll see more of in precalculus. A piecewise function uses different formulas on different parts of the domain — for instance, a tax bracket system charges one rate on the first $10,000 of income and a higher rate above that. Each "piece" has its own sub-domain, and the overall domain is the union of all the pieces. If you're comfortable restricting domains for single-rule models, extending to multiple pieces is a natural next step.

Practice Problems

Test your understanding with these five problems, which increase in complexity. For each one, think about both mathematical and contextual restrictions before checking the answer.

PROBLEM 1CONCEPTUAL
A model gives the number of daylight hours in a city as a function of the day of the year, D(t), where t is the day number (1 = January 1, 365 = December 31). Explain why the domain and range must both be restricted, even though D(t) is defined by a continuous sine function.
PROBLEM 2BASIC CALCULATION
A store's revenue is modeled by R(x) = 15x, where x is the number of items sold per day and the store has a maximum inventory of 80 items. State the domain and range in interval notation and explain what each means.
PROBLEM 3INTERMEDIATE
A ball is launched from the ground, and its height is modeled by h(t) = −16t² + 64t, where h is in feet and t is in seconds. Find the domain and range of this model. Then explain why h(5) = −80 is not in the range.
PROBLEM 4APPLIED
A biologist models a bacteria population with P(t) = 500 × 2^(t/3), where P is the number of bacteria and t is time in hours. The petri dish can hold at most 32,000 bacteria. Find the domain and range of this model and explain the significance of the upper domain bound.
PROBLEM 5CRITICAL THINKING
A company models its profit with P(x) = −3x² + 180x − 1500, where x is the price (in dollars) of its product. A manager says, "Our domain is [0, ∞) because prices are non-negative." A second manager says, "Our domain should be [10, 50] because that's where P(x) ≥ 0." Which manager is more correct, and what additional contextual factors might further restrict the domain? Explain your reasoning.

Lesson Summary

Every mathematical model has two layers of restriction. Mathematical restrictions come from the equation itself — you cannot divide by zero, take the square root of a negative number, or compute the logarithm of a non-positive value. Contextual restrictions come from the real-world scenario: time cannot be negative, populations must be non-negative, and physical quantities like length, volume, and capacity have natural bounds. The domain is the intersection of all input restrictions, and the range is determined by evaluating the function across the restricted domain.

To find domain and range in a model, follow a consistent strategy: (1) check for mathematical restrictions, (2) identify contextual limits on the input variable, (3) combine both to state the effective domain, (4) evaluate the function at critical points (endpoints, vertices, asymptotes) within the domain to determine the range, and (5) write a sentence explaining what the domain and range mean in the scenario. Using interval notation — with brackets [ ] for included endpoints and parentheses ( ) for excluded ones — communicates your answer precisely. Mastering this skill ensures that your models produce answers that are not just mathematically correct, but meaningful in the real world.

Varsity Tutors • Math 3 • Domain & Range in Models