The Fit Captures the Trend, Not Every Point
- Points sit above and below — small gaps are normal
- Those gaps are what residuals (next lesson) measure
Your Turn: Fit a Function
Pick the route and produce the equation:
- Tree: starts 2 ft, grows 1.5 ft/year — write it
- Data table, straight band, no formula — how to fit?
State the route, then advance.
Answer: 1.
An Equation Is a Tool, Not the Goal
The equation exists to answer questions about the situation.
- Give it an x, predict a y
- Give it a y, solve for the x
Next: both directions — and how far you can trust them.
Predict y From x: Cost of 300 Minutes
Using
Substitute
The model predicts a $50 bill for 300 minutes.
Solve x From y: Minutes for $35
Using
Set
A $35 bill means 150 minutes used.
Interpolation Versus Extrapolation in Predictions
Inside the data range = interpolation (safe); outside = extrapolation (risky).
A Failing Extrapolation: The 30-Foot Adult
A line fit to a child's height vs age (ages 2–12) fits well.
- Extrapolate to age 100 → the line predicts a 30-foot adult
- The pattern only held inside the data range
The math gives a number; far outside the data, it's meaningless.
Quick Check: Interpolation or Extrapolation?
Phone-plan data covered about 0 to 250 minutes.
- Predict the cost at 200 minutes
- Predict the cost at 5,000 minutes
Classify each; which would you trust?
Answer: 1. Interpolation (in range) — trustworthy. 2. Extrapolation (far outside) — unreliable.
Find the Error: A Line on Curved Data
A student fit a line to data that clearly rises then falls.
- The line's predictions are off in a patterned way
- What family fits, and why?
Diagnose and fix it, then advance.
Answer: Quadratic — the data turns once; a line can't follow a turn. Refit with QuadReg.
Full Task: Choose, Fit, Predict, Flag
A city's population over 10 years curves steeply upward.
- Name the family and justify it
- State how you'd fit it
- Make an in-range prediction; flag an extrapolation
Do all three, then advance.
Answer: Exponential (constant percent); ExpReg; predict within 10 years; 100 years out is unreliable.
Key Takeaways and What's Next
✓ Read shape + mechanism to choose the family
✓ Fit by a given function or by regression
✓ A fit captures the trend, not every point
Trust interpolation; scrutinize extrapolation
A model is an approximation, not a law
Next: assess the fit by analyzing residuals (6.b).
Click to begin the narrated lesson
Fit a function to data