Section 2.4 a Library of Functions
Section 2.4 a Library of Functions
4: A Library of Functions
Even and Odd Functions
A function f is called an even function if, for each x in the domain of f , −x
is also in the domain of f and
f (−x) = f (x)
2x
Example 0.2. Determine whether the function f (x) = is even,
x2 + x + 3
odd, or neither.
1
Basic Functions
1. Linear Function f (x) = mx + b
We know that the graph of a linear equation y = mx + b is a straight line
with slope m and y-intercept b. For this reason, a function f defined by
the equation
f (x) = mx + b
is called a linear function. If m = 0, the function f (x) = b is called a
constant function. If m = 1 and b = 0, the resulting function f (x) = x
is called the identity function.
2
2. Squaring Function. f (x) = x2
(a) Sketch the graph of y = x2 by plotting points.
3
3. Cubing Function. f (x) = x3
(a) Sketch the graph of y = x3 by plotting points.
4
√
4. Square Root Function. f (x) = x
√
(a) Sketch the graph of y = x by plotting points.
5
5. Absolute Value Function. f (x) = |x|
(a) Sketch the graph of y = |x|.
6
Piecewise Function
In the definition of some functions, different rules for assigning output values
are used over different part of the domain. Such functions are called
piecewise functions.
7
Basic Functions
In the next box, we list some of the common functions of algebra, along with
their properties.