Mathematical modeling is the process of using mathematics to describe, explain, or predict something in the real world. A model can help you understand patterns in data, compare possible outcomes, and make decisions based on evidence. In school and in careers, models are used for population growth, motion, finance, medicine, climate, and engineering.
The goal is not to make a perfect copy of reality, but to build a useful simplified version of it.
A modeling pipeline often starts with a real-world situation, then data collection, variable selection, function choice, calculation, testing, and interpretation. Students commonly choose between linear, quadratic, exponential, or other functions by looking at the shape of the data and the context. After a function is fitted, its parameters must be interpreted in the real-world units of the problem.
A good model is checked against data, revised when needed, and used only within a reasonable domain.
Key Facts
- A mathematical model is a function, equation, graph, table, or simulation that represents a real situation.
- Linear models have constant rate of change: y = mx + b.
- Quadratic models often describe curved patterns with one turning point: y = ax^2 + bx + c.
- Exponential models have constant percent change: y = ab^x or y = ae^(kt).
- Residual = observed value - predicted value, and smaller random residuals usually mean a better fit.
- A model should include a domain, assumptions, variables, units, and a clear interpretation of parameters.
Vocabulary
- Variable
- A variable is a quantity that can change and is represented by a symbol such as x or t.
- Parameter
- A parameter is a constant in a model, such as slope or growth factor, that controls the model's behavior.
- Residual
- A residual is the difference between an observed data value and the value predicted by a model.
- Interpolation
- Interpolation is using a model to estimate a value between data points that are already known.
- Extrapolation
- Extrapolation is using a model to estimate a value outside the range of the data, which can be risky.
Common Mistakes to Avoid
- Choosing a model only because it has the highest calculator score, without checking the situation and residuals. A model can fit the given data closely but still be unrealistic or poor for prediction.
- Ignoring units when interpreting parameters. A slope of 3 is incomplete unless it is described as 3 units of output per 1 unit of input.
- Using extrapolation too far beyond the data. Predictions outside the measured range may fail because the real-world pattern can change.
- Confusing linear change with exponential change. Linear models add the same amount each step, while exponential models multiply by the same factor each step.
Practice Questions
- 1 A plant is 12 cm tall on day 0 and grows at about 2.5 cm per day. Write a linear model for height H after t days, then predict the height on day 8.
- 2 A bacteria culture starts with 500 bacteria and doubles every 3 hours. Write an exponential model for the population P after t hours, then find P after 9 hours.
- 3 A data set for a falling ball curves upward on a distance versus time graph, and its rate of change increases over time. Explain whether a linear, quadratic, or exponential model is most appropriate, and justify your choice using the situation.