Precalculus with Integrated CalculusXYZ Homework Edition

⇩ Download ▾

1.3 Absolute Value Functions

Graphs of Absolute Value Functions

In Section 1.2, we revisited lines in a function context. In this section, we revisit the absolute value in a similar manner, so it may be useful to refresh yourself with the basics in Section A.7. Recall that the absolute value of a real number x , denoted | x | , can be defined as the distance from x to 0 on the real number line.1 This definition is very useful for several applications, and lends itself well to solving equations and inequalities such as | x 2 | + 1 = 5 or 2 | t + 1 | > 4 .

We now wish to explore solving more complicated equations and inequalities, such as | x 2 | + 1 = x and 2 | t + 1 | t + 4 . We'll approach these types of problems from a function standpoint and use the interplay between the graphical and analytical representations of these functions to obtain solutions. The key to this section is understanding the absolute value from that function (or procedural) standpoint.

Consider a real number x 0 such as x = 0 , x = π or x = 117.42 . When computing absolute values, we find | 0 | = 0 , | π | = π and | 117.42 | = 117.42 . In general, if x 0 , the absolute value function does nothing to change the input, so | x | = x . On the other hand, if x < 0 , say x = 1 , x = 42 or x = 117.42 , we get | 1 | = 1 , | 42 | = 42 and | 117.42 | = 117.42 . That is, if x < 0 , | x | returns the exact opposite of the input x , so | x | = x .

Putting these two observations together, we have the following.

In Definition 1.9, it is absolutely essential to read ` x ' as `the opposite of x ' as opposed to `negative x ' in order to avoid serious errors later. To see that this description agrees with our previous experience, consider | 117.42 | . Given that 117.42 0 , we use the rule | x | = x . Hence, | 117.42 | = 117.42 . Likewise, | 0 | = 0 . To compute | 42 | , we note that 42 < 0 we use the rule | x | = x in this case. We get | 42 | = ( 42 ) (the opposite of 42 ), so | 42 | = ( 42 ) = 42 .

Another way to view Definition 1.9 is to think of x = ( 1 ) x and x = ( 1 ) x . That is, | x | multiplies negative inputs by 1 and non-negative inputs by 1 . This viewpoint is especially useful in graphing f ( x ) = | x | . For x < 0 , | x | = ( 1 ) x , so the graph of y = | x | is the graph of y = x = ( 1 ) x : a line with slope 1 and y -intercept ( 0 , 0 ) . Likewise, for x 0 , | x | = x , so the graph of y = | x | is the graph of y = x = ( 1 ) x : a line with slope 1 and y -intercept ( 0 , 0 ) .

At the top of the next page we graph each piece and then put them together. Note that when graphing f ( x ) = | x | for x < 0 , we have a hole at ( 0 , 0 ) because the inequality x < 0 is strict. However, the point ( 0 , 0 ) is included in the graph of f ( x ) = | x | for x 0 , so there is no hole in our final graph.

Figure: ,
Figure 1.102 f ( x ) = | x | , x < 0
Figure: ,
Figure 1.103 f ( x ) = | x | , x 0
Coordinate-plane figure.
Figure 1.104 f ( x ) = | x |

