Skip to main content
Logo image

Modeling, Functions, and Graphs

Section A.4 Graphs and Equations

Graphs are useful tools for studying mathematical relationships. A graph provides an overview of a quantity of data, and it helps us identify trends or unexpected occurrences. Interpreting the graph can help us answer questions about the data.
For example, here are some data showing the atmospheric pressure at different altitudes. Altitude is given in feet, and atmospheric pressure is given in inches of mercury.
Altitude (ft) \(0\) \(5000\) \(10,000\) \(20,000\) \(30,000\) \(40,000\) \(50,000\)
Pressure (in. Hg) \(29.7\) \(24.8\) \(20.5\) \(14.6\) \(10.6\) \(8.5\) \(7.3\)
We observe a generally decreasing trend in pressure as the altitude increases, but it is difficult to say anything more precise about this relationship. A clearer picture emerges if we plot the data. To do this, we use two perpendicular number lines called axes. We use the horizontal axis for the values of the first variable, altitude, and the vertical axis for the values of the second variable, pressure.
The entries in the table are called ordered pairs, in which the first component is the altitude and the second component is the atmospheric pressure measured at that altitude. For example, the first two entries can be represented by \((0, 29.7)\) and \((5000, 24.8)\text{.}\) We plot the points whose coordinates are given by the ordered pairs, as shown in the figure on the left.
graphs of pressure vs altitude
We can connect the data points with a smooth curve as shown in the figure on the right. In doing this, we are assuming that one variable changes smoothly with respect to the other, and in fact this is true for many physical situations. Thus, a smooth curve will thus serve as a good model.

Subsection Reading a Graph

Once we have constructed a graph, we can use it to estimate values of the variables between the known data points.

Example A.29.

From the graph of atmospheric pressure, estimate the following:
  1. The atmospheric pressure measured at an altitude of \(15,000\) feet
  2. The altitude at which the pressure is \(12\) inches of mercury
Solution.
  1. The point with first coordinate \(15,000\) on the graph at right has second coordinate approximately \(17.4\text{.}\) We estimate the pressure at \(15,000\) feet to be \(17.4\) inches of mercury.
    graph of pressure vs altitude with two points highlighted
  2. The point on the graph with second coordinate \(12\) has first coordinate approximately \(25,000\text{,}\) so an atmospheric pressure of \(12\) inches of mercury occurs at about \(25,000\) feet.
We can also use the graph to obtain information about the relationship between altitude and pressure that would be difficult to see from the data alone.

Example A.30.

  1. For what altitudes is the pressure less than \(18\) inches of mercury?
  2. How much does the pressure decrease as the altitude increases from \(15,000\) feet to \(25,000\) feet?
  3. For which \(10,000\)-foot increase in altitude does the pressure change most rapidly?
Solution.
  1. From the graph we see that the pressure has dropped to \(18\) inches of mercury at about \(14,000\) feet, and that it continues to decrease as the altitude increases. Therefore, the pressure is less than \(18\) inches of mercury for altitudes greater than \(14,000\) feet.
  2. The pressure at \(15,000\) feet is approximately \(17.4\) inches of mercury, and at \(25,000\) feet it is \(12\) inches. This represents a decrease in pressure of \(17.4 - 12\text{,}\) or \(5.4\text{,}\) inches of mercury.
  3. By studying the graph we see that the pressure decreases most rapidly at low altitudes, so we conclude that the greatest drop in pressure occurs between \(0\) and \(10,000\) feet.

Subsection Graphs of Equations

In Example A.29, we used a graph to illustrate data given in a table. Graphs can also help us analyze models given by equations. Let’s first review some facts about solutions of equations in two variables.
An equation in two variables, such as y = 2x + 3, is said to be satisfied if the variables are replaced by a pair of numbers that make the statement true. The pair of numbers is called a solution of the equation and is usually written as an ordered pair \((x, y)\text{.}\) (The first number in the pair is the value of \(x\) and the second number is the value of \(y\text{.}\))
To find a solution of a given equation, we can assign a number to one of the variables and then solve for the second variable.

Example A.31.

