4.4 Solving Nonlinear Inequalities

4.4.1 Inequalities involving Quadratic Functions

We now turn our attention to solving inequalities involving quadratic functions. Consider the inequality x^2 \leq 6. We could use the fact that the square root is increasing[1] to get: \sqrt{x^2} \leq \sqrt{6}, or |x| \leq \sqrt{6}. This reduces to -\sqrt{6} \leq x \leq \sqrt{6} or, using interval notation, [-\sqrt{6}, \sqrt{6}]. If, however, we had to solve x^2 \leq x+6, things are more complicated. One approach is to complete the square:

    \[ \begin{array}{rcl} x^2 & \leq & x+6 \\ x^2 - x & \leq & 6 \\ x^2 - x + \frac{1}{4} & \leq & 6 + \frac{1}{4} \\ [3pt] \left(x - \frac{1}{2} \right)^2 & \leq & \frac{25}{4} \\ [3pt] \sqrt{\left(x - \frac{1}{2} \right)^2} & \leq & \sqrt{\frac{25}{4}} \\ [3pt] \left| x - \frac{1}{2} \right| & \leq & \frac{5}{2} \\ -\frac{5}{2} \quad \leq & x - \frac{1}{2} & \leq \quad \frac{5}{2} \\ -2 \quad & \leq x \leq & 3 \\ \end{array} \]

We get the solution [-2,3]. While there is nothing wrong with this approach, we seek methods here that will generalize to higher degree polynomials such as those seen in Chapter 2.

To that end, we look at the inequality x^2 \leq x+6 graphically. Identifying f(x) = x^2 and g(x) = x+6 , we graph f and g on the same set of axes below on the left and look for where the graph of f (the parabola) meets or is below the graph of g (the line). There are two points of intersection which we determine by solving f(x) = g(x) or x^2=x+6. As usual, we rewrite this equation as x^2-x-6 = 0 in order to use the primary tools we’ve developed to handle these types[2] of quadratic equations: factoring, or failing that, the Quadratic Formula. We find x^2-x-6 = (x+2)(x-3) so we get two solutions to (x+2)(x-3) = 0, namely x = -2 and x = 3. Putting these together with the graph, we obtain the same solution: [-2,3].

Two graphs side by side. The first graph is a graph of the quadratic x squared (in red) and the line x plus 6 (in blue). The portions of both graphs between x equals -2 and x equals 3 is highlighted. The intersections points (-2,4) and (3,9) are marked. The graph is labeled Solving x^2 less than or equal to x + 6. The second graph is of the function x squared minus x minus 6 (in red) graphed. The portion of both the graph and the x-axis between the points x equals -2 and x equals 3 highlighted. The graph is labeled Solving x^2 -x - 6 less than or equal to 0.
Graphical representations of the function f(x) and g(x)

Yet a third way to attack x^2 \leq x+6 is to rewrite the inequality as x^2-x-6 \leq 0. Here, we graph f(x) = x^2-x-6 to look for where the graph meets or is below the graph of g(x) = 0, a.k.a. the x-axis. Doing so requires us to find the zeros of f, that is, solve f(x) = x^2-x-6=0 from which we obtain x =-2 and x = 3 as before. We find the same solution, [-2,3] as is showcased in the graph above on the right.

One advantage to using this last approach is that we are essentially concerned with one function and its zeros. This approach can be generalized to all functions – not just quadratics, so we take the time to develop this method more thoroughly now.

Consider the graph of f(x) = x^2-x-6 below. The zeros of f are x=-2 and x=3 and they divide the domain (the x-axis) into three intervals: (-\infty, -2), (-2,3) and (3, \infty). For every number in (-\infty, -2), the graph of f is above the x-axis; in other words, f(x) > 0 for all x in (-\infty, -2). Similarly, f(x) < 0 for all x in (-2,3), and f(x) > 0 for all x in (3, \infty). We represent this schematically with the sign diagram below.

A Graph of the function x squared minus x minus 6. The graph is a quadratic that opens up and intersects the x-axis at the points (-2,0) and (3,0). Next to the graph is a sign chart with the values -2 and 3 marked on the line. Above the two values, there are zeros. To the left of -2 is a plus sign, between -2 and 3 is a minus sign, and after three is a plus sign.
Graph of f(x) and the corresponding sign diagram

 

The (+) above a portion of the number line indicates f(x) > 0 for those values of x and the (-) indicates f(x) < 0 there. The numbers labeled on the number line are the zeros of f, so we place 0 above them. For the inequality f(x) = x^2-x-6 \leq 0, we read from the sign diagram that the solution is [-2,3].

Our next goal is to establish a procedure by which we can generate the sign diagram without graphing the function. While parabolas aren’t that bad to graph knowing what we know, our sights are set on more general functions whose graphs are more complicated.

An important property of parabolas is that a parabola can’t be above the x-axis at one point and below the x-axis at another point without crossing the x-axis at some point in between. Said differently, if the function is positive at one point and negative at another, the function must have at least one zero in between. This property is a consequence of quadratic functions being continuous. A precise definition of `continuous’ requires the language of Calculus, but it suffices for us to know that the graph of a continuous function has no gaps or holes. This allows us to determine the sign of all of the function values on a given interval by testing the function at just one value in the interval.

The result below applies to all continuous functions defined on an interval of real numbers, but we restrict our attention to quadratic functions for the time being,

Steps for Creating A Sign Diagram for A Quadratic Function

Suppose f is a quadratic function.

  1. Compute the zeros of f and place them on the number line with the number 0 above them.
  2. Choose a real number, called a test value, in each of the intervals determined in step 1.
  3. Determine and record the sign of f(x) for each test value in step 2.

To use a sign diagram to solve an inequality, we must always remember to compare the function to 0.

Solving Inequalities using Sign Diagrams

To solve an inequality using a sign diagram:

  1. Rewrite the inequality so some function f(x) is being compared to `0.’
  2. Make a sign diagram for f.
  3. Record the solution.

We practice this approach in the following example.

Example 4.4.1

Example 4.4.1.1

Solve the following inequalities analytically[3] and check your solutions graphically.

2x^2 \leq 3-x

Solution:

Solve 2x^2 \leq 3-x.

To solve 2x^2 \leq 3-x, we rewrite it as 2x^2+x-3 \leq 0.

We find the zeros of f(x) = 2x^2 + x - 3 by solving 2x^2 + x - 3 = 0. Factoring gives (2x+3)(x-1)=0, so x = -\frac{3}{2} or x = 1.

We place these values on the number line with 0 above them and choose test values in the intervals \left(-\infty, -\frac{3}{2}\right), \left(-\frac{3}{2},1\right) and (1,\infty).

For the interval \left(-\infty, -\frac{3}{2}\right), we choose[4] x=-2; for \left(-\frac{3}{2},1\right), we pick x=0; and for (1,\infty), x=2.

Evaluating the function at the three test values gives us f(-2) = 3 > 0, so we place (+) above \left(-\infty, -\frac{3}{2}\right); f(0)=-3 < 0, so (-) goes above the interval \left(-\frac{3}{2},1\right); and, f(2) = 7, which means (+) is placed above (1,\infty).

We are solving 2x^2+x-3 \leq 0, so we need solutions to 2x^2+x-3 < 0 as well as solutions for 2x^2+x-3 =0. For 2x^2+x-3 < 0, we need the intervals which we have a (-) above them.