The graph of f ( x ) = | x | is a very distinctive ` ' shape and is worth remembering. The point ( 0 , 0 ) on the graph is called the vertex. This terminology makes sense from a geometric viewpoint because ( 0 , 0 ) is the point where two lines meet to form an angle. We will also see this term used in Section 1.4 where, more generally, it corresponds to the graphical location of the sole maximum or minimum of a quadratic function.

We put Definition 1.9 to good use in the next example and review the basics of graphing along the way.

As we take a step back and look at the graphs produced in Example 1.3.1, some patterns begin to emerge. Indeed, each of the graphs has the common ` ' shape (in the case of the function i it's a ` ') with the vertex located at the x -value where the rule for each function changes from one formula to the other. It turns out that, independent variable labels aside, each and every function in Example 1.3.1 can be rewritten in the form F ( x ) = a | x h | + k for real number parameters a , h and k .

Each of the functions from Example 1.3.1 is rewritten in this form below and we record the vertex along with the slopes of the lines in the graph.

  • f ( x ) = | x 3 | = ( 1 ) | x 3 | + 0 : a = 1 , h = 3 , k = 0 ; vertex ( 3 , 0 ) ; slopes ± 1
  • g ( t ) = | t | 3 = ( 1 ) | t 0 | + ( 3 ) : a = 1 , h = 0 , k = 3 ; vertex ( 0 , 3 ) ; slopes ± 1
  • h ( u ) = | 2 u 1 | 3 = 2 | u 1 2 | + ( 3 ) : a = 2 , h = 1 2 , k = 3 ; vertex ( 1 2 , 3 ) ; slopes ± 2
  • i ( w ) = 4 2 | 3 w 1 | = 6 | w 1 3 | + 4 : a = 6 , h = 1 3 , k = 4 ; vertex ( 1 3 , 4 ) ; slopes ± 6

These specific examples suggest the following theorem.

Proof. What separates Mathematics from the other sciences is its ability to actually prove patterns like the one stated in the theorem above as opposed to just verifying it by working more examples. The proof of Theorem 1.2 uses the exact same concepts as were used in Example 1.3.1, just in a more general context by which we mean using letters as parameters instead of numbers.

The first step is to rewrite | x h | as a piecewise function.

Two piecewise definitions joined by a long right-pointing arrow. On the left, the absolute value of x minus h equals negative of the quantity x minus h if x minus h is less than 0, and x minus h if x minus h is greater than or equal to 0. On the right the conditions are solved for x: negative x plus h if x is less than h, and x minus h if x is greater than or equal to h.

We plug that work into F ( x ) to rewrite it as a piecewise function. For x < h , we have | x h | = x + h , so

F ( x ) = a | x h | + k = a ( x + h ) + k = a x + a h + k = a x + ( a h + k )

Similarly, for x h , we have | x h | = x h , so

F ( x ) = a | x h | + k = a ( x h ) + k = a x a h + k = a x + ( a h + k )

Hence,

Two piecewise definitions joined by a long right-pointing arrow. On the left, capital F of x equals a times the absolute value of x minus h, plus k, is written as a times the quantity negative x plus h, plus k, if x is less than h, and a times the quantity x minus h, plus k, if x is greater than or equal to h. On the right it is expanded to negative a x plus the quantity a h plus k if x is less than h, and a x plus the quantity negative a h plus k if x is greater than or equal to h.

All three parameters, a , h and k , are fixed (but arbitrary) real numbers. Thus, for any given choice of a , h and k the numbers a h + k and a h + k are also just numbers as opposed to variables. This shows that the graph of F is comprised of pieces of two lines, y = a x + ( a h + k ) and y = a x + ( a h + k ) , the former with slope a and the latter with slope a . Note that substituting x = h into y = a x + ( a h + k ) produces y = a h + ( a h + k ) = k and substituting x = h into y = a x + ( a h + k ) also produces y = a h + ( a h + k ) = k . This tells us that the two linear pieces meet at the point ( h , k ) .

If a > 0 then a < 0 so the line y = a x + ( a h + k ) , hence F , is decreasing on ( , h ] . Similarly, the line y = a x + ( a h + k ) , hence F , is increasing on [ h , ) . This produces a ` ' shape. On the other hand, if a < 0 then a > 0 which produces a ` ' shape because F is increasing on ( , h ] followed by decreasing on [ h , ) . (Said another way, a > 0 means that the first linear piece has a positive slope and a < 0 means that the second piece has a negative slope.)

To show that the graph is symmetric about the line x = h , we need to show that if we move left or right the same distance away from x = h , then we get the same y -value on the graph. Suppose we move Δ x to the right or left of h . The y -values are the function values so we need to show that F ( a + Δ x ) = F ( a Δ x ) . Given that

F ( a + Δ x ) = a | a + Δ x a | + k = a | Δ x | + k

and

