Overview of HL Modelling Functions
At Higher Level, Math AI extends modelling beyond simple linear and quadratic functions into a rich toolkit of function types that can describe complex, real-world behaviour. This subtopic covers five key model families:
- Exponential models , rapid growth or decay (radioactive decay, compound interest)
- Natural logarithmic models , diminishing returns, perceived sensation
- Sinusoidal models , periodic/cyclical phenomena (tides, temperature, sound)
- Logistic models , growth with a carrying capacity (populations, disease spread)
- Piecewise models , behaviour that changes abruptly at defined thresholds
A critical HL skill is not just applying these models, but selecting the most appropriate one given data or context, and fitting parameters using either algebra or a GDC.
When you see a modelling question, always ask: Is the quantity growing/decaying without bound? Levelling off? Oscillating? Changing rule at a threshold? Your answer points directly to the model family.
Exponential Models and Half-Life
Exponential Model: A function of the form (or equivalently ) where the rate of change is proportional to the current value. If the model describes growth; if it describes decay.
The decay form most commonly used in physics and pharmacology is:
where:
- = quantity remaining at time
- = initial quantity
- = decay constant (always positive)
Half-Life: The time required for a quantity to reduce to exactly half its current value. It is related to the decay constant by:
Deriving the half-life formula: Set :
Radioactive decay problem
A sample contains 100 g of a radioactive substance with a half-life of 5 hours. Find the amount remaining after 12 hours.
Step 1: Find .
Step 2: Write the model.
Step 3: Evaluate at .
Interpretation: After 12 hours (2.4 half-lives), just under 30% of the original sample remains.
A common error is writing instead of . Always check: a larger should mean faster decay (shorter half-life), so and must be inversely proportional.