Glossary

Domain

Also written: domains · input values

Definition

The domain of a function is every input it accepts. For f(x) = 2x + 1 the domain is all real numbers, but a fraction excludes any input making the denominator zero.

On a graph

The domain is how far the graph spreads left to right — which xx-values it occupies.

A line drawn with arrows on both ends has a domain of all real numbers. A line segment from (1,2)(1, 2) to (5,10)(5, 10) has domain 1x51 \le x \le 5, because the endpoints stop it.

What gets excluded, and why

Exclusions are forced by arithmetic, not chosen:

FunctionExcludedReason
f(x)=1x3f(x) = \tfrac{1}{x - 3}x=3x = 3denominator becomes zero
f(x)=x4f(x) = \sqrt{x - 4}x<4x < 4no real square root of a negative
f(x)=2x+1f(x) = 2x + 1nothingno denominator, no root

To find an exclusion, set the denominator to zero and solve, or set the expression under a root at or above zero and solve.

Restricting a domain on purpose

A real situation often narrows a domain further. A ticket-cost formula C(x)=9xC(x) = 9x accepts x=3x = -3 quite happily, but nobody buys 3-3 tickets. The sensible domain is the whole numbers.

The equation does not know what it describes. Restricting the domain is how you tell it — see domain and range.

Lessons that use this term

Related terms