F ( a Δ x ) = a | a Δ x a | + k = a | Δ x | + k = a | Δ x | + k

we see that F ( a + Δ x ) = F ( a Δ x ) . Thus we have shown that the y -values on the graph on either side of x = h are equal provided we move the same distance away from x = a . This completes the proof.

The line x = a in Theorem 1.2 is called the axis of symmetry of the graph of y = F ( x ) . This language is consistent with the basics of symmetry discussed in Section A.3 and we will build upon our work here in several upcoming sections. For now, we simply present two graphs illustrating the concept of the axis of symmetry below.

Coordinate-plane figure.
Figure 1.109
Coordinate-plane figure.
Figure 1.110

While Theorem 1.2 and its proof are specific to the particular family of absolute value functions, there are ideas here that apply to all functions. Thus we wish to take a slight detour away from the main narrative to argue this result again from an even more generalized viewpoint. Our goal is to `build' the formula F ( x ) = a | x h | + k from f ( x ) = | x | in three stages, each corresponding to the role of one of the parameters a , h and k , and track the geometric changes that go along with each stage. We will revisit all of the ideas described below in complete generality in Section 5.4.

The graph of f ( x ) = | x | consists of the points { ( c , | c | ) | c } .3 Consider F 1 ( x ) = | x h | . The graph of F 1 is the set of points { ( x , | x h | ) | x } . If we relabel x h = c , then x = c + h , and as x varies through all of the real numbers, so does c and vice-versa.4

Hence, we can write { ( x , | x h | ) | x } = { ( c + h , | c | ) | c } . If we fix a y -coordinate, | c | , we see that the corresponding points on the graph of f and F 1 , ( c , | c | ) and ( c + h , | c | ) , respectively, differ only in that one is horizontally shifted by h . In other words, to get the graph of F 1 , we simply take the graph of f and shift each point horizontally by adding h to the x -coordinate. Translating the graph in this manner preserves the ` ' shape and symmetry, but moves the vertex from ( 0 , 0 ) to ( h , 0 ) .

Next, we examine F 2 ( x ) = a | x h | and compare its graph to that of F 1 ( x ) = | x h | . The graph of F 2 consists of the points { ( x , a | x h | ) | x } whereas the graph of F 1 consists of the points { ( x , | x h | ) | x } . The only difference between the points ( x , | x h | ) and ( x , a | x h | ) is that the y -coordinate of one is a times the y -coordinate of the other. If a > 0 , all we are doing is scaling the y -axis by a factor of a . As we've seen when plotting points and graphing functions, the scaling of the y -axis affects only the relative vertical displacement of points5 and not the overall shape.

If a < 0 , then in addition to scaling the vertical axis, we are reflecting the points across the x -axis.6 Such a transformation doesn't change the ` ' shape except for flipping it upside-down to make it a ` '. In either case, the vertex ( h , 0 ) stays put at ( h , 0 ) because the y -value of the vertex is 0 and a 0 = 0 regardless if a > 0 or a < 0 .

Last, we examine the graph of F ( x ) = a | x h | + k to see how it relates to the graph of F 2 ( x ) = a | x h | . The graph of F consists of the points { ( x , a | x h | + k ) | x } whereas the graph of F 2 consists of the points { ( x , a | x h | ) | x } . The difference between the corresponding points ( x , a | x h | ) and ( x , a | x h | + k ) is the addition of k in the y -coordinate of the latter. Adding k to each of the y -values translates the graph of F 2 vertically by k units. The basic shape doesn't change but the vertex goes from ( h , 0 ) to ( h , k ) .

In summary, the graph of F ( x ) = a | x h | + k can be obtained from the graph of f ( x ) = | x | in three steps: first, add h to each of the x -coordinates; second, multiply each y -coordinate by a ; and third, add k to each y -coordinate. Geometrically, these steps mean that we first move the graph left or right, then scale the y -axis by a factor of a (and reflect across the x -axis if a < 0 ), and then move the graph up or down. Throughout all of these transformations, the graph maintains its ` ' or ` ' shape.