The sign diagram shows only one: \left(-\frac{3}{2},1\right). Also, we know 2x^2+x-3 =0 when x=-\frac{3}{2} and x=1, so our final answer is \left[-\frac{3}{2},1\right].

To verify our solution graphically, we refer to the original inequality, 2x^2 \leq 3-x. We let g(x) = 2x^2 and h(x)=3-x. We are looking for the x values where the graph of g (in red) is below that of h (in blue) (the solution to g(x) < h(x)) as well as the points of intersection (the solutions to g(x)=h(x)). The graphs of g and h are given on the right with the sign chart on the left.

Rendered by QuickLaTeX.com

Example 4.4.1.2

Solve the following inequalities analytically[5] and check your solutions graphically.

t^2 - 2t > 1

Solution:

Solve t^2 - 2t > 1.

Once again, we re-write t^2-2t > 1 as t^2-2t-1>0 and we identify f(t)=t^2-2t-1.

When we go to find the zeros of f, we find, to our chagrin, that the quadratic t^2-2t-1 doesn’t factor nicely. Hence, we resort to the Quadratic Formula and find t=1 \pm \sqrt{2}.

As before, these zeros divide the number line into three pieces. To help us decide on test values, we approximate 1 - \sqrt{2} \approx -0.4 and 1 + \sqrt{2} \approx 2.4.

We choose t=-1, t=0 and t=3 as our test values and find f(-1)= 2, which is (+); f(0)=-1 which is (-); and f(3)=2 which is (+) again.

Our solution to t^2-2t-1>0 is where we have (+), so, in interval notation \left(-\infty, 1-\sqrt{2}\right) \cup \left(1+\sqrt{2},\infty\right).

To check the inequality t^2 - 2t > 1 graphically, we set g(t) = t^2-2t and h(t)=1. We are looking for the t values where the graph of g (in red) is above the graph of h (in blue). As before we present the graphs on the right and the sign chart on the left.

Rendered by QuickLaTeX.com

Example 4.4.1.3

Solve the following inequalities analytically[6] and check your solutions graphically.

x^2+1 \leq 2x

Solution:

Solve x^2+1 \leq 2x.

To solve x^2+1 \leq 2x, as before, we solve x^2-2x+1 \leq 0.

Setting f(x) = x^2-2x+1=0, we find only one zero of f: x = 1.

This one x value divides the number line into two intervals, from which we choose x=0 and x=2 as test values. We find f(0)=1 > 0 and f(2) = 1 > 0.

Because we are looking for solutions to x^2-2x+1 \leq 0, we are looking for x values where x^2-2x+1 < 0 as well as where x^2-2x+1 = 0. Looking at our sign diagram, there are no places where x^2-2x+1 < 0 (there are no (-)), so our solution is only x=1 (where x^2-2x+1 = 0). We write this as \left\{1\right\}.

Graphically, we solve x^2+1 \leq 2x by graphing g(x) = x^2+1 and h(x)=2x. We are looking for the x values where the graph of g (in red) is below the graph of h (in blue), for x^2+1 < 2x, and/or where the two graphs intersect (x^2+1 = 2x). Notice that the line and the parabola touch at \left(1, 2\right), but the parabola is always above the line otherwise.[7]

Rendered by QuickLaTeX.com

Example 4.4.1.4

Solve the following inequalities analytically[8] and check your solutions graphically.

2t-t^2 \geq |t-1|-1

Solution:

Solve 2t-t^2 \geq |t-1|-1.

To solve 2t-t^2 \geq |t-1|-1 analytically we first rewrite the absolute value using cases.

For t< 1, |t-1| = -(t-1) = -t+1, so we get 2t-t^2 \geq (-t+1)-1 which simplifies to t^2-3t \leq 0.

Finding the zeros of f(t) = t^2-3t, we get t=0 and t=3.

However, we are concerned only with the portion of the number line where t < 1, so the only zero that we deal with is t=0. This divides the interval t<1 into two intervals: (-\infty, 0) and (0,1).

We choose t=-1 and t=\frac{1}{2} as our test values. We find f(-1) = 4 and f\left(\frac{1}{2}\right) = -\frac{5}{4}.

Hence, our solution to t^2-3t \leq 0 for t < 1 is [0,1).

Next, we turn our attention to the case t \geq 1. Here, |t-1| = t-1, so our original inequality becomes 2t-t^2 \geq (t-1)-1, or t^2-t-2 \leq 0.

Setting g(t) = t^2-t-2, we find the zeros of g to be t=-1 and t=2.

Of these, only t=2 lies in the region t\geq 1, so we ignore t=-1. Our test intervals are now [1,2) and (2,\infty). We choose t=1 and t=3 as our test values and find g(1) = -2 and g(3) = 4.

Hence, our solution to g(t) = t^2-t-2 \leq 0, in this region is [1,2).

Rendered by QuickLaTeX.com

Combining these into one sign diagram, we have that our solution is [0,2].

Graphically, to check 2t-t^2 \geq |t-1|-1, we set h(t) = 2t-t^2 (in red) and i(t) = |t-1|-1 (in blue) and look for the t values where the graph of h intersects or is above the the graph of i. The combined sign chart is given on the left and the graphs are on the right.

Rendered by QuickLaTeX.com

We continue this section with an example that combines quadratic inequalities with piecewise functions.

Example 4.4.2

Example 4.4.2

Rewrite g(x) = |x^2 - x - 6| as a piecewise function and graph.

Solution:

Using the definition of absolute value, Definition 1.12 and the sign diagram we constructed for f(x) = x^2-x-6 near the beginning of the subsection, we get:

    \[ \begin{array}{ccc} g(x) = |x^2-x-6| &  =  & \left\{ \begin{array}{cc} -(x^2-x-6) & \text{if } (x^2-x-6) < 0 \\ (x^2-x-6) & \text{if } (x^2-x-6) \geq 0 \\ \end{array} \right. \\[8pt] & = & \left\{ \begin{array}{cc} -x^2+x+6 & \text{if } -2 < x < 3 \\ x^2-x-6 & \text{if } x \leq -2 \text{ or } x \geq 3 \\ \end{array} \right. \\ \end{array} \]

Going through the usual machinations results on the graph on the right. Compare it to the graph on the left. Notice anything?

Rendered by QuickLaTeX.com

If we take a step back and look at the graphs of f and g, we notice that to obtain the graph of g from the graph of f, we reflect a portion of the graph of f about the x-axis. In general, if g(x) = |f(x)|, then:

    \[ g(x) = |f(x)| = \left\{ \begin{array}{cc} -f(x) & \text{if } f(x) < 0 \\ f(x) & \text{if } f(x) \geq 0 \\ \end{array} \right. \]

The function g is defined so that when f(x) is negative (i.e., when its graph is below the x-axis), the graph of g is the reflection of the graph of f across the x-axis. This is a general method to graph functions of the form g(x) = |f(x)|. Indeed, the graph of g(x) = |x| can be obtained by reflection the portion of the line f(x) =x which is below the x-axis back above the x-axis creating the characteristic `\vee‘ shape.[9]

4.4.2 Inequalities Involving Rational Functions and Applications

In this subsection, we solve equations and inequalities involving rational functions and explore associated application problems. Our first example showcases the critical difference in procedure between solving equations and inequalities.

Example 4.4.3

Example 4.4.3.1

Solve \dfrac{x^3-2x+1}{x-1} = \dfrac{1}{2}x-1.

Solution:

Solve \dfrac{x^3-2x+1}{x-1} = \dfrac{1}{2}x-1.

To solve the equation, we clear denominators

    \[ \begin{array}{rclr} \dfrac{x^3-2x+1}{x-1} & = & \dfrac{1}{2}x-1 & \\ [10pt] \left(\dfrac{x^3-2x+1}{x-1}\right) \cdot 2(x-1) & = & \left( \dfrac{1}{2}x-1 \right) \cdot 2(x-1) & \\ [10pt] 2x^3 - 4x + 2 & = & x^2-3x+2 & \text{expand} \\ 2x^3 -x^2 - x & = & 0 & \\ x(2x+1)(x-1) & = & 0 & \text{factor}\\ x & = & -\frac{1}{2}, \, 0, \, 1 & \\ \end{array}\]

Due to the fact that we cleared denominators, we need to check for extraneous solutions. Sure enough, we see that x=1 does not satisfy the original equation, so our only solutions are x=-\frac{1}{2} and x=0.

Example 4.4.3.2

Solve \dfrac{x^3-2x+1}{x-1} \geq \dfrac{1}{2}x-1.

Solution:

Solve \dfrac{x^3-2x+1}{x-1} \geq \dfrac{1}{2}x-1.

To solve the inequality, it may be tempting to begin as we did with the equation - namely by multiplying both sides by the quantity (x-1). The problem is that, depending on x, (x-1) may be positive (which doesn’t affect the inequality) or (x-1) could be negative (which would reverse the inequality). Instead of working by cases, we collect all of the terms on one side of the inequality with 0 on the other and make a sign diagram using the technique given in Section 3.3.

    \[ \begin{array}{rclr} \dfrac{x^3-2x+1}{x-1} & \geq & \dfrac{1}{2}x-1 & \\ [10pt] \dfrac{x^3-2x+1}{x-1} - \dfrac{1}{2} x + 1& \geq & 0& \\ [10pt] \dfrac{2 \left(x^3-2x+1\right)}{2(x-1)} - \dfrac{x(x-1)}{2(x-1)} + \dfrac{2(x-1)}{2(x-1)}& \geq & 0&\text{get a common denominator} \\ [10pt] \dfrac{2\left(x^3-2x+1\right)-x(x-1)+2(x-1)}{2(x-1)} & \geq & 0 & \\ [10pt] \dfrac{2x^3-x^2-x}{2x-2} & \geq & 0 & \text{expand} \\ \end{array} \]

Viewing the left hand side as a rational function r(x) we make a sign diagram.

The only value excluded from the domain of r is x=1 which is the solution to 2x-2=0. The zeros of r are the solutions to 2x^3-x^2-x=0, which we have already found to be x=0, x=-\frac{1}{2} and x=1, the latter was discounted as a zero because it is not in the domain.

Choosing test values in each test interval, we construct the sign diagram below.

Rendered by QuickLaTeX.com

We are interested in where r(x) \geq 0. We see r(x) > 0, or (+), on the intervals \left(-\infty, -\frac{1}{2}\right), (0,1) and (1, \infty). We know r(x) = 0 when x = -\frac{1}{2} and x = 0.

Hence, r(x) \geq 0 on \left( - \infty, -\frac{1}{2} \right] \cup [0,1) \cup (1, \infty).

Example 4.4.3.3

Verify your solutions to 1 and 2 using a graph.

Solution:

To check our answers graphically, let \textcolor{red}{f(x) = \frac{x^3-2x+1}{x-1}} and \textcolor{blue}{g(x) = \frac{1}{2} x -1}.

The solutions to f(x)=g(x) are the x-coordinates of the points where the graphs of y=f(x) and y=g(x) intersect. We graph both f (red) and g (blue) below.

We find only two intersection points, (-0.5, -1.25) and (0,-1) which correspond to our solutions x = -\frac{1}{2} and x = 0.

The solution to f(x) \geq g(x) represents not only where the graphs meet, but the intervals over which the graph of y=f(x) is above (>) the graph of g(x). From the graph, this appears to happen on \left( - \infty, -\frac{1}{2} \right] \cup [0, \infty) which almost matches the answer we found analytically.

We have to remember that f is not defined at x=1, so it cannot be included in our solution.[10]

Rendered by QuickLaTeX.com

The important take-away from Example 4.4.3 is not to clear fractions when working with an inequality unless you know for certain the sign of the denominators. We offer another example.

Example 4.4.4

Example 4.4.4

Solve: 2t (3t-2)^{-1} \leq 3t^2 (3t-2)^{-2}. Check your answer using a graph.

Solution:

We begin by rewriting the terms with negative exponents as fractions and gathering all nonzero terms to one side of the inequality:

    \[ \begin{array}{rclr} 2t (3t-2)^{-1} & \leq & 3t^2 (3t-2)^{-2}& \\ [6pt] \dfrac{2t}{3t-2} & \leq & \dfrac{3t^2}{(3t-2)^2} & \\ [10pt] \dfrac{2t}{3t-2} - \dfrac{3t^2}{(3t-2)^2} & \leq & 0 & \\ [10pt] \dfrac{2t(3t-2)}{(3t-2)^2} - \dfrac{3t^2}{(3t-2)^2} & \leq & 0 & \text{get a common denominator} \\ [10pt] \dfrac{2t(3t-2) - 3t^2}{(3t-2)^2} & \leq & 0 &\\ [10pt] \dfrac{3t^2-4t}{(3t-2)^2} & \leq & 0 & \text{expand} \\ [10pt] \end{array} \]

We define r(t) = \frac{3t^2-4t}{(3t-2)^2} and set about constructing a sign diagram for r.

Solving (3t-2)^2 = 0 gives t = \frac{2}{3} as our sole excluded value. To find the zeros of r, we set r(t) = \frac{3t^2-4t}{(3t-2)^2} = 0 and solve 3t^2-4t = 0. Factoring gives t(3t-4) = 0 so our solutions are t = 0 and t = \frac{4}{3}.

After choosing test values, we get the sign diagram below on the left. We are looking for where r(t) \leq 0, we are looking for where r(t) is (-) or r(t) = 0.

Hence, our final answer is \left[0, \frac{2}{3} \right) \cup \left(\frac{2}{3}, \frac{4}{3} \right].

Below on the right, we graph \textcolor{red}{f(t) = 2t(3t-1)^{-1}} and \textcolor{blue}{g(t) = 3t^2(3t-2)^{-2}}. Sure enough, the graph of f intersects the graph of g when t = 0 and t = \frac{4}{3}. Moreover, the graph of f is below the graph of g everywhere they are defined between these values, in accordance with our algebraic solution.

Rendered by QuickLaTeX.com

One thing to note about Example 4.4.4 is that the quantity (3t-2)^2 \geq 0 for all values of t. Hence, as long as we remember t = \frac{2}{3} is excluded from consideration, we could actually multiply both sides of the inequality in Example 4.4.4 by (3t-2)^2 to obtain 2t(3t-2) \leq 3t^2. We could then solve this (slightly easier) inequality using the methods of Section 2.1 as long as we remember to exclude t = \frac{2}{3} from our solution. Once again, the more you understand, the less you have to memorize. If you know the `why‘ behind an algorithm instead of just the `how,’ you will know when you can short-cut it.

Our next example is an application of average cost. Recall from Definition 3.7 if C(x) represents the cost to make x items then the average cost per item is given by \overline{C}(x) = \frac{C(x)}{x}, for x>0.

Example 4.4.5

Example 4.4.5.1

Recall from Example 1.3.8 that the cost, C(x), in dollars, to produce x PortaBoy game systems for a local retailer is C(x) = 80x + 150, x \geq 0.

Write an expression for the average cost function, \overline{C}(x).

Solution:

Write an expression for the average cost function, \overline{C}(x).

From \overline{C}(x) = \frac{C(x)}{x}, we obtain \overline{C}(x) = \frac{80x+150}{x}.

The domain of C is x \geq 0, but remember x=0 causes problems for \overline{C}(x), so we get our domain to be x>0, or (0, \infty).

Example 4.4.5.2

Recall from Example 1.3.8 that the cost, C(x), in dollars, to produce x PortaBoy game systems for a local retailer is C(x) = 80x + 150, x \geq 0.

Solve \overline{C}(x) < 100 and interpret.

Solution:

Solve \overline{C}(x) < 100 and interpret.

Solving \overline{C}(x) < 100 means we solve \frac{80x+150}{x} < 100. We proceed as in the previous example.

    \[ \begin{array}{rclr} \dfrac{80x+150}{x} & < & 100 & \\ [10pt] \dfrac{80x+150}{x} - 100 & < & 0 & \\ [10pt] \dfrac{80x + 150 - 100x}{x} & < & 0 & \text{common denominator} \\ [10pt] \dfrac{150 - 20x}{x} & < & 0 & \\ \end{array} \]

If we take the left hand side to be a rational function r(x), we need to keep in mind that the applied domain of the problem is x > 0. This means we consider only the positive half of the number line for our sign diagram. On (0, \infty), r is defined everywhere so we need only look for zeros of r. Setting r(x)=0 gives 150-20x =0, so that x = \frac{15}{2}= 7.5. The test intervals on our domain are (0, 7.5) and (7.5, \infty). We find r(x) < 0 on (7.5, \infty).

Rendered by QuickLaTeX.com

In the context of the problem, x represents the number of PortaBoy games systems produced and \overline{C}(x) is the average cost to produce each system. Solving \overline{C}(x) < 100 means we are trying to find how many systems we need to produce so that the average cost is less than 100 dollars per system. Our solution, (7.5, \infty) tells us that we need to produce more than 7.5 systems to achieve this. Because it doesn’t make sense to produce half a system, our final answer is [8, \infty).

Example 4.4.5.3

Recall from Example 1.3.8 that the cost, C(x), in dollars, to produce x PortaBoy game systems for a local retailer is C(x) = 80x + 150, x \geq 0.

Determine the behavior of \overline{C}(x) as x \rightarrow \infty and interpret.

Solution:

Determine the behavior of \overline{C}(x) as x \rightarrow \infty and interpret.

When we apply Theorem 3.3 to \overline{C}(x) we find that y=80 is a horizontal asymptote to the graph of y=\overline{C}(x). To more precisely determine the behavior of \overline{C}(x) as x \rightarrow \infty, we first use long division[11] and rewrite \overline{C}(x) = 80+\frac{150}{x}.

As x \rightarrow \infty, \frac{150}{x} \rightarrow 0^{+}, which means

    \[ \overline{C}(x) \approx 80 + \text{very small $(+)$} \]

Thus the average cost per system is getting closer to 80 dollars per system.

If we set \overline{C}(x) = 80, we get \frac{150}{x} = 0, which is impossible, so we conclude that \overline{C}(x) > 80 for all x > 0. This means that the average cost per system is always greater than 80 dollars per system, but the average cost is approaching this amount as more and more systems are produced. Looking back at Example 1.3.8 we realize 80 dollars is the variable cost per system - the cost per system above and beyond the fixed initial cost of 150 dollars. Another way to interpret our answer is that `infinitely’ many systems would need to be produced to effectively `zero out’ the fixed cost.

Note that number 2 in Example 4.4.5 is another opportunity to short-cut the standard algorithm and obtain the solution more quickly if we take stock of the situation. The applied domain is x>0, so we can multiply through the inequality \frac{80x+150}{x} < 100 by x without worrying about changing the sense of the inequality. This reduces the problem to 80x+150 < 100x, a basic linear inequality whose solution is readily seen to be x > 7.5. It is absolutely critical here that x>0. Indeed, any time you decide to multiply an inequality by a variable expression, it is necessary to justify why the inequality is preserved. Our next example is another classic `box with no top’ problem. The reader is encouraged to compare and contrast this problem with Example 2.2.4 in Section 2.2.

Example 4.4.6

Example 4.4.6.1

A box with a square base and no top is to be constructed so that it has a volume of 1000 cubic centimeters. Let x denote the width of the box, in centimeters as seen below.

Rendered by QuickLaTeX.com

Explain why the height of the box (in centimeters) is a function of the width x. Call this function h and write an expression for h(x), complete with an appropriate applied domain.

Solution:

Explain why the height of the box (in centimeters) is a function of the width x. Call this function h and write an expression for h(x), complete with an appropriate applied domain.

We are told that the volume of the box is 1000 cubic centimeters and that x represents the width, in centimeters. As x represents a physical dimension of a box, we have that x>0. From geometry, we know volume = width\timesheight\timesdepth.

The base of the box is a square, so the width and the depth are both x centimeters. Hence, 1000 = x^2 (\text{height}). Solving for the height, we get \text{height} = \frac{1000}{x^2}.

In other words, for each width x>0, we are able to compute the[12] corresponding height using the formula \frac{1000}{x^2}. Hence, the height is a function of x.

Using function notation, we write h(x) = \frac{1000}{x^2}. As mentioned before, our only restriction is x>0 so the domain of h is (0, \infty).

Example 4.4.6.2

A box with a square base and no top is to be constructed so that it has a volume of 1000 cubic centimeters. Let x denote the width of the box, in centimeters as seen below.

Rendered by QuickLaTeX.com

Solve h(x) \geq x and interpret.

Solution:

Solve h(x) \geq x and interpret.

To solve h(x) \geq x, we proceed as before and collect all nonzero terms on one side of the inequality in order to use a sign diagram.

    \[ \begin{array}{rclr} h(x) & \geq & x & \\ [10pt] \dfrac{1000}{x^2} & \geq & x & \\ [10pt] \dfrac{1000}{x^2} - x & \geq & 0 \\ [10pt] \dfrac{1000-x^3}{x^2} & \geq & 0 & \text{common denominator} \\[10pt] \end{array} \]

We consider the left hand side of the inequality as our rational function r(x). We see immediately the only value excluded from the domain of r is 0, but our applied domain is x>0, thus we restrict our attention to the interval (0, \infty). The sole zero of r comes when 1000-x^3 = 0, or when x=10.

Choosing test values in the intervals (0,10) and (10, \infty) gives the following:

Rendered by QuickLaTeX.com

We see r(x) > 0 on (0,10), and because r(x) = 0 at x=10, our solution is (0,10].

In the context of the problem, h(x) represents the height of the box while x represents the width (and depth) of the box. Solving h(x) \geq x is tantamount to finding the values of x which result in a box where the height is at least as big as the width (and, in this case, depth.) Our answer tells us the width of the box can be at most 10 centimeters for this to happen.[13]

Example 4.4.6.3

A box with a square base and no top is to be constructed so that it has a volume of 1000 cubic centimeters. Let x denote the width of the box, in centimeters as seen below.

Rendered by QuickLaTeX.com

Determine and interpret the behavior of h(x) as x \rightarrow 0^{+} and as x \rightarrow \infty.

Solution:

Determine and interpret the behavior of h(x) as x \rightarrow 0^{+} and as x \rightarrow \infty.

As x \rightarrow 0^{+}, h(x) = \frac{1000}{x^2} \rightarrow \infty.

This means that the smaller the width x (and, in this case, depth), the larger the height h has to be in order to maintain a volume of 1000 cubic centimeters.

As x \rightarrow \infty, we find h(x) \rightarrow 0^{+}, which means that in order to maintain a volume of 1000 cubic centimeters, the width and depth must get bigger as the height becomes smaller.

Example 4.4.6.4

A box with a square base and no top is to be constructed so that it has a volume of 1000 cubic centimeters. Let x denote the width of the box, in centimeters as seen below.

Rendered by QuickLaTeX.com

Express the surface area of the box as a function of x, S(x) and state the applied domain.

Solution:

Express the surface area of the box as a function of x, S(x) and state the applied domain.

As a result of the box having no top, the surface area can be found by adding the area of each of the sides to the area of the base. The base is a square of dimensions x by x, and each side has dimensions x by h(x). We get the surface area,

    \[ S(x) = x^2+4xh(x)\]

But h(x) = \frac{1000}{x^2}, so we have

    \[ \begin{array}{rcl} S(x) & = & x^2+4x \left( \frac{1000}{x^2}\right) \\[6pt] & = & x^2 + \frac{4000}{x} \end{array} \]

The domain of S is the same as h, namely (0, \infty), for the same reasons as above.

Example 4.4.6.5

A box with a square base and no top is to be constructed so that it has a volume of 1000 cubic centimeters. Let x denote the width of the box, in centimeters as seen below.

Rendered by QuickLaTeX.com

Use technology to approximate (to two decimal places) the dimensions of the box which minimize the surface area.

Solution:

Use technology to approximate (to two decimal places) the dimensions of the box which minimize the surface area.

To graph y = S(x), we create a table of values. Doing so, we find a local minimum when x \approx 12.60. As far as we can tell,[14] this is the only local extremum, so it is the (absolute) minimum as well. This means that the width and depth of the box should each measure approximately 12.60 centimeters. To determine the height, we find h(12.60) \approx 6.30, so the height of the box should be approximately 6.30 centimeters.[15]

Rendered by QuickLaTeX.com

 

4.4.3 Inequalities Involving Power and Root Functions

Next, we move on to solving inequalities with power functions. As we’ve seen with other types of non-linear inequalities,[16] an invaluable tool for us is the Sign Diagram.

Steps for Constructing a Sign Diagram for an Algebraic Function

Suppose f is an algebraic function.

  1. Place any values excluded from the domain of f on the number line with a dashed above them.
  2. Find the zeros of f and place them on the number line with the number 0 above them.
  3. Choose a test value in each of the intervals determined in steps 1 and 2.
  4. Determine and record the sign of f(x) for each test value in step 3.

As you may recall, sign diagrams compare functions to 0, thus the first step in solving inequalities using a sign diagram is to gather all the nonzero terms one one side of the inequality. We demonstrate this technique in the following example.

Example 4.4.7

Example 4.4.7.1

Solve the following inequalities. Check your answers graphically.

2-\sqrt[4]{x+3} \geq 0

Solution:

Solve 2-\sqrt[4]{x+3} \geq 0.

To solve 2-\sqrt[4]{x+3} \geq 0, it is tempting to rewrite this inequality as 2 \geq \sqrt[4]{x+3} and rid ourselves of the fourth root by raising both sides of this inequality to the fourth power. While this technique works sometimes, it doesn’t work all the time because raising both sides of an inequality to the fourth (more generally, to an even) power does not necessarily preserve inequalities.[17] For that reason, we solve this inequality using a sign diagram as this technique will always produce a correct solution.

We already have all the nonzero terms on one side of the inequality, so we let r(x) = 2-\sqrt[4]{x+3} and proceed to make a sign diagram. Owing to the presence of the fourth root, we know x+3 \geq 0 or x \geq -3. Hence, we only concern ourselves with the portion of the number line representing [3, \infty).

Next, we find the zeros of r by solving r(x) = 2-\sqrt[4]{x+3}=0. We get \sqrt[4]{x+3} = 2, so x+3= 16 and we get x=13. We find this solution checks in our original equation,[18] and proceed to construct the sign diagram below on the left. As we are looking for where r(x) = 2-\sqrt[4]{x+3} \geq 0, we are looking for the zeros of r along with the intervals over which r(x) is (+).

We record our answer as [-3, 13].

Below is the graph of y = 2-\sqrt[4]{x+3}, and we can see that, indeed, the graph is above the x-axis (y=0) from [-3, 13) and meets the x-axis at x=13, verifying our answer.

Rendered by QuickLaTeX.com

Example 4.4.7.2

Solve the following inequalities. Check your answers graphically.

t^{2/3} < t^{4/3} - 6

Solution:

Solve t^{2/3} < t^{4/3} - 6.

To solve t^{\frac{2}{3}} < t^{\frac{4}{3}} - 6, we first rewrite as t^{\frac{4}{3}} -t^{\frac{2}{3}} - 6 > 0.

We set r(t) = t^{\frac{4}{3}} -t^{\frac{2}{3}} - 6 and note that the denominators in the exponents are 3, so they correspond to cube roots, which means the domain of r is (-\infty, \infty).

To find the zeros for the sign diagram, we set r(t) = 0 and attempt to solve t^{\frac{4}{3}} - t^{\frac{2}{3}} - 6 = 0.

As a result of there being three terms, and the exponent on one of the variable terms, t^{\frac{4}{3}}, is exactly twice that of the other, t^{\frac{2}{3}}, we have ourselves a `quadratic in disguise.’ If we let u = t^{\frac{2}{3}}, then u^2 = t^{\frac{4}{3}}, so in terms of u, we have u^2 - u - 6 = 0.

Solving we get u = -2 or u = 3, hence t^{\frac{2}{3}} = -2 or t^{\frac{2}{3}} = 3.

In root-power notation, these are \sqrt[3]{t^2} = -2 or \sqrt[3]{t^2}= 3. Cubing both sides of these equations results in t^2 = -8, which admits no real solution, or t^2 = 27, which gives t = \pm 3 \sqrt{3}.

Using these zeros, we construct the sign diagram below on the left.

We find r(t) = t^{\frac{4}{3}} -t^{\frac{2}{3}} - 6 > 0 on \left(-\infty, -3 \sqrt{3}\right)\cup \left(3 \sqrt{3}, \infty\right).

To check our answer graphically, we set \textcolor{red}{f(t) = t^{\frac{2}{3}}} and \textcolor{blue}{g(t) = t^{\frac{4}{3}}-6}. The solution to t^{\frac{2}{3}} < t^{\frac{4}{3}} - 6 corresponds to the inequality f(t) < g(t), which means we are looking for the t values for which the graph of f is below the graph of g. On the graph below, we see the graph of f is below the graph of g for t < - 5.196 and again for t > 5.196, which are the grapher’s approximations to \pm 3 \sqrt{3}.

Rendered by QuickLaTeX.com

Example 4.4.7.3

Solve the following inequalities. Check your answers graphically.

3 (2-x)^{\frac{1}{3}} \leq x (2-x)^{-\frac{2}{3}}

Solution:

Solve 3 (2-x)^{\frac{1}{3}} \leq x (2-x)^{-\frac{2}{3}}.

To solve 3 (2-x)^{\frac{1}{3}} \leq x (2-x)^{-\frac{2}{3}}, we first gather all the nonzero terms to one side and obtain 3 (2-x)^{\frac{1}{3}} - x (2-x)^{-\frac{2}{3}} \leq 0. Setting r(x) = 3 (2-x)^{\frac{1}{3}} - x (2-x)^{-\frac{2}{3}}, because the denominators of the rational exponents are odd, we have no domain concerns owing to even indexed roots. However, the negative exponent on the second term indicates a denominator. Rewriting r(x) with positive exponents, we obtain

    \[r(x) = 3 (2-x)^{\frac{1}{3}} - \frac{x}{(2-x)^{\frac{2}{3}}}\]

Setting the denominator equal to zero we get (2-x)^{\frac{2}{3}} = 0, which reduces to 2-x=0, or x=2. Hence, the domain of r is (-\infty, 2) \cup (2, \infty).

To find the zeros of r, we set r(x) = 0, so we set about solving

    \[3 (2-x)^{\frac{1}{3}} - \frac{x}{(2-x)^{\frac{2}{3}}} = 0.\]

Clearing denominators, we get 3 (2-x)^{\frac{1}{3}} (2-x)^{\frac{2}{3}} - x = 0. As the denominators of the exponents are odd, we may use Theorem 4.3 to simplify this to 3(2-x)^{1} - x = 0, and obtain 6-4x = 0 or x = \frac{3}{2}. In order for us to be able to more easily determine the sign of r(x) at the test values, we rewrite r(x) as a single term.[19] There are two schools of thought on how to proceed, so we demonstrate both.

  • Factoring Approach: From r(x) = 3 (2-x)^{\frac{1}{3}} - x (2-x)^{-\frac{2}{3}}, we note that the quantity (2-x) is common to both terms. When we factor out common factors, we factor out the quantity with the smaller exponent. In this case, we note -\frac{2}{3} < \frac{1}{3}, so we factor (2-x)^{-\frac{2}{3}} from both quantities. While it may seem odd to do so, we need to factor (2-x)^{-\frac{2}{3}} from (2-x)^{\frac{1}{3}}, which results in subtracting the exponent -\frac{2}{3} from \frac{1}{3}. We proceed using the usual properties of exponents.

        \[ \begin{array}{rclr} r(x) & = & 3 (2-x)^{\frac{1}{3}} - x (2-x)^{-\frac{2}{3}} & \\ [3pt] & = & (2-x)^{-\frac{2}{3}} \left[ 3 (2-x)^{\frac{1}{3} - \left(-\frac{2}{3}\right)} - x\right] & \\ [6pt] & = & (2-x)^{-\frac{2}{3}}\left[3(2-x)^{\frac{3}{3}} - x\right] & \\ [3pt] & = & (2-x)^{-\frac{2}{3}}\left[3(2-x)^{1} - x\right] & \\ [3pt] & = & (2-x)^{-\frac{2}{3}}\left(6-4x\right) & \\ [3pt] & = & (2-x)^{-\frac{2}{3}}\left(6-4x\right) & \\ \end{array}\]

    Written without negative exponents, we have r(x) = \dfrac{6-4x}{(2-x)^{\frac{2}{3}}}.

  • Common Denominator Approach: We rewrite

        \[ \begin{array}{rclr} r(x) & = & 3 (2-x)^{\frac{1}{3}} - x (2-x)^{-\frac{2}{3}} & \\ [3pt] & = & 3 (2-x)^{\frac{1}{3}} - \dfrac{x}{(2-x)^{\frac{2}{3}}} & \\ [10pt] & = & \dfrac{3 (2-x)^{\frac{1}{3}}(2-x)^{\frac{2}{3}}}{(2-x)^{\frac{2}{3}}} - \dfrac{x}{(2-x)^{\frac{2}{3}}} & \text{common denominator} \\ [10pt] & = & \dfrac{3 (2-x)^{\frac{1}{3} + \frac{2}{3}}}{(2-x)^{\frac{2}{3}}} - \dfrac{x}{(2-x)^{\frac{2}{3}}} & \text{Theorem 4.3} \\ [10pt] & = & \dfrac{3 (2-x)^{\frac{3}{3}}}{(2-x)^{\frac{2}{3}}} - \dfrac{x}{(2-x)^{\frac{2}{3}}} & \\ [10pt] & = & \dfrac{3 (2-x)^1}{(2-x)^{\frac{2}{3}}} - \dfrac{x}{(2-x)^{\frac{2}{3}}} & \\ [10pt] & = & \dfrac{3 (2-x) - x}{(2-x)^{\frac{2}{3}}} & \\ [10pt] & = & \dfrac{6-4x}{(2-x)^{\frac{2}{3}}} & \\ \end{array}\]

Using either approach, we end up with the same, simpler, expression for r(x) and we use that to create our sign diagram as shown below on the left. We find r(x) \leq 0 on \left[\frac{3}{2},2\right) \cup (2, \infty).

To check this graphically, we set \textcolor{red}{f(x)=3 (2-x)^{\frac{1}{3}}} and \textcolor{blue}{g(x) = x (2-x)^{-\frac{2}{3}}}. We confirm that the graphs intersect at x=\frac{3}{2} and the graph of f is below the graph of g for x > \frac{3}{2}, with the exception of x=2 where it appears the graph of g has a vertical asymptote.

Rendered by QuickLaTeX.com

Example 4.4.7.4

Solve the following inequalities. Check your answers graphically.

(t-4)^{\frac{2}{3}} \geq -\dfrac{2t}{3(t-4)^{\frac{1}{3}}}

Solution:

Solve (t-4)^{\frac{2}{3}} \geq -\dfrac{2t}{3(t-4)^{\frac{1}{3}}}.

While it may be tempting to begin solving our last inequality by clearing denominators, owing to the odd root, the quantity 3(t-4)^{\frac{1}{3}} can be both positive and negative for different values of t. This means that if we chose to multiply both sides of our inequality by this quantity, we have no guarantee if the inequality would be preserved. Hence we proceed as usual by gathering all the nonzero terms to one side, and, with the ultimate goal of creating a sign diagram, get common denominators.

    \[ \begin{array}{rclr} (t-4)^{\frac{2}{3}} & \geq & - \dfrac{2t}{3(t-4)^{\frac{1}{3}}} & \\ (t-4)^{\frac{2}{3}} + \dfrac{2t}{3(t-4)^{\frac{1}{3}}} & \geq & 0 \\ \dfrac{ (t-4)^{\frac{2}{3}} \cdot 3(t-4)^{\frac{1}{3}} }{3(t-4)^{\frac{1}{3}}} + \dfrac{2t}{3(t-4)^{\frac{1}{3}}} & \geq & 0 & \text{common denominator} \\ \dfrac{3(t-4)^{\frac{2}{3}+\frac{1}{3}}}{3(t-4)^{\frac{1}{3}}} + \dfrac{2t}{3(t-4)^{\frac{1}{3}}} & \geq & 0 & \text{Theorem 4.3} \\ \dfrac{3(t-4)^{1}}{3(t-4)^{\frac{1}{3}}} + \dfrac{2t}{3(t-4)^{\frac{1}{3}}} & \geq & 0 & \\ \dfrac{3(t-4) + 2t}{3(t-4)^{\frac{1}{3}}} & \geq & 0 & \\ \dfrac{5t-12}{3(t-4)^{\frac{1}{3}}} & \geq & 0 & \\ \end{array} \]

We identify r(t) as the left hand side of the inequality and see right away we must exclude t=4 from the domain owing to the quantity (t-4) in the denominator.

As we have already mentioned, the root here (3) is odd, so we have no domain issues stemming from that. To find the zeros of r, we set r(t) = 0 which quickly reduces to solving 5t-12 = 0. We get t = \frac{12}{5}.

From the sign diagram, we find r(t) \geq 0 on \left(-\infty, \frac{5}{12} \right] \cup (4, \infty).

Graphing \textcolor{red}{f(t) = (t-4)^{\frac{2}{3}}} and \textcolor{blue}{g(t) = -\frac{2t}{3(t-4)^{\frac{1}{3}}}}, we see the graph of f is above the graph of g for t < 2.4 and again for t > 4, with an intersection point at t=2.4 = \frac{12}{5}.

Rendered by QuickLaTeX.com

Note that in Example4.4.3 number 3, because (2-x)^{\frac{2}{3}} is always positive for x \neq 2 (owing to the squared exponent), we could have short-cut the sign diagram, choosing to clear denominators instead:

    \[ \begin{array}{rclr} 3 (2-x)^{\frac{1}{3}} & \leq & x (2-x)^{-\frac{2}{3}} & \\ 3 (2-x)^{\frac{1}{3}} & \leq & \dfrac{x}{(2-x)^{\frac{2}{3}}} & \\ \left[3 (2-x)^{\frac{1}{3}} \right] \left[ (2-x)^{\frac{2}{3}}\right]& \leq & \dfrac{x}{(2-x)^{\frac{2}{3}}} \left[ (2-x)^{\frac{2}{3}}\right]& \text{provided } x \neq 2 \\ 3 (2-x)^{\frac{1}{3}} (2-x)^{\frac{2}{3}} & \leq & x& \\ 3 (2-x)^{\frac{1}{3}+\frac{2}{3}} & \leq & x& \\ 3(2-x) & \leq & x & \\ 6-3x & \leq & x &\\ x & \geq & \frac{3}{2} & \text{provided } x \neq 2 \\ \end{array} \]

This matches our solution \left[\frac{3}{2},2\right) \cup (2, \infty). If, on the other hand, we tried this same manipulation with number 4, we would clear denominators, assuming t \neq 4 to obtain 3(t-4) \geq -2t or t \geq \frac{12}{5} which is not the correct solution. The moral of the story is the more you understand, the less you need to rely on memorized processes and the more efficient your solution methodologies can become. The sign diagram algorithm is a fail-safe method, but, in some cases, may be far from the most efficient one. It’s always best to understand the why of a procedure as much as the how.

4.4.4 Section Exercises

In Exercises 1 – 16, solve the inequality. Write your answer using interval notation.

  1. x^{2} + 2x - 3 \geq 0
  2. 16x^2+8x+1 > 0
  3. t^2+9 < 6t
  4. 9t^2 + 16 \geq 24t
  5. u^2+4 \leq 4u
  6. u^{2} + 1 < 0
  7. 3x^{2} \leq 11x + 4
  8. x > x^{2}
  9. 2t^2-4t-1 > 0
  10. 5t+4 \leq 3t^2
  11. 2 \leq |x^{2} - 9| < 9
  12. x^{2} \leq |4x - 3|
  13. t^{2} + t + 1 \geq 0
  14. t^2 \geq |t|
  15. x |x+5| \geq -6
  16. x |x-3| < 2
  17. The height of an object dropped from the roof of an eight story building is modeled by by the function h(t) = -16t^2 + 64, 0 \leq t \leq 2. Here, h(t) is the height of the object off the ground, in feet, t seconds after the object is dropped. How long before the object hits the ground?
  18. The height h(t) in feet of a model rocket above the ground t seconds after lift-off is given by the function h(t) = -5t^2+100t, for 0 \leq t \leq 20. When does the rocket reach its maximum height above the ground? What is its maximum height?
  19. Carl’s friend Jason participates in the Highland Games. In one event, the hammer throw, the height h(t) in feet of the hammer above the ground t seconds after Jason lets it go is modeled by the function h(t) = -16t^2 + 22.08t + 6. What is the hammer’s maximum height? What is the hammer’s total time in the air? Round your answers to two decimal places.
  20. Assuming no air resistance or forces other than the Earth’s gravity, the height above the ground at time t of a falling object is given by s(t) = -4.9t^{2} + v_{0}t + s_{0} where s is in meters, t is in seconds, v_{0} is the object’s initial velocity in meters per second and s_{0} is its initial position in meters.
    1. What is the applied domain of this function?
    2. Discuss with your classmates what each of v_{0} > 0, \; v_{0} = 0 and v_{0} < 0 would mean.
    3. Come up with a scenario in which s_{0} < 0.
    4. Let’s say a slingshot is used to shoot a marble straight up from the ground (s_{0} = 0) with an initial velocity of 15 meters per second. What is the marble’s maximum height above the ground? At what time will it hit the ground?
    5. If the marble is shot from the top of a 25 meter tall tower, when does it hit the ground?
    6. What would the height function be if instead of shooting the marble up off of the tower, you were to shoot it straight DOWN from the top of the tower?
  21. Graph f(x) = |1 - x^{2}|
  22. Find all of the points on the line y=1-x which are 2 units from (1,-1).
  23. Let L be the line y = 2x+1. Find a function D(x) which measures the distance squared from a point on L to (0,0). Use this to find the point on L closest to (0,0).

(Review of Solving Equations):[20] In Exercises 24 – 29, solve the rational equation. Be sure to check for extraneous solutions.

  1. \dfrac{x}{5x + 4} = 3
  2. \dfrac{3x - 1}{x^{2} + 1} = 1
  3. \dfrac{1}{t + 3} + \dfrac{1}{t - 3} = \dfrac{t^{2} - 3}{t^{2} - 9}
  4. \dfrac{2t + 17}{t + 1} = t + 5
  5. \dfrac{z^{2} - 2z + 1}{z^{3} + z^{2} - 2z} = 1
  6. \dfrac{4z- z^3}{z^{2} - 9} = 4z

In Exercises 30 – 45, solve the rational inequality. Express your answer using interval notation.

  1. \dfrac{1}{x + 2} \geq 0
  2. \dfrac{5}{x + 2} \geq 1
  3. \dfrac{x}{x^{2} - 1} < 0
  4. \dfrac{4t}{t^2+4} \geq 0
  5. \dfrac{2t+6}{t^2+t-6} < 1
  6. \dfrac{5}{t-3} + 9 < \dfrac{20}{t+3}
  7. \dfrac{6z+6}{2+z-z^2} \leq z+3
  8. \dfrac{6}{z-1} + 1 > \dfrac{1}{z+1}
  9. \dfrac{3z - 1}{z^{2} + 1} \leq 1
  10. (2x+17)(x+1)^{-1} > x + 5
  11. (4x-x^3)(x^{2} - 9)^{-1} \geq 4x
  12. (x^{2} + 1)^{-1} < 0
  13. (2t-8)(t+1)^{-1} \leq (t^2-8t)(t+1)^{-2}
  14. (t-3)(2t+7)(t^2+7t+6)^{-2} \geq (t^2+7t+6)^{-1}
  15. 60z^{-2}+23z^{-1} \geq 7(z-4)^{-1}
  16. 2z+6(z-1)^{-1} \geq 11 - 8(z+1)^{-1}

In Exercises 46 – 51, use the the graph of the given rational function to solve the stated inequality.

  1. Solve f(x) \geq 0.

    Rendered by QuickLaTeX.com

  2. Solve f(x) < 1.

    Rendered by QuickLaTeX.com

  3. Solve g(t) \geq -1.

    Rendered by QuickLaTeX.com

  4. Solve -1 \leq g(t) < 1.

    Rendered by QuickLaTeX.com

  5. Solve r(z) \leq 1

    Rendered by QuickLaTeX.com

  6. Solve r(z) > 0.

    Rendered by QuickLaTeX.com

  7. In Exercise 55 in Section 2.2, the function C(x) = .03x^{3} - 4.5x^{2} + 225x + 250, for x \geq 0 was used to model the cost (in dollars) to produce x PortaBoy game systems. Using this cost function, find the number of PortaBoys which should be produced to minimize the average cost \overline{C}. Round your answer to the nearest number of systems.
  8. Suppose we are in the same situation as Example 4.4.6. If the volume of the box is to be 500 cubic centimeters, use a graphing utility to find the dimensions of the box which minimize the surface area. What is the minimum surface area? Round your answers to two decimal places.
  9. The box for the new Sasquatch-themed cereal, `Crypt-Os’, is to have a volume of 140 cubic inches. For aesthetic reasons, the height of the box needs to be 1.62 times the width of the base of the box.[21] Find the dimensions of the box which will minimize the surface area of the box. What is the minimum surface area? Round your answers to two decimal places.
  10. Sally is Skippy’s neighbor from Exercise 23 in Section 2.1. Sally also wants to plant a vegetable garden along the side of her home. She doesn’t have any fencing, but wants to keep the size of the garden to 100 square feet. What are the dimensions of the garden which will minimize the amount of fencing she needs to buy? What is the minimum amount of fencing she needs to buy? Round your answers to the nearest foot. (Note: Since one side of the garden will border the house, Sally doesn’t need fencing along that side.)
  11. Another Classic Problem: A can is made in the shape of a right circular cylinder and is to hold one pint. (For dry goods, one pint is equal to 33.6 cubic inches.)[22]
    1. Write an expression for the volume V of the can in terms of the height h and the base radius r.
    2. Write an expression for the surface area S of the can in terms of the height h and the base radius r. (Hint: The top and bottom of the can are circles of radius r and the side of the can is really just a rectangle that has been bent into a cylinder.)
    3. Using the fact that V = 33.6, write S as a function of r and state its applied domain.
    4. Use a graph to determine the dimensions of the can which has minimal surface area.
  12. A right cylindrical drum is to hold 7.35 cubic feet of liquid. Find the dimensions (radius of the base and height) of the drum which would minimize the surface area. What is the minimum surface area? Round your answers to two decimal places.
  13. In Exercise 35 in Section 3.2, the population of Sasquatch in Portage County is modeled by

        \[P(t) = \frac{150t}{t + 15}, \quad t \geq 0,\]

    where t = 0 corresponds to the year 1803. According to this model, when were there fewer than 100 Sasquatch in Portage County?

In Exercises 59 – 74, solve the inequalities and check your answer graphically.

  1. 10-\sqrt{t-2} \leq 11
  2. t^{\frac{2}{3}} \leq 4
  3. \sqrt[3]{x} \leq x
  4. (2-3x)^{\frac{1}{3}} > 3x
  5. (t^2-1)^{-\frac{1}{2}} \geq 2
  6. (t^2-1)^{-\frac{1}{3}} \leq 2
  7. 3(x-1)^{\frac{1}{3}} +x (x-1)^{-\frac{2}{3}} \geq 0
  8. 3(x-1)^{\frac{2}{3}} +2x (x-1)^{-\frac{1}{3}} \geq 0
  9. 2 (t-2)^{-\frac{1}{3}} -\frac{2}{3} t(t-2)^{-\frac{4}{3}} \leq 0
  10. -\frac{4}{3} (t-2)^{-\frac{4}{3}} + \frac{8}{9} t (t-2)^{-\frac{7}{3}} \geq 0
  11. 2x^{-\frac{1}{3}}(x-3)^{\frac{1}{3}} + x^{\frac{2}{3}} (x-3)^{-\frac{2}{3}} \geq 0
  12. \sqrt[3]{x^{3} + 3x^{2} - 6x - 8} > x + 1
  13. 4(7-t)^{0.75} - 3t(7-t)^{-0.25} \leq 0
  14. 4t^{0.75}(t - 3)^{-\frac{2}{3}} +9t^{-0.25}(t - 3)^{\frac{1}{3}} < 0
  15. x^{-\frac{1}{3}} (x-3)^{-\frac{2}{3}} - x^{-\frac{4}{3}} (x-3)^{-\frac{5}{3}} (x^2-3x+2) \geq 0
  16. \frac{2}{3}(t + 4)^{\frac{3}{5}}(t - 2)^{-\frac{1}{3}} + \frac{3}{5}(t + 4)^{-\frac{2}{5}}(t - 2)^{\frac{2}{3}} \geq 0

 


  1. That is, if a < b, then \sqrt{a} < \sqrt{b}.
  2. Namely ones with a nonzero coefficient of `x'.
  3. By `solve analytically' we mean `algebraically' using a sign diagram.
  4. We have to choose something in each interval. If you don't like our choices, please feel free to choose different numbers. You'll get the same sign chart.
  5. By `solve analytically' we mean `algebraically' using a sign diagram.
  6. By `solve analytically' we mean `algebraically' using a sign diagram.
  7. In this case, we say the line y=2x is tangent to y=x^2+1 at \left(1, 2\right). Finding tangent lines to arbitrary functions is a fundamental problem solved, in general, with Calculus.
  8. By `solve analytically' we mean `algebraically' using a sign diagram.
  9. See Exercise 11 in Section 1.4.
  10. We invite the reader to show there is a hole in the graph of y = f(x) at (1,1).
  11. In this case, long division amounts to term-by-term division.
  12. that is, the one and only one
  13. As with the previous example, knowing x>0 means x^2>0 so we can clear denominators right away and solve x^3 \leq 1000, or x \leq 10. Coupled with our applied domain, x>0, we would arrive at the same solution, (0, 10].
  14. without Calculus, that is...
  15. The y-coordinate here, 476.22 means the minimum surface area possible is 476.22 square centimeters. Minimizing the surface area minimizes the material required to make the box, therein helping to reduce the cost of the box.
  16. see subsections 4.4.1 and 4.4.2
  17. For instance, -2 \leq 1 but (-2)^{4} \geq (1)^2. We invite the reader to see what goes wrong if attempting to solve either of the following inequalities using this method: -2 \geq \sqrt[4]{x+3}, which has no solution, or -2 \leq \sqrt[4]{x+3}, whose solution is [-3,\infty).
  18. Recall that raising both sides to an even power could produce extraneous solutions, so it is important we check here.
  19. This also gives us a chance to review some good intermediate algebra!
  20. For more review, see Section 3.1.
  21. 1.62 is a crude approximation of the so-called `Golden Ratio' \phi = \frac{1 + \sqrt{5}}{2}.
  22. According to www.dictionary.com, there are different values given for this conversion. We use 33.6 \text{ in}^{3} for this problem.

License

Share This Book