Skip to main content
\(\require{cancel}\newcommand\degree[0]{^{\circ}} \newcommand\Ccancel[2][black]{\renewcommand\CancelColor{\color{#1}}\cancel{#2}} \newcommand{\alert}[1]{\boldsymbol{\color{magenta}{#1}}} \newcommand{\blert}[1]{\boldsymbol{\color{blue}{#1}}} \newcommand{\bluetext}[1]{\color{blue}{#1}} \delimitershortfall-1sp \newcommand\abs[1]{\left|#1\right|} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

SectionRates of Change

SubsectionIncreasing and Decreasing

Most people have intuition about what is means for something to be increasing and what it means for something to be decreasing. However, we need to develop a solid mathematical way of defining increasing and decreasing.

Before defining increasing and decreasing is will be useful to recall interval notation.

An interval is a set that consists of all the real numbers between two numbers \(a\) and \(b\text{.}\)

The set \(-2 \le x \le 2\) includes its endpoints \(-2\) and \(2\text{,}\) so we call it a closed interval, and we denote it by \([-2, 2]\) (see Figure56a). The square brackets tell us that the endpoints are included in the interval. An interval that does not include its endpoints, such as \(-2 \lt x \lt 2\text{,}\) is called an open interval, and we denote it with round brackets, \((-2, 2)\) (see Figure56b).

closed interval and open interval
Figure77
Caution78

Do not confuse the open interval \((-2, 2)\) with the point \((-2, 2)\text{!}\) The notation is the same, so you must decide from the context whether an interval or a point is being discussed.

We can also discuss infinite intervals, such as \(x\lt 3\) and \(x\ge -1\text{,}\) shown in Figure58. We denote the interval \(x\lt 3\) by \((-\infty, 3)\text{,}\) and the interval \(x\ge -1\) by \([-1, \infty)\text{.}\) The symbol \(\infty\text{,}\) for infinity, does not represent a specific real number but rather indicates that the interval continues forever along the real line. Because of this, we will always use a round bracket along side \(\pm \infty\text{.}\)

infinite intervals
Figure79

Some intervals are closed on one end and open on the other. We call such an interval a half-open or half-closed interval. Some examples of half-open/half-closed intervals are \([-2,9)\) and \((0,23]\text{.}\)

Finally, we can combine two or more intervals into a larger set. For example, the set consisting of \(x\lt -1\) or \(x\gt 2\text{,}\) shown in Figure59, is the union of two intervals and is denoted by \((-\infty,-2) \cup (2,\infty)\text{.}\)

number line with two disjoint infinite intervals
Figure80

Many solutions of inequalities are intervals or unions of intervals.

Example81

Write each of the solution sets with interval notation and graph the solution set on a number line.

  1. \(3 \le x \lt 6\)

  2. \(x \ge -9\)

  3. \(x\le 1 ~\text{ or }~ x\gt 4\)

  4. \(-8 \lt x \le -5 ~\text{ or }~ -1 \le x \lt 3\)

Solution
  1. \([3, 6)\text{.}\) (See Figure61.)

    half-open interval
    Figure82
  2. \([-9,\infty)\text{.}\) We always use round brackets next to the symbol \(\infty\) because \(\infty\) is not a specific number and is not included in the set. (See Figure62.)

    half-closed infinite interval
    Figure83
  3. \((-\infty, 1] \cup (4, \infty)\text{.}\) The word or describes the union of two sets. (See Figure63.)

    disjoint infinite intervals
    Figure84
  4. \((-8,-5] \cup [-1, 3)\text{.}\) (See Figure64.)

    disjoint finite intervals
    Figure85

Now that we have reviewed interval notation we are positioned to define increasing and decreasing functions

Definition of Increasing and Decreasing

Let \(y = f(x)\) where \(a\leq x \leq b.\)

Then the function \(f(x)\) is said to be increasing on \((a,b)\) if the value of \(f(x)\) increases as \(x\) increases on \((a,b)\text{.}\)

Then the function \(f(x)\) is said to be decreasing on \((a,b)\) if the value of \(f(x)\) decreases as \(x\) increases on \((a,b)\text{.}\)

Caution86

If the graph of a function has arrows on the ends then we can assume that the function continues in that same general direction.

Example87

On what intervals is the function graphed in Figure88 decreasing?

Increasing Decreasing Image
Figure88
Solution

The function is decreasing on the intervas \((-1,1.5)\text{.}\)

SubsectionMeasuring Steepness

Imagine you are an ant carrying a heavy burden along one of the two paths shown in Figure89. Which path is more difficult? Most ants would agree that the steeper path is more difficult.

But what exactly is steepness? It is not merely the gain in altitude, because even a gentle incline will reach a great height eventually. Steepness measures how sharply the altitude increases. An ant finds the second path more difficult, or steeper, because it rises 5 feet while the first path rises only 2 feet over the same horizontal distance.

ant's climb
Figure89

To compare the steepness of two inclined paths, we compute the ratio of change in altitude to change in horizontal distance for each path.

Example90

Which is steeper, Stony Point trail, which climbs 400 feet over a horizontal distance of 2500 feet, or Lone Pine trail, which climbs 360 feet over a horizontal distance of 1800 feet?

Solution

For each trail, we compute the ratio of vertical gain to horizontal distance. For Stony Point trail, the ratio is

\begin{equation*} \frac{400 \text{ feet}}{2500 \text{ feet}}= 0.16 \end{equation*}

and for Lone Pine trail, the ratio is

\begin{equation*} \frac{360 \text{ feet}}{1800 \text{ feet}}= 0.20. \end{equation*}

Lone Pine trail is steeper, because it has a vertical gain of 0.20 foot for every foot traveled horizontally. Or, in more practical units, Lone Pine trail rises 20 feet for every 100 feet of horizontal distance, whereas Stony Point trail rises only 16 feet over a horizontal distance of 100 feet.

SubsectionDefinition of Slope

To compare the steepness of the two trails in Example90, it is not enough to know which trail has the greater gain in elevation overall. Instead, we compare their elevation gains over the same horizontal distance. Using the same horizontal distance provides a basis for comparison. The two trails are illustrated in Figure92 as lines on a coordinate grid.

trails on grid
Figure92

The ratio we computed in Example90,

\begin{equation*} \frac{\text{change in elevation}}{\text{change in horizontal position}} \end{equation*}

appears on the graphs in Figure92 as

\begin{equation*} \frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}} \end{equation*}

For example, as we travel along the line representing Stony Point trail, we move from the point \((0, 0)\) to the point \((2500, 400)\text{.}\) The \(y\)-coordinate changes by \(400\) and the \(x\)-coordinate changes by \(2500\text{,}\) giving the ratio \(0.16\) that we found in Example90. We call this ratio the slope of the line.

Definition of Slope

The slope of a line is the ratio

\begin{equation*} \frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}} \end{equation*}