Of course, not every function involving absolute values can be written in the form given in Theorem 1.2. A good example of this is G ( x ) = | x 2 | x . However recognizing the ones that can be rewritten will greatly simplify the graphing process. In the next example, we graph four more absolute value functions, two using Theorem 1.2 and two using Definition 1.9.

If nothing else, Example 1.3.2 demonstrates the value of changing forms of functions and the utility of the interplay between algebraic and graphical descriptions of functions. These themes resonate time and time again in this and later courses in Mathematics.

Graphical Solution Techniques for Equations and Inequalities

Consider the basic equation and related inequalities: | x | = 3 , | x | < 3 and | x | > 3 . At some point you learned how to solve these using properties of the absolute value inspired by the distance definition. (If not, see Section A.7.) While there is nothing wrong with this understanding, we wish to use these problems to motivate powerful graphical techniques which we'll use to solve more complicated equations and inequalities in this section, and in many other sections of the textbook.

To that end, let's call f ( x ) = | x | and g ( x ) = 3 . If we graph y = f ( x ) and y = g ( x ) on the same set of axes then, by looking for x values where f ( x ) = g ( x ) , we are looking for x -values which have the same y -value on both graphs. That is, the solutions to f ( x ) = g ( x ) are the x -coordinates of the intersection points of the two graphs. We graph y = f ( x ) = | x | (the characteristic ` ') along with y = g ( x ) = 3 (the horizontal line) below on the far left. Indeed, the two graphs intersect at ( 3 , 3 ) and ( 3 , 3 ) so our solutions to f ( x ) = g ( x ) are the x -values of these points, x = ± 3 .

Figure: Graphically solving .
Figure 1.116 Graphically solving | x | = 3 .
Figure: Graphically solving .
Figure 1.117 Graphically solving | x | < 3 .
Figure: Graphically solving .
Figure 1.118 Graphically solving | x | > 3 .

Likewise, if we wish to solve | x | < 3 , we can view this as a functional inequality f ( x ) < g ( x ) which means we are looking for the x -values where the f ( x ) values are less than the corresponding g ( x ) values. On the graphs, this means we'd be looking for the x -values where the y -values of y = f ( x ) are less than, hence below, those on the graph of y = g ( x ) .

In the middle picture above we see that the graph of f is below the graph of g between x = 3 and x = 3 , so our solution is 3 < x < 3 , or in interval notation, ( 3 , 3 ) . Finally, the inequality | x | > 3 is equivalent to f ( x ) > g ( x ) so we are looking for the x -values where the graph of f is above the graph of g .9 The picture on the far right on the previous page shows that this is true for all x < 3 or for all x > 3 . In interval notation, the solution set is ( , 3 ) ( 3 , ) .

The methodology and reasoning behind solving the above equation and inequalities extend to any pair of functions f and g , since when graphed on the same set of axes, function outputs are always the dependent variable or the ordinate (second coordinate) of the ordered pairs which comprise the graph. In general:

Graphical Interpretation of Equations and Inequalities

Suppose f and g are functions whose domains and ranges are sets of real numbers.

  • The solutions to f ( x ) = g ( x ) are the x -values where the graphs of f and g intersect.
  • The solution to f ( x ) < g ( x ) is the set of x -values where the graph of f is below the graph of g .
  • The solution to f ( x ) > g ( x ) is the set of x -values where the graph of f above the graph of g .

Let's return to Example 1.3.2 where were asked to find the zeros of the functions G ( x ) = | x 2 | x and g ( t ) = | t 2 | | t | . In that Example, instead of tackling the algebra involving the absolute values head on we rewrote each function as a piecewise-defined function and obtained our solutions that way.

Let's see what this looks like graphically. Note that solving | x 2 | x = 0 is equivalent to solving | x 2 | = x . We graphed y = | x 2 | and y = x on the same set of axes on the left of the top of the next page and it appears as if we have just one point of intersection, corresponding to just one solution.

