Applied Mathematics for Science
CoreModeling: graphs as models

Graphs as Models

Read a graph as a working model of how a system behaves, then use a line of best fit to predict inside the data (interpolation) and, more carefully, beyond it (extrapolation).

Why this matters

A graph is more than a picture of numbers: it is a model, a simplified stand-in for how a real system behaves. Once you fit a line or curve to your data, that model lets you do something the raw table cannot: predict values you never measured. Predicting inside the range you measured is called interpolation and is usually safe. Predicting beyond your data is extrapolation, and it is riskier because the pattern may change where you never looked. Epidemiologists model case counts to forecast how far an outbreak might spread, pharmacologists model dose-versus-response curves to choose a safe dose, financial analysts model trends to plan budgets, and climate scientists model temperature data to project future change. Every one of them also has to know the limits of the model, because a line that fits today can mislead tomorrow. Learning to treat a graph as a model, and to respect where the model stops being trustworthy, is one of the most useful science skills you will carry into any career.

Standards this builds
  • Common Core · HSS-ID.B.6Represent data on two quantitative variables on a scatter plot, and describe how the variables are related; fit a function (such as a line) to the data.
  • Common Core · HSS-ID.C.7Interpret the slope (rate of change) and the intercept of a linear model in the context of the data.
  • Ohio · Ohio HS S.ID.6Fit a linear model to a scatter plot and use it to reason about the relationship between two measured variables.
  • NGSS · SEP-4Analyzing and Interpreting Data: use graphical displays and lines of best fit to identify patterns and make predictions from data.
  • AP · AP Bio SP 4 (Data Analysis)Analyze data, including using a trend line or model to predict values and to state the limits of what the model supports.
Builds on (2 levels back)inferred · high confidence
  • Read points on an x-y coordinate graph: You must be able to locate a point by its x and y values before you can read a trend or a prediction off a graph.
  • Plot ordered pairs from a data table: A graph model starts as plotted data, so students must turn (x, y) pairs into points.
  • Understand slope and the equation y = mx + b: A line of best fit is written as y = mx + b, so predicting values means substituting into that equation.

Prerequisites are inferred: pending teacher review.

Re-learn the skill with worked practice and clear examples.

Treat the graph as a model: fit a line to the data, read its equation as y = mx + b, and use it to predict. Predicting a value inside the data range is interpolation (usually safe); the surviving trend line is what does the predicting.

Step 1: Fit a line and read its equation
Draw the line of best fit through the points, then read its slope m and its y-intercept b. For the data below the model is y = 2x + 3, meaning the count starts at 3 and rises by 2 for each hour.
A scatter of six data points with a best-fit line labeled y = 2x + 3 rising from lower-left to upper-right
Step 2: Interpolate inside the data
To predict at a value between your measured points, substitute it into the equation. At x = 3.5, y = 2(3.5) + 3 = 10. Because 3.5 sits inside the measured range of 1 to 6, this interpolation is usually reliable.
Step 3: Trust the units the graph leaves you
The predicted y comes out in the same units as the y-axis (here, count). Always report the prediction with that unit and note whether it was inside or outside the data.
Practice

Using the best-fit model y = 2x + 3, predict the count at x = 4 (which is inside the data). Is this interpolation or extrapolation?

Reviewed
  1. A.y = 8, extrapolation
  2. B.y = 11, interpolation
  3. C.y = 11, extrapolation
  4. D.y = 14, interpolation
Show the worked solution ▾

Answer: B. y = 11, interpolation

  1. Step 1: Substitute x = 4: y = 2(4) + 3 = 8 + 3 = 11.
  2. Step 2: Check the range: The data runs from x = 1 to x = 6, and 4 is inside that range, so predicting here is interpolation.

Why it's right: y = 2(4) + 3 = 11, and because x = 4 is inside the measured range of 1 to 6, this is interpolation.

Why the others miss:
  • A: y = 2(4) + 3 = 11, not 8, and x = 4 is inside the data.
  • C: The value 11 is right but x = 4 is inside the data, so this is interpolation, not extrapolation.
  • D: y = 2(4) + 3 = 11, not 14.

Aligned to Common Core HSS-ID.C.7: predict from a linear model · reading level ~grade 9

The table shows a data point at each hour and the model's prediction from y = 2x + 3. Which hour's measured count is exactly ON the best-fit line?

Reviewed
Hour (x)Measured countModel y = 2x + 3
155
287
389
41211
51213
61615
A table of hour, measured count, and model prediction for x = 1 through 6
  1. A.Hour 2
  2. B.Hour 1
  3. C.Hour 4
  4. D.Hour 6
Show the worked solution ▾

Answer: B. Hour 1

  1. Step 1: Compare measured to model: A point is on the line when the measured count equals the model value in the same row.
  2. Step 2: Scan the rows: At hour 1 the measured count is 5 and the model gives 5, so they match. Every other row has a small gap.

