Study Guide

Differential equations for growth, decay and logistic models

IB Mathematics Applications and Interpretation HLΒ· Unit 4: CalculusΒ· 15 min read

1. Exponential Growth Modelsβ˜…β˜…β˜†β˜†β˜†β± 10 min

βœ“ Calculator OK

πŸ“˜ Definition

Exponential growth

dPdt=kP,k>0\frac{dP}{dt} = kP, \quad k>0

Growth of a quantity where the instantaneous rate of change is proportional to the current size of the quantity. This applies when there are unlimited resources for growth.

Example:

Bacteria growth in an unconstrained lab environment

This is a separable differential equation that can be solved explicitly to get the general form , where is the initial quantity.

πŸ“ Worked Example

A population of bacteria grows exponentially. At , there are 100 bacteria. After 2 hours, there are 500 bacteria. Find the growth constant , and predict the population after 5 hours, to 3 significant figures.

  1. 1

    Set up the differential equation with initial condition:

  2. 2
    dPdt=kP,P(0)=100\frac{dP}{dt} = kP, \quad P(0) = 100
  3. 3

    Separate variables and integrate both sides:

  4. 4
    ∫1PdP=∫kdtβ€…β€ŠβŸΉβ€…β€Šln⁑∣P∣=kt+C\int \frac{1}{P} dP = \int k dt \implies \ln|P| = kt + C
  5. 5

    Exponentiate both sides to get the general solution, where :

  6. 6
    P(t)=AektP(t) = Ae^{kt}
  7. 7

    Apply the initial condition to find :

  8. 8
    100=Ae0β€…β€ŠβŸΉβ€…β€ŠA=100100 = Ae^{0} \implies A = 100
  9. 9

    Use the second condition to solve for :

  10. 10
    500=100e2kβ€…β€ŠβŸΉβ€…β€Šln⁑5=2kβ€…β€ŠβŸΉβ€…β€Šk=ln⁑52β‰ˆ0.805500 = 100e^{2k} \implies \ln 5 = 2k \implies k = \frac{\ln 5}{2} \approx 0.805
  11. 11

    Calculate the population at :

  12. 12
    P(5)=100e0.805Γ—5β‰ˆ100e4.025β‰ˆ5620P(5) = 100e^{0.805 \times 5} \approx 100e^{4.025} \approx 5620

Exam tip:

Always round constants to 3 significant figures unless the question specifies otherwise, which is the IB standard.

2. Exponential Decay and Half-Lifeβ˜…β˜…β˜†β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

Half-life

The time taken for an exponentially decaying quantity to decrease to half of its initial value. Half-life is constant for any exponential decay process, regardless of initial quantity.

Example:

Radioactive decay of unstable isotopes

For exponential decay, the differential equation includes a negative sign to show the quantity is decreasing over time: , where is the decay constant.

πŸ“ Worked Example

The half-life of Carbon-14 is 5730 years. A sample initially contains 10 g of Carbon-14. How much Carbon-14 remains after 10000 years, to 3 significant figures?

  1. 1

    Set up the decay model with initial condition:

  2. 2
    dNdt=βˆ’kN,N(0)=10β€…β€ŠβŸΉβ€…β€ŠN(t)=10eβˆ’kt\frac{dN}{dt} = -kN, \quad N(0) = 10 \implies N(t) = 10e^{-kt}
  3. 3

    Use the half-life to find :

  4. 4
    N(5730)=5=10eβˆ’k(5730)β€…β€ŠβŸΉβ€…β€Šln⁑(0.5)=βˆ’5730kβ€…β€ŠβŸΉβ€…β€Šk=ln⁑25730β‰ˆ1.210Γ—10βˆ’4N(5730) = 5 = 10e^{-k(5730)} \implies \ln(0.5) = -5730k \implies k = \frac{\ln 2}{5730} \approx 1.210 \times 10^{-4}
  5. 5

    Evaluate at :

  6. 6
    N(10000)=10eβˆ’(1.210Γ—10βˆ’4)(10000)=10eβˆ’1.21β‰ˆ2.98N(10000) = 10e^{-(1.210 \times 10^{-4})(10000)} = 10e^{-1.21} \approx 2.98
  7. 7

    Final answer: 2.98 g of Carbon-14 remains.

3. Logistic Growth Modelsβ˜…β˜…β˜…β˜†β˜†β± 12 min

βœ“ Calculator OK

πŸ“˜ Definition

Logistic differential equation

