Skip to main content

Section 1.3 Slope

In [cross-reference to target(s) "section-exploring-two-variable-data-and-rate-of-change" missing or not unique], we saw that a steady, constant rate of change between points means there is a linear relationship between \(x\) and \(y\text{.}\) A steady, constant rate of change has a special name, slope, and we’ll explore slope more in this section.
Figure 1.3.1. Alternative Video Lesson

Subsection 1.3.1 Modeling data with two variables

Math helps us understand data from the world around us. We can use what we discover to understand the world better and make better decisions. Here’s an example with economic data from the US, plotted in a Cartesian plane.
For the years from 2000 to 2021, consider what percent of American wealth was held by the wealthiest 1% of Americans. The table in FigureΒ 2 gives the numbers (source: fee.org), but any pattern there might not be apparent when looking at the data organized this way. Plotting the data in a Cartesian coordinates system can make an overall pattern or trend become visible.
year % year %
2000 28.5 2011 29.4
2001 27 2012 29.5
2002 26 2013 30.2
2003 25 2014 30.5
2004 27.3 2015 31.1
2005 27.7 2016 31.2
2006 28.7 2017 31
2007 29 2018 31
2008 29.1 2019 30.9
2009 27 2020 30.2
2010 28.4 2021 32.1
a scatter plot about share of all wealth held by the top 1% in the US
Figure 1.3.2. Share of all income held by the top 1% of wage earners
What observations do you see now that you couldn’t easily see from the numbers in the table? Do you see evidence of the COVID pandemic? Evidence of the Great Recession of 2008?
Overall, do you see a larger pattern with wealth distribution? Assuming that you see the rising pattern, is it easier to see that with the graph than with the table?

Subsection 1.3.2 Patterns in Tables

Example 1.3.3.

Find a pattern in each table, using only the table itself. What is the missing entry in each table? Can you describe each pattern in words and/or mathematics?
black white
big small
short tall
few
USA Washington
UK London
France Paris
Mexico
1 2
2 4
3 6
5
Figure 1.3.4. Patterns in 3 tables
Explanation.
First table
Each word on the right has the opposite meaning of the word to its left.
Second table
Each city on the right is the capital of the country to its left.
Third table
Each number on the right is double the number to its left.
black white
big small
short tall
few many
USA Washington
UK London
France Paris
Mexico Mexico City
1 2
2 4
3 6
5 10
Figure 1.3.5. Patterns in 3 tables
Generally in a table with two columns of data, we can think of the table as assigning value on the right to each value on the left. The first table assigns β€œwhite” to β€œblack”, as its opposite. The second table assigns β€œParis” to β€œFrance”, as its capital city. The third table assigns \(10\) to \(5\text{,}\) as its double.
The third table in ExampleΒ 3 is numerical. And its β€œfunction” is to take a number as input, and give twice that number as output. Mathematically, we can describe the pattern as β€œ\(y=2x\)”, where \(x\) represents the input and \(y\) represents the output. Labeling the table mathematically, we have FigureΒ 6.
The equation \(y=2x\) summarizes the pattern in the table.
\(x\)
(input)
\(y\)
(output)
\(1\) \(2\)
\(2\) \(4\)
\(3\) \(6\)
\(5\) \(10\)
\(10\) \(20\)
Pattern: \(y=2x\)
Figure 1.3.6. Table with a mathematical pattern
Only the third table in ExampleΒ 3 is a table of numbers. Let’s examine that data graphically.
Figure 1.3.7. The data from the third table in ExampleΒ 3
With the data plotted, and the question being what should happen when \(x\) is \(5\text{,}\) our eyes can converge to the point \((5,10)\) and we conclude the missing value will be \(10\text{.}\) Graphically, we didn’t have to use the observation that the \(y\)-values were twice the \(x\)-values.
For each of the following tables, find an equation that describes the pattern you see. Numerical pattern recognition may or may not come naturally for you and you may want to use a graph to help visually process the numbers. Either way, pattern recognition is an important mathematical skill that anyone can develop. The solutions for these exercises offer some hints about what patterns you might look for.

Checkpoint 1.3.8.

Write an equation in the form \(y=\ldots\) suggested by the pattern in the table.
\(x\) \(y\)
\(0\) \({10}\)
\(1\) \({11}\)
\(2\) \({12}\)
\(3\) \({13}\)
Explanation.
One approach to pattern recognition is to look for a relationship in each row. Here, the \(y\)-value in each row is always \(10\) more than the \(x\)-value. So the pattern is described by the equation \({y = x+10}\text{.}\)

Checkpoint 1.3.9.

Write an equation in the form \(y=\ldots\) suggested by the pattern in the table.
\(x\) \(y\)
\(0\) \({-1}\)
\(1\) \({2}\)
\(2\) \({5}\)
\(3\) \({8}\)
Explanation.
The relationship between \(x\) and \(y\) in each row is not as clear here. Another popular approach for finding patterns: in each column, consider how the values change from one row to the next. From row to row, the \(x\)-value increases by \(1\text{.}\) Also, the \(y\)-value increases by \(3\) from row to row.
\(x\) \(y\)
\(0\) \({-1}\)
(add \(1\) from previous) \(1\) \({2}\) (add \(3\) from previous)
(add \(1\) from previous) \(2\) \({5}\) (add \(3\) from previous)
(add \(1\) from previous) \(3\) \({8}\) (add \(3\) from previous)
Since row-to-row change is always \(1\) for \(x\) and is always \(3\) for \(y\text{,}\) the rate of change from one row to another row is always the same: \(3\) units of \(y\) for every \(1\) unit of \(x\text{.}\) This suggests that \(y=3x\) might be a good equation for the table pattern. But if we try to make a table with that pattern:
\(x\) \(3x\) Actual value of \(y\)
\(0\) \(0\) \({-1}\)
\(1\) \(3\) \({2}\)
\(2\) \(6\) \({5}\)
\(3\) \(9\) \({8}\)
We find that the values from \(y=3x\) are too large by \(1\text{.}\) So now we make an adjustment. The equation \({y = 3x-1}\) describes the pattern in the table.

Checkpoint 1.3.10.

Write an equation in the form \(y=\ldots\) suggested by the pattern in the table.
\(x\) \(y\)
\(0\) \({0}\)
\(1\) \({1}\)
\(2\) \({4}\)
\(3\) \({9}\)
Explanation.
Looking for a relationship in each row here, we see that each \(y\)-value is the square of the corresponding \(x\)-value. That may not be obvious to you. It comes down to recognizing what square numbers are. So the equation is \({y = x^{2}}\text{.}\)
What if we had tried the approach we used in the previous exercise, comparing change from row to row in each column?
\(x\) \(y\)
\(0\) \({0}\)
(add \(1\) from previous) \(1\) \({1}\) (add \(1\) from previous)
(add \(1\) from previous) \(2\) \({4}\) (add \(3\) from previous)
(add \(1\) from previous) \(3\) \({9}\) (add \(5\) from previous)
Here, the rate of change is not constant from one row to the next. While the \(x\)-values are increasing by \(1\) from row to row, the \(y\)-values increase more and more from row to row. Do you notice that there is a pattern there as well? Mathematicians are interested in finding patterns and describing them.

Subsection 1.3.3 Rate of Change

For an hourly wage-earner, the amount of money they earn depends on how many hours they work. If a worker earns \(\$15\) per hour, then \(10\) hours of work corresponds to \(\$150\) of pay. Working one additional hour will change \(10\) hours to \(11\) hours; and this will cause the \(\$150\) in pay to rise by fifteen dollars to \(\$165\) in pay. Any time we compare how one amount changes (dollars earned) as a consequence of another amount changing (hours worked), we are talking about a rate of change.
Given a table of two-variable data, between any two rows we can compute a rate of change.

Example 1.3.11.

The following data, given in both table and graphed form, gives the counts of invasive cancer diagnoses in Oregon over a period of time. (oregon.gov/oha/ph/diseasesconditions/chronicdisease/datareports/pages/cancer-incidence.aspx)
Year Invasive Cancer
Incidents
Year Invasive Cancer
Incidents
Year Invasive Cancer
Incidents
2000 17,458 2007 19,430 2014 21,686
2001 17,862 2008 20,459 2015 22,154
2002 17,879 2009 20,007 2016 22,128
2003 17,590 2010 19,887 2017 23,011
2004 18,497 2011 20,867 2018 22,640
2005 18,732 2012 20,448 2019 23,755
2006 19,161 2013 21,354 2020 20,151
Note the severe drop in 2020 is probably explained by under-diagnosing, when people were in quarantine at home and it was difficult to see a doctor for things like a cancer screening.
What was the rate of change in Oregon invasive cancer diagnoses between 2000 and 2010? The total (net) change in diagnoses over that timespan is
\begin{equation*} 19887 - 17458 = 2429 \end{equation*}
meaning that there were \(2429\) more invasive cancer incidents in 2010 than in 2000. Since \(10\) years passed (which you can calculate as \(2010-2000\)), the rate of change is \(2429\) diagnoses per \(10\) years, or
\begin{equation*} \frac{2429\,\text{diagnoses}}{10\,\text{year}}=242.9\,\frac{\text{diagnoses}}{\text{year}} \end{equation*}
We read that last quantity as β€œ\(242.9\) diagnoses per year”. This rate of change means that between the years \(2000\) and \(2010\text{,}\) there were \(242.9\) more diagnoses each year, on average. This is just an average over those ten yearsβ€”it does not mean that the diagnoses grew by exactly this much each year.

Checkpoint 1.3.12.

(a)
Use the data in ExampleΒ 11 to find the rate of change in Oregon invasive cancer diagnoses between 2000 and 2003.
Explanation.
To find the rate of change between 2000 and 2003, calculate
\begin{equation*} \frac{17590 - 17458}{2003 - 2000} = 44 \text{.} \end{equation*}
So the rate of change was \({44\ {\textstyle\frac{\rm\mathstrut diagnoses}{\rm\mathstrut yr}}}\text{.}\)
(b)
And what was the rate of change between 2015 and 2020?
Explanation.
To find the rate of change between 2005 and 2020, calculate
\begin{equation*} \frac{20151 - 22154}{2020 - 2015} = -400.6 \text{.} \end{equation*}
So the rate of change was \({-400.6\ {\textstyle\frac{\rm\mathstrut diagnoses}{\rm\mathstrut yr}}}\text{.}\)
We are ready to give a formal definition for β€œrate of change”. Considering our work from ExampleΒ 11 and CheckpointΒ 12, we settle on:

Definition 1.3.13. Rate of Change.

If \(\left(x_1,y_1\right)\) and \(\left(x_2,y_2\right)\) are two data points from a set of two-variable data, then the rate of change between them is
\begin{equation*} \frac{\text{change in $y$}}{\text{change in $x$}}=\frac{\Delta y}{\Delta x}=\frac{y_2-y_1}{x_2-x_1}\text{.} \end{equation*}
The Greek letter delta, \(\Delta\text{,}\) is used to represent β€œchange in” since it is the first letter of the Greek word for β€œdifference”.
In ExampleΒ 11 and CheckpointΒ 12 we found three rates of change. FigureΒ 14 highlights the three pairs of points that were used to make these calculations.
Figure 1.3.14.
Note how the larger the numerical rate of change between two points, the steeper the line is that connects them. Also when the \(y\)-values went down as you read the graph left-to-right, the rate of change was negative. This is such an important observation, we’ll put it in an official remark.

Remark 1.3.15.

The rate of change between two data points is related to the steepness of the line segment that connects those points.
  1. The steeper the line, the larger the rate of change, and vice versa.
  2. If one rate of change between two data points equals another rate of change between two different data points, then the corresponding line segments will have the same steepness.
  3. We always measure rate of change from left to right. When a line segment between two data points slants up from left to right, the rate of change between those points will be positive. When a line segment between two data points slants down from left to right, the rate of change between those points will be negative.