as we move from one point to another on the line.

Example93

Compute the slope of the line that passes through points \(A\) and \(B\) in Figure94.

points on line
Figure94
Solution

As we move along the line from \(A\) to \(B\text{,}\) the \(y\)-coordinate changes by \(3\) units, and the \(x\)-coordinate changes by \(4\) units. The slope of the line is thus

\begin{equation*} \frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}}=\frac{3}{4} \end{equation*}
Example95

Compute the slope of the line through the indicated points in Figure96. On both axes, one square represents one unit.

\begin{equation*} \frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}}= \end{equation*}
line on grid
Figure96
Solution

\(m=\dfrac{2}{8}=\dfrac{1}{4} \)

The slope of a line is a number. It tells us how much the \(y\)-coordinates of points on the line increase when we increase their \(x\)-coordinates by 1 unit. For instance, the slope \(\dfrac{3}{4}\) in Example93 means that the \(y\)-coordinate increases by \(\dfrac{3}{4}\) unit when the \(x\)-coordinate increases by 1 unit. For increasing graphs, a larger slope indicates a greater increase in altitude, and hence a steeper line.

SubsectionNotation for Slope

We use a shorthand notation for the ratio that defines slope,

\begin{equation*} \frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}}. \end{equation*}

The symbol \(\Delta\) (the Greek letter delta) is used in mathematics to denote change in. In particular, \(\Delta y\) means change in \(y\)-coordinate, and \(\Delta x\) means change in \(x\)-coordinate. We also use the letter \(m\) to stand for slope. With these symbols, we can write the definition of slope as follows.

