Historical Context & Motivation
Mathematics has always been about more than just getting an answer — it is about getting a reasonable answer. Throughout history, scientists and mathematicians have built mathematical models — simplified representations of real-world situations — and then had to go back and fix them when the predictions didn't match reality. A model is only as good as the assumptions behind it, and questioning those assumptions is one of the most powerful skills in mathematics.
The common thread across all these examples is a cycle: build a model, test its predictions, identify where it fails, question the assumptions, and refine. This lesson focuses on developing your ability to carry out that cycle yourself. How do you know when a mathematical result is unreasonable? What do you do when your model breaks down? These are the questions we will answer.
Core Principles of Model Critique & Refinement
Before you can refine a model, you need a clear framework for evaluating one. Every mathematical model rests on a set of assumptions — simplifications that make the math manageable. The process of critique involves checking whether those assumptions hold, whether the results make sense in context, and whether the model can be improved without becoming unnecessarily complex.
Identify Assumptions
Check Reasonableness
Compare with Data
Diagnose the Failure
Refine & Re-evaluate
The Model Critique Cycle — Visual Explanation
The diagram above shows the iterative nature of model critique. Notice that the cycle doesn't end — even a refined model should be tested again. In practice, you might go through this loop several times on a single problem. The key insight is that finding an unreasonable answer is not failure; it is valuable diagnostic information that tells you something about the situation your model missed.
Mathematical Framework — Reasonableness Checks
How do you actually decide whether a result is reasonable? There are several mathematical strategies you can use. These aren't separate formulas to memorize — they're thinking tools that apply to any model, from a simple linear equation to a complex exponential growth function.
Strategy 1: Boundary & Extreme-Value Checks
Plug in extreme values — zero, very large numbers, or negative numbers — and see if the model behaves sensibly. For example, if a model for profit is P(x) = 50x − 200, where x is the number of items sold, then P(0) = −200, which makes sense (you lose money if you sell nothing). But if your model gave P(0) = 5000, that would be a red flag.
Strategy 2: Unit & Dimensional Analysis
Check whether the units of your answer match what's expected. If you're solving for time and your answer comes out in dollars, something went wrong. Even in pure math, you can track what each variable represents to make sure the output quantity is logical.
Strategy 3: Order-of-Magnitude Estimation
Before doing a detailed calculation, round the numbers and estimate the answer. If your estimate says the answer should be around 500 and your exact calculation gives 50,000, you likely made an error. This technique catches arithmetic mistakes and modeling errors alike.
Strategy 4: Residual Analysis
When you have data, compute the residuals — the differences between each observed data point and the model's prediction. If the residuals show a pattern (for instance, they're all positive at high x-values), the model is systematically off, which signals a flawed assumption.
When Models Fail — Common Assumption Breakdowns
Understanding the most common ways assumptions fail helps you diagnose problems faster. The diagram below shows a concrete example: a linear model is fit to data that actually follows a quadratic pattern. On the left, the linear fit looks reasonable over a small range, but as you zoom out, the model diverges dramatically from reality.
| Broken Assumption | What You See | How to Refine |
|---|---|---|
| Constant rate of change (linear model used for nonlinear data) | Residuals curve — positive at extremes, negative in the middle (or vice versa) | Switch to a quadratic, exponential, or logarithmic model |
| Unlimited growth (exponential model with no cap) | Predictions become absurdly large (e.g., more bacteria than atoms in the universe) | Use a logistic model with a carrying capacity |
| Independence of variables | Changing one input unexpectedly changes another; predictions are inconsistent | Introduce interaction terms or use a multivariable model |
| No external influences (closed-system assumption) | Model works in lab conditions but fails in real-world application | Add terms to account for friction, air resistance, competition, etc. |
Worked Example — Critiquing a Population Model
A biologist models a rabbit population in a meadow using the exponential function P(t) = 20 × 1.5t, where P is the population and t is time in years. After collecting data for five years, she notices the model's predictions increasingly overshoot the actual population. Let's walk through the critique and refinement process.
Strengths & Limitations of Different Model Types
Every model type has situations where it shines and situations where it struggles. When you critique a model, one of the first questions to ask is whether the type of model (linear, quadratic, exponential, logistic, etc.) is appropriate for the situation. The table below compares the most common model families you encounter in Math 3.
| Model Type | Best For | Key Limitation |
|---|---|---|
| Linear (y = mx + b) | Constant rate of change; short-range approximations of curved data | Cannot capture acceleration, decay, or leveling-off behavior |
| Quadratic (y = ax² + bx + c) | Projectile motion, area problems, situations with a single maximum or minimum | Assumes symmetric rise and fall; doesn't model sustained growth or decay |
| Exponential (y = a × b^x) | Unrestricted growth or decay — compound interest, radioactive decay, early-stage epidemics | Predicts infinite growth, which is unrealistic in resource-limited systems |
| Logistic (y = K / (1 + Ae^(−rx))) | Growth with a natural limit — populations, adoption of technology, spread of information | Requires estimating the carrying capacity K, which may be unknown or changing |
| Piecewise (different rules for different intervals) | Situations where the rules change — tax brackets, shipping rates, tiered pricing | Can be discontinuous at breakpoints; harder to analyze algebraically |
Connection to Advanced Mathematical Reasoning
The skills you're building in this lesson — questioning assumptions, testing reasonableness, and iterating on models — are the foundation of advanced mathematical practice in college and beyond. In statistics, this process becomes hypothesis testing and regression analysis. In engineering, it's called design iteration. In data science, it drives model validation and cross-validation. The thinking is the same — only the tools get more sophisticated.
| What You Learn Now | What It Becomes Later |
|---|---|
| Checking if an answer makes sense in context | Validating statistical models with test data, checking p-values and confidence intervals |
| Looking at residual patterns | Formal residual analysis, R² values, and goodness-of-fit tests in regression |
| Switching model type when assumptions fail | Model selection criteria (AIC, BIC) in statistics and machine learning |
| Testing boundary and extreme values | Asymptotic analysis, limit behavior, and edge-case testing in computer science |
The key difference between a student who "just does the math" and one who truly thinks mathematically is this critical habit: always asking, Does this answer actually make sense, and if not, why not? Developing this instinct now will serve you across every quantitative discipline you encounter in college and your career.
Practice Problems
Lesson Summary
Every mathematical model is built on assumptions that simplify reality. Critiquing a model means using reasonableness checks — boundary values, unit analysis, estimation, and residual analysis — to determine whether the model's predictions match reality. When they don't, you diagnose which assumption failed and refine the model by relaxing that assumption — for example, switching from a linear to a quadratic model, or from exponential growth to a logistic model with a carrying capacity.
This process is not a one-time fix — it is an iterative cycle of building, predicting, critiquing, diagnosing, and refining. The goal is not a "perfect" model (no model is perfect) but a model that is accurate enough for the situation while remaining as simple as possible. Developing the habit of questioning your results and revising your approach is one of the most important skills in all of mathematics.