In the solution to CheckpointΒ 9, the key observation was that the rate of change from one row to the next was constant: \(3\) units of increase in \(y\) for every \(1\) unit of increase in \(x\text{.}\) Graphing this pattern in FigureΒ 16, we see that every line segment here has the same steepness, so the whole picture is a straight line.
Figure 1.3.16.
Whenever the rate of change is constant no matter which two \((x,y)\)-pairs (or data pairs) are chosen from a data set, then you can conclude the graph will be a straight line even without making the graph. We call this kind of relationship a linear relationship. We’ll study linear relationships in more detail throughout this chapter. Right now in this section, we feel it is important to simply identify if data has a linear relationship or not.

Checkpoint 1.3.17.

Is there a linear relationship in the table?
\(x\) \(y\)
\(-8\) \(3.1\)
\(-5\) \(2.1\)
\(-2\) \(1.1\)
\(1\) \(0.1\)
Explanation.
From one \(x\)-value to the next, the change is always \(3\text{.}\) From one \(y\)-value to the next, the change is always \(-1\text{.}\) So the rate of change is always \(\frac{-1}{3}=-\frac{1}{3}\text{.}\) Since the rate of change is constant, the data have a linear relationship.

Checkpoint 1.3.18.

Is there a linear relationship in the table?
\(x\) \(y\)
\(11\) \(208\)
\(13\) \(210\)
\(15\) \(214\)
\(17\) \(220\)
Explanation.
The rate of change between the first two points is \(\frac{210-208}{13-11}=1\text{.}\) The rate of change between the last two points is \(\frac{220-214}{17-15}=3\text{.}\) This is one way to demonstrate that the rate of change differs for different pairs of points, so this pattern is not linear.

Checkpoint 1.3.19.

Is there a linear relationship in the table?
\(x\) \(y\)
\(3\) \(-2\)
\(6\) \(-8\)
\(8\) \(-12\)
\(12\) \(-20\)
Explanation.
The changes in \(x\) from one row to the next are \(+3\text{,}\)\(+2\text{,}\) and \(+8\text{.}\) That’s not a consistent pattern, but we need to consider rates of change between points. The rate of change between the first two points is \(\frac{-8-(-2)}{6-3}=-2\text{.}\) The rate of change between the next two points is \(\frac{-12-(-8)}{8-6}=-2\text{.}\) And the rate of change between the last two points is \(\frac{-20-(-12)}{12-8}=-2\text{.}\) So the rate of change, \(-2\text{,}\) is constant regardless of which pairs we choose. That means these pairs describe a linear relationship.
Let’s return to the data that we opened the section with, in FigureΒ 2. Is that data linear? Well, yes and no. To be completely honest, it’s not linear. It’s easy to pick out pairs of points where the steepness changes from one pair to the next. In other words, the points do not line up into a single straight line.
However if we step back, there does seem to be an overall upward trend that is captured by the line overlaying the data in FigureΒ 20. Points on the overlaid line do have a linear pattern. Let’s estimate the rate of change between some pair of points on this line. We are free to use any pair of points to do this, so let’s make this calculation easier by choosing points we can clearly identify on the graph: \((2005,27.7)\) and \((2018,31)\text{.}\)
a scatter plot about share of all income held by the top 1% in the US
Figure 1.3.20. Share of all income held by the top 1%, United States, 2000–2021
The rate of change between those two points is
\begin{equation*} \frac{(31-27.7)\,\text{pct. points}}{(2018-2005)\,\text{years}}=\frac{3.4\,\text{pct. points}}{13\,\text{years}}\approx0.2615\,\frac{\text{pct. points}}{\text{year}} \end{equation*}
So we might say that on average, the rate of change expressed by this data is \(0.2615\) percentage points per year.

Subsection 1.3.4 What is slope?

Given a graph with points plotted, when the rate of change from one point to the next one never changes, those points must all be on a straight line as in FigureΒ 21. Instead of saying β€œsteady, constant rate of change”, there is a special word for this.
Figure 1.3.21. Between successive points, the rate of change is always \(1/2\text{.}\)

Definition 1.3.22. Slope.

When \(x\) and \(y\) are two variables where the rate of change between any two points is the same no matter which two points are used, we call this common rate of change the slope. Since having a constant rate of change means the graph will be a straight line, it’s also called the slope of the line.
Considering the definition for rate of change, this means that when \(x\) and \(y\) are two variables where the rate of change between two points is always the same, then you can calculate slope, \(m\text{,}\) by finding two distinct data points \((x_1,y_1)\) and \((x_2,y_2)\text{,}\) and calculating
\begin{equation} m=\frac{\text{change in $y$}}{\text{change in $x$}}=\frac{\Delta y}{\Delta x}=\frac{y_2-y_1}{x_2-x_1}\text{.}\tag{1.3.1} \end{equation}

Aside: Slope \(m\).

A slope is a rate of change. So if there are units for the horizontal and vertical variables, then there will be units for the slope. The slope will be measured in \(\frac{\text{vertical units}}{\text{horizontal units}}\text{.}\) If the slope is nonzero, we say that there is a linear relationship between \(x\) and \(y\text{.}\) When the slope is \(0\text{,}\) we say that \(y\) is constant with respect to \(x\text{.}\)
Here are some scenarios with different slopes. As you read each scenario, note how a slope is more meaningful with units.
  • If a tree grows \(2.5\) feet every year, its rate of change in height is the same from year to year. So the height and time have a linear relationship where the slope is 2.5 ft⁄yr.
  • If a company loses \(2\) million dollars every year, its rate of change in reserve funds is the same from year to year. So the company’s reserve funds and time have a linear relationship where the slope is \(-2\) million dollars per year.
  • If Sakura is an adult who has stopped growing, her rate of change in height is the same from year to yearβ€”it’s zero. So the slope is 0 in⁄yr. Sakura’s height is constant with respect to time. Since the slope is zero, we don’t say that Sakura’s height and time have a linear relationship.

Remark 1.3.23.

A useful phrase for remembering the definition of slope is β€œrise over run”. Here, β€œrise” refers to β€œchange in \(y\)”, and β€œrun” refers to β€œchange in \(x\)”. Be careful. As mentioned earlier, in mathematics the horizontal direction comes first. The phrase β€œrise over run” might make it sound like the vertical direction comes first, but that is misleading. (It’s a bit awkward to say, but the phrase β€œrun under rise” puts the horizontal change first.)

Example 1.3.24. Yara’s Savings.

On Dec.Β 31, Yara had only \(\$50\) in her savings account. For the the new year, she resolved to deposit \(\$20\) into her savings account each week, without withdrawing any money from the account. Yara keeps her resolution, and her account balance increases steadily by \(\$20\) each week. That’s a constant rate of change, so her account balance has a linear relationship with time, and the slope is \(20\, \frac{\text{dollars}}{\text{wk}}\text{.}\)
We can model the balance, \(y\) (measured in dollars) in Yara’s savings account \(x\) weeks after she started making deposits with an equation. Since Yara started with \(\$50\) and adds \(\$20\) each week, then \(x\) weeks after she started making deposits,
\begin{equation} y = 50 + 20x\tag{1.3.2} \end{equation}
where \(y\) is a dollar amount. Notice that the slope, \(20\,\frac{\text{dollars}}{\text{wk}}\text{,}\) is used as the multiplier for \(x\text{,}\) the number of weeks that have passed.
We can also examine Yara’s savings using a table as in FigureΒ 25.
\(x\text{,}\) weeks
since Dec.Β 31
\(y\text{,}\) savings account
balance (dollars)
\(0\) \(50\)
increases by \(1\)\(\longrightarrow\) \(1\) \(70\) \(\longleftarrow\) increases by \(20\)
increases by \(1\)\(\longrightarrow\) \(2\) \(90\) \(\longleftarrow\) increases by \(20\)
increases by \(2\)\(\longrightarrow\) \(4\) \(130\) \(\longleftarrow\) increases by \(40\)
increases by \(3\)\(\longrightarrow\) \(7\) \(190\) \(\longleftarrow\) increases by \(60\)
increases by \(5\)\(\longrightarrow\) \(12\) \(290\) \(\longleftarrow\) increases by \(100\)
Figure 1.3.25. Yara’s savings
In first rows of the table, we see that when \(x\) increases by \(1\) (week), then \(y\) increases by \(20\) (dollars). The row-to-row rate of change is \(\frac{20\,\text{dollars}}{1\,\text{wk}} = 20\,\frac{\text{dollars}}{\text{wk}}\text{,}\) which we already know is the slope. In any table showing a linear relationship, whenever \(x\) increases by \(1\) unit, \(y\) will increase by the slope.
In later rows, notice that the change in \(x\) is larger than \(1\text{,}\) but the change in \(y\) is also larger than \(20\text{.}\) The changes in \(y\) have grown proportionally with the changes in \(x\) and this keeps the rate of change steady. Looking in particular at the last two rows of the table, we see \(x\) increases by \(5\) and \(y\) increases by \(100\text{,}\) which gives a rate of change \(\frac{100\,\text{dollars}}{5\,\text{wk}} = 20\,\frac{\text{dollars}}{\text{wk}}\text{,}\) which is once again the value of the slope.
On a graph of Yara’s savings, we can β€œsee” the rates of change between consecutive rows of the table by using slope triangles. These are right triangles showing how to move horizontally, then vertically, to get from one point to another.
Figure 1.3.26. Yara’s savings
The large slope triangle indicates that when \(5\) weeks pass, Yara saves \(\$100\text{.}\) This is the rate of change between the last two rows of the table, \(\frac{100}{5} = 20 \, \frac{\text{dollars}}{\text{wk}}\text{.}\) The smaller slope triangles indicate, from left to right, the rates of change \(\frac{20\,\text{dollars}}{1\,\text{wk}}\text{,}\) \(\frac{20\,\text{dollars}}{1\,\text{wk}}\text{,}\) \(\frac{40\,\text{dollars}}{2\,\text{wk}}\text{,}\) and \(\frac{60\,\text{dollars}}{3\,\text{wk}}\) respectively. All of these rates simplify to the slope, \(20 \, \frac{\text{dollars}}{\text{wk}}\text{.}\)
Every slope triangle on the graph of Yara’s savings has the same angles even though some are larger than others. Since the ratio of vertical change to horizontal change is always \(20\, \frac{\text{dollars}}{\text{wk}}\text{.}\) On any graph of any sloped line, we can draw a slope triangle and compute slope as β€œrise over run”.

Note 1.3.27. Slope Triangles Above.

Of course, we could draw a slope triangle on the top side of a line. This slope triangle works just as well for identifying β€œrise” and β€œrun”, but it emphasizes vertical change before horizontal change. For consistency with mathematical conventions, we will usually draw slope triangles that show the horizontal change first, followed by the vertical change, as in FigureΒ 26.
Figure 1.3.28. Yara’s savings

Example 1.3.29.

The following graph of a line models the amount of gas, in gallons, in Kiran’s gas tank as they drive their car. Find the line’s slope, and interpret its meaning in this context.
This is a grid with a line, passing the points (3,8),(6,6),(9,4)...
Figure 1.3.30. Amount of gas in Kiran’s gas tank
Explanation.
To find a line’s slope using its graph, we first identify two points on it and then draw a slope triangle. Naturally, we would want to choose two points whose \(x\)- and \(y\)-coordinates are easy to identify exactly based on the graph. We choose the two points where \(x=3\) and \(x=6\text{,}\) because they are right on grid line crossings:
This is a grid with a line, passing the points (3,8),(6,6),(9,4)...There is a slope triangle starting from (3,8), passing (6,8) and ending at (6,6). The label from (3,8) to (6,8) is "3 hours"; and the label from (6,8) to (6,6) is "-2 gallons".
Figure 1.3.31. A Good Slope Triangle
Notice that the change in \(y\) is negative, because the amount of gas is decreasing. Since we chose points with integer coordinates, we can easily calculate the slope:
\begin{equation*} \text{slope}=\frac{-2\,\text{gallons}}{3\,\text{hours}}=-\frac{2}{3}\,\frac{\text{gal}}{\text{h}}\text{.} \end{equation*}
In the given context, this slope implies gas in the tank is decreasing at the rate of \(\frac{2}{3}\) gal⁄h. Since this slope is written as a fraction, another way to understand it is that Kiran is using \(2\) gallons of gas every \(3\) hours.

