Shadow Projector: Domain and Range
Shine a light straight down on a curve and its shadow on the x-axis is the domain; shine it sideways and the shadow on the y-axis is the range.
Casting a shadow on each axis
Picture a curve drawn in the air above a coordinate grid, lit from directly above. Its shadow falls straight down onto the x-axis, covering exactly the x-values where the curve exists. Now imagine a light shining sideways instead: the shadow falls onto the y-axis, covering exactly the heights the curve reaches.
Those two shadows have names. The shadow on the x-axis is the domain — every input the function is allowed to take. The shadow on the y-axis is the range — every output the function actually produces.
Reading domain and range from a graph
To read the domain, scan the graph from left to right and note every x-value the curve actually passes over. To read the range, scan from bottom to top and note every y-value the curve actually reaches. Gaps, endpoints, and arrows that continue forever all matter.
- A square root needs a non-negative number inside it, so we need x − 2 ≥ 0.
- Solving gives x ≥ 2 — that is the domain.
- A square root itself is never negative, and it grows without bound as x grows, so the outputs cover every value from 0 upward — that is the range.
- Division by zero is undefined, so the denominator x − 3 cannot equal 0.
- That means x cannot equal 3.
- Every other real number is a valid input.
Domain and range describe real situations
If f(t) gives a rocket's height t seconds after launch, the domain is every valid time (probably t ≥ 0, until it lands), and the range is every height it actually reaches (from ground level up to its peak). Reading domain and range is really reading the boundaries of a real situation.
Check your understanding
- Domain is the complete set of valid inputs (x-values); range is the complete set of outputs (y-values) the function produces.
- Picture domain as the graph's shadow on the x-axis, and range as its shadow on the y-axis.
- Common domain restrictions come from division by zero and square roots of negative numbers.
- Read domain left-to-right along the graph and range bottom-to-top.
- Domain and range describe the real boundaries of the situation a function models.