Find solutions to the equation \(y = 2x + 3\text{.}\)
Solution.
We choose some values for \(x\text{,}\) say, \(-2\text{,}\) \(0\text{,}\) and \(1\text{.}\) Substitute these \(x\)-values into the equation to find a corresponding \(y\)-value for each.
\begin{align*} \amp\text{When }x=-2,\amp\amp y = 2(\alert{-2}) + 3 =-1\\ \amp\text{When }x=0,\amp\amp y = 2(\alert{0}) + 3 =3\\ \amp\text{When }x=1,\amp\amp y = 2(\alert{1}) + 3 =5 \end{align*}
Thus, the ordered pairs \((-2, -1)\text{,}\) \((0, 3)\text{,}\) and \((1, 5)\) are three solutions of \(y = 2x + 3\text{.}\) We can also substitute values for \(y\text{.}\) For example, if we let \(y = \alert{10}\text{,}\) we have
\begin{equation*} \alert{10} = 2x + 3 \end{equation*}
Solving this equation for \(x\text{,}\) we find \(7 = 2x\text{,}\) or \(x = 3.5\text{.}\) This means that the ordered pair \((3.5, 10)\) is another solution of the equation \(y = 2x + 3\text{.}\)
An equation in two variables may have infinitely many solutions, so we cannot list them all. However, we can display the solutions on a graph. For this we use a Cartesian (or rectangular) coordinate system, as shown below left.
coordinate plane
line in the coordinate plane
The graph of an equation is a picture of its solutions. A point is included in the graph if its coordinates satisfy the equation, and if the coordinates do not satisfy the equation, the point is not part of the graph. A graph of \(y = 2x + 3\) is shown above right.
This graph does not display all the solutions of the equation, but it shows important features such as the intercepts on the \(x\)- and \(y\)-axes. Because there is a solution corresponding to every real number \(x\text{,}\) the graph extends infinitely in either direction, as indicated by the arrows.

Example A.32.

Use the graph of \(y = 0.5x^2 - 2\) shown at right to decide whether the given ordered pairs are solutions of the equation. Verify your answers algebraically.
  1. \(\displaystyle (-4, 6)\)
  2. \(\displaystyle (3, 0)\)
parabola in the coordinate plane
Solution.
  1. Because the point \((-4, 6)\) does lie on the graph, the ordered pair \(x=-4, y = 6\) is a solution of \(y = 0.5x^2 - 2\text{.}\) We can verify this by substituting \(\alert{-4}\) for \(x\) and \(\blert{6}\) for \(y\text{:}\)
    \begin{align*} 0.5(\alert{-4})^2 - 2 \amp= 0.5(16) - 2\\ = 8 - 2 \amp = \blert{6} \end{align*}
  2. Because the point \((3, 0)\) does not lie on the graph, the ordered pair \(x = 3, y = 0\) is not a solution of \(y = 0.5x^2 - 2\text{.}\) We substitute \(\alert{3}\) for \(x\) and \(\blert{0}\) for \(y\) to verify this.
    \begin{align*} 0.5(\alert{3})^2 - 2 \amp= 0.5(9) - 2\\ = 4.5 - 2 \amp = 2.5 \ne \blert{0} \end{align*}

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.
  • Ordered pair
  • Component
  • Cartesian coordinate system
  • Solution
  • Equation in two variables
  • Satisfy an equation
  • Coordinate
  • Axis
  • Graph

Subsubsection SKILLS

Practice each skill in the exercises listed.
  1. Read values from a graph: #1–4
  2. Find solutions to an equation in two variables: #5–8
  3. Make a table of values from an equation: #9–12
  4. Make a table of values from a graph: #13–16
  5. Estimate values from a graph: #17–20
  6. Use the Trace feature on a calculator: #21–24
  7. Find solutions to an equation in two variables from a graph: #25–32

Exercises Exercises A.4

Exercise Group.