Checkpoint 1.3.32.

Find the slope of the line.
Explanation.
To find the slope of a line from its graph, we first need to identify two points that the line passes through. It is wise to choose points with integer coordinates. For this problem, we choose \({\left(0, 2\right)}\) and \({\left(8, 5\right)}\text{.}\)
Next, we sketch a slope triangle and find the rise and run. In the sketch below, the rise is \(3\) and the run is \(8\text{.}\)
\begin{equation*} \text{slope}=\frac{\text{rise}}{\text{run}}=\frac{3}{8} \end{equation*}
This line’s slope is \({{\frac{3}{8}}}\text{.}\)

Checkpoint 1.3.33.

Make a table and plot the equation \(y=\frac{3}{4}x+2\text{,}\) which makes a straight line. Use the plot to determine the slope of this line.
Explanation.
First, we choose some \(x\)-values to make a table, and compute the corresponding \(y\)-values.
\(x\) \(y=\frac{3}{4}x+2\) Point
\(-2\) \(\frac{3}{4}(-2)+2=0.5\) \((-2,0.5)\)
\(-1\) \(\frac{3}{4}(-1)+2=1.25\) \((-1,1.25)\)
\(0\) \(\frac{3}{4}(0)+2=2\) \((0,2)\)
\(1\) \(\frac{3}{4}(1)+2=2.75\) \((1,2.75)\)
\(2\) \(\frac{3}{4}(2)+2=3.5\) \((2,3.5)\)
\(3\) \(\frac{3}{4}(3)+2=4.25\) \((3,4.25)\)
\(4\) \(\frac{3}{4}(4)+2=5\) \((4,5)\)
\(5\) \(\frac{3}{4}(5)+2=5.75\) \((5,5.75)\)
This table lets us plot the graph and identify a slope triangle that is easy to work with.
Since the slope triangle runs \(4\) units and then rises \(3\) units, the slope is \(\frac{3}{4}\text{.}\)

Subsection 1.3.5 Comparing Slopes

It’s useful to understand when more than one line having different slopes appear on the same coordinate system.

Example 1.3.34.

Effie, Ivan and Cleo are in a foot race. FigureΒ 35 models the distance each has traveled in the first few seconds. Each runner takes a second to accelerate up to their running speed, but then runs at a constant speed. So they are then traveling with a constant rate of change, and the straight line portions of their graphs have a slope. Find each line’s slope, and interpret its meaning in this context. What comparisons can you make with these runners?
Figure 1.3.35. A three-way foot race
We will draw slope triangles to find each line’s slope.
Figure 1.3.36. Find the Slope of Each Line
Using the slope equation, we have:
  • Effie’s slope is \(\frac{8\,\text{m}}{3\,\text{s}}\approx2.666\,\frac{\text{m}}{\text{s}}\text{.}\)
  • Ivan’s slope is \(\frac{7\,\text{m}}{2\,\text{s}}=3.5\,\frac{\text{m}}{\text{s}}\text{.}\)
  • Cleo’s slope is \(\frac{8\,\text{m}}{2\,\text{s}}=4\,\frac{\text{m}}{\text{s}}\text{.}\)
In a distance-over-time graph, the slope of a line represents speed. The slopes in these examples and the running speeds of these runners are measured in m⁄s. A relationship we can see is that the more steeply a line is slanted, the larger the slope is. This should make sense because for each passing second, the faster runner travels farther, making a slope triangle’s height taller. This means that we can tell that Cleo is the fastest runner (and Effie is the slowest) just by comparing the slopes \(4>3.5>2.666\text{.}\)

Checkpoint 1.3.37. Jogging on Mt.Β Hood.

Kato is training for a race up the slope of Mt.Β Hood, from Sandy to Government Camp, and then back. The graph models his elevation from his starting point as time passes. Find the slopes of the three line segments and interpret their meanings in this context.
(a)
What is the slope of the first segment?
Explanation.
The first segment started at \((0,0)\) and stopped at \((7,3500)\text{.}\) This implies Kato started at the starting point, traveled \(7\) hours and reached a point \(3500\) feet higher in elevation from the starting point. The slope of the line is
\begin{equation*} \frac{\Delta y}{\Delta x}=\frac{3500\,\text{ft}}{7\,\text{h}}=500\,\frac{\text{ft}}{\text{h}} \end{equation*}
In context, Kato was gaining \(500\) feet in elevation per hour.
(b)
What is the slope of the second segment?
Explanation.
What happened in the second segment, which started at \((7,3500)\) and ended at \((19,3500)\text{?}\) This implies he started this portion \(3500\) feet high, and didn’t change elevation for \(19\) hours. Maybe some of that time he was running at a constant elevation, and some of that time he was resting.
\begin{equation*} \frac{\Delta y}{\Delta x}=\frac{0\,\text{ft}}{12\,\text{h}}=0\,\frac{\text{ft}}{\text{h}} \end{equation*}
In context, Kato was running but neither gaining nor losing elevation.
(c)
What is the slope of the third segment?
Explanation.
The third segment started at \((19,3500)\) and stopped at \((23,0)\text{.}\) This implies Kato started this part of his trip from \(3500\) feet high, traveled for \(4\) hours, and returned to the starting elevation. The slope of the line is
\begin{equation*} \frac{\Delta y}{\Delta x}=\frac{-3500\,\text{ft}}{4\,\text{h}}=-875\,\frac{\text{ft}}{\text{h}} \end{equation*}
In context, Kato was dropping in elevation by \(875\) feet per hour.
Some important properties are demonstrated in CheckpointΒ 37.
These properties are summarized graphically in FigureΒ 39.
(a) Positive slope
(b) Negative slope
(c) Zero slope
Figure 1.3.39.

Subsection 1.3.6 Finding Slope by Two Given Points

Several times in this section we computed a slope by drawing a slope triangle. That’s not necessary if you already have coordinates for two points on a line. In fact, sometimes it’s not practical to draw a slope triangle. (For instance if you only have specific information about two points that are too close together to draw a triangle, or if you cannot clearly see precise coordinates where you might start and stop your slope triangle.) Here we will show how to find a line’s slope without drawing a slope triangle.

Example 1.3.40.

Your neighbor planted a sapling from a local nursery in his front yard several years ago. Ever since then, it has been growing at a constant rate. By the end of the third year, the tree was 15 ft tall. By the end of the sixth year, the tree was 27 ft tall. What’s the tree’s rate of growth (i.e.Β the slope)?
We could sketch a graph for this scenario, and include a slope triangle. If we did that, it would look like:
This is a grid with a line, passing the points (3,15) and (6,27). A slope triangle is drawn, starting at (3,15), passing (6,15), and ends at (6,27). The label from (3,15) to (6,15) is "6-3=3 years"; the label from (6,15) to (6,27) is "27-15=12 feet".
Figure 1.3.41. Height of a Tree
By the slope triangle and (1.3.1) we have:
\begin{align*} \text{slope}=m\amp =\frac{\Delta y}{\Delta x}\\ \amp =\frac{12\,\text{ft}}{3\,\text{yr}}\\ \amp =4\frac{\text{ft}}{\text{yr}} \end{align*}
So the tree is growing at a rate of 4 ft⁄yr
But hold on. Did we really need this picture? The β€œrise” of \(12\) came from a subtraction of two \(y\)-values: \(27-15\text{.}\) And the β€œrun” of \(3\) came from a subtraction of two \(x\)-values: \(6-3\text{.}\)
Here is a picture-free approach. We know that after 3 yr, the height is 15 ft. As an ordered pair, that information gives us the point \((3,15)\) which we can label as \((\overset{x_1}{3},\overset{y_1}{15})\text{.}\) Similarly, the background information tells us to consider \((6,27)\text{,}\) which we label as \((\overset{x_2}{6},\overset{y_2}{27})\text{.}\) Here, \(x_1\) and \(y_1\) represent the first point’s \(x\)- and \(y\)-values, and \(x_2\) and \(y_2\) represent the second point’s \(x\)- and \(y\)-values.
Now we can write an alternative to (1.3.1):
\begin{equation} \text{slope}=m=\frac{\Delta y}{\Delta x}=\frac{y_2-y_1}{x_2-x_1}\tag{1.3.3} \end{equation}
This is known as the slope formula. The following graphs help to understand why this formula works. Basically, we are still using a slope triangle to calculate the slope.
This is a grid with a line, passing the points (3,15) and (6,27). A slope triangle is drawn, starting at (3,15), passing (6,15), and ends at (6,27). The label from (3,15) to (6,15) is "6-3=3 years"; the label from (6,15) to (6,27) is "27-15=12 feet".
This is a grid with a line, passing the points (3,15) and (6,27). A slope triangle is drawn, starting at (3,15), passing (6,15), and ends at (6,27). The label from (3,15) to (6,15) is "x2-x1"; the label from (6,15) to (6,27) is "y2-y1".
Figure 1.3.42. Understanding the slope formula

Warning 1.3.43.

It’s important to use subscript instead of superscript in the slope equation, because \(y^2\) means to take the number \(y\) and square it. When we use \(y_2\text{,}\) we are saying there are at least two \(y\)-values in the conversation, and \(y_2\) is the second of them.
The beauty of the slope formula is that to find a line’s slope, we don’t need to draw a slope triangle. Let’s look at an example.

Example 1.3.44.

A line passes the points \((-5,25)\) and \((4,-2)\text{.}\) Find this line’s slope.
Explanation.
If you are new to this formula, it may help to label each number before using the formula. The two given points are:
\begin{equation*} (\overset{x_1}{-5},\overset{y_1}{25}) \qquad (\overset{x_2}{4},\overset{y_2}{-2}) \end{equation*}
Now apply the slope formula:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{-2-25}{4-(-5)}\\ \amp=\frac{-27}{9}\\ \amp=-3 \end{align*}
Note that we used parentheses when substituting negative numbers in \(x_1\) and \(y_1\text{.}\) This is a good habit to protect yourself from making errors with subtraction and double negatives.

Checkpoint 1.3.45.

A line passes through the points \((-18,14)\) and \((18,-16)\text{.}\) Find this line’s slope.
Explanation.
To find a line’s slope, we can use the slope formula:
\begin{equation*} \text{slope}=\frac{y_2-y_1}{x_2-x_1} \end{equation*}
First, we mark which number corresponds to which variable in the formula:
\begin{equation*} (\overset{x_1}{-18},\overset{y_1}{14})\qquad(\overset{x_2}{18},\overset{y_2}{-16}) \end{equation*}
Now we substitute these numbers into the corresponding variables in the slope formula:
\begin{equation*} \begin{aligned} \text{slope} \amp =\frac{y_2-y_1}{x_2-x_1}\\ \amp =\frac{-16-14}{18-(-18)}\\ \amp =\frac{-30}{36}\\ \amp =\frac{-5}{6} \end{aligned} \end{equation*}
So the line’s slope is \(-\frac56\text{.}\)

Subsection 1.3.7 Slope-Intercept Definition

