Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

How Mathematical Modelling Works | From World to Model and Back Again

The world does not arrive as an equation.

A bus route is not born as a graph. A business does not arrive as a quadratic. A population is not naturally written as an exponential function. A bridge is not automatically a system of forces. A queue does not label itself with a probability distribution. A student walking into an examination does not receive a neat instruction saying, “This situation should be represented by y = mx + c.”

Reality arrives crowded.

It contains detail, noise, exceptions, uncertainty, competing causes, imperfect measurements and information that may or may not matter.

Mathematical modelling begins when we decide what to keep.

A model is a deliberately simplified mathematical representation of a situation, built for a purpose.

The modelling process therefore does not begin with calculation.

It begins with judgement.

What matters? What can be ignored? What quantities should be measured? What relationships are plausible? Which assumptions are acceptable? Which mathematical structure is appropriate? What would count as a useful answer? How will we know whether the model is good enough?

This movement—from world to model, through mathematics, and back to the world—is one of the central ways mathematics works.

What Mathematical Modelling Actually Is

Mathematical modelling is the process of translating selected features of a real or imagined situation into mathematical form, analysing that mathematical structure, interpreting the results, and then checking whether the results make sense for the original situation.

The full loop is important.

  • world;
  • question;
  • selection;
  • variables;
  • assumptions;
  • representation;
  • mathematical analysis;
  • solution;
  • interpretation;
  • verification;
  • validation;
  • revision.

A student who stops at the mathematical solution has completed only part of the cycle.

Modelling requires return.

The answer must travel back to the situation from which the mathematics was extracted.

A Model Is Not Reality

This is the first discipline of modelling.

A model is a representation.

It may be useful, elegant and predictive without containing every feature of the real system.

A road map does not contain every tree, drain, lamp post or slope. It is useful because it suppresses information irrelevant to the navigation problem.

A mathematical model works similarly.

If the question concerns travel time, colour of the car may be irrelevant. If the question concerns heat absorption, surface colour may matter. If the question concerns fuel consumption, vehicle mass may matter. If the question concerns road capacity, the behaviour of many vehicles matters more than the paint on one.

The quality of an abstraction depends on the purpose of the model.

This connects directly to How Mathematical Abstraction Works | From Concrete Quantity to Portable Structure.

The Question Comes Before the Model

The same real system can require different models depending on the question.

Consider rainfall.

If the question is “How much rain fell today?”, a total measurement may be enough.

If the question is “Will a drain overflow?”, rainfall intensity over time, catchment area, drainage capacity and runoff become relevant.

If the question is “How unusual was this storm?”, historical distributions and return periods may matter.

If the question is “How should infrastructure be designed for future rainfall?”, uncertainty and scenario assumptions become central.

Modelling therefore begins by sharpening the question.

A vague question produces a vague model.

Choosing Variables Is Choosing What Exists in the Mathematical World

Once a question is clear, the modeller chooses quantities to represent.

Variables are not simply letters inserted into a formula.

They define the mathematical vocabulary of the model.

Suppose a delivery service charges according to distance.

Useful variables might be:

  • d = distance travelled;
  • C = total charge.

If waiting time also affects the fare, we may need another variable.

If peak-hour pricing applies, time of day may matter.

If the model ignores these effects, that is not automatically wrong.

It means the model is answering a simpler question under a narrower set of assumptions.

Assumptions Are Not Embarrassing Weaknesses

Every useful model simplifies.

Simplification requires assumptions.

Examples include:

  • speed is constant;
  • growth rate remains unchanged over the interval;
  • air resistance is negligible;
  • measurements are sufficiently accurate;
  • events are independent;
  • the population is closed;
  • demand responds approximately linearly within the observed range;
  • a material behaves elastically under the loads considered.

The problem is not that a model has assumptions.

The problem is forgetting them.

A model should never receive more confidence than its assumptions deserve.

Good Assumptions Are Purpose-Sensitive

An assumption can be acceptable for one purpose and unacceptable for another.

Treating Earth as flat may be entirely adequate when modelling the dimensions of a small school field.

It is not adequate for global navigation.

Assuming constant acceleration can work well over a short controlled interval.

It may fail over a complex real journey.

This is why the question “Is the assumption true?” is often too strict.

A better modelling question is:

Is this assumption accurate enough for the decision we are trying to make?

The Representation Is the Mathematical Machine

After choosing variables and assumptions, the modeller selects a representation.

