Historical Context & Motivation
Throughout history, humans have tried to predict the world around them using simplified descriptions of reality—what we now call mathematical models. From ancient astronomers sketching planetary orbits to modern engineers simulating bridge loads, every model involves choices about what to include and what to leave out. Those choices are called assumptions, and they determine whether a model's predictions are reasonable or wildly off-target.
When a model's output doesn't match the real-world data it's supposed to describe, mathematicians and scientists don't just throw it away. Instead, they analyze which assumptions caused the mismatch and revise the model to make it more accurate. This cycle of building, testing, and revising models is one of the most powerful tools in all of mathematics and science.
The central question this lesson addresses is deceptively simple: How do you tell if a model is reasonable, and what do you do when it isn't? Answering that question requires a clear process for evaluating model predictions, identifying problematic assumptions, and making targeted revisions.
Core Principles of Model Reasonableness
Before you can judge a model, you need to understand what makes one "reasonable." A reasonable model doesn't have to be perfect—it just has to produce outputs that are close enough to reality to be useful for a specific purpose. The following principles form the foundation of model analysis.
Purpose Alignment
Assumption Transparency
Output Validation
Residual Analysis
Iterative Revision
The Model Analysis Cycle
The diagram below illustrates the complete cycle of analyzing and revising a mathematical model. Notice that the process is cyclical, not linear. You don't finish after one pass—you continue refining until the model's predictions are reasonable for your purpose.
Notice the central decision point labeled "Reasonable?" This is where your judgment comes in. You decide whether the model's errors are small enough for your purpose. A weather model that's off by 2°F might be perfectly acceptable for planning a picnic, but unacceptable for launching a spacecraft. Reasonableness is always relative to the context of the problem.
Mathematical Framework for Evaluating Models
While much of model analysis involves judgment and common sense, there are concrete mathematical tools you can use to measure how well a model fits. The most fundamental tool is the residual—the difference between what the model predicts and what actually happens.
Residual Plots & Identifying Flawed Assumptions
One of the most powerful ways to evaluate a model is to create a residual plot. In a residual plot, the x-axis represents the input variable and the y-axis represents each residual (actual − predicted). If your model is a good fit, the residuals should be randomly scattered around zero with no visible pattern. A pattern in the residuals tells you that your model is systematically missing something.
In the right panel, the curved residual pattern is a clear signal. The model assumed a constant rate of change (linear relationship), but the data actually curves. The revision? Switch from a linear model (y = mx + b) to a quadratic or exponential model that can capture the curvature. Each type of residual pattern points to a specific kind of assumption failure, which makes the revision process targeted rather than random.
| Residual Pattern | What It Tells You | Likely Revision |
|---|---|---|
| Random scatter around zero | Model fits well; assumptions are reasonable | No revision needed |
| U-shaped or inverted-U curve | Relationship is nonlinear, not linear | Try a quadratic or exponential model |
| Residuals grow larger as x increases | Variability increases with x (fan shape) | Consider a multiplicative or percentage-based model |
| One or two extreme outliers | Unusual data points or errors in data collection | Investigate outliers; remove if justified |
Worked Example — School Fundraiser
A school club is selling candles to raise money. They create a linear model to predict total revenue based on the number of candles sold. Their model assumes every candle sells for $8 and there are no up-front costs. After the event, they compare their predictions to the actual data and analyze whether the model was reasonable.
Strengths & Limitations of Common Model Types
Different types of models are suited to different situations. Understanding the strengths and limitations of each type helps you choose the right starting model and anticipate where it might fail. The table below compares three model types you'll encounter frequently in Math 1.
| Model Type | Strengths | Limitations | Common Assumption Failures |
|---|---|---|---|
| Linear (y = mx + b) | Simple, easy to interpret, good for constant rates of change | Cannot capture curves, acceleration, or saturation effects | Assumes rate of change never varies; ignores diminishing returns |
| Exponential (y = a × bˣ) | Models growth/decay that compounds; good for populations and finance | Predicts unlimited growth; unrealistic for large x values | Assumes unlimited resources; ignores carrying capacity |
| Quadratic (y = ax² + bx + c) | Captures symmetric curves; good for projectiles and area problems | Assumes symmetry; may not fit data that curves in only one direction | Assumes effects are symmetric; may overpredict in one direction |
Connection to Advanced Modeling
The model-analyze-revise cycle you've learned in this lesson is the foundation of all advanced mathematical modeling. In later courses, the tools become more sophisticated, but the fundamental question remains the same: Is this model reasonable, and what should I change if it isn't?
| What You Learn Now | Where It Leads |
|---|---|
| Calculate residuals by hand | In statistics, you'll compute R² (coefficient of determination) to measure overall model fit |
| Identify curved residual patterns | In Algebra 2, you'll use regression analysis to find the best-fit curve automatically |
| Revise one assumption at a time | In calculus and physics, you'll use sensitivity analysis to measure how each assumption affects the output |
| Choose between linear, exponential, and quadratic | In data science, you'll compare dozens of model types and use cross-validation to select the best one |
Whether you go into engineering, medicine, business, or social science, you'll use models daily. The ability to evaluate whether a model's assumptions are justified—and to revise them when they're not—is one of the most transferable skills you'll develop in math class.
Practice Problems
Lesson Summary
Analyzing model reasonableness means checking whether a model's predictions align with real data and common sense. Every model is built on assumptions—simplifications you make to create the model. You evaluate a model by computing residuals (Actual − Predicted) and percent error, then examining whether the residuals are small, random, and pattern-free. If they show a systematic pattern—like a curve or a fan shape—it signals that a specific assumption is wrong.
The model analysis cycle (define → build → test → analyze → revise) is iterative: you continue revising assumptions until the model is fit for its purpose. Common revisions include switching from a linear model to a nonlinear one, adding costs or factors that were initially ignored, or accounting for limits on growth. Remember that reasonableness is always relative to your purpose—the same model can be reasonable for one question and unreasonable for another.