Recall ExampleΒ 24, where Yara started with \(\$50\) in her savings account, and from then on deposited \(\$20\) each week. In that example, we used \(x\) to represent how many weeks have passed. After \(x\) weeks, Yara has added \(20x\) dollars. Since she started with \(\$50\text{,}\) she now has
\begin{equation*} y=20x+50\text{.} \end{equation*}
In this example, there is a constant rate of change of \(20\) dollars per week, so we call that the slope. We also saw in FigureΒ 26 that plotting Yara’s balance over time makes a straight-line graph.
The graph of Yara’s savings has some things in common with almost every straight-line graph. There is a slope, and there is a place where the line crosses the \(y\)-axis. FigureΒ 47 illustrates this in the abstract.
Figure 1.3.46. Yara’s savings
a coordinate plane with the line y=20x+50; the line extends to the left and the right
Figure 1.3.47. Generic line
We already have a symbol, \(m\text{,}\) for the slope of a line. That other feature, where the line crosses the \(y\)-intercept is of interest to us now. The \(y\)-intercept of a line is a point where the line crosses the \(y\)-axis. Since it’s on the \(y\)-axis, the \(x\)-coordinate of this point is \(0\text{.}\) It is standard to call the point \((0,b)\) the \(y\)-intercept, and call the number \(b\) the β€œ\(y\)-coordinate of the \(y\)-intercept”. It is almost inevitable that people will find this too wordy, and will call \(b\) the \(y\)-intercept. But technically, the \(y\)-intercept is \((0,b)\text{.}\)

Checkpoint 1.3.48.

Use FigureΒ 26 to answer this question.
What was the value of \(b\) in the plot of Yara’s savings?
What is the \(y\)-intercept?
Explanation.
The line crosses the \(y\)-axis at \((0,50)\text{,}\) so the value of \(b\) is \(50\text{.}\) And the \(y\)-intercept is \((0,50)\text{.}\)
One way to write the equation for Yara’s savings was
\begin{equation*} y=20x+50 \end{equation*}
where \(m=20\) and \(b=50\) are immediately visible in the equation. Now we generalize this.

Definition 1.3.49. Slope-Intercept Form.

When \(x\) and \(y\) have a linear relationship where \(m\) is the slope and \((0,b)\) is the \(y\)-intercept, one equation for this relationship is
\begin{equation} y=mx+b\tag{1.3.4} \end{equation}
and this equation is called the slope-intercept form of the line. It is called this because the slope and \(y\)-intercept are immediately discernible from the numbers in the equation.

Checkpoint 1.3.50.

What are the slope and \(y\)-intercept for each of the following line equations?
Equation Slope \(y\)-intercept
\(y={3.1x+1.78}\)
\(y={-17x+112}\)
\(y={\frac{3}{7}x-\frac{2}{3}}\)
\(y={13-8x}\)
\(y={1-\frac{2x}{3}}\)
\(y={2x}\)
\(y={3}\)
Explanation.
In the first three equations, simply read the slope \(m\) according to slope-intercept form. The slopes are \(3.1\text{,}\) \(-17\text{,}\) and \({\frac{3}{7}}\text{.}\)
The fourth equation was written with the terms not in the slope-intercept form order. It could be written \(y=-8x+13\text{,}\) and then it is clear that its slope is \(-8\text{.}\) In any case, the slope is the coefficient of \(x\text{.}\)
The fifth equation is also written with the terms not in the slope-intercept form order. Changing the order of the terms, it could be written \(y=-\frac{2x}{3}+1\text{,}\) but this still does not match the pattern of slope-intercept form. Considering how fraction multiplication works, \(\frac{2x}{3}=\frac{2}{3}\cdot\frac{x}{1}=\frac{2}{3}x\text{.}\) So we can write this equation as \(y=-\frac{2}{3}x+1\text{,}\) and we see the slope is \(-\frac{2}{3}\text{.}\)
The last two equations could be written \(y=2x+0\) and \(y=0x+3\text{,}\) allowing us to read their slopes as \(2\) and \(0\text{.}\)
For the \(y\)-intercepts, remember that we are expected to answer using an ordered pair \((0,b)\text{,}\) not just a single number \(b\text{.}\) We can simply read that the first two \(y\)-intercepts are \({\left(0,1.78\right)}\) and \({\left(0,112\right)}\text{.}\)
The third equation does not exactly match the slope-intercept form, until you view it as \(y=\frac{3}{7}x+\left(-\frac{2}{3}\right)\text{,}\) and then you can see that its \(y\)-intercept is \(\left(0,-\frac{2}{3}\right)\text{.}\)
With the fourth equation, after rewriting it as \(y=-8x+13\text{,}\) we can see that its \(y\)-intercept is \((0,13)\text{.}\)
We already explored rewriting the fifth equation as \(y=-\frac{2}{3}x+1\text{,}\) where we can see that its \(y\)-intercept is \((0,1)\text{.}\)
The last two equations could be written \(y=2x+0\) and \(y=0x+3\text{,}\) allowing us to read their \(y\)-intercepts as \((0,0)\) and \((0,3)\text{.}\)
Alternatively, we know that \(y\)-intercepts happen where \(x=0\text{,}\) and substituting \(x=0\) into each equation gives you the \(y\)-value of the \(y\)-intercept.

Remark 1.3.51.

The number \(b\) is the \(y\)-value when \(x=0\text{.}\) Therefore it is common to refer to \(b\) as the initial value or starting value of a linear relationship.

Subsection 1.3.8 Graphing Slope-Intercept Equations

Example 1.3.52.

With a simple equation like \(y=2x+3\text{,}\) we can see that this is a line whose slope is \(2\) and which has initial value \(3\text{.}\) So starting at \(y=3\) on the \(y\)-axis, each time we increase the \(x\)-value by \(1\text{,}\) the \(y\)-value increases by \(2\text{.}\) With these basic observations, we can quickly produce a table and/or a graph.
\(x\) \(y\)
start on
\(y\)-axis \(\longrightarrow\)
\(0\) \(3\) initial
\(\longleftarrow\) value
increase
by \(1\longrightarrow\)
\(1\) \(5\) increase
\(\longleftarrow\) by \(2\)
increase
by \(1\longrightarrow\)
\(2\) \(7\) increase
\(\longleftarrow\) by \(2\)
increase
by \(1\longrightarrow\)
\(3\) \(9\) increase
\(\longleftarrow\) by \(2\)
increase
by \(1\longrightarrow\)
\(4\) \(11\) increase
\(\longleftarrow\) by \(2\)
A Cartesian graph with the points plotted from the table; there is a line passing through the points and slope triangles drawn between each pair of points

Example 1.3.53.

The conversion formula for a Celsius temperature into Fahrenheit is \(F=\frac{9}{5}C+32\text{.}\) This appears to be in slope-intercept form, except that \(x\) and \(y\) are replaced with \(C\) and \(F\text{.}\) Suppose you are asked to graph this equation. How will you proceed? You could make a table of values as we did in ExampleΒ 52 but that takes time and effort. Since the equation is in slope-intercept form, there is a better way.
Since this equation is for converting a Celsius temperature to a Fahrenheit temperature, it makes sense to let \(C\) be the horizontal axis variable and \(F\) be the vertical axis variable. Note the slope is \(\frac{9}{5}\) and the vertical intercept (here, the \(F\)-intercept) is \((0,32)\text{.}\)
  1. Set up the axes using an appropriate window and labels. Considering the freezing temperature of water (\(0^{\circ}\) Celsius or \(32^{\circ}\) Fahrenheit), and the boiling temperature of water (\(100^{\circ}\) Celsius or \(212^{\circ}\) Fahrenheit), it’s reasonable to let \(C\) run through at least \(0\) to \(100\) and \(F\) run through at least \(32\) to \(212\text{.}\)
  2. Plot the \(F\)-intercept, which is at \((0,32)\text{.}\)
  3. Starting at the \(F\)-intercept, use slope triangles to reach the next point. Since our slope is \(\frac{9}{5}\text{,}\) that suggests a β€œrun” of \(5\) and a β€œrise” of \(9\) might work. But as FigureΒ 54 indicates, such slope triangles are too tiny. You can actually use any fraction equivalent to \(\frac{9}{5}\) to plot using the slope, as in \(\frac{18}{10}\text{,}\) \(\frac{90}{50}\text{,}\) \(\frac{900}{50}\text{,}\) or \(\frac{45}{25}\) which all reduce to \(\frac{9}{5}\text{.}\) Given the size of our graph, we will use \(\frac{90}{50}\) to plot points, where we will try a β€œrun” of \(50\) and a β€œrise” of \(90\text{.}\)
  4. Connect your points with a straight line, use arrowheads, and label the equation.
a coordinate plane with the first quadrant shown; the scale on the x-axis is 25 degrees and the scale on the y-axis is 50 degrees; the y-intercept of (0,32) is graphed
the previous graph with small slope triangles shown with a run of 5 and a rise of 9; the larger slope triangles with a run of 50 and a rise of 90 get us to the next points which are (50,122) and (100,212)
The completed graph of the line F=9/5C+32
Figure 1.3.54. Graphing \(F=\frac{9}{5}C+32\)

Example 1.3.55.

Graph \(y=-\frac{2}{3}x+10\text{.}\)
a coordinate plane with a scale of 2 on the x-axis and 5 on the y-axis; the y-intercept of (0,10) is plotted
(a) Set up the axes in an appropriate window such that the \(y\)-intercept will be visible, and any β€œrun” and β€œrise” amounts we plan to use do not make slope triangles that are too big or too small.
the previous graph with slope triangles drawn; to the right the run is 3 and the rise is -2; to the left the run is -3 and the rise is 2
(b) The slope is \(-\frac{2}{3}\text{.}\) So we can try using a β€œrun” of \(3\) and a β€œrise” of \(-2\) or a β€œrun” of \(-3\) and a β€œrise” of \(2\text{.}\)
the previous graph with a smooth line drawn through all the points; there are arrowheads on the line and the line is labeled with the equation y=-2/3x+10
(c) Connecting the points with a straight line and adding labels.
Figure 1.3.56. Graphing \(y=-\frac{2}{3}x+10\)

Checkpoint 1.3.57.

Graph \(y=3x+5\text{.}\)
Explanation.
Mark the \(y\)-intercept at \((0,5)\text{,}\) and then use slope triangles that travel forward \(1\) unit and up \(3\text{.}\)

Subsection 1.3.9 Writing a Slope-Intercept Equation Given a Graph

We can write a linear equation in slope-intercept form based on its graph. We need to be able to calculate the line’s slope and see its \(y\)-intercept.

Checkpoint 1.3.58.

Use the graph to write an equation of the line in slope-intercept form.
Explanation.
On the line, pick two points with easy-to-read integer coordinates so that we can calculate slope. It doesn’t matter which two points we use; the slope will be the same.
With the slope and \(y\)-intercept found, we can write the line’s equation:
\begin{equation*} y=-\frac{1}{2}x+6 \text{.} \end{equation*}

Checkpoint 1.3.59.

The boiling temperature of water depends on what the surrounding air pressure is. Scientists measured the boiling point of water under various amounts of pressure and plotted the results below. Then they added a β€œline of best fit”.
Write an equation for this line in slope-intercept form.
Explanation.
Do your best to identify two points on the line.
Estimating the \(y\)-intercept to be at \((0,90)\text{,}\) we have \(y=13.3x+90\text{.}\)

Subsection 1.3.10 Writing a Slope-Intercept Equation Given Two Points

Any two points uniquely determine a line. Once you identify two points, there is a process to find the slope-intercept form of the equation of the line that connects them.

Example 1.3.60.

Find the slope-intercept form of an equation for the line that passes through the points \((0,5)\) and \((8,-5)\text{.}\)
Explanation.
Our goal is to write \(y=mx+b\text{,}\) with specific numbers for \(m\) and \(b\text{.}\) The first step is to find the slope, \(m\text{.}\) To do this, recall the slope formula from SectionΒ 3. It says that if a line passes through the points \((x_1,y_1)\) and \((x_2,y_2)\text{,}\) then the slope is found by the formula \(m=\frac{y_2-y_1}{x_2-x_1}\text{.}\) Applying this to our two points \((\overset{x_1}{0},\overset{y_1}{5})\) and \((\overset{x_2}{8},\overset{y_2}{-5})\text{,}\) we see that the slope is:
\begin{align*} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{-5}-\substitute{5}}{\substitute{8}-\substitute{0}}\\ \amp=\frac{-10}{8}=-\frac{5}{4} \end{align*}
We are trying to write \(y=mx+b\text{.}\) Since we already found the slope, we know that we want to write \(y=-\frac{5}{4}x+b\) but we need a specific number for \(b\text{.}\) We happen to know that one point on this line is \((0,5)\text{,}\) which is on the \(y\)-axis because its \(x\)-value is \(0\text{.}\) So \((0,5)\) is this line’s \(y\)-intercept, and therefore \(b=5\text{.}\) So our equation is \(y=-\frac{5}{4}x+5\text{.}\)