This might be:

  • an equation;
  • a system of equations;
  • a graph;
  • a table;
  • a geometric diagram;
  • a network;
  • a recurrence;
  • a probability model;
  • a statistical distribution;
  • a simulation;
  • an optimisation problem.

The choice matters because each representation makes some operations easy and others difficult.

A table is excellent for recorded values.

A graph reveals shape and trend.

An equation supports symbolic analysis.

A network reveals connectivity.

Representation is therefore a modelling decision, not a cosmetic one.

Related architecture: Representation Switching in Mathematics | Equations, Graphs, Diagrams, Tables and Words.

Worked Model 1: Fixed Fee Plus Usage

Suppose a service charges a fixed fee of $6 and $3 for each unit used.

Let x be the number of units and C be the total cost.

The model is:

C = 3x + 6.

The fixed fee becomes the intercept.

The per-unit charge becomes the gradient.

The service story has become a linear function.

Now the mathematics can answer questions such as:

  • What is the cost for 20 units?
  • How many units can be purchased for a given budget?
  • At what usage does this plan become cheaper than a competitor?
  • What happens if the fixed fee changes?

But interpretation still matters.

If x represents indivisible physical items, non-integer x values may not be meaningful.

If the price structure changes after 100 units, the linear model no longer applies globally.

The formula is useful because its domain and assumptions are controlled.

Worked Model 2: Comparing Two Pricing Systems

Suppose Plan A costs:

A = 3x + 6

while Plan B costs:

B = 2x + 16.

To find the break-even usage:

3x + 6 = 2x + 16.

So x = 10.

At 10 units the plans cost the same.

But a model should continue beyond the intersection.

For x < 10, one plan is cheaper. For x > 10, the other is cheaper.

The mathematical intersection becomes a decision boundary in the original context.

Worked Model 3: A Rectangle Becomes an Optimisation Problem

Suppose a rectangle has fixed perimeter 40 units.

Let one side be x.

Then the other side is 20 – x.

Area becomes:

A = x(20 – x) = -x² + 20x.

A geometry problem is now a quadratic-function problem.

The maximum occurs at the vertex, x = 10.

So the rectangle of maximum area is a 10 by 10 square.

Modelling has changed the available tools.

The model can be analysed by completing the square, graphing or calculus.

Different mathematics can act on the same underlying representation.

Worked Model 4: Compound Growth

Suppose an amount grows by 5% per period.

If P is the initial amount and n is the number of periods, a standard model is:

A = P(1.05)ⁿ.

The repeated action is multiplicative rather than additive.

This model can describe many different contexts:

  • compound interest;
  • population growth over a restricted interval;
  • inflation under a constant rate assumption;
  • repeated percentage increase.

The same formula can travel because the abstraction is structural.

But the constant 5% assumption must not disappear.

If the real growth rate changes, the model may need to change too.

Worked Model 5: Motion and the Meaning of Rate

Suppose an object travels at constant speed v for time t.

The distance model is:

d = vt.

This is simple because constant speed has been assumed.

If speed changes continuously, the model must become richer.

Velocity may become a function v(t), and displacement is obtained by accumulation.

Calculus enters because the structure of the question changed.

This shows an important modelling principle:

more complicated mathematics should appear because the system requires it, not because sophistication is desirable by itself.

A Model Should Be as Simple as the Purpose Allows

A model can be made more detailed almost without limit.

More detail is not automatically better.

A complicated model can become difficult to understand, estimate, verify and use.

A simpler model may reveal the dominant relationship clearly.

The aim is therefore not maximum realism.

The aim is sufficient realism for the task.

Too Simple and Too Complicated Are Both Modelling Failures

A model can fail by leaving out a dominant feature.

It can also fail by including so many weak features that the main structure disappears inside unnecessary complexity.

Good modelling therefore requires discrimination.

Which variables materially affect the outcome?

Which can safely be treated as constant?

Which uncertainty matters?

Which precision is necessary?

Data Can Suggest the Shape of a Model

Sometimes the mathematical relationship is known from theory.

Sometimes it must be inferred from data.

A scatter plot may suggest:

  • a roughly linear trend;
  • curvature;
  • saturation;
  • periodicity;
  • heteroscedasticity;
  • clusters;
  • no useful relationship at all.

The model form should respond to evidence rather than being chosen only because one formula is familiar.

Curve Fitting Is Not Explanation

A mathematical function can fit observed data well without explaining why the relationship occurs.

