Section4.2Graphing Equations
¶We have graphed points in a coordinate system, and now we will graph lines and curves.
A graph of an equation is a picture of that equation's solution set. For example, the graph of \(y=-2x+3\) is shown in FigureĀ 4.2.3.(c). The graph plots the ordered pairs whose coordinates make \(y=-2x+3\) true. TableĀ 4.2.2 shows a few points that make the equation true.
\(y=-2x+3\) | \((x,y)\) |
\(\substitute{5}\stackrel{\checkmark}{=}-2(\substitute{-1})+3\) | \((\substitute{-1},\substitute{5})\) |
\(\substitute{3}\stackrel{\checkmark}{=}-2(\substitute{0})+3\) | \((\substitute{0},\substitute{3})\) |
\(\substitute{1}\stackrel{\checkmark}{=}-2(\substitute{1})+3\) | \((\substitute{1},\substitute{1})\) |
\(\substitute{-1}\stackrel{\checkmark}{=}-2(\substitute{2})+3\) | \((\substitute{2},\substitute{-1})\) |
\(\substitute{-3}\stackrel{\checkmark}{=}-2(\substitute{3})+3\) | \((\substitute{3},\substitute{-3})\) |
\(\substitute{-5}\stackrel{\checkmark}{=}-2(\substitute{4})+3\) | \((\substitute{4},\substitute{-5})\) |
TableĀ 4.2.2 tells us that the points \((-1,5)\text{,}\) \((0,3)\text{,}\) \((1,1)\text{,}\) \((2,-1)\text{,}\) \((3,-3)\text{,}\) and \((4,-5)\) are all solutions to the equation \(y=-2x+3\text{,}\) and so they should all be shaded as part of that equation's graph. You can see them in FigureĀ 4.2.3.(a). But there are many more points that make the equation true. More points are plotted in FigureĀ 4.2.3.(b). Even more points are plotted in FigureĀ 4.2.3.(c) ā so many, that together the points look like a straight line.
Generalizingā¦
Remark4.2.4
The graph of an equation shades all the points \((x,y)\) that make the equation true once the \(x\)- and \(y\)-values are substituted in. Typically, there are so many points shaded, that the final graph appears to be a continuous line or curve that you could draw with one stroke of a pen.
Checkpoint4.2.5
Checkpoint4.2.6
So to make our own graph of an equation with two variables \(x\) and \(y\text{,}\) we can choose some reasonable \(x\)-values, then calculate the corresponding \(y\)-values, and then plot the \((x,y)\)-pairs as points. For many (not-so-complicated) algebraic equations, connecting those points with a smooth curve will produce an excellent graph.
Example4.2.7
Let's plot a graph for the equation \(y=-2x+5\text{.}\) We use a table to organize our work:
\(x\) | \(y=-2x+5\) | Point |
\(-2\) | \(\phantom{-2(-2)+5=\substitute{9}}\) | \(\phantom{(-2,9)}\) |
\(-1\) | \(\phantom{-2(-1)+5=\substitute{7}}\) | \(\phantom{(-1,7)}\) |
\(0\) | \(\phantom{-2(0)+5=\substitute{5}}\) | \(\phantom{(0,5)}\) |
\(1\) | \(\phantom{-2(1)+5=\substitute{3}}\) | \(\phantom{(1,3)}\) |
\(2\) | \(\phantom{-2(2)+5=\substitute{1}}\) | \(\phantom{(2,1)}\) |
\(x\) | \(y=-2x+5\) | Point |
\(-2\) | \(-2(-2)+5=\substitute{9}\) | \((-2,9)\) |
\(-1\) | \(-2(-1)+5=\substitute{7}\) | \((-1,7)\) |
\(0\) | \(-2(0)+5=\substitute{5}\) | \((0,5)\) |
\(1\) | \(-2(1)+5=\substitute{3}\) | \((1,3)\) |
\(2\) | \(-2(2)+5=\substitute{1}\) | \((2,1)\) |
We use points from the table to graph the equation. First, plot each point carefully. Then, connect the points with a smooth curve. Here, the curve is a straight line. Lastly, we can communicate that the graph extends further by sketching arrows on both ends of the line.
Remark4.2.10
Note that our choice of \(x\)-values is arbitrary. As long as we determine the coordinates of enough points to indicate the behavior of the graph, we may choose whichever \(x\)-values we like. For simpler calculations, people often start with the integers from \(-2\) to \(2\text{.}\) However sometimes the equation has context that suggests using other \(x\)-values, as in the next example.
Example4.2.11
One car's gas tank holds 14āÆgal of fuel. Over the course of a long road trip, that car uses its fuel at an average rate of 0.032āÆgalāmi. If a driver fills the tank at the beginning of a long trip, then the amount of fuel remaining in the tank, \(y\text{,}\) after driving \(x\) miles is given by the equation \(y=14-0.032x\text{.}\) Make a suitable table of values and graph this equation.
Choosing \(x\)-values from \(-2\) to \(2\text{,}\) as in our previous example, wouldn't make sense here. Driving a negative number of miles is not possible, and any long road trip is longer than \(2\) miles. So in this context, choose \(x\)-values that reflect the number of miles one might drive in a day.
\(x\) | \(y=14-0.032x\) | Point |
\(20\) | \(13.36\) | \((20,13.36)\) |
\(50\) | \(12.4\) | \((50,12.4)\) |
\(80\) | \(11.44\) | \((80,11.44)\) |
\(100\) | \(10.8\) | \((100,10.8)\) |
\(200\) | \(7.6\) | \((200,7.6)\) |
Example4.2.14
Build a table and graph the equation \(y=x^2\text{.}\) Use \(x\)-values from \(-3\) to \(3\text{.}\)
\(x\) | \(y=x^2\) | Point |
\(-3\) | \((-3)^2=9\) | \((-3,9)\) |
\(-2\) | \((-2)^2=4\) | \((-2,4)\) |
\(-1\) | \((-1)^2=1\) | \((-1,1)\) |
\(0\) | \((0)^2=0\) | \((0,0)\) |
\(1\) | \((1)^2=1\) | \((0,1)\) |
\(2\) | \((2)^2=4\) | \((2,4)\) |
\(3\) | \((3)^2=9\) | \((3,9)\) |
In this example, the points do not fall on a straight line. Many algebraic equations have graphs that are non-linear, where the points do not fall on a straight line. Since each \(x\)-value corresponds to a single \(y\)-value (the square of \(x\)) we connected the points with a smooth curve, sketching from left to right.
SubsectionExercises
Determine if the given points are to be included in the graph of the equation.
1
Consider the equation
\(y=5 x+8\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (0,10)\)
\( (5,38)\)
\( (-7,-27)\)
\( (-2,-2)\)
2
Consider the equation
\(y=6 x+5\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (-3,-13)\)
\( (9,62)\)
\( (0,9)\)
\( (-7,-37)\)
3
Consider the equation
\(y=-5 x - 10\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (0,-10)\)
\( (4,-30)\)
\( (-8,30)\)
\( (-3,6)\)
4
Consider the equation
\(y=-4 x - 3\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (-3,13)\)
\( (0,-3)\)
\( (-10,37)\)
\( (7,-31)\)
5
Consider the equation
\(y=\frac{4}{9} x-1\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (0,0)\)
\( (-18,-9)\)
\( (36,15)\)
\( (-9,-4)\)
6
Consider the equation
\(y=\frac{2}{9} x-3\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (-9,-1)\)
\( (0,0)\)
\( (27,3)\)
\( (-18,-7)\)
7
Consider the equation
\(y=-\frac{3}{2} x-5\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (0,-5)\)
\( (-10,10)\)
\( (-2,2)\)
\( (2,-3)\)
8
Consider the equation
\(y=-\frac{3}{2} x-2\)
Which of the following ordered pairs are solutions to the given equation? There may be more than one correct answer.
\( (10,-12)\)
\( (0,-2)\)
\( (-2,2)\)
\( (-4,4)\)
Make a table for the equation with \(x\)-values suggested.
9
Fill out this table for the equation \(y=-x+3\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(6\) | \(\left(-3,6\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
10
Fill out this table for the equation \(y=-x+4\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(7\) | \(\left(-3,7\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
11
Fill out this table for the equation \(y=4x+3\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(-9\) | \(\left(-3,-9\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
12
Fill out this table for the equation \(y=5x+10\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(-5\) | \(\left(-3,-5\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
13
Fill out this table for the equation \(y=-3x+6\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(15\) | \(\left(-3,15\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
14
Fill out this table for the equation \(y=-2x+3\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-3\) | \(9\) | \(\left(-3,9\right)\) |
\(-2\) | ||
\(-1\) | ||
\(0\) | ||
\(1\) | ||
\(2\) |
15
Fill out this table for the equation \(y=\frac{9}{10} x - 6\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-30\) | \(-33\) | \(\left(-30,-33\right)\) |
\(-20\) | ||
\(-10\) | ||
\(0\) | ||
\(10\) | ||
\(20\) |
16
Fill out this table for the equation \(y=\frac{1}{6} x +3\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-18\) | \(0\) | \(\left(-18,0\right)\) |
\(-12\) | ||
\(-6\) | ||
\(0\) | ||
\(6\) | ||
\(12\) |
17
Fill out this table for the equation \(y=-\frac{1}{2} x - 9\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-6\) | \(-6\) | \(\left(-6,-6\right)\) |
\(-4\) | ||
\(-2\) | ||
\(0\) | ||
\(2\) | ||
\(4\) |
18
Fill out this table for the equation \(y=-\frac{3}{10} x - 8\text{.}\) The first row is an example.
\(x\) | \(y\) | Points |
\(-30\) | \(1\) | \(\left(-30,1\right)\) |
\(-20\) | ||
\(-10\) | ||
\(0\) | ||
\(10\) | ||
\(20\) |
Make a table for the equation.
19
Make a table of solutions for the equation \({y}={-6x}\text{.}\)
\(x\) | \(y\) |
20
Make a table of solutions for the equation \({y}={-2x}\text{.}\)
\(x\) | \(y\) |
21
Make a table of solutions for the equation \({y}={3x+5}\text{.}\)
\(x\) | \(y\) |
22
Make a table of solutions for the equation \({y}={5x-1}\text{.}\)
\(x\) | \(y\) |
23
Make a table of solutions for the equation \({y}={{\frac{3}{7}}x+7}\text{.}\)
\(x\) | \(y\) |
24
Make a table of solutions for the equation \({y}={{\frac{8}{5}}x+9}\text{.}\)
\(x\) | \(y\) |
25
Make a table of solutions for the equation \({y}={-{\frac{1}{3}}x - 10}\text{.}\)
\(x\) | \(y\) |
26
Make a table of solutions for the equation \({y}={-{\frac{18}{17}}x - 7}\text{.}\)
\(x\) | \(y\) |
These exercises have Cartesian plots with some context.
27
A certain water heater will cost you \(\$900\) to buy and have installed. This water heater claims that its operating expense (money spent on electricity or gas) will be about \(\$31\) per month. According to this information, the equation \(y=900+31x\) models the total cost of the water heater after \(x\) months, where \(y\) is in dollars. Make a table of at least five values and plot a graph of this equation.
28
You bought a new Toyota Corolla for \(\$18{,}600\) with a zero interest loan over a five-year period. That means you'll have to pay \(\$310\) each month for the next five years (sixty months) to pay it off. According to this information, the equation \(y=18600-310x\) models the loan balance after \(x\) months, where \(y\) is in dollars. Make a table of at least five values and plot a graph of this equation. Make sure to include a data point representing when you will have paid off the loan.
29
The pressure inside a full propane tank will rise and fall if the ambient temperature rises and falls. The equation \(P=0.1963(T+459.67)\) models this relationship, where the temperature \(T\) is measured in °F and the pressure and the pressure \(P\) is measured in lbāin2. Make a table of at least five values and plot a graph of this equation. Make sure to use \(T\)-values that make sense in context.
30
A beloved coworker is retiring and you want to give her a gift of week-long vacation rental at the coast that costs \(\$1400\) for the week. You might end up paying for it yourself, but you ask around to see if the other \(29\) office coworkers want to split the cost evenly. The equation \(y=\frac{1400}{x}\) models this situation, where \(x\) people contribute to the gift, and \(y\) is the dollar amount everyone contributes. Make a table of at least five values and plot a graph of this equation. Make sure to use \(x\)-values that make sense in context.
Plot some graphs.
31
Create a table of ordered pairs and then make a plot of the equation \(y=2x+3\text{.}\)
32
Create a table of ordered pairs and then make a plot of the equation \(y=3x+5\text{.}\)
33
Create a table of ordered pairs and then make a plot of the equation \(y=-4x+1\text{.}\)
34
Create a table of ordered pairs and then make a plot of the equation \(y=-x-4\text{.}\)
35
Create a table of ordered pairs and then make a plot of the equation \(y=\frac{5}{2}x\text{.}\)
36
Create a table of ordered pairs and then make a plot of the equation \(y=\frac{4}{3}x\text{.}\)
37
Create a table of ordered pairs and then make a plot of the equation \(y=-\frac{2}{5}x-3\text{.}\)
38
Create a table of ordered pairs and then make a plot of the equation \(y=-\frac{3}{4}x+2\text{.}\)
39
Create a table of ordered pairs and then make a plot of the equation \(y=x^2+1\text{.}\)
40
Create a table of ordered pairs and then make a plot of the equation \(y=(x-2)^2\text{.}\) Use \(x\)-values from \(0\) to \(4\text{.}\)
41
Create a table of ordered pairs and then make a plot of the equation \(y=-3x^2\text{.}\)
42
Create a table of ordered pairs and then make a plot of the equation \(y=-x^2-2x-3\text{.}\)