Example 1.3.61.

Find the slope-intercept form of an equation for the line that passes through the points \((3,-8)\) and \((-6,1)\text{.}\)
Explanation.
We first find the slope between our two points: \((\overset{x_1}{3},\overset{y_1}{-8})\) and \((\overset{x_2}{-6},\overset{y_2}{1})\text{.}\) Using the slope formula again, we have:
\begin{align*} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{1}-\substitute{(-8)}}{\substitute{{-}6}-\substitute{3}}\\ \amp=\frac{9}{-9}\\ \amp=-1 \end{align*}
Now that we have the slope, we can write \(y=-1x+b\text{,}\) or more simply: \(y=-x+b\text{.}\) Unlike in ExampleΒ 60, we are not given the value of \(b\) because neither of our two given points have an \(x\)-value of \(0\text{.}\) To find \(b\text{,}\) remember that we have two points that we already know should make the equation true! This means we can substitute either point into the equation (for the \(x\) and the \(y\)) and solve for \(b\text{.}\) Let’s arbitrarily choose \((3,-8)\) to substitute in.
\begin{align*} y\amp=-x+b\\ \substitute{-8}\amp=-(\substitute{3})+b\amp\text{(Now solve for }b\text{.)}\\ -8\amp=-3+b\\ -8\addright{3}\amp=-3+b\addright{3}\\ -5\amp=b \end{align*}
We conclude that the slope-intercept line equation is \(y=-x-5\text{.}\)

Checkpoint 1.3.62.

Find the slope-intercept form of an equation for the line that passes through the points \((-3,150)\) and \((0,30)\text{.}\)
Explanation.
We first find the slope between our two points: \((\overset{x_1}{-3},\overset{y_1}{150})\) and \((\overset{x_2}{0},\overset{y_2}{30})\text{.}\) Using the slope formula, we have:
\begin{equation*} \begin{aligned} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{30}-\substitute{150}}{\substitute{0}-\substitute{(-3)}}\\ \amp=\frac{-120}{3}\\ \amp=-40 \end{aligned} \end{equation*}
Now we can write \(y=-40x+b\) and to find \(b\) we need look no further than one of the given points: \((0,30)\text{.}\) The value of \(b\) is \(30\text{.}\) So, the slope-intercept form of the line is \(y=-40x+30\text{.}\)

Checkpoint 1.3.63.

Find the slope-intercept form of an equation for the line that passes through the points \(\left(-3,\frac{3}{4}\right)\) and \(\left(-6,-\frac{17}{4}\right)\text{.}\)
Explanation.
First find the slope through our points: \(\left(-3,\frac{3}{4}\right)\) and \(\left(-6,-\frac{17}{4}\right)\text{.}\)
\begin{equation*} \begin{aligned} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{-\frac{17}{4}}-\substitute{\frac{3}{4}}}{\substitute{-6}-\substitute{(-3)}}\\ \amp=\frac{\frac{-20}{4}}{-3}\\ \amp=\frac{-5}{-3}=\frac{5}{3} \end{aligned} \end{equation*}
At this point we have \(y=\frac{5}{3}x+b\text{.}\) Now we need to solve for \(b\) since neither of the points given to us were the vertical intercept. To do this, we choose one of the two points and plug it into our equation. We choose \(\left(-3,\frac{3}{4}\right)\text{.}\)
\begin{equation*} \begin{aligned} y\amp=\frac{5}{3}x+b\\ \substitute{\frac{3}{4}}\amp=\frac{5}{3}(\substitute{-3})+b\\ \frac{3}{4}\amp=-5+b\\ \frac{3}{4}\addright{5}\amp=-5+b\addright{5}\\ \frac{3}{4}+\frac{20}{4}\amp=b\\ \frac{23}{4}\amp=b \end{aligned} \end{equation*}
So we have \(y=\frac{5}{3}x+\frac{23}{4}\text{.}\)

Subsection 1.3.11 Modeling with Slope-Intercept Form

We can model many relationships using slope-intercept form, and then solve related questions using algebra. Here are a few examples.

Example 1.3.64.

Uber is a ride-sharing company. Its pricing in Portland factors in how much time and how many miles a trip takes. But if you assume that rides average out at a speed of 30 mph, then their pricing scheme boils down to a base of \(\$7.35\) for the trip, plus \(\$3.85\) per mile. Use a slope-intercept equation and algebra to answer these questions.
  1. How much is the fare if a trip is \(5.3\) miles long?
  2. With \(\$100\) available to you, how long of a trip can you afford?
Explanation.
The rate of change (slope) is \(\$3.85\) per mile, and the starting value is \(\$7.35\text{.}\) So the slope-intercept equation is
\begin{equation*} y=3.85x+7.35\text{.} \end{equation*}
In this equation, \(x\) stands for the number of miles in a trip, and \(y\) stands for the amount of money to be charged.
If a trip is \(5.3\) miles long, we substitute \(x=5.3\) into the equation and we have:
\begin{align*} y\amp=3.85x+7.35\\ \amp=3.85(\substitute{5.3})+7.35\\ \amp=20.405+7.35\\ \amp=27.755 \end{align*}
And the \(5.3\)-mile ride will cost you about \(\$27.76\text{.}\) (We say β€œabout”, because this was all assuming you average 30 mph.)
Next, to find how long of a trip would cost \(\$100\text{,}\) we substitute \(y=100\) into the equation and solve for \(x\text{:}\)
\begin{align*} y\amp=3.85x+7.35\\ \substitute{100}\amp=3.85x+7.35\\ 100\subtractright{7.35}\amp=3.85x\\ 92.65\amp=3.85x\\ \divideunder{92.65}{3.85}\amp=x\\ 24.06\amp\approx x \end{align*}
So with \(\$100\) you could afford a little more than a \(24\)-mile trip.

Checkpoint 1.3.65.

In a certain wildlife reservation in Africa, there are approximately \(2400\) elephants. Sadly, the population has been decreasing by \(30\) elephants per year. Use a slope-intercept equation and algebra to answer these questions.
  1. If the trend continues, what would the elephant population be \(15\) years from now?
  2. If the trend continues, how many years will it be until the elephant population dwindles to \(1200\text{?}\)
Explanation.
The rate of change (slope) is \(-30\) elephants per year. Notice that since we are losing elephants, the slope is a negative number. The starting value is \(2400\) elephants. So the slope-intercept equation is
\begin{equation*} y=-30x+2400 \text{.} \end{equation*}
In this equation, \(x\) stands for a number of years into the future, and \(y\) stands for the elephant population. To estimate the elephant population \(15\) years later, we substitute \(x\) in the equation with \(15\text{,}\) and we have:
\begin{equation*} \begin{aligned} y\amp=-30x+2400\\ \amp=-30(\substitute{15})+2400\\ \amp=-450+2400\\ \amp=1950 \end{aligned} \end{equation*}
So if the trend continues, there would be \(1950\) elephants on this reservation 15 years later.
Next, to find when the elephant population would decrease to \(1200\text{,}\) we substitute \(y\) in the equation with \(1200\text{,}\) and solve for \(x\text{:}\)
\begin{equation*} \begin{aligned} y\amp=-30x+2400\\ \substitute{1200}\amp=-30x+2400\\ 1200\subtractright{2400}\amp=-30x\\ -1200\amp=-30x\\ \divideunder{-1200}{-30}\amp=x\\ 40\amp=x \end{aligned} \end{equation*}
So if the trend continues, \(40\) years later, the elephant population would dwindle to \(1200\text{.}\)

Subsection 1.3.12 Point-Slope Motivation and Definition

Since 1990, the population of the United States has been growing by about \(2.865\) million people per year. Also, back in 1990, the population was \(253\) million. Since the rate of growth has been roughly constant, a linear model is appropriate. Let’s write an equation to model this.
We consider using slope-intercept form, but we would need to know the \(y\)-intercept, and nothing in the background tells us that. We’d need to know the population of the United States back in the year 0, before there even was a United States.
We could do some side work to calculate the \(y\)-intercept, but let’s try something else instead. Here are some things we know:
  1. The slope equation for a line in general is \(m=\frac{y_2-y_1}{x_2-x_1}\text{.}\)
  2. The slope of our line is \(m=2.865\,\frac{\text{million people}}{\text{year}}\text{,}\) or \(m=\frac{2.865\,\text{million people}}{1\,\text{year}}\text{.}\)
  3. One point on the line is \((x_1,y_1)=(1990,253)\text{,}\) because in 1990, the population was \(253\) million.