This distinction is essential.

A polynomial can often be made to pass through many points.

That does not mean the underlying system is “really polynomial”.

A regression line may summarise association.

It does not automatically establish causation.

Modelling requires the relationship between mathematical fit and real mechanism to remain visible.

Interpolation and Extrapolation Are Different Acts

If a model is calibrated on data from x = 0 to x = 10, estimating at x = 6 is interpolation.

Estimating at x = 100 is extrapolation.

The second act assumes that the relationship continues far beyond the observed range.

This can be dangerous even when the original fit is excellent.

A model’s confidence should not travel farther than its evidence without justification.

Parameters Give a Model Adjustable Structure

A parameter controls a family of models.

In:

y = mx + c

m and c define a family of straight lines.

In:

A = P(1 + r)ⁿ

P and r control a family of growth models.

Parameters make a model adaptable.

They also create questions:

  • How are parameter values estimated?
  • How sensitive are conclusions to them?
  • Are they constant?
  • Are they identifiable from available data?

Sensitivity Analysis: What Happens If the Assumptions Move?

A model should not only produce one output.

We should ask how the output changes when important inputs change.

Suppose a growth model uses rate r = 5%.

What if the rate is 4%?

What if it is 6%?

If the final decision changes dramatically under tiny parameter changes, the model is sensitive.

Sensitivity analysis therefore reveals which assumptions carry the most decision weight.

Uncertainty Should Be Represented, Not Hidden

Some quantities are uncertain because they cannot be known exactly in advance.

Demand, rainfall, arrival times, measurement noise and market prices are examples.

A deterministic model may use a single assumed value.

A probabilistic model may represent a range of possible outcomes with probabilities.

The choice depends on purpose and available information.

What matters is that uncertainty does not disappear merely because the model uses precise symbols.

Probability Models Are Models of Uncertainty, Not Guarantees

A probability of 0.8 does not mean an event will happen.

It represents uncertainty within a model.

The usefulness of that number depends on how the probability was obtained and whether the underlying assumptions are appropriate.

Independence assumptions, distribution choices and data quality can all matter.

Probability makes uncertainty mathematically manageable.

It does not make uncertainty disappear.

Optimisation Models Turn Preferences into Objectives

Many real decisions involve choosing the best available option under constraints.

Mathematical optimisation requires us to specify:

  • what is being maximised or minimised;
  • which variables can change;
  • which constraints must be satisfied.

This is more subtle than it looks.

If a business says it wants to “optimise performance”, what does performance mean?

Revenue? Profit? Reliability? Speed? Customer satisfaction? Risk-adjusted return?

The objective function encodes a value judgement about what counts as better.

Constraints Are Often More Important Than the Objective

Real systems rarely permit unlimited choices.

There may be constraints on:

  • time;
  • budget;
  • capacity;
  • materials;
  • geometry;
  • safety;
  • minimum service levels;
  • legal requirements.

A mathematically optimal solution outside the feasible region is not a solution to the real problem.

Modelling requires feasibility before optimality.

Networks Are Models of Connection

Some systems are defined less by numerical size than by who or what connects to whom.

Transport routes, communication systems, social networks, supply chains and dependency structures can be represented as networks.

Nodes represent entities.

Edges represent relationships.

Weights can represent distance, cost, time, capacity or risk.

Once the system has been abstracted as a graph, new mathematical questions become possible:

  • shortest path;
  • connectivity;
  • bottlenecks;
  • centrality;
  • flow;
  • robustness;
  • route optimisation.

The representation determines what can be asked efficiently.

Discrete and Continuous Models Answer Different Kinds of Questions

Some quantities vary continuously.

Others change in separate steps.

Temperature can often be treated as continuous.

Number of students in a classroom is discrete.

Money can sometimes be modelled continuously for convenience even though transactions occur in minimum currency units.

The modeller must decide whether the approximation is appropriate.

This is another example of purpose controlling representation.

Scale Changes the Model

A model that works at one scale may fail at another.

A crowd can sometimes be modelled using aggregate flow even though each person is an individual.

A fluid can be modelled continuously at ordinary scales even though matter is molecular.

A city’s traffic can be studied with average flows even though individual drivers behave differently.

Modelling therefore includes choosing the scale at which the system will be represented.

Model Error and Calculation Error Are Different

Suppose a student performs every calculation perfectly.

The final answer can still be poor if the model was inappropriate.

