input values, and the image is the set of output values. The range is a set that
contains every value in the image but may also contain some values that the function
does not actually assume. We can think of the range as the set of possible output
values of the function. For example, if a teacher who has 60 students in a class
enters exam grades in a column of a spreadsheet, then the grade recorded in the i
th
row is a function f of i. If the grades are integers between 0 and 100, then it is
convenient to take f0, 1, 2, 3, . . . , 100g to be the range of f and write f : f1, 2,
3, . . . , 60g- f0, 1, 2, 3, . . . , 100g. The image of f consists of the grades that were
actually attained by students. Because there are no more than 60 such grades, the
chosen range is certainly larger than the image. Yet we easily indi cated the range,
whereas we would have found it tiresome to write out all the values of the image.
Examples of Functions
of a Real Variable
The domains and ranges of the functions encountered in calculus are usually sets of
real numbers; in fact, these sets will often consist of one or more intervals in R.A
function with a domain that is a set of real numbers is a function of a real variable .
A function with a range that is a set of real numbers is a real-valued function. Often,
we use arrow notation, x / f (x) (the symbol/is read as “is mapped to”). If we
refer to a function f by giving a formula for f (x) without specifying the domain,
then the domain of f is understood to be the largest set of real values x for which
f (x) makes sense as a real number. If the range of a real-valued function f is not
explicitly specified, then we understand the range to be the entire real line R. The
theorems of calculus often enable us to determine the image of f.
⁄ EX
AMPLE 1 Let FðxÞ5
ffiffiffiffiffiffiffiffiffiffiffiffiffi
9 2 x
2
p
. What is the domain of F?
Solution For F(x)
to make sense as a real number, the inequality
9 2 x
2
$ 0
must be satisfied. Therefore x
2
# 9, or 23 # x # 3. In summary, the domain of F is
the interval [23, 3].
¥
Example 1 illustrates one of the most common considerations in determining
the domain of a function: The argument of an even root such as
ffip
or
ffi
4
p
must be
nonnegative. The example that follows illustrates another situation that must often
be considered: The de nominator of a fraction may not be zero.
⁄ EX
AMPLE 2 Let G(x) 5 x
2
1 2x 1 4 and H(x) 5 (x
3
2 8)/(x 2 2). Show that
G(x) 5 H(x) for every x 6¼2. Are G and H the same function?
Solution The
identity
x
3
2 8 5 ðx
2
1 2x 1 4Þðx 2 2Þð1:4:1Þ
is true for every x, as we can verify by expanding the right side and combining
terms. However, because division by 0 is not defined, we can divid e each side of
(1.4.1) by x 2 2 only when x 6¼2. Thus we have
HðxÞ5
x
3
2 8
x 2 2
5
ðx
2
1 2x 1 4Þðx 2 2Þ
ðx 2 2Þ
5 x
2
1 2x 1 4 5 GðxÞ for x 6¼ 2:
The domain D
G
of G is the largest set of real numbers for which the expression
x
2
1 2x 1 4 makes sense. Therefor e D
G
5 R. The domain D
H
of H is the largest set
1.4 Functions and Their Graphs 35