Formulation of Mathematical Models
Lesson: Formulation of Mathematical Models
In many real-life situations, we want to understand a problem, make predictions, or choose the best decision. A mathematical model is a mathematical representation of a real-world situation. It turns words, quantities, and relationships into equations, inequalities, tables, graphs, or formulas.
The process of formulating a mathematical model means translating a context into mathematics. This requires us to decide what the important quantities are, name them with variables, identify fixed values called parameters, and make reasonable assumptions so the problem becomes manageable.
This skill is important because real-world problems are often messy. They include extra details, missing information, and quantities that change. A good model simplifies the situation enough to be useful while still matching reality closely enough to answer the question.
1. What is a mathematical model?
A mathematical model is a set of mathematical relationships that describes how quantities in a situation are connected. Depending on the problem, a model might be:
- an equation, such as \(C = 50 + 12m\),
- an inequality, such as \(3x + 2y \le 100\),
- a function, such as \(h(t) = -4.9t^2 + 20t + 1.5\),
- a geometric rule involving area, volume, or distance,
- or a statistical model based on data.
The goal is not just to do calculations. The goal is to represent the situation clearly so that the mathematics answers a real question.
2. Main parts of formulating a model
When building a mathematical model, there are four main parts to identify.
- Variables: quantities that can change. For example, time, distance, number of items sold, or temperature.
- Parameters: fixed values in the model. For example, a ticket price of \(12\) dollars or a constant speed of \(60\) km/h.
- Relationships: the mathematical connections between quantities. These may come from formulas, patterns, geometry, or data.
- Assumptions: simplifications that make the problem easier to model. For example, assuming a constant rate, ignoring air resistance, or treating demand as linear.
3. A step-by-step method for formulating models
You can use the following process whenever you are asked to create a model from a context.
- Read the situation carefully. Identify what is happening and what question must be answered.
- Choose the important quantities. Ignore details that do not affect the question.
- Define variables clearly. State what each variable represents and include units when possible.
- Identify parameters or known constants. These are values given in the problem or estimated from information.
- Make simplifying assumptions. Write them clearly so the model is understandable.
- Write the mathematical relationships. Use equations, formulas, or inequalities.
- Check if the model makes sense. Think about units, signs, reasonable values, and whether the model matches the context.
- Refine if needed. If the model is too simple or unrealistic, improve it.
4. Defining variables, parameters, and assumptions
One of the most important parts of mathematical modeling is being precise about symbols.
Suppose a problem says that a company charges a fixed monthly fee plus a cost for each gigabyte of data used. A student might quickly write \(C = 20 + 5x\). That equation may be correct, but the model is incomplete unless the symbols are defined.
A complete formulation would say:
- Let \(C\) be the monthly cost in dollars.
- Let \(x\) be the number of gigabytes used in the month.
- The fixed fee is \(20\) dollars.
- The cost per gigabyte is \(5\) dollars.
- Assume there are no taxes or extra fees.
Then the model is
$$C = 20 + 5x$$
Without definitions and assumptions, the equation alone may be unclear or incomplete.
5. Why assumptions matter
Real life is usually more complicated than school problems. A model cannot include every detail, so assumptions are necessary.
For example, if you model the distance traveled by a car using \(d = vt\), you are assuming the speed \(v\) stays constant. In reality, cars stop, turn, and speed up. Still, the model can be useful for short trips or average motion.
Good assumptions should be:
- reasonable for the situation,
- stated clearly,
- and connected to the purpose of the model.
If assumptions are unrealistic, the model may give misleading answers.
6. Types of relationships often used in Grade 11 modeling
In Grade 11, many models come from common mathematical patterns:
- Linear models: constant rate of change, such as \(y = mx + b\).
- Quadratic models: curved relationships, such as projectile motion or area problems.
- Geometric models: formulas for perimeter, area, volume, and the Pythagorean theorem.
- Statistical models: trend lines based on data, often used for prediction.
- Systems of equations or inequalities: situations with multiple conditions or constraints.
Formulating a model means choosing the type of relationship that best fits the context.
Worked Example 1: A linear cost model
Problem: A bike rental shop charges a basic fee of \(8\) dollars plus \(3\) dollars per hour. Formulate a mathematical model for the total cost.
Step 1: Define variables.
- Let \(h\) be the number of hours the bike is rented.
- Let \(C\) be the total cost in dollars.
Step 2: Identify parameters.
- Basic fee: \(8\)
- Hourly rate: \(3\)
Step 3: State an assumption.
- Assume the hourly rate stays the same for all rental hours.
Step 4: Write the model.
$$C = 8 + 3h$$
Interpretation: The total cost starts at \(8\) dollars and increases by \(3\) dollars for each additional hour.
Check: If the bike is rented for \(2\) hours, then
$$C = 8 + 3(2) = 14$$
This is reasonable because the cost should be more than the basic fee.
Worked Example 2: A geometric model with constraints
Problem: A farmer has \(200\) meters of fencing to build a rectangular pen. Formulate a model for the area of the pen in terms of its width.
Step 1: Define variables.
- Let \(w\) be the width of the rectangle in meters.
- Let \(l\) be the length of the rectangle in meters.
- Let \(A\) be the area in square meters.
Step 2: Use the perimeter condition.
A rectangle has perimeter
$$2l + 2w = 200$$
Solve for \(l\):
$$2l = 200 - 2w$$
$$l = 100 - w$$
Step 3: Write the area formula.
$$A = lw$$
Substitute \(l = 100 - w\):
$$A = w(100 - w)$$
$$A = 100w - w^2$$
Model:
$$A(w) = 100w - w^2$$
Assumptions:
- The pen is exactly rectangular.
- All \(200\) meters of fencing are used.
- Width and length are positive, so \(0 < w < 100\).
This example shows that a model can include both a formula and a domain restriction.
Worked Example 3: A model from a word problem involving revenue and profit
Problem: A school club sells T-shirts for \(15\) dollars each. The club pays \(120\) dollars as a fixed setup cost and \(6\) dollars to make each shirt. Formulate a model for profit when \(x\) shirts are sold.
Step 1: Define the variable.
- Let \(x\) be the number of T-shirts sold.
- Let \(P\) be the profit in dollars.
Step 2: Build revenue and cost models.
Revenue is the money earned from sales:
$$R = 15x$$
Cost is the setup cost plus production cost:
$$C = 120 + 6x$$
Step 3: Use the relationship for profit.
$$P = R - C$$
Substitute the expressions:
$$P = 15x - (120 + 6x)$$
$$P = 15x - 120 - 6x$$
$$P = 9x - 120$$
Model:
$$P(x) = 9x - 120$$
Assumptions:
- Every shirt produced is sold.
- The selling price stays at \(15\) dollars per shirt.
- The production cost stays at \(6\) dollars per shirt.
Interpretation: Profit increases by \(9\) dollars for each shirt sold after accounting for the variable cost, but the club must first recover the fixed setup cost.
Worked Example 4: A statistical model from data
Problem: A student records the number of hours studied and the corresponding test scores:
- \((1, 58)\)
- \((2, 64)\)
- \((3, 71)\)
- \((4, 77)\)
Formulate a simple mathematical model relating score to study time.
Step 1: Define variables.
- Let \(h\) be the number of hours studied.
- Let \(S\) be the test score.
Step 2: Look for a pattern.
The scores increase by about \(6\) or \(7\) points for each extra hour. A linear model is reasonable.
Step 3: Estimate the rate of change.
Using the first and last data points:
$$m = \frac{77 - 58}{4 - 1} = \frac{19}{3} \approx 6.33$$
Step 4: Write a linear model.
Use \(S = mh + b\). Substitute \((1,58)\):
$$58 = 6.33(1) + b$$
$$b \approx 51.67$$
So one possible model is
$$S \approx 6.33h + 51.67$$
Assumptions:
- The relationship between study time and score is approximately linear.
- Other factors affecting test scores are ignored.
Interpretation: The model predicts that each extra hour of study raises the score by about \(6.33\) points.
7. How to judge whether a model is good
After formulating a model, do not stop immediately. A model should be checked.
Ask these questions:
- Do the variables and units make sense?
- Are the assumptions clearly stated?
- Does the equation match the words in the problem?
- Are the outputs reasonable in real life?
- Is the model too simple, or is it appropriate for the purpose?
For example, if a cost model gives a negative cost, something is wrong. If an area model allows a negative width, the domain must be corrected. If a linear model is used for data that curves strongly, another model may be better.
8. Common mistakes when formulating models
- Not defining variables: Writing equations without saying what symbols mean.
- Ignoring units: Mixing meters and centimeters, or hours and minutes, without converting.
- Using the wrong relationship: Choosing a linear model when the situation is geometric or quadratic.
- Forgetting assumptions: Leaving out conditions such as constant rate or fixed price.
- Ignoring restrictions: Allowing impossible values like negative time or fractional people.
9. Helpful questions to ask yourself
When you build a model, ask:
- What am I trying to find or describe?
- Which quantities change?
- Which quantities stay fixed?
- What formula or pattern connects these quantities?
- What assumptions am I making?
- What values are realistic for the variables?
These questions help turn a confusing context into an organized mathematical structure.
10. Final summary
Formulating a mathematical model means translating a real-world problem into mathematics. To do this well, you must identify variables, parameters, and relationships, then make assumptions that simplify the situation without losing the main idea.
A strong model is clear, reasonable, and useful. It includes defined symbols, correct equations or inequalities, realistic restrictions, and stated assumptions. Once a model is written, it should always be checked and, if necessary, refined.
As you practice, remember that modeling is not just about finding an answer. It is about representing the real world with mathematics in a thoughtful and organized way.
Put what you read to the test
You've worked through Formulation of Mathematical Models. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.