This distinction is fundamental.

  • Calculation error: the mathematics inside the chosen model was carried out incorrectly.
  • Model error: the chosen representation or assumptions fail to capture the relevant system sufficiently well.

Mathematical modelling therefore requires two different quality-control systems.

Internal Verification and External Validation

It is useful to separate two questions.

Verification: Did we solve the mathematical model correctly?

Validation: Is the model an adequate representation of the real situation for its intended purpose?

A model can be internally correct and externally poor.

This is why modelling returns to data, observation or domain knowledge after the mathematics has been completed.

For the companion verification architecture, see How Mathematical Verification Works | From Answer to Confidence.

Residuals Tell Us Where a Model Misses

When a model predicts data, the difference between observation and prediction is often called a residual.

Residuals contain information.

If they look random and small, the model may be capturing the major structure.

If they show a pattern, the model may be systematically missing something.

A curved residual pattern after fitting a straight line suggests that linearity may be inadequate.

Verification therefore does not ask only “How large is the error?”

It asks “Does the error itself have structure?”

A Model Should Fail Informatively

No finite model captures reality perfectly.

The important question is whether the model’s failure is understood.

Where is it likely to be weak?

At high values?

Near boundaries?

Under rare events?

When assumptions change?

A useful model is accompanied by a map of its limitations.

Model Refinement Is a Loop, Not a Defeat

If validation reveals systematic failure, the model can be revised.

Possible repairs include:

  • adding a variable;
  • changing the functional form;
  • splitting the domain into regimes;
  • using a probability distribution instead of a fixed value;
  • changing parameter estimates;
  • removing an unnecessary variable;
  • collecting better data;
  • revising the original question.

Modelling is therefore iterative.

The world tests the model, and the model returns for repair.

The Model Can Change the Question

Sometimes modelling reveals that the original question was poorly framed.

A modeller may discover that the desired quantity cannot be identified from available data.

Or that two competing explanations produce the same observable prediction.

Or that a variable thought to be important has little effect.

Good modelling does not merely answer questions.

It can improve them.

Model Comparison Is Often Better Than Model Loyalty

There may be several plausible models for the same situation.

Instead of asking which one is “the true model”, compare:

  • fit;
  • simplicity;
  • interpretability;
  • stability;
  • predictive performance;
  • sensitivity;
  • consistency with known mechanism.

A simpler model may be preferable if it performs nearly as well and is easier to understand.

Another model may be preferable when rare-event behaviour matters.

Model selection is a judgement problem informed by mathematics.

Simulation Is Modelling When Direct Analysis Becomes Difficult

Some mathematical models cannot be solved neatly by hand.

Simulation can approximate behaviour by repeatedly running the model under specified conditions.

This is useful for systems involving randomness, queues, networks, complex interactions or many scenarios.

But simulation output must still be verified.

  • Was the algorithm implemented correctly?
  • Are the random assumptions appropriate?
  • Are enough runs used?
  • Do simple cases match known answers?
  • Are boundary conditions correct?

Computational complexity changes the tools.

It does not remove mathematical responsibility.

Calculators, Spreadsheets and Code Extend Modelling Power

Technology allows models to be explored at scales that would be impractical manually.

A spreadsheet can vary parameters across scenarios.

Code can simulate thousands of outcomes.

A graphing system can reveal the effect of changing a parameter in real time.

But technology also makes it easier to produce large quantities of wrong output quickly.

The mathematical model, implementation and interpretation all need checking.

Related technology architecture: Mathematical Computing Technology | Calculators, CAS, Spreadsheets and Code.

AI Can Propose Models, but Framing Remains the Hard Part

AI can generate equations, code, simulations and explanations quickly.

This is useful.

But the hardest modelling questions often come before the equation:

  • What exactly is the objective?
  • Which variables matter?
  • Which data are trustworthy?
  • Which assumptions are defensible?
  • Which errors are costly?
  • Which constraints cannot be violated?
  • What would make the model invalid?

Fast symbolic production does not replace model judgement.

It makes model judgement more valuable.

Modelling and Proof Solve Different Problems

A proof establishes what follows within a mathematical system from stated assumptions.

A model asks whether those assumptions and structures are useful representations of a situation.

A model can be mathematically solved exactly and still be poor.

A theorem can be proved perfectly and still not apply to a real situation if the situation violates the theorem’s conditions.

Proof gives internal necessity.

Modelling requires external adequacy too.

See How Mathematical Proof Works | From Conjecture to Necessity.

