Chapter 6 Elementary Functions

Section 6.2 Linear Functions and Polynomials

6.2.5 Absolute Value Functions

In Module 2 the absolute value of a real number x was introduced in the following way:

|x|={ x for   x0 -x for   x<0.

In the context of this module, the absolute value can be regarded as a function. This results in the absolute value function:

b:  { x|x|.


Exercise 6.2.6
What is the range Wb of the absolute value function b?

Due to the definition by cases

b(x)=|x|={ x for   x0 -x for   x<0,

the absolute value function is an example of a piecewise defined function. If absolute values are defined according to different cases, then it is also said that the absolute value is resolved. Then, the graph of the absolute value function b looks as follows:

One property of the graph of the absolute value function, which most of the more general functions involving absolute values have in common, is the kink at x=0. The absolute value function b defined above is only the simplest case of a function involving an absolute value. More complicated examples of functions can be constructed, involving one or several absolute values, e.g.

f:  { x|2x-1|.


For such functions, it is a relevant task to get an idea of how the graph of the function looks. To do this, we use the piecewise definition of the absolute value, and the approach is similar to the one for the solution of absolute value equations and inequalities. Here, we demonstrate this approach for the example of the function f defined above:
Example 6.2.7
Consider the function

f:  { x|2x-1| .

What does the graph look like?
We calculate:

f(x)=|2x-1|={ 2x-1 for 2x-10 -(2x-1) for 2x-1<0 ={ 2x-1 for x 1 2 -2x+1 for x< 1 2 .

Thus, we obtain a piecewise defined function whose graph is an increasing line with the slope 2 and the y-intercept -1 for x in the region x 1 2 and a decreasing line with the slope -2 and the y-intercept 1 for x in the region x< 1 2 . With this information we can draw the graph of f:

Info 6.2.8
 
CAUTION! If absolute values are resolved as in the calculation in the example above, two important calculation rules have to be observed:
  1. The regions for the cases are defined by inequalities for the entire expression between the absolute value bars, here 2x-10 and 2x-1<0, and not only by x0 and x<0. It is always that way if absolute values are resolved.
  2. For the case <0 the entire expression gets a minus sign. Here, care has to be taken that the expression is bracketed. In the example above, we therefore have -(2x-1)=-2x+1 and not -2x-1. This is always the case if absolute values are resolved.

Exercise 6.2.9
Sketch the graph of the function

α:  { x|-8x+1|-1.

Moreover, specify its range Wα .