dPdt=rP(1βˆ’PK)\frac{dP}{dt} = rP\left(1 - \frac{P}{K}\right)

A model for population growth that accounts for limited resources, where is the intrinsic growth rate (growth when population is small) and is the carrying capacity (maximum sustainable population).

Example:

Wild animal populations in a confined habitat

The general solution to the logistic differential equation for initial population is: , where .

πŸ“ Worked Example

A deer population in a forest follows logistic growth with carrying capacity 1000 and intrinsic growth rate 0.1 per year. The initial population in 2020 was 200. What is the predicted population in 2030, to the nearest whole number?

  1. 1

    Identify parameters: , , , years

  2. 2

    Calculate constant :

  3. 3
    A=Kβˆ’P0P0=1000βˆ’200200=4A = \frac{K - P_0}{P_0} = \frac{1000 - 200}{200} = 4
  4. 4

    Substitute into the general solution:

  5. 5
    P(t)=10001+4eβˆ’0.1tP(t) = \frac{1000}{1 + 4e^{-0.1t}}
  6. 6

    Evaluate at :

  7. 7
    P(10)=10001+4eβˆ’1β‰ˆ10002.4716β‰ˆ405P(10) = \frac{1000}{1 + 4e^{-1}} \approx \frac{1000}{2.4716} \approx 405
βœ“ Quick check

Test your understanding of logistic growth:

  1. What is the value of when ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B β€”

    When , , so the rate of growth is zero, and the population stabilizes at the carrying capacity.

4. Interpreting Model Parametersβ˜…β˜…β˜…β˜†β˜†β± 10 min

βœ“ Calculator OK

IB exams very frequently ask you to interpret the meaning of parameters in context, not just calculate values. This is worth multiple marks in extended response questions, so it is important to phrase your answer correctly.

πŸ“ Worked Example

A city's population is modelled by , where is the number of people and is years. Interpret and in context.

  1. 1

    Recall the standard logistic form

  2. 2

    Interpret : This is the intrinsic growth rate. When the population is very small, it grows at an instantaneous rate of 2% per year.

  3. 3

    Interpret : This is the carrying capacity. The maximum sustainable population of the city predicted by this model is 5 million people.

5. Common Pitfalls

Wrong move:

Forgetting the negative sign in the exponential decay DE, leading to an increasing quantity instead of decreasing.

Why:

Mixing up the notation for growth and decay, resulting in opposite results that lose all marks.

Correct move:

Always write decay as with , so the quantity decreases over time.

Wrong move:

Solving for the growth/decay constant before finding the constant from the initial condition, leading to incorrect values.

Why:

Rushing through algebra and misordering solution steps.

Correct move:

Always find the constant from the initial condition first, before using a second data point to find or .

Wrong move:

Interpreting in the logistic model as the actual growth rate for any population size.

Why:

Confusing the intrinsic growth rate (growth at small populations) with the actual current growth rate.

Correct move:

Remember is only the growth rate when the population is very small. The actual growth rate depends on the current population size.

Wrong move:

Using an exponential growth model for a population that has a stated maximum size limit.

Why:

Overgeneralizing exponential models and forgetting that exponential growth assumes unlimited resources.

Correct move:

If the question mentions a maximum sustainable population or limited resources, use a logistic model instead of exponential.

6. Quick Reference Cheatsheet

Model

Differential Equation

General Solution

Key Parameters

Exponential Growth

= growth constant, = initial quantity

Exponential Decay

Half-life

Logistic Growth

= intrinsic growth, = carrying capacity

7. Frequently Asked

Do I need to derive the general solution for exams?

No, you can memorize the standard general forms, but you must show all separation of variables steps for full marks when asked to solve the DE.

When should I use a logistic model vs an exponential model?

Use exponential growth/decay for unlimited growth or simple decay, use logistic growth when there is a known upper limit to the quantity (e.g. maximum population size).

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 2

    Logistic population growth model

  • 2022 Β· 1

    Radioactive exponential decay

  • 2023 Β· 2

    Parameter interpretation for logistic model

Going deeper

What's Next

This subtopic builds on your knowledge of separable differential equations and basic integration, and forms the core of the frequently tested calculus modelling strand in IB AI HL Paper 2 extended response questions. Mastery of these models is also extremely useful for your internal assessment if you choose to complete a modelling-focused project. After mastering growth, decay and logistic models, you can progress to more advanced differential equation topics, including numerical solution methods for DEs that cannot be solved analytically, and further applications of modelling to real-world contexts.