⚙️ Differential Equations Hard

Campus Flu Outbreak

Interactive parameter fitting + scenario analysis + prediction challenge

Problem Description

A school of 1,500 students is hit by a flu outbreak. The nurse recorded daily counts for 28 days — but you can only see the first 14 days.

The population is divided into three compartments:

S — Susceptible (can catch flu)
I — Infected (sick & contagious)
R — Recovered (immune)

The SIR model equations:

Basic reproduction number:

Your tasks:

  1. Adjust sliders to fit the model to the 14-day data
  2. Answer 6 scenario questions about epidemic behavior
  3. Submit — your model will predict days 15-28 against hidden data

Training Data (Days 0–14)

Day S I R

Scoring Rubric

Part 1 · Parameter Fitting

R₀

RMSE

β (transmission rate)
0.000050.001
γ (recovery rate)
0.020.3
I₀ (initial infected)
130
I(t) data I(t) model S(t) R(t) Day 14+ = your prediction zone

Part 2 · Scenario Questions

Q1. If R₀ = 4.5 for this outbreak, what does it mean?

Q2. If R₀ = 4.5, what minimum fraction of students must be vaccinated to prevent an outbreak?

Q3. The school mandates masks, reducing β by 50%. What happens?

Q4. A new medicine halves the infectious period (γ doubles). Which is most accurate?

Q5. If the outbreak started with 50 infected instead of 5, what changes the MOST?

Q6. In the SIR model, the infected count I(t) starts to DECREASE when:

⚠ Some questions unanswered