1.1 Domain and Range
Every function is like a machine. You feed a number in (that's the input), the machine processes it, and a number comes out (the output). The domain is the set of all input values (x-values) that the machine will accept without breaking. The range is the set of all possible outputs (y-values) that can come out.
Domain = "What x-values am I allowed to use?" โ scan the graph left โ right Range = "What y-values can come out?" โ scan the graph up โ down Two things restrict the domain: square roots (you can't take the square root of a negative number) and division (you can't divide by zero).
f(x) = x Domain: all reals, Range: all reals f(x) = xยฒ Domain: all reals, Range: [0, โ) โ y is never negative f(x) = โx Domain: [0, โ), Range: [0, โ) โ x must be โฅ 0 f(x) = |x| Domain: all reals, Range: [0, โ) โ output is always โฅ 0 f(x) = 1/x Domain: x โ 0, Range: y โ 0 โ never equals 0
๐ Practice Workbook Problems
Ready to take the Chapter 1 Quiz?
6 timed problems ยท Detailed explanations for every answer.