Modelling and Generalisation

A model is often a generalisation from observed or imagined cases.

A linear fit generalises beyond individual data points.

A growth law generalises repeated behaviour.

A probability distribution generalises uncertainty across possible outcomes.

This means modelling inherits the same danger as generalisation:

the model may travel farther than the evidence permits.

Companion article: How Mathematical Generalisation Works | From Pattern to Rule.

Modelling Is a Controlled Form of Abstraction

Abstraction removes detail.

Modelling makes that removal purposeful.

We do not simply simplify.

We simplify in service of a question.

The model is successful when it preserves the relationships that matter enough to support useful reasoning.

The Return Path Is Where Meaning Re-enters

Consider a model that produces x = 12.

What does 12 mean?

12 metres?

12 students?

12 minutes?

12 items per hour?

A mathematical value becomes useful only when reattached to its interpretation.

This is why answers should include units, context and relevant conditions.

A Mathematically Correct Answer Can Be Contextually Impossible

Suppose an optimisation calculation produces 2.7 buses.

The mathematics may be correct in a continuous relaxation.

The real system may require an integer decision.

Suppose a model gives a negative length.

The algebra may have produced a valid root of an equation.

The physical interpretation rejects it.

The world is part of the verification system.

Units Are Part of the Model

Units are not decoration added to the final line.

They constrain what operations make sense.

Distance divided by time has units of speed.

Length multiplied by length has units of area.

Adding metres to kilograms is not meaningful without an additional structure.

Dimensional checks can expose a faulty formula before any numerical calculation is completed.

Scale, Units and Precision Must Agree

A model based on measurements rounded to the nearest metre should not normally produce conclusions reported to twelve decimal places as though that precision were meaningful.

Numerical precision and model confidence are different.

A calculator may display many digits.

The data and assumptions decide how many deserve interpretation.

Modelling Across the Singapore Mathematics Journey

Mathematical modelling is not reserved for advanced mathematics.

Its form changes as learners progress.

Primary Mathematics

Primary students already model when they turn stories into bar models, diagrams, tables and arithmetic relationships.

The key movement is from words to quantities and relationships.

Students learn to ask which numbers represent totals, parts, differences, rates or comparisons.

Secondary Mathematics

Secondary Mathematics introduces a stronger algebraic modelling language.

Students convert situations into equations, inequalities, graphs, functions, coordinate models, statistical summaries and probability structures.

Across SEC G1, G2 and G3, the depth differs, but the core modelling cycle remains:

  • understand the situation;
  • represent;
  • solve;
  • interpret;
  • check.

Related learning route: How Secondary 1 Problem Solving & Mathematical Modelling Works | SEC G1, G2 & G3.

Additional Mathematics

Additional Mathematics expands the modelling toolkit through richer functions, trigonometry and calculus.

Situations involving motion, optimisation, growth, geometry and rates can be translated into mathematical structures that are then analysed more deeply.

Related route: How Secondary 4 Additional Mathematics Modelling Works | From Situation to Function and Back Again.

JC Mathematics and Beyond

At JC and university levels, modelling increasingly includes distributions, statistical inference, differential equations, optimisation, numerical methods, linear algebra and computation.

The mathematics becomes more powerful, but the modelling questions remain recognisable:

  • What is represented?
  • What is assumed?
  • What can be inferred?
  • How should uncertainty be handled?
  • How will the model be tested?

Why Students Find Modelling Difficult

Routine exercises often tell students exactly which method to use.

Modelling questions do not always provide that cue.

The student must decide:

  • which quantities matter;
  • which variable to introduce;
  • which relationship applies;
  • which representation is useful;
  • which information is irrelevant;
  • which assumptions are hidden;
  • which answer is meaningful.

This increases cognitive demand before the calculation even begins.

The Translation Gap: When Students Know Mathematics but Cannot Build the Model

A student may know how to solve simultaneous equations yet fail to create them from a story.

Another may know the quadratic formula but fail to recognise a quadratic relationship hidden in a geometric problem.

This is a modelling gap rather than a calculation gap.

The repair should therefore target translation, representation and variable choice—not simply more practice of the final algorithm.

For the wider diagnostic system, see How Mathematics Diagnosis Works | Finding the Earliest Weak Link.

Questions That Build Modelling Skill

