Review of Functions

Review of Functions

Figure 1.1 A portion of the San Andreas Fault in California. Major faults like this are the sites of most of the strongest earthquakes ever recorded. (credit: modification of work by Robb Hannawacker, NPS)

Chapter Outline

  • 1.1 Review of Functions
  • 1.2 Basic Classes of Functions
  • 1.3 Trigonometric Functions
  • 1.4 Inverse Functions
  • 1.5 Exponential and Logarithmic Functions

In the past few years, major earthquakes have occurred in several countries around the world. In January 2010, an earthquake of magnitude 7.3 hit Haiti. A magnitude 9 earthquake shook northeastern Japan in March 2011. In April 2014, an 8.2-magnitude earthquake struck off the coast of northern Chile. What do these numbers mean? In particular, how does a magnitude 9 earthquake compare with an earthquake of magnitude 8.2? Or 7.3? Later in this chapter, we show how logarithmic functions are used to compare the relative intensity of two earthquakes based on the magnitude of each earthquake (see Example 1.39).

Calculus is the mathematics that describes changes in functions. In this chapter, we review all the functions necessary to study calculus. We define polynomial, rational, trigonometric, exponential, and logarithmic functions. We review how to evaluate these functions, and we show the properties of their graphs. We provide examples of equations with terms involving these functions and illustrate the algebraic techniques necessary to solve them. In short, this chapter provides the foundation for the material to come. It is essential to be familiar and comfortable with these ideas before proceeding to the formal introduction of calculus in the next chapter.

Review of Functions

Learning Objectives

  • 1.1.1 Use functional notation to evaluate a function.
  • 1.1.2 Determine the domain and range of a function.
  • 1.1.3 Draw the graph of a function.
  • 1.1.4 Find the zeros of a function.
  • 1.1.5 Recognize a function from a table of values.
  • 1.1.6 Make new functions from two or more given functions.
  • 1.1.7 Describe the symmetry properties of a function.

In this section, we provide a formal definition of a function and examine several ways in which functions are represented—namely, through tables, formulas, and graphs. We study formal notation and terms related to functions. We also define composition of functions and symmetry properties. Most of this material will be a review for you, but it serves as a handy reference to remind you of some of the algebraic techniques useful for working with functions.

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

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.

Figure 1.2 A function can be visualized as an input/output device.

Figure 1.3 A function maps every element in the domain to exactly one element in the range. Although each input can be sent to only one output, two different inputs can be sent to the same output.

Figure 1.4 In this case, a graph of a function f has a domain of {1,2,3} and a range of {1,2}. The independent variable is x and the dependent variable is y.

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.

Figure 1.5 Here we see a graph of the function f with domain {1,2,3} and rule f(x)=3−x. The graph consists of the points (x,f(x)) for all x in the domain.

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}.{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}.{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}.(1,5)={x|1<x<5}.