Notation for Slope

The slope of a line is given by

\begin{equation*} \frac{\Delta y}{\Delta x}=\frac{\text{change in }y\text{-coordinate}}{\text{change in }x\text{-coordinate}}\text{, }~\Delta x\ne 0. \end{equation*}
slope of line
Example97

The Great Pyramid of Khufu in Egypt was built around 2550 B.C. It is 147 meters tall and has a square base 229 meters on each side. Calculate the slope of the sides of the pyramid, rounded to two decimal places.

Solution

From Figure98, we see that \(\Delta x\) is only half the base of the Great Pyramid, so

\begin{equation*} \Delta x = 0.5(229) = 114.5 \end{equation*}

and the slope of the side is

\begin{equation*} m=\frac{\Delta y}{\Delta x}= \frac{147}{114.5} = 1.28 \end{equation*}
Great Pyramid of Khufu
Figure98
Example99

The Kukulcan Pyramid at Chichen Itza in Mexico was built around 800 A.D. It is \(24\) meters high, with a temple built on its top platform, as shown in Figure100.

The square base is \(55\) meters on each side, and the top platform is \(19.5\) meters on each side. Calculate the slope of the sides of the pyramid. Which pyramid is steeper, Kukulcan or the Great Pyramid?

Kukulcan Pyramid of Chichen Itza
Figure100
Solution

The slope of the sides of the Kukulcan Pyramid is \(\frac{24}{17.5}\text{,}\) which is approximately \(1.35\text{;}\) Kukulcan is steeper.

So far, we have only considered examples in which \(\Delta x\) and \(\Delta y\) are positive numbers, but they can also be negative.

\begin{equation*} \Delta x = \begin{cases} \text{positive if } x \text{ increases (move to the right)}\\ \text{negative if } x \text{ decreases (move to the left)}\\ \end{cases} \end{equation*}
\begin{equation*} \Delta y = \begin{cases} \text{positive if } y \text{ increases (move up)}\\ \text{negative if } y \text{ decreases (move down)}~~~~~~~~~\\ \end{cases} \end{equation*}
Example101

Compute the slope of the line that passes through the points \((-4, 2)\) and \((5, -1)\) shown in Figure102 Illustrate \(\Delta y\) and \(\Delta x\) on the graph.

negative slope
Figure102
Solution

As we move from the point \((-4, 2)\) to the point \((5, -1)\text{,}\) we move \(3\) units down, so \(\Delta y = -3\text{.}\) We then move \(9\) units to the right, so \(\Delta x = 9\text{.}\) Thus, the slope is

\begin{equation*} m = \frac{\Delta y}{\Delta x}=\frac{-3}{9}=\frac{-1}{3} \end{equation*}

\(\Delta y\) and \(\Delta x\) are labeled on the graph.

We can move from point to point in either direction to compute the slope. The line graphed in Example101 decreases as we move from left to right and hence has a negative slope.

The slope is the same if we move from point \((5,-1)\) to point \((-4,2)\) instead of from \((-4,2)\) to \((5,-1)\text{.}\) (See Figure103.) In that case, our computation looks like this:

\begin{equation*} m = \frac{\Delta y}{\Delta x}=\frac{3}{-9}=\frac{-1}{3} \end{equation*}

\(\Delta y\) and \(\Delta x\) are labeled on the graph.

negative slope
Figure103

SubsectionLines Have Constant Slope

How do we know which two points to choose when we want to compute the slope of a line? It turns out that any two points on the line will do.

Example104
  1. Graph the line \(4x - 2y = 8\) by finding the \(x\)- and \(y\)-intercepts

  2. Compute the slope of the line using the \(x\)-intercept and \(y\)-intercept.

  3. Compute the slope of the line using the points \((4, 4)\) and \((1, -2)\text{.}\)

Solution
  1. line
  2. \(2\)

  3. \(2\)

Note105

Example104 illustrates an important property of lines: They have constant slope. No matter which two points we use to calculate the slope, we will always get the same result. We will see later that lines are the only graphs that have this property.