Indeed, we can show that there is just one point of intersection. The graph of y = | x 2 | is comprised of parts of two lines, y = ( x 2 ) and y = x 2 . The first line has a slope of 1 and the second has slope 1 . The line y = x also has a slope 1 meaning it and the `right half' of y = | x 2 | are parallel, so they never intersect. If our graphs are accurate enough, we may even be able to guess that the solution is x = 1 , which we can verify by substituting x = 1 into | x 2 | = x and seeing that it checks.

Likewise, solving | t 2 | | t | = 0 is equivalent to solving | t 2 | = | t | . We graphed y = | t 2 | and y = | t | on the right at the top of the next page and used the same arguments to get the solution t = 1 here as well.

Figure: Graphically solving .
Figure 1.119 Graphically solving | x 2 | = x .
Figure: Graphically solving .
Figure 1.120 Graphically solving | t 2 | = | t | .

There is more to see here. Consider solving | x 2 | x = 0 algebraically using the techniques from a previous Algebra course (or Section A.7). Our first step would be to isolate the absolute value quantity: | x 2 | = x . We then `drop' the absolute value by paying the price of a ` ± ': x 2 = ± x . This gives us two equations: x 2 = x and x 2 = x . The first equation, x 2 = x reduces to 2 = 0 which has no solution. The second equation, x 2 = x , does have a solution, namely x = 1 .

How does the algebra tie into the graphs above? Instead of `dropping' the absolute value and tagging the right hand side with a ± , we can think about the piecewise definition of | x 2 | and write | x 2 | = ± ( x 2 ) depending on if x < 2 or if x 2 . That is, | x 2 | = x is more precisely equivalent to the two equations: ( x 2 ) = x which is valid for x < 2 or x 2 = x which is valid for x 2 .

Graphically, the first equation is looking for intersection points between the `left half' of the ` ' of y = | x 2 | and the line y = x . Indeed, ( x 2 ) = x is equivalent to x 2 = x from which we obtain our solution x = 1 . Likewise, the second equation, x 2 = x is looking for intersection points of the `right half' of the ` ' and the line y = x , but there is none. The equation 2 = 0 is telling us that for us to have any solutions, the lines y = x 2 and y = x , which have the same slope, must also have the same y -intercepts: that is, 2 would have to equal 0 and that's just silly.

Similarly, when solving | t 2 | | t | = 0 or | t 2 | = | t | , we can use our graphs to prove that the only intersection point is when the `left half' of y = | t 2 | intersects the `right half' of y = | t | - that is, when ( t 2 ) = t . The moral of the story is this: careful graphs can help us simplify the algebra, because we can narrow down the cases. This is especially useful in solving inequalities, as we'll see in our next example.

We will see the interplay of Algebra and Geometry throughout the rest of this course. In the Exercises, do not hesitate to use whatever mix of algebraic and graphical methods you deem necessary to solve the given equation or inequality. Indeed, there is great value in checking your algebraic answers graphically and vice-versa.