For Problems 1-4, answer the questions about the graph.
1.
The graph shows the temperatures recorded during a winter day in Billings, Montana.
temperature vs time
  1. What were the high and low temperatures recorded during the day?
  2. During what time intervals is the temperature above \(5\degree\)F? Below \(-5\degree\)F?
  3. Estimate the temperatures at 7 a.m. and 2 p.m. At what time(s) is the temperature approximately \(0\degree\)F? Approximately \(-12\degree\)F?
  4. How much did the temperature increase between 3 a.m. and 6 a.m.? Between 9 a.m. and noon? How much did the temperature decrease between 6 p.m. and 9 p.m.?
  5. During which 3-hour interval did the temperature increase most rapidly? Decrease most rapidly?
2.
The graph shows the altitude of a commercial jetliner during its flight from Denver to Los Angeles.
altitude vs time
  1. What was the highest altitude the jet achieved? At what time(s) was this altitude recorded?
  2. During what time intervals was the altitude greater than 10,000 feet? Below 20,000 feet?
  3. Estimate the altitudes 15 minutes into the flight and 35 minutes into the flight. At what time(s) was the altitude approximately 16,000 feet? 32,000 feet?
  4. How many feet did the jet climb during the first 10 minutes of flight? Between 20 minutes and 30 minutes? How many feet did the jet descend between 100 minutes and 120 minutes?
  5. During which 10-minute interval did the jet ascend most rapidly? Descend most rapidly?
3.
The graph shows the gas mileage achieved by an experimental model automobile at different speeds.
miles per gallon vs speed
  1. Estimate the gas mileage achieved at 43 miles per hour.
  2. Estimate the speed at which a gas mileage of 34 miles per gallon is achieved.
  3. At what speed is the best gas mileage achieved? Do you think that the gas mileage will continue to improve as the speed increases? Why or why not?
  4. The data illustrated by the graph were collected under ideal test conditions. What factors might affect the gas mileage if the car were driven under more realistic conditions?
4.
The graph shows the fish population of a popular fishing pond.
population vs time
  1. During what months do the young fish hatch?
  2. During what months is fishing allowed?
  3. When does the park service restock the pond?

Exercise Group.

For Problems 5-8, find five solutions (ordered pairs) for the equation.
5.
\(y=4-\dfrac{x}{3} \)
6.
\(\dfrac{x-5}{2}+1=y \)
7.
\(3x^2-1=y \)
8.
\(y=9-(x-2)^2 \)

Exercise Group.

For Problems 9-12, fill in the table of values for the given equation.
9.
\(3x + 2y = 1\)
\(x\) \(y\)
\(-3\)
\(0\)
\(0\)
\(1\)
\(\) \(-2\)
\(-4\)
10.
\(5y - 3x = 1\)
\(x\) \(y\)
\(-2\)
\(-1\)
\(0\)
\(0\)
\(1\) \(\)
\(3\)
11.
\(y=1-\dfrac{x}{4} \)
\(x\) \(y\)
\(-4\)
\(1\)
\(3\)
\(0\)
\(5\)
\(-1\)
12.
\(\dfrac{x+7}{3}=y \)
\(x\) \(~y~\)
\(-2\)
\(0\)
\(3\)
\(5\)
\(\) \(5\)
\(7\)

Exercise Group.

For Problems 13-16, fill in the table of values for the graph.
13.
line
\(x\) \(y\)
\(-6\) \(\)
\(\) \(-1\)
\(0\) \(\)
\(\) \(0\)
\(\) \(1\)
14.
line
\(x\) \(y\)
\(\) \(5\)
\(-1\) \(\)
\(0\) \(\)
\(\) \(-1\)
\(\) \(-5\)
15.
curve
\(x\) \(y\)
\(\) \(3\)
\(\) \(1\)
\(0\) \(\)
\(5\) \(\)
16.
curve
\(x\) \(y\)
\(-3\) \(\)
\(-1\) \(\)
\(\) \(-3\)
\(\) \(4\)

Exercise Group.

For Problems 17-20, estimate from the graph, any values of \(x\) with the given value of \(y\text{.}\)
17.
\(y = -3\)
piecewise linear
18.
\(y = -3\)
piecewise linear
19.
\(y = 0\)
piecewise linear
20.
\(y = -2\)
piecewise linear

