1
Emily’s page
I am testing this now. Hello! Lorem ipsum
Type your learning objectives here.
– Practice
– More practice
Functions
Given two sets A
and B,
a set with elements that are ordered pairs (x,y),
where x
is an element of A
and y
is an element of B,
is a relation from A
to B.
A relation from A
to B
defines a relationship between those two sets. A function is a special type of relation in which each element of the first set is related to exactly one element of the second set. The element of the first set is called the input; the element of the second set is called the output. Functions are used all the time in mathematics to describe relationships between two sets. For any function, when we know the input, the output is determined, so we say that the output is a function of the input. For example, the area of a square is determined by its side length, so we say that the area (the output) is a function of its side length (the input). The velocity of a ball thrown in the air can be described as a function of the amount of time the ball is in the air. The cost of mailing a package is a function of the weight of the package. Since functions have so many uses, it is important to have precise definitions and terminology to study them.
DEFINITION
A function f
consists of a set of inputs, a set of outputs, and a rule for assigning each input to exactly one output. The set of inputs is called the domain of the function. The set of outputs is called the range of the function.
For example, consider the function f,
where the domain is the set of all real numbers and the rule is to square the input. Then, the input x=3
is assigned to the output 32=9.
Since every nonnegative real number has a real-value square root, every nonnegative number is an element of the range of this function. Since there is no real number with a square that is negative, the negative real numbers are not elements of the range. We conclude that the range is the set of nonnegative real numbers.
For a general function f
with domain D,
we often use x
to denote the input and y
to denote the output associated with x.
When doing so, we refer to x
as the independent variable and y
as the dependent variable, because it depends on x.
Using function notation, we write y=f(x),
and we read this equation as “y
equals f
of x.”
For the squaring function described earlier, we write f(x)=x2.
The concept of a function can be visualized using Figure 1.2, Figure 1.3, and Figure 1.4.
MEDIA
Visit this applet link to see more about graphs of functions.
We can also visualize a function by plotting points (x,y)
in the coordinate plane where y=f(x).
The graph of a function is the set of all these points. For example, consider the function f,
where the domain is the set D={1,2,3}
and the rule is f(x)=3−x.
In Figure 1.5, we plot a graph of this function.
Every function has a domain. However, sometimes a function is described by an equation, as in f(x)=x2,
with no specific domain given. In this case, the domain is taken to be the set of all real numbers x
for which f(x)
is a real number. For example, since any real number can be squared, if no other domain is specified, we consider the domain of f(x)=x2
to be the set of all real numbers. On the other hand, the square root function f(x)=x−−√
only gives a real output if x
is nonnegative. Therefore, the domain of the function f(x)=x−−√
is the set of nonnegative real numbers, sometimes called the natural domain.
For the functions f(x)=x2
and f(x)=x−−√,
the domains are sets with an infinite number of elements. Clearly we cannot list all these elements. When describing a set with an infinite number of elements, it is often helpful to use set-builder or interval notation. When using set-builder notation to describe a subset of all real numbers, denoted R,
we write
{x|xhas some property}.
We read this as the set of real numbers x
such that x
has some property. For example, if we were interested in the set of real numbers that are greater than one but less than five, we could denote this set using set-builder notation by writing
{x|1<x<5}.
A set such as this, which contains all numbers greater than a
and less than b,
can also be denoted using the interval notation (a,b).
Therefore,
(1,5)={x|1<x<5}.
The numbers 1
and 5
are called the endpoints of this set. If we want to consider the set that includes the endpoints, we would denote this set by writing
[1,5]={x|1≤x≤5}.
We can use similar notation if we want to include one of the endpoints, but not the other. To denote the set of nonnegative real numbers, we would use the set-builder notation
{x|0≤x}.
The smallest number in this set is zero, but this set does not have a largest number. Using interval notation, we would use the symbol ∞,
which refers to positive infinity, and we would write the set as
[0,∞)={x|0≤x}.
It is important to note that ∞
is not a real number. It is used symbolically here to indicate that this set includes all real numbers greater than or equal to zero. Similarly, if we wanted to describe the set of all nonpositive numbers, we could write
(−∞,0]={x|x≤0}.
Here, the notation −∞
refers to negative infinity, and it indicates that we are including all numbers less than or equal to zero, no matter how small. The set
(−∞,∞)={x|xis any real number}
refers to the set of all real numbers.
Some functions are defined using different equations for different parts of their domain. These types of functions are known as piecewise-defined functions. For example, suppose we want to define a function f
with a domain that is the set of all real numbers such that f(x)=3x+1
for x≥2
and f(x)=x2
for x<2.
We denote this function by writing
f(x)={3x+1x≥2x2x<2.
When evaluating this function for an input x,
the equation to use depends on whether x≥2
or x<2.
For example, since 5>2,
we use the fact that f(x)=3x+1
for x≥2
and see that f(5)=3(5)+1=16.
On the other hand, for x=−1,
we use the fact that f(x)=x2
for x<2
and see that f(−1)=1.
EXAMPLE 1.1
Evaluating Functions
For the function f(x)=3x2+2x−1,
evaluate
- f(−2)
- f(2–√)
- f(a+h)
CHECKPOINT 1.1
For f(x)=x2−3x+5,
evaluate f(1)
and f(a+h).
EXAMPLE 1.2
Finding Domain and Range
For each of the following functions, determine the i. domain and ii. range.
- f(x)=(x−4)2+5
- f(x)=3x+2−−−−−√−1
- f(x)=3x−2
CHECKPOINT 1.2
Find the domain and range for f(x)=4−2x−−−−−√+5.
Representing Functions
Typically, a function is represented using one or more of the following tools:
- A table
- A graph
- A formula
We can identify a function in each form, but we can also use them together. For instance, we can plot on a graph the values from a table or create a table from a formula.
Tables
Functions described using a table of values arise frequently in real-world applications. Consider the following simple example. We can describe temperature on a given day as a function of time of day. Suppose we record the temperature every hour for a 24-hour period starting at midnight. We let our input variable x
be the time after midnight, measured in hours, and the output variable y
be the temperature x
hours after midnight, measured in degrees Fahrenheit. We record our data in Table 1.1.
Hours after Midnight | Temperature (°F)
|
Hours after Midnight | Temperature (°F)
|
---|---|---|---|
0 | 58 | 12 | 84 |
1 | 54 | 13 | 85 |
2 | 53 | 14 | 85 |
3 | 52 | 15 | 83 |
4 | 52 | 16 | 82 |
5 | 55 | 17 | 80 |
6 | 60 | 18 | 77 |
7 | 64 | 19 | 74 |
8 | 72 | 20 | 69 |
9 | 75 | 21 | 65 |
10 | 78 | 22 | 60 |
11 | 80 | 23 | 58 |
We can see from the table that temperature is a function of time, and the temperature decreases, then increases, and then decreases again. However, we cannot get a clear picture of the behavior of the function without graphing it.
Graphs
Given a function f
described by a table, we can provide a visual picture of the function in the form of a graph. Graphing the temperatures listed in Table 1.1 can give us a better idea of their fluctuation throughout the day. Figure 1.6 shows the plot of the temperature function.
From the points plotted on the graph in Figure 1.6, we can visualize the general shape of the graph. It is often useful to connect the dots in the graph, which represent the data from the table. In this example, although we cannot make any definitive conclusion regarding what the temperature was at any time for which the temperature was not recorded, given the number of data points collected and the pattern in these points, it is reasonable to suspect that the temperatures at other times followed a similar pattern, as we can see in Figure 1.7.
Algebraic Formulas
Sometimes we are not given the values of a function in table form, rather we are given the values in an explicit formula. Formulas arise in many applications. For example, the area of a circle of radius r
is given by the formula A(r)=πr2.
When an object is thrown upward from the ground with an initial velocity v0
ft/s, its height above the ground from the time it is thrown until it hits the ground is given by the formula s(t)=−16t2+v0t.
When P
dollars are invested in an account at an annual interest rate r
compounded continuously, the amount of money after t
years is given by the formula A(t)=Pert.
Algebraic formulas are important tools to calculate function values. Often we also represent these functions visually in graph form.
Given an algebraic formula for a function f,
the graph of f
is the set of points (x,f(x)),
where x
is in the domain of f
and f(x)
is in the range. To graph a function given by a formula, it is helpful to begin by using the formula to create a table of inputs and outputs. If the domain of f
consists of an infinite number of values, we cannot list all of them, but because listing some of the inputs and outputs can be very useful, it is often a good way to begin.
When creating a table of inputs and outputs, we typically check to determine whether zero is an output. Those values of x
where f(x)=0
are called the zeros of a function. For example, the zeros of f(x)=x2−4
are x=±2.
The zeros determine where the graph of f
intersects the x
-axis, which gives us more information about the shape of the graph of the function. The graph of a function may never intersect the x-axis, or it may intersect multiple (or even infinitely many) times.
Another point of interest is the y
-intercept, if it exists. The y
-intercept is given by (0,f(0)).
Since a function has exactly one output for each input, the graph of a function can have, at most, one y
-intercept. If x=0
is in the domain of a function f,
then f
has exactly one y
-intercept. If x=0
is not in the domain of f,
then f
has no y
-intercept. Similarly, for any real number c,
if c
is in the domain of f,
there is exactly one output f(c),
and the line x=c
intersects the graph of f
exactly once. On the other hand, if c
is not in the domain of f,f(c)
is not defined and the line x=c
does not intersect the graph of f.
This property is summarized in the vertical line test.
50.
[T] The area A
of a square depends on the length of the side s.
- Write a function A(s)
for the area of a square.
- Find and interpret A(6.5).
- Find the exact and the two-significant-digit approximation to the length of the sides of a square with area 56 square units.
51.
[T] The volume of a cube depends on the length of the sides s.
- Write a function V(s)
for the volume of a cube.
- Find and interpret V(11.8).
For the following exercises, for each pair of functions, find a. (f∘g)(x)
and b. (g∘f)(x)
Simplify the results. Find the domain of each of the results.
42.
f(x)=3x,g(x)=x+5
43.
f(x)=x+4,g(x)=4x−1
44.
f(x)=2x+4,g(x)=x2−2
45.
f(x)=x2+7,g(x)=x2−3
46.
f(x)=x−−√,g(x)=x+9
47.
f(x)=32x+1,g(x)=2x
48.
f(x)=|x+1|,g(x)=x2+x−4
Media Attributions
- image28-3
Dummy text that is used in publication layout and design to show what actual copy will look like when it is inserted.
A component of an equation