We can think of the slope as a scale factor that tells us how many units \(y\) increases (or decreases) for each unit of increase in \(x\text{.}\) Compare the lines in Figure106

slopes
Figure106

Observe that a line with positive slope increases from left to right, and one with negative slope decreases. What sort of line has slope \(m = 0\text{?}\)

SubsectionMeaning of Slope

Consider the graph of the equation \(C = 5 + 3t\) showing the cost of a bicycle rental in terms of the length of the rental. Figure107 We can choose any two points on the line to compute its slope. Using points \(P\) and \(Q\) as shown, we find that

\begin{equation*} m = \frac{\Delta C}{\Delta t}= \frac{9}{3}=3 \end{equation*}

The slope of the line is \(3\text{.}\)

meaning of slope
Figure107

What does this value mean for the cost of renting a bicycle? The expression

\begin{equation*} \frac{\Delta C}{\Delta t}= \frac{9}{3} \end{equation*}

stands for

\begin{equation*} \frac{\text{change in cost}}{\text{change in time}}= \frac{9 \text{ dollars }}{3 \text{ hours}}. \end{equation*}

If we increase the length of the rental by 3 hours, the cost of the rental increases by 9 dollars. The slope gives the rate of increase in the rental fee, 3 dollars per hour. In general, we can make the following statement.

Rate of Change

The slope of a line measures the rate of change of the output variable with respect to the input variable.

Depending on the variables involved, this rate might be interpreted as a rate of growth or a rate of speed. A negative slope might represent a rate of decrease or a rate of consumption. The slope of a graph can give us valuable information about the variables.

Example108

The graph in Figure109 shows the distance in miles traveled by a big-rig truck driver after \(t\) hours on the road.

  1. Compute the slope of the graph.
  2. What does the slope tell us about the problem?
truck
Figure109
Solution
  1. Choose any two points on the line, say \((2, 100)\) and \((4, 200)\text{,}\) in Figure109. As we move from \((2,100)\) to \((4,200)\text{,}\) we find
    \begin{equation*} m = \frac{\Delta D}{\Delta t}=\frac{100}{2}=50 \end{equation*}
    The slope of the line is 50.
  2. The best way to understand the slope is to include units in the calculation. For our example,
    \begin{equation*} \frac{\Delta D}{\Delta t}= \frac{\text{change in distance}}{\text{change in time}}. \end{equation*}
    More specifically,
    \begin{equation*} \frac{\Delta D}{\Delta t} =\frac{100 \text{ miles}}{2\text{ hours}} =50 \text{ miles per hour}. \end{equation*}
    The slope represents the trucker's average speed.
Example110

The graph in Figure111 shows the altitude, \(a\) (in feet), of a skier \(t\) minutes after getting on a ski lift.

  1. Choose two points and compute the slope (including units).

  2. What does the slope tell us about the problem?

ski lift graph
Figure111
Solution
  1. \(150\)

  2. Altitude increases by \(150\) feet per minute.

SubsectionA Formula for Slope

We have defined the slope of a line to be the ratio \(m = \dfrac{\Delta y}{\Delta x}\) as we move from one point to another on the line. So far, we have computed \(\Delta y\) and \(\Delta x\) by counting squares on the graph, but this method is not always practical. All we really need are the coordinates of two points on the graph.

We will use subscripts to distinguish the two points: let \((x_1, y_1)\) be the coordinates of the first points and let \((x_2, y_2)\) be the coordinates of the second point.

slope of line

Now consider a specific example. The line through the two points \((2, 9)\) and \((7,-6)\) is shown in Figure112. We can find \(\Delta x\) by subtracting the \(x\)-coordinates of the points:

\begin{equation*} \Delta x = 7 - 2 = 5 \end{equation*}

In general, we have

\begin{equation*} \Delta x = x_2 - x_1 \end{equation*}

and similarly

\begin{equation*} \Delta y = y_2 - y_1 . \end{equation*}
Figure112

These formulas work even if some of the coordinates are negative; in our example,

\begin{equation*} \Delta y = y_2 - y_1 = -6 - 9 = -15. \end{equation*}

By counting squares down from \((2,9)\) to \((7,-6)\text{,}\) we see that \(\Delta y\) is indeed \(-15\text{.}\) The slope of the line in Figure112 is