One of the classic applications of inequalities involving absolute values is the notion of tolerances.13 Recall that for real numbers x and c , the quantity | x c | may be interpreted as the distance from x to c . Solving inequalities of the form | x c | d for d > 0 can then be interpreted as finding all numbers x which lie within d units of c . We can think of the number d as a `tolerance' and our solutions x as being within an accepted tolerance of c . We use this principle in the next example.

Exercises

In Exercises -, graph the function using Theorem 1.2. Find the axis intercepts of each graph, if any exist. From the graph, determine the domain and range of each function, the maximum and minimum of each function, if they exist, and list the intervals on which the function is increasing, decreasing or constant.

  1. f ( x ) = | x + 4 |
  2. f ( x ) = | x | + 4
  3. f ( x ) = | 4 x |
  4. g ( t ) = 3 | t |
  5. g ( t ) = 3 | t + 4 | 4
  6. g ( t ) = 1 3 | 2 t 1 |

In Exercises -, find a formula for each function below in the form F ( x ) = a | x h | + k .

  1. Coordinate-plane figure.
    Figure 1.125 y = F ( x )
  2. Coordinate-plane figure.
    Figure 1.126 y = F ( x )
  3. Coordinate-plane figure.
    Figure 1.127 y = F ( x )
  4. Coordinate-plane figure.
    Figure 1.128 y = F ( x )
  5. With help from a graphing utility, graph the following pairs of functions on the same set of axes:

    • f ( x ) = 2 x and g ( x ) = | 2 x |
    • f ( x ) = x 2 4 and g ( x ) = | x 2 4 |
    • f ( x ) = x 3 and g ( x ) = | x 3 |
    • f ( x ) = x 4 and g ( x ) = | x 4 |

    Choose more functions f ( x ) and graph y = f ( x ) alongside y = | f ( x ) | until you can explain how, in general, one would obtain the graph of y = | f ( x ) | given the graph of y = f ( x ) . How does your explanation tie in with with Definition 1.9?

  6. Explain why the function below cannot be written in the form F ( x ) = a | x h | + k . Write F ( x ) as a piecewise-defined linear function.

    Coordinate-plane figure.
    Figure 1.129 y = F ( x )

In Exercises -, graph the function by rewriting each function as a piecewise defined function using Definition 1.9. Find the axis intercepts of each graph, if any exist. From the graph, determine the domain and range of each function, the maximum and minimum of each function, if they exist, and list the intervals on which the function is increasing, decreasing or constant.

  1. f ( x ) = x + | x | 3
  2. f ( x ) = | x + 2 | x
  3. f ( x ) = | x + 2 | | x |
  4. g ( t ) = | t + 4 | + | t 2 |
  5. g ( t ) = | t + 4 | t + 4
  6. g ( t ) = | 2 t | 2 t
  7. With the help of your classmates, find an absolute value function whose graph is given below.

    Coordinate-plane figure.
    Figure 1.130

In Exercises -, solve the equation.

  1. | x | = 6
  2. | 3 x 1 | = 10
  3. | 4 x | = 7
  4. 4 | t | = 3
  5. 2 | 5 t + 1 | 3 = 0
  6. | 7 t 1 | + 2 = 0
  7. 5 | w | 2 = 1
  8. 2 3 | 5 2 w | 1 2 = 5
  9. | w | = w + 3
  10. | 2 x 1 | = x + 1
  11. 4 | x | = 2 x + 1
  12. | x 4 | = x 5

Solve the equations in Exercises - using the property that if | a | = | b | then a = ± b .

  1. | 3 x 2 | = | 2 x + 7 |
  2. | 3 x + 1 | = | 4 x |
  3. | 1 2 x | = | x + 1 |
  4. | 4 t | | t + 2 | = 0
  5. | 2 5 t | = 5 | t + 1 |
  6. 3 | t 1 | = 2 | t + 1 |

In Exercises -, solve the inequality. Write your answer using interval notation.

  1. | 3 x 5 | 4
  2. | 7 x + 2 | > 10
  3. | 2 t + 1 | 5 < 0
  4. | 2 t | 4 3
  5. | 3 w + 5 | + 2 < 1
  6. 2 | 7 w | + 4 > 1
  7. 2 | 4 x | < 7
  8. 1 < | 2 x 9 | 3
  9. | t + 3 | | 6 t + 9 |
  10. | t 3 | | 2 t + 1 | < 0
  11. | 1 2 x | x + 5
  12. x + 5 < | x + 5 |
  13. x | x + 1 |
  14. | 2 x + 1 | 6 x
  15. t + | 2 t 3 | < 2
  16. | 3 t | t 5
  17. Show that if δ is a real number with δ > 0 , the solution to | x a | < δ is the interval: ( a δ , a + δ ) . That is, an interval centered at a with `radius' δ .
  18. The Triangle Inequality for real numbers states that for all real numbers x and a , | x + a | | x | + | a | and, moreover, | x + a | = | x | + | a | if and only if x and a are both positive, both negative, or one or the other is 0 . Graph each pair of functions below on the same pair of axes and use the graphs to verify the triangle inequality in each instance.

    • f ( x ) = | x + 2 | and g ( x ) = | x | + 2 .
    • f ( x ) = | x + 4 | and g ( x ) = | x | + 4 .