Exercise Group.

For Problems 21-24, graph the equation in the given friendly window. Use the calculator’s Trace feature to make a table of values. (See Appendix B for help with entering expressions.) Round \(y\)-values to three decimal places.
21.
\(y=\abs{\abs{x+2}-\abs{x-2}} \)
\(\text{Xmin}=-4.7\text{; Xmax}=4.7 \)
\(\text{Ymin}=-6.2\text{; Ymax}=6.2 \)
\(x\) \(-3.2\) \(-1.5\) \(0.1\) \(1.9\) \(\hphantom{000} \) \(\hphantom{000} \)
\(y\) \(\) \(\) \(\) \(\) \(\hphantom{000} \) \(\hphantom{000} \)
22.
\(y=\abs{x^2-x-2} \)
\(\text{Xmin}=-4.7\text{; Xmax}=4.7 \)
\(\text{Ymin}=-9.3\text{; Ymax}=9.3 \)
\(x\) \(-3.1\) \(-1.5\) \(0.5\) \(1.5\) \(\hphantom{000} \) \(\hphantom{000} \)
\(y\) \(\) \(\) \(\) \(\) \(\hphantom{000} \) \(\hphantom{000} \)
23.
\(y=\dfrac{x-2}{x+2} \)
\(\text{Xmin}=-4.7\text{; Xmax}=4.7 \)
\(\text{Ymin}=-9.3\text{; Ymax}=9.3 \)
\(x\) \(-3\) \(-2.2\) \(-2\) \(4\) \(\hphantom{000} \) \(\hphantom{000} \)
\(y\) \(\) \(\) \(\) \(\) \(\hphantom{000} \) \(\hphantom{000} \)
24.
\(y=\sqrt{x^2-1.96} \)
\(\text{Xmin}=-4.7\text{; Xmax}=4.7 \)
\(\text{Ymin}=-6.2\text{; Ymax}=6.2 \)
\(x\) \(-3.0\) \(-1.4\) \(0.1\) \(1.9\) \(\hphantom{000} \) \(\hphantom{000} \)
\(y\) \(\) \(\) \(\) \(\) \(\hphantom{000} \) \(\hphantom{000} \)

Exercise Group.

For Problems 25–32,
  1. Use the graph to find the missing component in each solution of the equation.
  2. Verify your answers algebraically.
25.
\(s=2t+4\)
line
\((-3,\text{ ?}) ~~~(1,\text{ ?})~~~(\text{?},~0) ~~~(\text{?},~4) \)
26.
\(s=-2t+4\)
line
\((-2,\text{ ?}) ~~~(3,\text{ ?})~~~(\text{?},~0) ~~~(\text{?},~4) \)
27.
\(w=v^2+2 \)
parabola
\((-2,\text{ ?}) ~~~(2,\text{ ?})~~~(\text{?},~3) ~~~(\text{?},~2) \)
28.
\(w=v^2-4\)
parabola
\((-1,\text{ ?}) ~~~(3,\text{ ?})~~~(\text{?},~0) ~~~(\text{?},~{-4}) \)
29.
\(p=\dfrac{1}{m-1} \)
hyperbola
\((-1,\text{ ?}) ~~~\left(\dfrac{1}{2},\text{ ?}\right)~~~\left(\text{?},~\dfrac{1}{3}\right) ~~~(\text{?}, {-1})\)
30.
\(p=\dfrac{1}{m+1} \)
hyperbola
\(\left(\dfrac{-3}{2},\text{ ?}\right) ~~~(3,\text{ ?})~~~\left(\text{?}, {-1}\right) ~~~(\text{?},~2) \)
31.
\(y=x^3 \)
cubic
\((-2,\text{ ?}) ~~~\left(\dfrac{1}{2},\text{ ?}\right)~~~\left(\text{?},~0\right) ~~~(\text{?}, {-1}) \)
32.
\(y=\sqrt{x+4} \)
half-parabola
\(\left(0,\text{ ?}\right) ~~~(5,\text{ ?})~~~\left(\text{?},~0\right) ~~~(\text{?},~1)\)