\begin{align*} m\amp=\frac{\Delta y}{\Delta x}=\frac{y_2 - y_1}{x_2 - x_1} \\ \amp=\frac{-15}{5} = -3. \end{align*}

We now have a formula for the slope of a line that works even if we do not have a graph.

Two-Point Slope Formula

The slope of the line passing through the points \((x_1, y_1)\) and \((x_2, y_2)\) is given by

\begin{equation*} m = \frac{\Delta y}{\Delta x}= \frac{y_2 - y_1}{x_2 - x_1} \text{, }~x_2 \ne x_1. \end{equation*}
Example113

Compute the slope of the line in Figure112 using the points \((6, -3)\) and \((4, 3)\text{.}\)

Solution

Substitute the coordinates of \((6, -3)\) and \((4, 3)\) into the slope formula to find

\begin{equation*} m = \frac{y_2 - y_1}{x_2 - x_1}= \frac{3 - (-3)}{4 - 6} = \frac{6}{-2}= -3. \end{equation*}

This value for the slope, \(-3\text{,}\) is the same value found above.

Example114
  1. Find the slope of the line passing through the points \((2, -3)\) and \(( -2, -1)\text{.}\)

  2. Sketch a graph of the line by hand.

Solution
  1. \(m=\dfrac{-1-(-3)}{-2-2}=\dfrac{2}{-4}=\dfrac{-1}{2} \)

  2. line

It will also be useful to write the slope formula with function notation. Recall that \(f (x)\) is another symbol for \(y\text{,}\) and, in particular, that \(y_1 = f (x_1)\) and \(y_2 = f (x_2)\text{.}\) Thus, if \(x_2 \ne x_1\text{,}\) we have

Slope Formula in Function Notation
\begin{equation*} m = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{f(x_2) - f(x_1)}{x_2 - x_1} \text{, }~x_2 \ne x_1 \end{equation*}
Example115

Figure116 shows a graph of

\begin{equation*} f (x) = x^2 - 6x. \end{equation*}
  1. Compute the slope of the line segment joining the points at \(x = 1\) and \(x = 4\text{.}\)
  2. Compute the slope of the line segment joining the points at \(x = 2\) and \(x = 5\text{.}\)
slopes on parabola
Figure116
Solution
  1. We set \(x_1 = \alert{1}\) and \(x_2 = \alert{4}\) and find the function values at each point.
    \begin{equation*} f (x_1) = f (\alert{1}) = \alert{1}^2 - 6(\alert{1}) = -5 \end{equation*}
    \begin{equation*} f (x_2) = f (\alert{4}) = \alert{4}^2 - 6(\alert{4}) = -8 \end{equation*}
    Then
    \begin{equation*} m = \frac{f (x_2) - f (x_1)}{x_2 - x_1} =\frac{-8 - (-5)}{4 - 1}=\frac{-3}{3}= -1. \end{equation*}
  2. We set \(x_1 = \alert{2}\) and \(x_2 = \alert{5}\) and find the function values at each point.
    \begin{equation*} f (x_1) = f (\alert{2}) = \alert{2}^2 - 6(\alert{2}) = -8 \end{equation*}
    \begin{equation*} f (x_2) = f (\alert{5}) = \alert{5}^2 - 6(\alert{5}) = -5 \end{equation*}
    Then
    \begin{equation*} m = \frac{f (x_2) - f (x_1)}{x_2 - x_1} =\frac{-5 - (-8)}{5 - 2}=\frac{3}{3}= 1. \end{equation*}

Note that the graph of \(f\) is not a straight line and that the slope is not constant.

Example117

Figure118 shows the graph of a function \(f\text{.}\)

  1. Find \(f (3)\) and \(f (5)\text{.}\)
  2. Compute the slope of the line segment joining the points at \(x = 3\) and \(x = 5\text{.}\)
  3. Write an expression for the slope of the line segment joining the points at \(x = a\) and \(x = b\text{.}\)
increasing curve
Figure118
Solution
  1. \(f (3) = 2, ~f (5) = 8\)

  2. \(m=\dfrac{8-2}{5-3}=3\)

  3. \(\dfrac{f(b)-f(a)}{b-a} \)

SubsectionExercises