Why it's right: At hour 1 the measured count (5) equals the model value (5), so that point lands exactly on the best-fit line while the others scatter above or below it.

Why the others miss:
  • A: At hour 2 the measured count is 8 but the model gives 7, so it is above the line.
  • C: At hour 4 the measured count is 12 but the model gives 11, so it is above the line.
  • D: At hour 6 the measured count is 16 but the model gives 15, so it is above the line.

Aligned to NGSS SEP-4: compare data to a model · reading level ~grade 9

A best-fit line for a plant's height is h = 1.5d + 4, where d is the day and h is the height in centimeters. Predict the height on day 6.

Reviewed
  1. A.10 cm
  2. B.11.5 cm
  3. C.13 cm
  4. D.15 cm
Show the worked solution ▾

Answer: C. 13 cm

  1. Step 1: Substitute d = 6: h = 1.5(6) + 4.
  2. Step 2: Compute: 1.5 x 6 = 9, and 9 + 4 = 13 cm.

Why it's right: h = 1.5(6) + 4 = 9 + 4 = 13 cm.

Why the others miss:
  • A: This uses 1.5 x 4 + 4 (wrong day) or forgets to add 4 correctly.
  • B: This adds only part of the intercept or misreads the slope.
  • D: This uses h = 1.5(6) + 4 with an extra 2 added, giving 15 instead of 13.

Aligned to Common Core HSS-ID.C.7: apply a linear model · reading level ~grade 9

Where you'd see this
  • A student fits y = 2x + 3 to lab data and predicts the hour-3.5 count by interpolation before the next reading is taken.
  • A greenhouse worker uses a best-fit line of height versus day to estimate how tall seedlings will be midway through the week.
  • A lab tech compares each measured point to the model line to spot which reading was an outlier.
Video library
Watch: reading a graph as a model of a trend
Graphing Data by Hand
Bozeman Science · 5:39
Watch: interpolation and slope of a best-fit line
Estimating the line of best fit exercise | Regression | Probability and Statistics | Khan Academy
Khan Academy · 1:17
Extension: when extrapolation goes wrong and the limits of a model
WCLN - Math - Interpolation & Extrapolation
WCLN · 6:06
Guided notes

Fill these in as you work through the lesson.

Big idea: A graph is a model of how a system behaves, and a line or curve fit to the data lets you predict values inside the data (interpolation, usually safe) or beyond it (extrapolation, riskier), as long as you respect the model's limits.
Key terms: write the meaning
  • Model (a simplified stand-in for a real system):  
  • Line of best fit (one line closest to all the points):  
  • Interpolation (predicting inside the data):  
  • Extrapolation (predicting beyond the data, riskier):  
The rule

A graph is a   of a system; predicting a value inside the measured range is called  , and predicting beyond it is called  , which is riskier because the pattern may  .

Check yourself
  1. Explain in your own words why interpolation is usually safer than extrapolation. 
  2. Given y = 2x + 3, predict y at x = 4 and state whether that is interpolation or extrapolation. 
  3. Describe one situation where a straight line is the wrong model and a growth curve fits better. 
Work one example

A best-fit model is y = 2x + 3 and the data was measured from x = 1 to x = 6. To predict at x = 5, substitute: y = 2(5) + 3 = ____. Because x = 5 is inside the data range, this prediction is ____ (interpolation or extrapolation).

 
Illustrated glossary

The vocabulary of this topic, shown in the way you will meet it.

Model
A simplified stand-in for a real system that keeps the important behavior so you can study or predict it.
An arrow from 'real system' to 'graph model' showing the model is a simpler but useful stand-in
In context: A biologist draws a growth curve as a model of a bacterial population so she can predict how many cells will be present at hour 6.
Line of best fit
The single straight line that comes closest to all the data points at once, used to model a linear relationship.
A scatter of five points with a single straight best-fit line drawn through the middle of them
In context: The students drew a line of best fit through their scatter of points so the overall trend was clear even though no point sat exactly on the line.
Interpolation
Using the model to predict a value that falls inside the range of data you actually measured.
In context: The data ran from hour 1 to hour 6, so predicting the value at hour 3.5 is interpolation, which is usually reliable.
Extrapolation
Using the model to predict a value beyond the range you measured, which is riskier because the pattern may change out there.
In context: Predicting the population at hour 20 from data that stops at hour 6 is extrapolation, so the scientist labels it an estimate, not a fact.
Growth curve
A graph that models how a population changes over time, often curving upward as the population grows faster and faster.
A population growth curve that starts nearly flat and then rises steeply, curving upward over time
In context: The bacterial growth curve curved sharply upward because the count doubled every hour, so a straight line would be a poor model for it.
Limits of a model
The conditions where a model stops describing reality well, so its predictions should not be trusted.
In context: A population cannot grow forever, so the exponential model reaches its limits once food runs out and the real curve levels off.