Useful modelling questions include:

  • What is the actual question?
  • Which quantities change?
  • Which quantities stay fixed?
  • What can be measured?
  • What must be assumed?
  • Which details are irrelevant?
  • What variable should represent each important quantity?
  • What relationship connects them?
  • Would a table, graph, equation or diagram make the structure clearer?
  • What are the units?
  • What is the allowed domain?
  • How can the model be checked?
  • What would make the model fail?

These questions make modelling explicit rather than mysterious.

A Classroom Modelling Routine

A practical classroom routine can be written as:

  • Frame: What decision or quantity are we trying to determine?
  • Select: Which features matter?
  • Name: Define variables and units.
  • Assume: State simplifying conditions.
  • Represent: Build the mathematical model.
  • Analyse: Solve or explore the model.
  • Interpret: Translate the result back.
  • Verify: Check the mathematics.
  • Validate: Compare with the original situation or data.
  • Refine: Repair the model if necessary.

This routine trains the entire cycle rather than only the middle calculation.

Model Reconstruction Is a Powerful Learning Exercise

Give students a finished equation and ask them to invent a plausible real situation that it could represent.

For example:

C = 4x + 12.

What could 4 mean?

What could 12 mean?

What units would make sense?

What domain should x have?

This reverses the usual direction and reveals whether the learner understands the structure carried by the formula.

Change One Assumption

After solving a modelling problem, change one assumption.

If speed is no longer constant, what changes?

If the fixed fee disappears, what happens to the graph?

If growth rate depends on time, does the exponential model survive?

If events are no longer independent, which probability calculation fails?

This trains students to see assumptions as active model components.

Change the Representation

After building an equation, ask for a graph.

After building a graph, ask for a verbal interpretation.

After using a table, ask for a functional rule.

Representation switching helps expose whether the model has become a portable mathematical object rather than a one-format answer.

Ask Students Where the Model Will Fail

Students are often rewarded for producing a model.

They should also learn to critique it.

Ask:

  • Where is this model likely to be inaccurate?
  • Which assumption is most fragile?
  • What happens outside the observed range?
  • Which variable did we leave out?
  • What data would we collect next?

This develops modelling judgement rather than formula obedience.

Model Criticism Is Part of Mathematical Maturity

A strong modeller is not someone who believes every model.

A strong modeller knows how to use a model without confusing it with reality.

This requires two abilities at once:

  • enter the mathematical world deeply enough to analyse the model;
  • step outside the model far enough to question its adequacy.

Both are necessary.

The Best Model Depends on the Decision

A model should be judged partly by what decision it supports.

A rough estimate may be sufficient for choosing between two obviously different options.

A safety-critical engineering decision may require much more precision, conservative assumptions and validation.

A classroom model may deliberately simplify so that one mathematical idea becomes visible.

“Good model” therefore has no meaning without purpose.

Modelling Is Mathematics Meeting Responsibility

Pure manipulation can remain inside symbols.

Modelling cannot.

A model can influence a decision, prediction, design, allocation or interpretation.

This makes assumptions, uncertainty and validation part of responsible mathematics.

The modeller should be able to say not only what the model predicts, but why the model was chosen and where confidence should stop.

From World to Model and Back Again

The modelling cycle can be summarised as:

  • begin with a real question;
  • identify relevant quantities;
  • define variables and units;
  • state assumptions;
  • choose a representation;
  • build the mathematical relationships;
  • analyse the model;
  • obtain candidate results;
  • verify the mathematics;
  • interpret the result in context;
  • validate against reality or data;
  • refine the model if necessary.

The movement into mathematics creates clarity.

The movement back out creates meaning.

Both directions are essential.

The Larger Architecture of How Mathematics Works

Mathematical modelling sits inside a larger sequence of mathematical operations.

  • represent;
  • abstract;
  • generalise;
  • model;
  • transform;
  • calculate;
  • reason;
  • prove where necessary;
  • verify;
  • interpret;
  • return.

Modelling is where mathematical structure meets the world.

It is where an equation stops being only an equation and becomes a representation of something beyond itself.

Where This Article Sits in Bukit Timah Tutor

This article belongs to the wider Bukit Timah Tutor architecture for understanding mathematics as a connected system of representation, abstraction, generalisation, proof, verification, modelling and application.


How Mathematics Works Series: Mathematical modelling is the disciplined journey from a complicated world to a useful mathematical structure and back again. The model earns value not merely when it can be solved, but when its assumptions, interpretation and limits are understood.

Discover more from Bukit Timah Tutor

Subscribe now to keep reading and get access to the full archive.

Continue reading