If we use the generic variables \((x,y)\) to represent a point somewhere on this line, then the rate of change from \((1990,253)\) to \((x,y)\) must be \(2.865\text{.}\) So
\begin{equation*} \frac{y-253}{x-1990}=2.865\text{.} \end{equation*}
There is good reason to isolate \(y\) in this equation, so we do that.
\begin{align*} \frac{y-253}{x-1990}\amp=2.865\\ \frac{y-253}{x-1990}\multiplyright{(x-1990)}\amp=2.865\multiplyright{(x-1990)}\\ y-253\amp=2.865(x-1990)\amp\amp\text{(could distribute, but don't)}\\ y\amp=2.865(x-1990)\addright{253} \end{align*}
This is a good place to pause. We have isolated \(y\text{,}\) and three meaningful numbers appear in the equation: the rate of growth, a certain year, and the population in that year. This is a specific example of point-slope form. Before we look deeper at point-slope form, let’s continue reducing the line equation into slope-intercept form by distributing and combining like terms.
\begin{align*} y\amp=2.865(x-1990)+253\\ y\amp=2.865x - 5701.35 + 253\amp\amp\text{(distributed the }2.865\text{)}\\ y\amp=2.865x - 5448.35\amp\amp\text{combined like terms} \end{align*}
One concern with slope-intercept form is that it uses the \(y\)-intercept, which might have no meaning in the context of an application. For example, here we have found that the \(y\)-intercept is at \((0,-5448.35)\text{,}\) but what practical use is that? It’s nonsense to say that in the year 0, the population of the United States was \(-5448.35\) million. It doesn’t make sense to have a negative population. It doesn’t make sense to talk about the United States population before there even was a United States. And it doesn’t make sense to use this model for years earlier than 1990 because the background information says clearly that the rate of change we have applies to years 1990 and later.
For all these reasons, we prefer to have the equation back when it was in the form:
\begin{equation*} y=2.865(x-1990)+253 \end{equation*}
and we purposely do not distribute the slope.

Definition 1.3.66. Point-Slope Form.

When \(x\) and \(y\) have a linear relationship where \(m\) is the slope and \((x_0,y_0)\) is some specific point that the line passes through, an equation for this relationship is
\begin{equation} y=m\left(x-x_0\right)+y_0\tag{1.3.5} \end{equation}
and this equation is called the point-slope form of the line. It is called this because two important features are immediately visible from the numbers in the equation: the slope and one point on the line.
Figure 1.3.67.
There is a subtraction sign and an addition sign in point-slope form, and you may have trouble remembering which is which. But remember that that the line is supposed to pass through \((x_0,y_0)\text{.}\) So substituting \(x_0\) in for \(x\) should leave \(y\) equal to \(y_0\text{.}\) And it does. For example, consider our example equation \(y=2.865(x-1990)+253\text{.}\) Here, \(x_0\) is \(1990\) and \(y_0\) is \(253\text{.}\) And:
\begin{align*} y\amp=2.865(x-1990)+253\amp\amp\text{substitute }1990\text{ for }x\ldots\\ y\amp=2.865(\substitute{1990}-1990)+253\\ y\amp=2.865(0)+253\\ y\amp=253\amp\amp\ldots\text{and }y\text{ works out to be }253 \end{align*}
The subtraction is exactly where it needs to be to wipe out \(m(x-x_0)\) and leave you with \(y_0\text{.}\) More generally:
\begin{equation*} \underset{\overset{\downarrow}{y_0}}{\strut y \strut}=m(\overset{\overset{x_0}{\downarrow}}{\strut x \strut}-x_0)+y_0 \end{equation*}

Remark 1.3.68. Alternative Point-Slope Form.

It is also common to define point-slope form as
\begin{equation} y-y_0=m\left(x-x_0\right)\tag{1.3.6} \end{equation}
by subtracting \(y_0\) from each side. If you learn about point-slope form from some other resource, you may come across this. We feel that the \(y=m\left(x-x_0\right)+y_0\) form will be more helpful with college algebra, statistics, and calculus.

Checkpoint 1.3.69.

Consider the line in this graph:
  1. Identify a point visible on this line that has integer coordinates, and write it as an ordered pair.
  2. What is the slope of the line?
  3. Use point-slope form to write an equation for this line, making use of a point with integer coordinates.
Explanation.
  1. The visible points with integer coordinates are \((2,-1)\text{,}\) \((3,2)\text{,}\) and \((4,5)\text{.}\)
  2. Several slope triangles are visible where the β€œrun” is \(1\) and the β€œrise” is \(3\text{.}\) So the slope is \(\frac{3}{1}=3\text{.}\)
  3. Using \((3,2)\text{,}\) the point-slope equation is \(y=3(x-3)+2\text{.}\) (You could use other points, like \((2,-1)\text{,}\) and get a different-looking equation like \(y=3(x-2)+(-1)\) which simplifies to \(y=3(x-2)-1\text{.}\))
In CheckpointΒ 69, the solution explains that each of the following are acceptable equations for the same line:
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1 \end{align*}
The first uses \((3,2)\) as a point on the line, and the second uses \((2,-1)\text{.}\) Are those two equations really equivalent? Let’s distribute and simplify each of them to get slope-intercept form.
\begin{align*} y\amp=3(x-3)+2\amp y\amp=3(x-2)-1\\ y\amp=3x-9+2\amp y\amp=3x-6-1\\ y\amp=3x-7\amp y\amp=3x-7 \end{align*}
So, yes. It didn’t matter which point we used to write a point-slope equation. We get different-looking equations that still represent the same line.
Point-slope form is preferable when we know a line’s slope and a point on it, but we don’t know the \(y\)-intercept. We recognize that distributing the slope and combining like terms can always be used to find the line’s slope-intercept form.

Checkpoint 1.3.70.

Plot the line with equation \(y=\frac{2}{5}(x-1)+4\text{.}\)
Explanation.
We can see from the equation that \((1,4)\) is a point on the line. The first step in making a plot is to go to that point on the graph. We also see the slope is \(\frac{2}{5}\text{,}\) so from our launch point of \((1,4)\text{,}\) we can move forward \(5\) and up \(2\) to find a second point on the line.

Example 1.3.71.

A spa chain has been losing customers at a roughly constant rate since the year 2018. In 2021, it had \(2975\) customers; in 2024, it had \(2585\) customers. Management estimated that the company will go out of business once its customer base decreases to \(1800\text{.}\) If this trend continues, when will the company close?
The given information tells us two points on the line: \((2021,2975)\) and \((2024,2585)\text{.}\) The slope formula will give us the slope. After labeling those two points as \((\overset{x_1}{2021},\overset{y_1}{2975})\) and \((\overset{x_2}{2024},\overset{y_2}{2585})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{2585-2975}{2024-2021}\\ \amp=\frac{-390}{3}\\ \amp=-130 \end{align*}
And considering units, this means they are losing \(130\) customers per year.
We could make an equation for this line using slope-intercept form, but then we would need to calculate the \(y\)-intercept, which would correspond to the number of customers in year \(0\text{.}\) We’d be working with numbers that have no real-world meaning.
For point-slope form, since we calculated the slope, we know at least this much:
\begin{equation*} y=-130(x-x_0)+y_0\text{.} \end{equation*}
Now we can pick one of those two given points, say \((2021,2975)\text{,}\) and get the equation
\begin{equation*} y=-130(x-2021)+2975\text{.} \end{equation*}
Note that all three numbers in this equation have meaning in the context of the spa chain. The \(-130\) tells us how many customers are leaving per year, the \(2021\) represents a year, and the \(2975\) tells us the number of customers in that year.
We’re ready to answer the question about when the chain might go out of business. We need to substitute the given value of \(1800\) into the appropriate place in our equation. In order to substitute correctly, we must clearly understand what the variable \(y\) represents including its units, and what the variable \(x\) represents including its units. Write down those definitions first in any question you attempt to answer. It will save you time in the long run, and avoid frustration. Knowing the variable \(y\) represents the number of customers in a given year allows one to understand that \(y\) must be replaced with \(1800\) customers. Knowing the variable \(x\) represents a year allows one to understand that \(x\) will not be substituted, because we are trying to solve for what year something happens.
After substituting \(y\) in the equation with \(1800\text{,}\) we will solve for \(x\text{,}\) and find the answer we seek.
\begin{align*} y\amp=-130(x-2021)+2975\\ \substitute{1800}\amp=-130(x-2021)+2975\\ 1800\subtractright{2975}\amp=-130(x-2021)\\ -1175\amp=-130(x-2021)\\ \divideunder{-1175}{-130}\amp=\divideunder{-130(x-2021)}{-130}\\ 9.038\amp\approx x-2021\\ 9.038\addright{2021}\amp\approx x\\ 2030\amp\approx x \end{align*}
Figure 1.3.72. \(y=-130(x-2021)+2975\)
We find that the company is headed toward a collapse in 2030.
FigureΒ 72 illustrates one line representing the spa’s customer base, and another line representing the customer level that would cause the business to close. To make a graph of \(y=-130(x-2021)+2975\text{,}\) we first marked the point \((2021,2975)\) and from there used the slope of \(-130\text{.}\)

Checkpoint 1.3.73.

If we go state by state and compare the Republican presidential candidate’s 2012 vote share (\(x\)) to the Republican presidential candidate’s 2016 vote share (\(y\)), we get the following graph (called a β€œscatterplot”, used in statistics) where a trendline has been superimposed.
Find a point-slope equation for this line. (Note that a slope-intercept equation would use the \(y\)-intercept coordinate \(b\text{,}\) and that would not be meaningful in context, since no state had anywhere near zero percent Republican vote.)
Explanation.
We need to calculate slope first. And for that, we need to identify two points on the line. conveniently, the line appears to pass right through \((50,50)\text{.}\) We have to take a second point somewhere, and \((75,72)\) seems like a reasonable roughly accurate choice. The slope equation gives us that
\begin{equation*} m=\frac{72-50}{75-50}=\frac{22}{25}=0.88 \text{.} \end{equation*}
Using \((50,50)\) as the point, the point-slope equation would then be
\begin{equation*} y=0.88(x-50)+50 \text{.} \end{equation*}

Subsection 1.3.13 Using Two Points to Build a Linear Equation

Since two points can determine a line’s location, we can calculate a line’s equation using just the coordinates from any two points it passes through.

Example 1.3.74.

A line passes through \((-6,0)\) and \((9,-10)\text{.}\) Find this line’s equation in both point-slope and slope-intercept form.
Explanation.
We will use the slope formula to find the slope first. After labeling those two points as \((\overset{x_1}{-6},\overset{y_1}{0}) \text{ and } (\overset{x_2}{9},\overset{y_2}{-10})\text{,}\) we have:
\begin{align*} \text{slope}\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\phantom{y_2}-\phantom{y_1}}{\phantom{x_2}-\phantom{x_1}}\amp\amp\text{(reserving place holders)}\\ \amp=\frac{\phantom{y_2}-0}{\phantom{x_2}-(-6)}\amp\amp\text{(fill in first point, vertically)}\\ \amp=\frac{-10-0}{9-(-6)}\amp\amp\text{(fill in second point, vertically)}\\ \amp=\frac{-10}{15}\\ \amp=-\frac{2}{3} \end{align*}
The point-slope equation is \(y=-\frac{2}{3}(x-x_0)+y_0\text{.}\) Next, we will use \((9,-10)\) and substitute \(x_0\) with \(9\) and \(y_0\) with \(-10\text{,}\) and we have:
\begin{align*} y\amp=-\frac{2}{3}(x-x_0)+y_0\\ y\amp=-\frac{2}{3}(x-9)+(-10)\\ y\amp=-\frac{2}{3}(x-9)-10 \end{align*}
Next, we will change the point-slope equation into slope-intercept form:
\begin{align*} y\amp=-\frac{2}{3}(x-9)-10\\ y\amp=-\frac{2}{3}x+6-10\\ y\amp=-\frac{2}{3}x-4 \end{align*}

Checkpoint 1.3.75.

A line passes through \((37,40)\) and \((-11,-60)\text{.}\) Find equations for this line using both point-slope and slope-intercept form.
Explanation.
First, use the slope formula to find the slope of this line:
\begin{equation*} \begin{aligned} m=\frac{y_2-y_1}{x_2-x_1}\amp=\frac{-60-40}{-11-37}\\ \amp=\frac{-100}{-48}\\ \amp=\frac{25}{12}\text{.} \end{aligned} \end{equation*}
The generic point-slope equation is \(y=m(x-x_0)+y_0\text{.}\) We have found the slope, \(m\text{,}\) and we may use \((37,40)\) for \((x_0,y_0)\text{.}\) So an equation in point-slope form is \({y = \frac{25}{12}\mathopen{}\left(x-37\right)+40\hbox{ or }y = \frac{25}{12}\mathopen{}\left(x+11\right)-60}\text{.}\)
To find a slope-intercept form equation, we can take the generic \(y=mx+b\) and substitute in the value of \(m\) we found. Also, we know that \((x,y)=(-11,-60)\) should make the equation true. So we have
\begin{equation*} \begin{aligned} y\amp=mx+b\\ -60\amp=\frac{25}{12}(-11)+b\amp\amp\text{(now we may solve for }b\text{)}\\ -60\multiplyright{12}\amp=\left(\frac{25}{12}(-11)+b\right)\multiplyright{12}\amp\amp\text{(clear the denominator)}\\ -720\amp=25(-11)+12b\amp\amp\text{(distribute and multiply)}\\ -720\amp=-275+12b\\ -720\addright{275}\amp=264+12b\addright{275}\\ -445\amp=12b\\ \divideunder{-445}{12}\amp=\divideunder{12b}{12}\amp\amp b = -\frac{445}{12}\text{.} \end{aligned} \end{equation*}
So the slope-intercept equation is \({y = \frac{25}{12}x-\frac{445}{12}}\text{.}\) Note that the slope-intercept equation has an unfriendly fraction, and the fact that this can happen is another reason to use the point-slope form whenever it is reasonable to do so.

Subsection 1.3.14 Recognizing Point-Slope Form

We can tell a lot about a linear equation now that we have learned both slope-intercept form and point-slope form. For example, we can know that \(y=4x+2\) is in slope-intercept form because it looks like \(y=mx+b\text{.}\) It will graph as a line with slope \(4\) and vertical intercept \((0,2)\text{.}\) Likewise, we know that the equation \(y=-5(x-3)+2\) is in point-slope form because it looks like \(y=m(x-x_0)+y_0\text{.}\) It will graph as a line that has slope \(-5\) and will pass through the point \((3,2)\text{.}\)

Example 1.3.76.

For the equations below, state whether they are in slope-intercept form or point-slope form. Then identify the slope of the line and at least one point that the line will pass through.
  1. \(\displaystyle y=-3x+2\)
  2. \(\displaystyle y=9(x+1)-6\)
  3. \(\displaystyle y=5-x\)
  4. \(\displaystyle y=-\frac{12}{5}(x-9)+1\)
Explanation.
  1. The equation \(y=-3x+2\) is in slope-intercept form. The slope is \(-3\) and the vertical intercept is \((0,2)\text{.}\)
  2. The equation \(y=9(x+1)-6\) is in point-slope form. The slope is \(9\) and the line passes through the point \((-1,-6)\text{.}\)
  3. The equation \(y=5-x\) is almost in slope-intercept form. If we rearrange the right hand side to be \(y=-x+5\text{,}\) we can see that the slope is \(-1\) and the vertical intercept is \((0,5)\text{.}\)
  4. The equation \(y=-\frac{12}{5}(x-9)+1\) is in point-slope form. The slope is \(-\frac{12}{5}\) and the line passes through the point \((9,1)\text{.}\)

Example 1.3.77.

Consider the graph in FigureΒ 78.
  1. Using the point-slope form of a line, find three different linear equations for the line shown in the graph. Three integer-valued points are shown for convenience.
  2. Determine the slope-intercept form of the equation of this line.
Figure 1.3.78.
Explanation.
  1. To write any of the equations representing this line in point-slope form, we must first find the slope of the line and we can use the slope formula to do so. We will arbitrarily choose \((0,30)\) and \((-5,42)\) as the two points. Inputting these points into the slope formula yields:
    \begin{align*} m\amp=\frac{y_2-y_1}{x_2-x_1}\\ \amp=\frac{\substitute{42}-\substitute{30}}{\substitute{-5}-\substitute{0}}\\ \amp=\frac{12}{-5}=-\frac{12}{5} \end{align*}
    So the slope of the line is \(-\frac{12}{5}\text{.}\)
    Next, we need to write an equation in point-slope form based on each point shown. Using the point \((0,30)\text{,}\) we have:
    \begin{equation*} y=-\frac{12}{5}(x-0)+30 \end{equation*}
    (This simplifies to \(y=-\frac{12}{5}x+30\text{.}\))
    The next point is \((20,-18)\text{.}\) Using this point, we can write an equation for this line as:
    \begin{equation*} y=-\frac{12}{5}(x-20)-18 \end{equation*}
    Finally, we can also use the point \((-5,42)\) to write an equation for this line:
    \begin{equation*} y=-\frac{12}{5}(x-(-5))+42 \end{equation*}
    which can also be written as:
    \begin{equation*} y=-\frac{12}{5}(x+5)+42 \end{equation*}
  2. As \((0,30)\) is the vertical intercept, we can write the equation of this line in slope-intercept form as \(y=-\frac{12}{5}x+30\text{.}\) It’s important to note that each of the equations that were written in point-slope form simplify to this, making all four equations equivalent.

Reading Questions 1.3.15 Reading Questions

1.

Given a table of data with \(x\)- and \(y\)-values, explain how to calculate the rate of change from one row to the next.

2.

If there is a table of data with \(x\)- and \(y\)-values, and the plot of all that data makes a straight line, what is true about the rates of change as you move from row to row in the table?

3.

What does it mean for a rate of change to be positive versus negative?

4.

Have you memorized a formula for finding the slope between two points using their coordinates?

5.

What is an important thing to do with slope to make it more meaningful in an application problem?

6.

Drawing a slope triangle can be helpful to think about slope. But what might happen that could make it impractical to draw a slope triangle?

8.

What are two phrases you can use for β€œ\(b\)” in a slope-intercept form line equation?

9.

Explain the two basic steps to graphing a line when you have the equation in slope-intercept form. (Not counting the step where you draw and label the axes and ticks.)

10.

Explain why there are some situations where point-slope form is preferable to slope-intercept form.

11.

There are basically two steps to convert a point-slope line equation into a slope-intercept line equation. What are they?

12.

If a line has equation \(y=2(x+5)+6\text{,}\) we can see the line passes through a certain point. To find the \(x\)-coordinate of that point, you might look at the \(5\) and know that you should negate that. Instead, you could train yourself to look at the \(x\) and realize the important number is \(-5\) because that is what it takes to .

Exercises 1.3.16 Exercises

Skills Practice

Rate of Change.
Find the rate of change between the two given points.
5.
\({\left(-{\frac{9}{5}},{\frac{5}{8}}\right)}\) and \({\left({\frac{1}{3}},-{\frac{1}{2}}\right)}\)
6.
\({\left(-1,-4\right)}\) and \({\left(-{\frac{7}{3}},-{\frac{1}{6}}\right)}\)
13.
\(x\) \(y\)
\(3\) \(1\)
\(4\) \(2\)
\(6\) \(4\)
\(7\) \(8\)
\(8\) \(9\)
From \(x=7\) to \(x=8\text{.}\)
14.
\(x\) \(y\)
\(1\) \(3\)
\(2\) \(4\)
\(3\) \(5\)
\(7\) \(6\)
\(9\) \(7\)
From \(x=3\) to \(x=9\text{.}\)
15.
\(x\) \(y\)
\(10\) \(378\)
\(63\) \(850\)
\(67\) \(868\)
\(77\) \(912\)
\(85\) \(967\)
From \(x=10\) to \(x=85\text{.}\)
16.
\(x\) \(y\)
\(9\) \(155\)
\(21\) \(319\)
\(43\) \(324\)
\(58\) \(465\)
\(65\) \(468\)
From \(x=58\) to \(x=65\text{.}\)
Linear Relationships.
Does the table show that \(x\) and \(y\) have a linear relationship?
17.
\(x\) \(y\)
\(0\) \({17}\)
\(1\) \({21}\)
\(2\) \({25}\)
\(3\) \({29}\)
\(4\) \({33}\)
\(5\) \({37}\)
18.
\(x\) \(y\)
\(0\) \({76}\)
\(1\) \({81}\)
\(2\) \({86}\)
\(3\) \({91}\)
\(4\) \({96}\)
\(5\) \({101}\)
19.
\(x\) \(y\)
\(3\) \({54}\)
\(4\) \({49}\)
\(5\) \({44}\)
\(6\) \({39}\)
\(7\) \({34}\)
\(8\) \({29}\)
20.
\(x\) \(y\)
\(8\) \({19}\)
\(9\) \({15}\)
\(10\) \({11}\)
\(11\) \({7}\)
\(12\) \({3}\)
\(13\) \({-1}\)
21.
\(x\) \(y\)
\(1\) \({19}\)
\(2\) \({24}\)
\(3\) \({29}\)
\(4\) \({34}\)
\(5\) \({39}\)
\(6\) \({44}\)
22.
\(x\) \(y\)
\(6\) \({37}\)
\(7\) \({42}\)
\(8\) \({47}\)
\(9\) \({52}\)
\(10\) \({57}\)
\(11\) \({62}\)
23.
\(x\) \(y\)
\(0\) \({20}\)
\(1\) \({21}\)
\(2\) \({52}\)
\(3\) \({263}\)
\(4\) \({1044}\)
\(5\) \({3145}\)
24.
\(x\) \(y\)
\(1\) \({14}\)
\(2\) \({17}\)
\(3\) \({22}\)
\(4\) \({29}\)
\(5\) \({38}\)
\(6\) \({49}\)
25.
\(x\) \(y\)
\(7\) \({29.98}\)
\(8\) \({27.01}\)
\(9\) \({24.04}\)
\(10\) \({21.07}\)
\(11\) \({18.1}\)
\(12\) \({15.13}\)
26.
\(x\) \(y\)
\(-5\) \({105.74}\)
\(-4\) \({103.88}\)
\(-3\) \({102.02}\)
\(-2\) \({100.16}\)
\(-1\) \({98.3}\)
\(0\) \({96.44}\)
27.
\(x\) \(y\)
\(7\) \({96}\)
\(8\) \({101}\)
\(9\) \({106}\)
\(13\) \({126}\)
\(15\) \({136}\)
\(18\) \({151}\)
28.
\(x\) \(y\)
\(1\) \({32}\)
\(3\) \({44}\)
\(5\) \({56}\)
\(9\) \({80}\)
\(10\) \({86}\)
\(12\) \({98}\)
Slope from Coordinates.
Find the slope of the line passing through the two given points.
40.
\({\left(7.1,-2.6\right)}\) and \({\left(-7.1,2.1\right)}\)
45.
\({\left(-{\frac{5}{7}},-{\frac{9}{2}}\right)}\) and \({\left(-{\frac{7}{9}},-{\frac{3}{7}}\right)}\)
46.
\({\left(-{\frac{3}{7}},{\frac{2}{3}}\right)}\) and \({\left({\frac{9}{8}},-{\frac{8}{7}}\right)}\)
Slope from a Graph.
Find the slope of the line given its graph.
Find the Steepest.
Determine the steepest slope for a line connecting two points from the list.
59.
\({\left(1,2\right)}\text{,}\) \({\left(9,17\right)}\text{,}\) \({\left(4,13\right)}\)
60.
\({\left(3,7\right)}\text{,}\) \({\left(1,2\right)}\text{,}\) \({\left(6,8\right)}\)
61.
\({\left(51,-73\right)}\text{,}\) \({\left(63,61\right)}\text{,}\) \({\left(-56,-81\right)}\)
62.
\({\left(-36,-30\right)}\text{,}\) \({\left(-43,-83\right)}\text{,}\) \({\left(-12,58\right)}\)
63.
\({\left(-1.6,0.8\right)}\text{,}\) \({\left(-7.5,-8.6\right)}\text{,}\) \({\left(3.4,6\right)}\)
64.
\({\left(4.3,-3\right)}\text{,}\) \({\left(0.4,-4.2\right)}\text{,}\) \({\left(-7.3,-8.8\right)}\)
Plot Slope Through a Point.
Plot a line through the given point that has the given slope.
65.
Through \({\left(-2,-1\right)}\) with slope \({{\frac{3}{5}}}\text{.}\)
66.
Through \({\left(-5,3\right)}\) with slope \({{\frac{4}{5}}}\text{.}\)
67.
Through \({\left(2,-2\right)}\) with slope \({-{\frac{3}{5}}}\text{.}\)
68.
Through \({\left(-1,2\right)}\) with slope \({-{\frac{2}{5}}}\text{.}\)
Plot Slope.
Plot at least three lines that each have slope the given slope.
Identifying Slope and \(y\)-Intercept.
Find the line’s slope and \(y\)-intercept.
Graphs and Slope-Intercept Form.
In the given graph, what is the line’s slope-intercept equation?
Graph Equations.
Graph the equation.
Writing a Slope-Intercept Equation Given Two Points.
A line passes through the two given points. Find the line’s equation in slope-intercept form.
133.
\({\left(-7,-37.6\right)}\) and \({\left(7.3,26.75\right)}\)
134.
\({\left(-4.4,3.82\right)}\) and \({\left(7.4,-17.42\right)}\)
Identify Point and Slope.
A line’s equation is given in point-slope form. Identify the slope and the point on the line that is being singled out.
Construct Point-Slope Form.
A line passes through the given point with the given slope. Find an equation for the line in point-slope form using the given point.
Point-Slope Given Two Points.
A line passes through two given points. Find an equation for the line in point-slope form using one of the given points.
Converting Point-Slope to Slope-Intercept.
Change the given point-slope equation to slope-intercept form.
161.
\(y={\left({\frac{5}{6}}\right)\mathopen{}\left(x-4\right)+2}\)
162.
\(y={\left({\frac{9}{5}}\right)\mathopen{}\left(x-4\right)+7}\)
Point-Slope Form from a Graph.
Determine a point-slope form line equation for the given line.
Make Graphs.
Graph the linear equation by identifying the slope and one point on this line.
177.
\(y={\left({\frac{1}{3}}\right)\mathopen{}\left(x+5\right)-3}\)
178.
\(y={\left({\frac{1}{8}}\right)\mathopen{}\left(x+2\right)-7}\)
179.
\(y={-\left({\frac{9}{7}}\right)\mathopen{}\left(x-8\right)-2}\)
180.
\(y={-\left({\frac{8}{9}}\right)\mathopen{}\left(x-5\right)-6}\)

Applications

183.
This table gives population estimates for Portland, Oregon from 2000 through 2021, gathered from Google in February of 2024.
Year Population Year Population Year Population
2000 529897 2008 559504 2016 643065
2001 535753 2009 569796 2017 648176
2002 539892 2010 585476 2018 651154
2003 541447 2011 595610 2019 654378
2004 535366 2012 604521 2020 652388
2005 536827 2013 610254 2021 641162
2006 541026 2014 620975 2022 635067
2007 549781 2015 631945
(a)
Find the rate of change in Portland population between 2005 and 2008.
(c)
List all the year-long intervals where there is a negative rate of change.
184.
This table gives the tide level in Lincoln City, Oregon, over one particular 24-hour period, measured in feet above average sea level.
Hour Tide Level Hour Tide Level Hour Tide Level
\(0\) \(5.87\) \(8\) \(2.33\) \(16\) \(1.37\)
\(1\) \(5.54\) \(9\) \(3.65\) \(17\) \(0.18\)
\(2\) \(4.66\) \(10\) \(4.96\) \(18\) \(-0.26\)
\(3\) \(3.45\) \(11\) \(5.92\) \(19\) \(0.19\)
\(4\) \(2.23\) \(12\) \(6.27\) \(20\) \(1.41\)
\(5\) \(1.34\) \(13\) \(5.83\) \(21\) \(3.07\)
\(6\) \(1.02\) \(14\) \(4.64\) \(22\) \(4.74\)
\(7\) \(1.37\) \(15\) \(3.00\) \(23\) \(5.95\)
(a)
Find the rate of change in the tide level between hours 0 and 1.
(c)
List the longest intervals where there is a negative rate of change without any times in between that have positive rates of change.
(d)
Over which hour-long interval was the rate of change highest?
185.
Taliyah is training for a race up the slope of Mt.Β Hood, from Sandy to Government Camp, and then back. The graph below models her elevation from their starting point as time passes. Find the slopes of the four line segments, and interpret their meanings in this context.
186.
Alessandro is learning to ski on the slopes of Mt.Β Hood. The graph below models his elevation from the ski park’s base as time passes during one ski run on a small hill. Find the slopes of the four line segments, and interpret their meanings in this context.
187.
A liquid solution is slowly leaking from a container. This graph shows how many milliliters \(y\) of solution remains in the container after \(x\) minutes.
What is the slope of this line, including units?
188.
The graph plots the number of invasive cancer diagnoses in Oregon over time, and a trend-line has been drawn.
Estimate the slope of the trend-line.
189.
By your cell phone contract, you pay a monthly fee plus \({\$0.04}\) for each minute you spend on the phone. In one month, you spent \(230\) minutes over the phone, and had a bill totaling \({\$22.20}\text{.}\)
Let \(x\) be the number of minutes you spend on the phone in a month, and let \(y\) be your total cell phone bill for that month, in dollars. Use a linear equation to model your monthly bill based on the number of minutes you spend on the phone.
  1. A point-slope equation to model this is .
  2. If you spend \(140\) minutes on the phone in a month, you would be billed .
  3. If your bill was \({\$31.00}\) one month, you must have spent minutes on the phone in that month.
190.
A company set aside a certain amount of money in the year 2000. The company spent exactly \({\$34{,}000}\) from that fund each year on perks for its employees. In \(2003\text{,}\) there was still \({\$872{,}000}\) left in the fund.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2010\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
191.
A biologist has been observing a tree’s height. This type of tree typically grows by \(0.22\) feet each month. Ten months into the observation, the tree was \(17.9\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the tree’s height at that time, in feet. Use a linear equation to model the tree’s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(27\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(27.8\) feet tall.
192.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way. Each minute, they lose \(3.2\) grams. Seven minutes since the experiment started, the remaining gas had a mass of \(128\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(33\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
193.
A company set aside a certain amount of money in the year 2000. The company spent exactly the same amount from that fund each year on perks for its employees. In \(2004\text{,}\) there was still \({\$780{,}000}\) left in the fund. In \(2006\text{,}\) there was \({\$692{,}000}\) left.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. A point-slope equation to model this is .
  2. In the year \(2009\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
194.
By your cell phone contract, you pay a monthly fee plus some money for each minute you use the phone during the month. In one month, you spent \(230\) minutes on the phone, and paid \({\$29.95}\text{.}\) In another month, you spent \(330\) minutes on the phone, and paid \({\$36.45}\text{.}\)
Let \(x\) be the number of minutes you talk over the phone in a month, and let \(y\) be your cell phone bill, in dollars, for that month. Use a linear equation to model your monthly bill based on the number of minutes you talk over the phone.
  1. A point-slope equation to model this is .
  2. If you spent \(140\) minutes over the phone in a month, you would pay .
  3. If in a month, you paid \({\$47.50}\) of cell phone bill, you must have spent minutes on the phone in that month.
195.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way.
Nine minutes since the experiment started, the gas had a mass of \(86.8\) grams.
Nineteen minutes since the experiment started, the gas had a mass of \(58.8\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. A point-slope equation to model this is .
  2. \(33\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
196.
A biologist has been observing a tree’s height. \(10\) months into the observation, the tree was \(19\) feet tall. \(19\) months into the observation, the tree was \(20.08\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the tree’s height at that time, in feet. Use a linear equation to model the tree’s height as the number of months pass.
  1. A point-slope equation to model this is .
  2. \(26\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(25\) feet tall.

Challenge

197.
True or False: A slope of \({{\frac{1}{7}}}\) is steeper than a slope of \({0.1}\text{.}\)
198.
True or False: A slope of \({{\frac{5}{7}}}\) is steeper than a slope of \({0.7}\text{.}\)
199.
A gym charges members \({\$30}\) for a registration fee, and then \({\$36}\) per month. You became a member some time ago, and now you have paid a total of \({\$462}\) to the gym. How many months have passed since you joined the gym?
months have passed since you joined the gym.
200.
Your cell phone company charges a \({\$22}\) monthly fee, plus \({\$0.15}\) per minute of talk time. One month your cell phone bill was \({\$91}\text{.}\) How many minutes did you spend talking on the phone that month?
You spent talking on the phone that month.
201.
A school purchased a batch of T-shirts from a company. The company charged \({\$8}\) per T-shirt, and gave the school a \({\$55}\) rebate. If the school had a net expense of \({\$2{,}665}\) from the purchase, how many T-shirts did the school buy?
The school purchased T-shirts.
202.
Daniel hired a face-painter for a birthday party. The painter charged a flat fee of \({\$90}\text{,}\) and then charged \({\$5.50}\) per person. In the end, Daniel paid a total of \({\$216.50}\text{.}\) How many people used the face-painter’s service?
people used the face-painter’s service.
203.
A certain country has \(799.85\) million acres of forest. Every year, the country loses \(9.41\) million acres of forest mainly due to deforestation for farming purposes. If this situation continues at this pace, how many years later will the country have only \(479.91\) million acres of forest left? (Use an equation to solve this problem.)
After years, this country would have \(479.91\) million acres of forest left.
204.
Thanh has \({\$70}\) in his piggy bank. He plans to purchase some Pokemon cards, which costs \({\$1.45}\) each. He plans to save \({\$52.60}\) to purchase another toy. At most how many Pokemon cards can he purchase?
Write an equation to solve this problem.
Thanh can purchase at most Pokemon cards.
205.
By your cell phone contract, you pay a monthly fee plus \({\$0.03}\) for each minute you spend on the phone. In one month, you spent \(290\) minutes over the phone, and had a bill totaling \({\$25.70}\text{.}\)
Let \(x\) be the number of minutes you spend on the phone in a month, and let \(y\) be your total cell phone bill for that month, in dollars. Use a linear equation to model your monthly bill based on the number of minutes you spend on the phone.
  1. This line’s slope-intercept equation is .
  2. If you spend \(120\) minutes on the phone in a month, you would be billed .
  3. If your bill was \({\$30.50}\) one month, you must have spent minutes on the phone in that month.
206.
A company set aside a certain amount of money in the year 2000. The company spent exactly \({\$27{,}000}\) from that fund each year on perks for its employees. In \(2002\text{,}\) there was still \({\$694{,}000}\) left in the fund.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. The linear model’s slope-intercept equation is .
  2. In the year \(2009\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
207.
A biologist has been observing a tree’s height. This type of tree typically grows by \(0.17\) feet each month. Fourteen months into the observation, the tree was \(13.48\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the tree’s height at that time, in feet. Use a linear equation to model the tree’s height as the number of months pass.
  1. This line’s slope-intercept equation is .
  2. \(25\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(20.28\) feet tall.
208.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way. Each minute, they lose \(7.1\) grams. Five minutes since the experiment started, the remaining gas had a mass of \(284\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. This line’s slope-intercept equation is .
  2. \(31\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
209.
A company set aside a certain amount of money in the year 2000. The company spent exactly the same amount from that fund each year on perks for its employees. In \(2003\text{,}\) there was still \({\$620{,}000}\) left in the fund. In \(2005\text{,}\) there was \({\$546{,}000}\) left.
Let \(x\) be the number of years since 2000, and let \(y\) be the amount of money, in dollars, left in the fund that year. Use a linear equation to model the amount of money left in the fund after so many years.
  1. The linear model’s slope-intercept equation is .
  2. In the year \(2009\text{,}\) there was left in the fund.
  3. In the year , the fund will be empty.
210.
By your cell phone contract, you pay a monthly fee plus some money for each minute you use the phone during the month. In one month, you spent \(300\) minutes on the phone, and paid \({\$35.50}\text{.}\) In another month, you spent \(390\) minutes on the phone, and paid \({\$40.45}\text{.}\)
Let \(x\) be the number of minutes you talk over the phone in a month, and let \(y\) be your cell phone bill, in dollars, for that month. Use a linear equation to model your monthly bill based on the number of minutes you talk over the phone.
  1. This linear model’s slope-intercept equation is .
  2. If you spent \(120\) minutes over the phone in a month, you would pay .
  3. If in a month, you paid \({\$46.50}\) of cell phone bill, you must have spent minutes on the phone in that month.
211.
Scientists are conducting an experiment with a gas in a sealed container. The mass of the gas is measured, and the scientists realize that the gas is leaking over time in a linear way.
Seven minutes since the experiment started, the gas had a mass of \(274.7\) grams.
Fifteen minutes since the experiment started, the gas had a mass of \(221.1\) grams.
Let \(x\) be the number of minutes that have passed since the experiment started, and let \(y\) be the mass of the gas in grams at that moment. Use a linear equation to model the weight of the gas over time.
  1. This line’s slope-intercept equation is .
  2. \(31\) minutes after the experiment started, there would be grams of gas left.
  3. If a linear model continues to be accurate, minutes since the experiment started, all gas in the container will be gone.
212.
A biologist has been observing a tree’s height. \(14\) months into the observation, the tree was \(17.36\) feet tall. \(17\) months into the observation, the tree was \(18.23\) feet tall.
Let \(x\) be the number of months passed since the observations started, and let \(y\) be the tree’s height at that time, in feet. Use a linear equation to model the tree’s height as the number of months pass.
  1. This line’s slope-intercept equation is .
  2. \(25\) months after the observations started, the tree would be feet in height.
  3. months after the observation started, the tree would be \(30.7\) feet tall.

Challenge

213.
Line \(S\) has the equation \(y = ax + b\) and Line \(T\) has the equation \(y = cx + d\text{.}\) Suppose \(a\gt b\gt c\gt d\gt 0\text{.}\)
  1. What can you say about Line \(S\) and Line \(T\text{,}\) given that \(a\gt c\text{?}\) Give as much information about Line \(S\) and Line \(T\) as possible.
  2. What can you say about Line \(S\) and Line \(T\text{,}\) given that \(b\gt d\text{?}\) Give as much information about Line \(S\) and Line \(T\) as possible.