The numbers 11 and 55 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|1x5}.[1,5]={x|1x5}.

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|0x}.{x|0x}.

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|0x}.[0,)={x|0x}.

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|x0}.(,0]={x|x0}.

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}(,)={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+1x2x2x<2.f(x)={3x+1x2x2x<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:

  1. f(−2)
  2. f(√2)
  3. f(a+h)

Solution

Substitute the given value for x in the formula for f(x).

f(−2)=3(−2)2+2(−2)1=1241=7f(−2)=3(−2)2+2(−2)1=1241=7 f(2)=3(2)2+221=6+221=5+22f(2)=3(2)2+221=6+221=5+22 f(a+h)=3(a+h)2+2(a+h)1=3(a2+2ah+h2)+2a+2h1=3a2+6ah+3h2+2a+2h1f(a+h)=3(a+h)2+2(a+h)1=3(a2+2ah+h2)+2a+2h1=3a2+6ah+3h2+2a+2h1

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.

  1. f(x)=(x−4)2+5
  2. f(x)=√(3x+2) – 1
  3. f(x)=3 / (x−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 MidnightTemperature (°F)Hours after MidnightTemperature (°F)
0581284
1541385
2531485
3521583
4521682
5551780
6601877
7641974
8722069
9752165
10782260
11802358
Table 1.1 Temperature as a Function of Time of Day

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.

Figure 1.6 The graph of the data from Table 1.1 shows temperature as a function of time.

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.

Figure 1.7 Connecting the dots in Figure 1.6 shows the general pattern of the data.

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)=−16 t2+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.

RULE: VERTICAL LINE TEST

Given a function f, every vertical line that may be drawn intersects the graph of f no more than once. If any vertical line intersects a set of points more than once, the set of points does not represent a function.

We can use this test to determine whether a set of plotted points represents the graph of a function (Figure 1.8).

Figure 1.8 (a) The set of plotted points represents the graph of a function because every vertical line intersects the set of points, at most, once. (b) The set of plotted points does not represent the graph of a function because some vertical lines intersect the set of points more than once.

EXAMPLE 1.3

Finding Zeros and y-Intercepts of a Function

Consider the function f(x) = −4x + 2.

  1. Find all zeros of f.
  2. Find the y-intercept (if any).
  3. Sketch a graph of f.

Solution

  1. To find the zeros, solve f(x) = −4x + 2 = 0. We discover that f has one zero at x=1/2.
  2. The y-intercept is given by (0,f(0))=(0,2).
  3. Given that f is a linear function of the form f(x)=mx+b that passes through the points (1/2,0)(1/2,0) and (0,2), we can sketch the graph of f (Figure 1.9).

EXAMPLE 1.4

Using Zeros and y-Intercepts to Sketch a Graph

Consider the function f(x) = √(x+3) + 1

  1. Find all zeros of f.
  2. Find the y-intercept (if any).
  3. Sketch a graph of f.

Solution

  1. To find the zeros, solve √(x+3) + 1 = 0. This equation implies √(x+3) =−1. Since √(x+3) less than 0 for all x, this equation has no solutions, and therefore f has no zeros.
  2. The y-intercept is given by (0,f(0)) = (0, √3+1).
  3. To graph this function, we make a table of values. Since we need x+3 ≥ 0, we need to choose values of x ≥ −3. We choose values that make the square-root function easy to evaluate.
xx−3−3−2−211
f(x)f(x)11223
Table 1.2

Making use of the table and knowing that, since the function is a square root, the graph of f should be similar to the graph of y = √x, we sketch the graph (Figure 1.10).

Figure 1.10 The graph of f(x) = √x + 3 + 1 has a y-intercept but no x-intercepts.

CHECKPOINT 1.3

Find the zeros of f(x)=x3−5x2+6x.

EXAMPLE 1.5

Finding the Height of a Free-Falling Object

If a ball is dropped from a height of 100100 ft, its height s at time t is given by the function s(t) = −16t2 + 100, where s is measured in feet and t is measured in seconds. The domain is restricted to the interval [0,c], where t=0 is the time when the ball is dropped and t=c is the time when the ball hits the ground.

  1. Create a table showing the height s(t) when t = 0, 0.5, 1, 1.5, 2, and 2.5. Using the data from the table, determine the domain for this function. That is, find the time c when the ball hits the ground.
  2. Sketch a graph of s.

Solution

a.

tt000.50.5111.51.5222.52.5
s(t)s(t)10010096968484646436360
Table 1.3: Height s as a Function of Time t

Since the ball hits the ground when t = 2.5, the domain of this function is the interval [0,2.5].

Note that for this function and the function f(x)=−4x+2 graphed in Figure 1.9, the values of f(x) are getting smaller as x is getting larger. A function with this property is said to be decreasing. On the other hand, for the function f(x) = √(x + 3) + 1 graphed in Figure 1.10, the values of f(x) are getting larger as the values of x are getting larger. A function with this property is said to be increasing. It is important to note, however, that a function can be increasing on some interval or intervals and decreasing over a different interval or intervals. For example, using our temperature function in Figure 1.6, we can see that the function is decreasing on the interval (0,4), increasing on the interval (4,14), and then decreasing on the interval (14,23). We make the idea of a function increasing or decreasing over a particular interval more precise in the next definition.

DEFINITION

We say that a function f is increasing on the interval I if for all x1, x2 ∈ I,

f(x1) ≤ f(x2) when x1 < x2.

We say f is strictly increasing on the interval I if for all x1, x2 ∈ I,

f(x1) < f(x2) when x1 < x2.

We say that a function f is decreasing on the interval I if for all x1, x2 ∈ I,

f(x1) ≥ f(x2) if x1 < x2.

We say that a function f is strictly decreasing on the interval I if for all x1, x2 ∈ I,

f(x1) > f(x2) if x1 < x2.

For example, the function f(x)=3x is increasing on the interval (−∞,∞) because 3x1<3x2 whenever x1<x2. On the other hand, the function f(x) = −x3 is decreasing on the interval (−∞,∞) because −x31>−x32 whenever x1<x2 (Figure 1.11).

Figure 1.11 (a) The function f(x)=3x is increasing on the interval (−∞,∞). (b) The function f(x)=−x3 is decreasing on the interval (−∞,∞).

Combining Functions

Now that we have reviewed the basic characteristics of functions, we can see what happens to these properties when we combine functions in different ways, using basic mathematical operations to create new functions. For example, if the cost for a company to manufacture x items is described by the function C(x) and the revenue created by the sale of x items is described by the function R(x), then the profit on the manufacture and sale of x items is defined as P(x)=R(x)−C(x). Using the difference between two functions, we created a new function.

Alternatively, we can create a new function by composing two functions. For example, given the functions f(x) = x2 and g(x) = 3x+1, the composite function f∘g is defined such that:

(fg)(x)=f(g(x))=(g(x))2=(3x+1)2.(fg)(x)=f(g(x))=(g(x))2=(3x+1)2.

The composite function g∘f is defined such that:

(gf)(x)=g(f(x))=3f(x)+1=3x2+1.(gf)(x)=g(f(x))=3f(x)+1=3x2+1.

Note that these two new functions are different from each other.

Combining Functions with Mathematical Operators

To combine functions using mathematical operators, we simply write the functions with the operator and simplify. Given two functions f and g, we can define four new functions:

(f+g)(x)=f(x)+g(x)Sum(fg)(x)=f(x)g(x)Difference(f·g)(x)=f(x)g(x)Product(fg)(x)=f(x)g(x)forg(x)0Quotient(f+g)(x)=f(x)+g(x)Sum(fg)(x)=f(x)g(x)Difference(f·g)(x)=f(x)g(x)Product(fg)(x)=f(x)g(x)forg(x)0Quotient

EXAMPLE 1.6

Combining Functions Using Mathematical Operations

Given the functions f(x)=2x−3 and g(x)=x2−1, find each of the following functions and state its domain.

  1. (f+g)(x)
  2. (f−g)(x)
  3. (f⋅g)(x)
  4. (f/g)(x)

Solution

  1. (f+g)(x)=(2x−3)+(x2−1)=x2+2x−4. The domain of this function is the interval (−∞,∞).
  2. (f−g)(x)=(2x−3)−(x2−1)=−x2+2x−2. The domain of this function is the interval (−∞,∞).
  3. (f⋅g)(x)=(2x−3)(x2−1)=2x3−3x2−2x+3. The domain of this function is the interval (−∞,∞).
  4. (f/g)(x)=(2x−3)/(x2−1). The domain of this function is {x|x≠±1}.

CHECKPOINT 1.4

For f(x)=x2+3 and g(x)=2x−5, find (f/g)(x) and state its domain.

Function Composition

When we compose functions, we take a function of a function. For example, suppose the temperature T on a given day is described as a function of time t (measured in hours after midnight) as in Table 1.1. Suppose the cost C, to heat or cool a building for 1 hour, can be described as a function of the temperature T. Combining these two functions, we can describe the cost of heating or cooling a building as a function of time by evaluating C(T(t)). We have defined a new function, denoted C∘T, which is defined such that (C∘T)(t)=C(T(t)) for all t in the domain of T. This new function is called a composite function. We note that since cost is a function of temperature and temperature is a function of time, it makes sense to define this new function (C∘T)(t). It does not make sense to consider (T∘C)(t), because temperature is not a function of cost.

DEFINITION

Consider the function f with domain A and range B, and the function g with domain D and range E. If B is a subset of D, then the composite function (g∘f)(x) is the function with domain A such that:

(gf)(x)=g(f(x)).(gf)(x)=g(f(x)).

(1.1)

A composite function g∘f can be viewed in two steps. First, the function f maps each input x in the domain of f to its output f(x) in the range of f. Second, since the range of f is a subset of the domain of g, the output f(x) is an element in the domain of g,and therefore it is mapped to an output g(f(x)) in the range of g. In Figure 1.12, we see a visual image of a composite function.

Figure 1.12 For the composite function g∘f, we have (g∘f)(1)=4, (g∘f)(2)=5, and (g∘f)(3)=4.

EXAMPLE 1.7

Compositions of Functions Defined by Formulas

Consider the functions f(x)=x2+1 and g(x)=1/x.

  1. Find (g∘f)(x) and state its domain and range.
  2. Evaluate (g∘f)(4), (g∘f)(−1/2).
  3. Find (f∘g)(x) and state its domain and range.
  4. Evaluate (f∘g)(4), (f∘g)(−1/2).

Solution

  1. We can find the formula for (g∘f)(x) in two different ways. We could write: (g∘f)(x)=g(f(x))=g(x2+1)=1/(x2+1).
    Alternatively, we could write: (g∘f)(x)=g(f(x))=1/f(x)=1/(x2+1).
    Since x2+1 ≠ 0 for all real numbers x, the domain of (g∘f)(x) is the set of all real numbers. Since 0<1/(x2+1)≤1, the range is, at most, the interval (0,1]. To show that the range is this entire interval, we let y=1/(x2+1) and solve this equation for x to show that for all y in the interval (0,1], there exists a real number x such that y=1/(x2+1). Solving this equation for x, we see that x2+1=1/y, which implies that x=±√(1/y−1).
    If y is in the interval (0,1], the expression under the radical is nonnegative, and therefore there exists a real number x such that 1/(x2+1) =y. We conclude that the range of g∘f is the interval (0,1].
  2. (g∘f)(4)=g(f(4))=g(42+1)=g(17)=1/17.
    (g∘f)(−1/2)=g(f(−1/2))=g((−1/2)2+1)=g(5/4)=4/5.
  3. We can find a formula for (f∘g)(x) in two ways. First, we could write: (f∘g)(x) = f(g(x)) = f(1/x) = (1/x)2+1. Alternatively, we could write(f∘g)(x)=f(g(x))=(g(x))2+1=(1/x)2+1.
    The domain of f∘g is the set of all real numbers x such that x≠0. To find the range of f, we need to find all values y for which there exists a real number x≠0 such that(1/x)2+1=y.
    Solving this equation for x, we see that we need x to satisfy: (1/x)2=y−1,
    which simplifies to: 1/x=±√(y−1).
    Finally, we obtain: x=±1/√(y−1).
    Since 1/√(y−1) is a real number if and only if y>1, the range of f is the set {y|y>1}.
  4. (f∘g)(4)=f(g(4))=f(1/4)=(1/4)2+1=17/16.
    (f∘g)(−1/2)=f(g(−1/2))=f(−2)=(−2)2+1=5

In Example 1.7, we can see that (f∘g)(x) ≠ (g∘f)(x). This tells us, in general terms, that the order in which we compose functions matters.

CHECKPOINT 1.5

Let f(x)=2−5x. Let g(x)=√x. Find (f∘g)(x).

EXAMPLE 1.8

Composition of Functions Defined by Tables

Consider the functions f and g described by Table 1.4 and Table 1.5.

x−3−2−101234
f(x)0424−20−24
Table 1.4
x−4−2024
g(x)10305
Table 1.5
  1. Evaluate (g∘f)(3),(g∘f)(0).
  2. State the domain and range of (g∘f)(x).
  3. Evaluate (f∘f)(3),(f∘f)(1).
  4. State the domain and range of (f∘f)(x).

Solution

  1. (g∘f)(3)=g(f(3))=g(−2)=0.
    (g∘f)(0)=g(4)=5.
  2. The domain of g∘f is the set {−3,−2,−1,0,1,2,3,4}. Since the range of f is the set {−2,0,2,4}, the range of g∘f is the set {0,3,5}.
  3. (f∘f)(3)=f(f(3))=f(−2)=4
    (f∘f)(1)=f(f(1))=f(−2)=4
  4. The domain of f∘f is the set {−3,−2,−1,0,1,2,3,4}. Since the range of f is the set {−2,0,2,4}, the range of f∘f is the set {0,4}.

EXAMPLE 1.9

Application Involving a Composite Function

A store is advertising a sale of 20% off all merchandise. Caroline has a coupon that entitles her to an additional 15% off any item, including sale merchandise. If Caroline decides to purchase an item with an original price of x dollars, how much will she end up paying if she applies her coupon to the sale price? Solve this problem by using a composite function.

Solution

Since the sale price is 20% off the original price, if an item is x dollars, its sale price is given by f(x)=0.80x. Since the coupon entitles an individual to 15% off the price of any item, if an item is y dollars, the price, after applying the coupon, is given by g(y)=0.85y. Therefore, if the price is originally x dollars, its sale price will be f(x)=0.80 x and then its final price after the coupon will be g(f(x))=0.85(0.80x)=0.68x.

CHECKPOINT 1.6

If items are on sale for 10% off their original price, and a customer has a coupon for an additional 30% off, what will be the final price for an item that is originally x dollars, after applying the coupon to the sale price?

Symmetry of Functions

The graphs of certain functions have symmetry properties that help us understand the function and the shape of its graph. For example, consider the function f(x) = x4 − 2x2 − 3 shown in Figure 1.13(a). If we take the part of the curve that lies to the right of the y-axis and flip it over the y-axis, it lays exactly on top of the curve to the left of the y-axis. In this case, we say the function has symmetry about the y-axis. On the other hand, consider the function f(x)=x3−4x shown in Figure 1.13(b). If we take the graph and rotate it 180° about the origin, the new graph will look exactly the same. In this case, we say the function has symmetry about the origin.

Figure 1.13 (a) A graph that is symmetric about the y-axis. (b) A graph that is symmetric about the origin.

If we are given the graph of a function, it is easy to see whether the graph has one of these symmetry properties. But without a graph, how can we determine algebraically whether a function f has symmetry? Looking at Figure 1.13 again, we see that since f is symmetric about the y-axis, if the point (x,y) is on the graph, the point (−x,y) is on the graph. In other words, f(−x)=f(x). If a function f has this property, we say f is an even function, which has symmetry about the y-axis. For example, f(x)=x2 is even because:

f(x)=(x)2=x2=f(x).f(x)=(x)2=x2=f(x).

In contrast, looking at Figure 1.13 again, if a function f is symmetric about the origin, then whenever the point (x,y) is on the graph, the point (−x,−y) is also on the graph. In other words, f(−x)=−f(x). If f has this property, we say f is an odd function, which has symmetry about the origin. For example, f(x)=x3 is odd because:

f(x)=(x)3=x3=f(x).f(x)=(x)3=x3=f(x).

DEFINITION

If f(x) = f(−x) for all x in the domain of f, then f is an even function. An even function is symmetric about the y-axis.

If f(−x) = −f(x) for all x in the domain of f, then f is an odd function. An odd function is symmetric about the origin.

EXAMPLE 1.10

Even and Odd Functions

Determine whether each of the following functions is even, odd, or neither.

  1. f(x) =−5x4+7x2−2
  2. f(x)=2x5−4x+5
  3. f(x)=3x/(x2+1)

Solution

To determine whether a function is even or odd, we evaluate f(−x) and compare it to f(x) and −f(x).

  1. f(−x)=−5(−x)4+7(−x)2−2=−5x4+7x2−2=f(x). Therefore, f is even.
  2. f(−x)=2(−x)5−4(−x)+5=−2x5+4x+5. Now, f(−x)≠f(x). Furthermore, noting that −f(x)=−2x5+4x−5, we see that f(−x) ≠ −f(x). Therefore, f is neither even nor odd.
  3. f(−x)=3(−x)/((−x)2+1}=−3x/(x2+1)=−[3x/(x2+1)]=−f(x). Therefore, f is odd.

CHECKPOINT 1.7

Determine whether f(x)=4x3−5x is even, odd, or neither.

One symmetric function that arises frequently is the absolute value function, written as |x|. The absolute value function is defined as:

f(x)={x,x<0x,x0.f(x)={x,x<0x,x0.

(1.2)

Some students describe this function by stating that it “makes everything positive.” By the definition of the absolute value function, we see that if x<0,<0, then |x|=−x>0, and if x>0, then |x|=x>0. However, for x=0,|x|=0. Therefore, it is more accurate to say that for all nonzero inputs, the output is positive, but if x=0, the output |x|=0. We conclude that the range of the absolute value function is {y|y≥0}. In Figure 1.14, we see that the absolute value function is symmetric about the y-axis and is therefore an even function.

Figure 1.14 The graph of f(x)=|x|is symmetric about the y-axis.

EXAMPLE 1.11

Working with the Absolute Value Function

Find the domain and range of the function f(x)=2|x−3|+4.

Solution

Since the absolute value function is defined for all real numbers, the domain of this function is (−∞,∞). Since |x−3|≥0 for all x, the function f(x) = 2|x−3|+4 ≥ 4. Therefore, the range is, at most, the set {y|y≥4}. To see that the range is, in fact, this whole set, we need to show that for y≥4 there exists a real number x such that:

2|x−3|+4=y

A real number x satisfies this equation as long as:

|x−3|=1/2 (y−4)

Since y≥4, we know y−4≥0, and thus the right-hand side of the equation is nonnegative, so it is possible that there is a solution. Furthermore,

| x 3 | = { ( x 3 ) if x < 3 x 3 if x 3 . | x 3 | = { ( x 3 ) if x < 3 x 3 if x 3 .

Therefore, we see there are two solutions:

x = ±1/2 (y−4)+3

The range of this function is {y|y≥4}.

CHECKPOINT 1.8

For the function f(x)=|x+2|−4, find the domain and range.

Leave a Comment

Your email address will not be published. Required fields are marked *

error: Content is protected !!
Scroll to Top