In the text we are given the following table
x (miles) | 3 | 5 | 9 | 11 | 12 | 15 | 20 | 25 |
y (time) | 6 | 9 | 13 | 16 | 16 | 21 | 28 | 31 |
![]() | We start off in Figure 1 by opening the LIST menu, and then entering our two sets of values. The first set is stored in a list called MILES and the second is stored in TIME. The result is shown in Figure 1. |
![]() | We will do a little preparation work before we process and display the
data from our two lists. In particular, we would like to be able to
plot the values in the list. We will need to set the "WINDOW" values
in the graphing calculator to handle the values in our lists. In Figure 2 we open the
GRAPH menu. Then we select the WIND option
by pressing the ![]() |
![]() | Figure 3 displays the current limits to the WINDOW values. These are the values that were last used on this particular calculator. If we look back at our two lists, we see that only the first two pairs of values (3,6) and (5,9) will fall into our current setting. Therefore, we will want to change those settings. |
![]() | Changing the xmin to 5, the xmax to 40, and the xscl to 5 will handle the MILES list, and having ymin set to 4, ymax set to 40, and yscl set to 4 will handle the TIME list values. We change xres to 1 so that the calculator will evaluate and plot a point for every pixel-column across the screen. This will not affect plotting the points of our lists, but it will affect the graph of hte regression equation done later. |
![]() | In Figure 5 we have used the
![]() ![]() ![]() ![]() |
![]() | Figure 6 is a summary of the PLOT settings. In particular, we
see that all of the PLOTS, Plot1, Plot2, and Plot3, are turned off.
We can change the settings for Plot1 by pressing the
![]() |
![]() | The flashing cursor is covering the "On" setting, but we can see that the
"Off" setting is currently selected, which is what we had expected.
We press the ![]() |
![]() | The settings shown in Figure 8 are as we want them. In particular,
Plot1 is "On", it will be doing a scatter plot,
the plot will be of values in xStat and yStat, and
the character used to show the
points will be the little square. Note that the settings indicate that we will be using xStat and yStat for the values to be plotted. Our data has been stored in two other lists, namely, MILES and TIME. The command that we will give in Figure 9 will not only do a linear regression based on the values that we have stored in MILES and TIME, but also that command will copy those lists to xStat and yStat, respectively. |
![]() | In Figure 9 we have returned to the STAT menu, and the CALC submenu.
Then we have used the ![]() |
![]() | In Figure 10 we have opened the LIST menu and then the NAMES submenu. This causes the calculator to display the names of the defined lists. Now we can complete the command started in Figure 9 by selecting the names from the menu. |
![]() | The command has been completely formed in Figure 11.
To perform the command we need only press the
![]() |
![]() | Figure 12 gives us the results of the LinR command.
In this case, those results state that the line of best fit
for the data that we supplied in MILES and TIME, could be written as
|
![]() | We found the regression equation for the given data, but we have yet to
produce a graph that shows both the data points and the regression line.
Remember, that as a consequence of performing the LinR command,
the TI-86 placed copies of MILES and TIME
into xStat and yStat, respectively.
Furthermore, we had set up Plot1 to do a scatter
graph of xStat and yStat.
We just need to go to the menu item to draw the graph.
We can do this by returning to the STAT menu, shown in Figure 13.
Then, we use the |
![]() | Figure 14 is similar to, though not identical to, the graph
given in the textbook.
The menu in Figure 14 obscurs some of the graph.
We can hide that menu by pressing the
![]() |
![]() | Figure 15 shows all 8 of the points from our original lists and
it shows the two axes. If we want to recall the menu, we press the
![]() |
![]() | Figure 16 returns the menu. We have produced a graph
that is the scatter plot of the data points.
How about producing the graph
that also shows the regression equation?
The command that we want is not shown in the menu on Figure 16. However,
we need only press the ![]() |
![]() | The command that we want is DRREG, "draw the regression equation".
We press ![]() |
![]() | In Figure 18 we can see the points from the original lists and we can
see the graph of the regression equation. Again, the menu obscurs part of the
graph, and, again, we press the
![]() |
![]() | Figure 19 is similar to the graph in the textbook.
It is important to note that this linear model results in an absurdity, even though the regression is a great fit with a correlation coefficient extremely close to 1. The absurdity is that the y-intercept is at (0, 2.76). The interpretation of this is that if we travel 0 miles on the highway, it will take us 2.76 minutes to go that far. Actually, this absurdity can be used to make an essential point about using regressions to generate mathematical models for real data. The regression model is best used to look at data values between the low and high domain values. In the example we have here, it is best to use the regression model to predict travel time if we are going between 3 and 25 miles. Doing so is called interpolation. A regression model becomes suspect if we use it to look at domain values that are not between the given low and high values. When we look at the graph to find the time it takes to travel 0 miles, we are looking outside of the given data. The same would be true if we tried to determine the time it would take to travel 30 miles. Using a regression model to predict values from outside the given domain values is called extrapolation. |
![]() | For completeness, Figure 20 was produced by returning to the STAT menu and selecting the EDIT option. This brings up the statistical list editor. In this editor, as shown in Figure 20, we can see that indeed the values that we had placed into MILES and TIME have indeed been copied to the xStat and yStat columns. In addition, the corresponding values of fStat have been set to 1 meaning that each pair of xStat and YStat values appears 1 time. |
PRECALCULUS: College Algebra and Trigonometry
© 2000 Dennis Bila, James Egan, Roger Palay