Answers

  1. f ( x ) = | x + 4 | x -intercept ( 4 , 0 ) y -intercept ( 0 , 4 ) Domain ( , ) Range [ 0 , ) Decreasing on ( , 4 ] Increasing on [ 4 , ) Minimum is 0 at ( 4 , 0 ) No maximum

    Coordinate-plane figure.
    Figure 1.131
  2. f ( x ) = | x | + 4 No x -intercepts y -intercept ( 0 , 4 ) Domain ( , ) Range [ 4 , ) Decreasing on ( , 0 ] Increasing on [ 0 , ) Minimum is 4 at ( 0 , 4 ) No maximum

    Coordinate-plane figure.
    Figure 1.132
  3. f ( x ) = | 4 x | x -intercept ( 0 , 0 ) y -intercept ( 0 , 0 ) Domain ( , ) Range [ 0 , ) Decreasing on ( , 0 ] Increasing on [ 0 , ) Minimum is 0 at ( 0 , 0 ) No maximum

    Coordinate-plane figure.
    Figure 1.133
  4. g ( t ) = 3 | t | t -intercept ( 0 , 0 ) y -intercept ( 0 , 0 ) Domain ( , ) Range ( , 0 ] Increasing on ( , 0 ] Decreasing on [ 0 , ) Maximum is 0 at ( 0 , 0 ) No minimum

    Coordinate-plane figure.
    Figure 1.134
  5. g ( t ) = 3 | t + 4 | 4 t -intercepts ( 16 3 , 0 ) , ( 8 3 , 0 ) y -intercept ( 0 , 8 ) Domain ( , ) Range [ 4 , ) Decreasing on ( , 4 ] Increasing on [ 4 , ) Minimum is 4 at ( 4 , 4 ) No maximum

    Coordinate-plane figure.
    Figure 1.135
  6. g ( t ) = 1 3 | 2 t 1 | t -intercepts ( 1 2 , 0 ) y -intercept ( 0 , 1 3 ) Domain ( , ) Range [ 0 , ) Decreasing on ( , 1 2 ] Increasing on [ 1 2 , ) Minimum is 0 at ( 1 2 , 0 ) No maximum

    Coordinate-plane figure.
    Figure 1.136
  7. F ( x ) = 2 | x + 1 | 3
  8. F ( x ) = | x 1.25 | 2.75
  9. F ( x ) = | x + 1 | + 2
  10. F ( x ) = 1 2 | x + 1 | + 3 2
  11. In each case, the graph of g can be obtained from the graph of f by reflecting the portion of the graph of f which lies below the x -axis about the x -axis. This meshes with Definition 1.9 since what we are doing algebraically is making the negative y -values positive.
  12. If F ( x ) = a | x h | + k , then for the vertex to be at ( 1 , 2 ) , h = 1 and k = 2 so F ( x ) = a | x 1 | 2 . Since ( 0 , 1 ) is on the graph, F ( 0 ) = 1 so 1 = a | 0 1 | 2 which means a = 1 . This means F ( x ) = | x 1 | 2 . However, ( 2.6 , 0 ) is also on the graph, so it should work out that F ( 2.6 ) = 0 . However, we find F ( 2.6 ) = | 2.6 1 | 2 = 0.4 0 .

    F ( x ) = { x 1 if  x 1 5 4 x 13 4 if  x 1 ,

  13. Re-write f ( x ) = x + | x | 3 as f ( x ) = { 3  if  x < 0 2 x 3  if  x 0 x -intercept ( 3 2 , 0 ) y -intercept ( 0 , 3 ) Domain ( , ) Range [ 3 , ) Increasing on [ 0 , ) Constant on ( , 0 ] Minimum is 3 at ( x , 3 ) where x 0 No maximum

    Coordinate-plane figure.
    Figure 1.137
  14. Re-write f ( x ) = | x + 2 | x as f ( x ) = { 2 x 2  if  x < 2 2  if  x 2 No x -intercepts y -intercept ( 0 , 2 ) Domain ( , ) Range [ 2 , ) Decreasing on ( , 2 ] Constant on [ 2 , ) Minimum is 2 at every point ( x , 2 ) where x 2 No maximum

    Coordinate-plane figure.
    Figure 1.138
  15. Re-write f ( x ) = | x + 2 | | x | as f ( x ) = { 2  if  x < 2 2 x + 2  if  2 x < 0 2  if  x 0 x -intercept ( 1 , 0 ) y -intercept ( 0 , 2 ) Domain ( , ) Range [ 2 , 2 ] Increasing on [ 2 , 0 ] Constant on ( , 2 ] Constant on [ 0 , ) Minimum is 2 at ( x , 2 ) where x 2 Maximum is 2 at ( x , 2 ) where x 0

    Coordinate-plane figure.
    Figure 1.139
  16. Re-write g ( t ) = | t + 4 | + | t 2 | as g ( t ) = { 2 t 2  if  t < 4 6  if  4 t < 2 2 t + 2  if  t 2 No t -intercept y -intercept ( 0 , 6 ) Domain ( , ) Range [ 6 , ) Decreasing on ( , 4 ] Constant on [ 4 , 2 ] Increasing on [ 2 , ) Minimum is 6 at ( t , 6 ) where 4 t 2 No maximum

    Coordinate-plane figure.
    Figure 1.140
  17. Re-write g ( t ) = | t + 4 | t + 4 as g ( t ) = { 1  if  t < 4 1  if  t > 4 No t -intercept y -intercept ( 0 , 1 ) Domain ( , 4 ) ( 4 , ) Range { 1 , 1 } Constant on ( , 4 ) Constant on ( 4 , ) Minimum is 1 at every point ( t , 1 ) where t < 4 Maximum is 1 at ( t , 1 ) where t > 4

    Coordinate-plane figure.
    Figure 1.141
  18. Re-write g ( t ) = | 2 t | 2 t as g ( t ) = { 1  if  t < 2 1  if  t > 2 No t -intercept y -intercept ( 0 , 1 ) Domain ( , 2 ) ( 2 , ) Range { 1 , 1 } Constant on ( , 2 ) Constant on ( 2 , ) Minimum is 1 at ( t , 1 ) where t > 2 Maximum is 1 at every point ( t , 1 ) where t < 2

    Coordinate-plane figure.
    Figure 1.142
  19. f ( x ) = | | x | 4 |
  20. x = 6 or x = 6
  21. x = 3 or x = 11 3
  22. x = 3 or x = 11
  23. t = 1 or t = 1
  24. t = 1 2 or t = 1 10
  25. no solution
  26. w = 3 or w = 3
  27. w = 13 8 or w = 53 8
  28. w = 3 2
  29. x = 0 or x = 2
  30. x = 1
  31. no solution
  32. x = 1 or x = 9
  33. x = 1 7 or x = 1
  34. x = 0 or x = 2
  35. t = 1
  36. t = 3 10
  37. t = 1 5 or t = 5
  38. [ 1 3 , 3 ]
  39. ( , 12 7 ) ( 8 7 , )
  40. ( 3 , 2 )
  41. ( , 1 ] [ 3 , )
  42. No solution
  43. ( , )
  44. ( 3 , 2 ] [ 6 , 11 )
  45. [ 3 , 4 ) ( 5 , 6 ]
  46. [ 12 7 , 6 5 ]
  47. ( , 4 ) ( 2 3 , )
  48. ( , 4 3 ] [ 6 , )
  49. ( , 5 )
  50. No Solution.
  51. [ 7 , 5 3 ]
  52. ( 1 , 5 3 )
  53. ( , )

Adapted from Precalculus, Preliminary 4th Edition (integrated calculus), by Carl Stitz and Jeff Zeager (stitz-zeager.com), licensed under CC BY-NC-SA 3.0. Changes were made: reformatted as an accessible XYZ web edition. License: CC-BY-NC-SA-3.0.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.