Finding the Line of Best Fit

In this section, you will learn a convenient application for linear functions. Given a set of data points, you will be able to determine whether it is linear, and if it is, you will learn how to determine its equation using an online graphing calculator. It's fun when you can finally see the practical applications in math.

Finding the Line of Best Fit

Once we recognize a need for a linear function to model that data, the natural follow-up question is "what is that linear function?" One way to approximate our linear function is to sketch the line that seems to best fit the data. Then we can extend the line until we can verify the y-intercept. We can approximate the slope of the line by extending it until we can estimate the \dfrac{\text { rise }}{\text { run }}.


EXAMPLE 2

Finding a Line of Best Fit

Find a linear function that fits the data in Table 1 by "eyeballing" a line that seems to fit.

Solution

On a graph, we could try sketching a line. Using the starting and ending points of our hand drawn line, points (0,30) and (50,90), this graph has a slope of

\begin{aligned}
m &=\dfrac{60}{50} \\
&=1.2
\end{aligned}

and a y-intercept at 30. This gives an equation of

T(c)=1.2 c+30

where c is the number of chirps in 15 seconds, and T(c) is the temperature in degrees Fahrenheit. The resulting equation is represented in Figure 3.


Figure 3


Analysis

This linear equation can then be used to approximate answers to various questions we might ask about the trend.


Recognizing Interpolation or Extrapolation

While the data for most examples does not fall perfectly on the line, the equation is our best guess as to how the relationship will behave outside of the values for which we have data. We use a process known as interpolation when we predict a value inside the domain and range of the data. The process of extrapolation is used when we predict a value outside the domain and range of the data.

Figure 4 compares the two processes for the cricket-chirp data addressed in Example 2. We can see that interpolation would occur if we used our model to predict temperature when the values for chirps are between 18.5 and 44. Extrapolation would occur if we used our model to predict temperature when the values for chirps are less than 18.5 or greater than 44.

There is a difference between making predictions inside the domain and range of values for which we have data and outside that domain and range. Predicting a value outside of the domain and range has its limitations. When our model no longer applies after a certain point, it is sometimes called model breakdown. For example, predicting a cost function for a period of two years may involve examining the data where the input is the time in years and the output is the cost. But if we try to extrapolate a cost when x=50, that is in 50 years, the model would not apply because we could not account for factors fifty years in the future.


Figure 4 Interpolation occurs within the domain and range of the provided data whereas extrapolation occurs outside.


INTERPOLATION AND EXTRAPOLATION

Different methods of making predictions are used to analyze data.

The method of interpolation involves predicting a value inside the domain and/or range of the data.

The method of extrapolation involves predicting a value outside the domain and/or range of the data.

Model breakdown occurs at the point when the model no longer applies.


EXAMPLE 3

Understanding Interpolation and Extrapolation

Use the cricket data from Table 1 to answer the following questions:

(a) Would predicting the temperature when crickets are chirping 30 times in 15 seconds be interpolation or extrapolation? Make the prediction, and discuss whether it is reasonable.
(b) Would predicting the number of chirps crickets will make at 40 degrees be interpolation or extrapolation? Make the prediction, and discuss whether it is reasonable.

Solution

(a) The number of chirps in the data provided varied from 18.5 to 44. A prediction at 30 chirps per 15 seconds is inside the domain of our data, so would be interpolation. Using our model:


\begin{aligned}
\mathrm{T}(30) &=30+1.2(30) \\
&=66 \text { degrees }
\end{aligned}

Based on the data we have, this value seems reasonable.

(b) The temperature values varied from 52 to 80.5. Predicting the number of chirps at 40 degrees is extrapolation because 40 is outside the range of our data. Using our model:


\begin{aligned}
40 &=30+1.2 c \\
10 &=1.2 c \\
c & \approx 8.33
\end{aligned}

We can compare the regions of interpolation and extrapolation using Figure 5.


Figure 5


Analysis

Our model predicts the crickets would chirp 8.33 times in 15 seconds. While this might be possible, we have no reason to believe our model is valid outside the domain and range. In fact, generally crickets stop chirping altogether below around 50 degrees.


TRY IT #1

According to the data from Table 1, what temperature can we predict it is if we counted 20 chirps in 15 seconds?


Finding the Line of Best Fit Using a Graphing Utility

While eyeballing a line works reasonably well, there are statistical techniques for fitting a line to data that minimize the differences between the line and data values. One such technique is called least squares regression and can be computed by many graphing calculators, spreadsheet software, statistical software, and many web-based calculators. Least squares regression is one means to determine the line that best fits the data, and here we will refer to this method as linear regression.


HOW TO

Given data of input and corresponding outputs from a linear function, find the best fit line using linear regression.

  1. Enter the input in List 1 (L1).
  2. Enter the output in List 2 (L2).
  3. On a graphing utility, select Linear Regression (LinReg).


EXAMPLE 4

Finding a Least Squares Regression Line

Find the least squares regression line using the cricket-chirp data in Table 2.

Solution

  1. Enter the input (chirps) in List 1 (L1).
  2. Enter the output (temperature) in List 2 (L2). See Table 2.

L1 44 35 20.4 33 31 35 18.5 37 26
L2 80.5 70.5 57 66 68 72 52 73.5 53

Table 2

On a graphing utility, select Linear Regression (LinReg). Using the cricket chirp data from earlier, with technology we obtain the equation:

T(c)=30.281+1.143 c


Analysis

Notice that this line is quite similar to the equation we "eyeballed" but should fit the data better. Notice also that using this equation would change our prediction for the temperature when hearing 30 chirps in 15 seconds from 66 degrees to:


\begin{aligned}
T(30) &=30.281+1.143(30) \\
&=64.571 \\
& \approx 64.6 \text { degrees }
\end{aligned}

The graph of the scatter plot with the least squares regression line is shown in Figure 6.


Figure 6


Q&A

Will there ever be a case where two different lines will serve as the best fit for the data?

No. There is only one best fit line.