eureka
§ A79

The SIR Epidemic Model Explained for High Schoolers

Have you ever wondered how scientists predict the spread of a virus like the flu or COVID-19? They use mathematical models to simulate how an infectious disease moves through a population. One of the most famous and fundamental tools they use is the SIR Model.

The SIR model is like a very simple game with three main groups—or "compartments"—that people can move between. Imagine your whole school during a winter flu outbreak. Everyone starts in one of these three groups:

The model uses math to track how people move from S → I → R over time.

How the Disease Spreads (S to I)

For someone to move from Susceptible (S) to Infectious (I), two things must happen: they have to come into contact with a sick person, and the disease actually has to be transmitted. The model uses a parameter called the Transmission Rate (\( \beta \)) to describe how easily the disease spreads.

If \( \beta \) is high, the disease is very contagious, and the number of sick people shoots up quickly. This is what we call a "spike" in cases. If people wear masks, wash their hands, or stay home, the transmission rate drops. This is the math behind "flattening the curve"—we're just lowering \( \beta \) so hospitals don't get overwhelmed all at once.

How People Recover (I to R)

People don't stay sick forever. The rate at which they get better and move from Infectious (I) to Recovered (R) is called the Recovery Rate (\( \gamma \)). This depends on the disease—some bugs clear up in a few days, while others take weeks.

The Tipping Point: \( R_0 \)

The balance between the Transmission Rate and the Recovery Rate determines if an outbreak will become an epidemic. Scientists use a famous number called \( R_0 \) (pronounced "R-naught") to figure this out:

\[ R_0 = \frac{\beta}{\gamma} \]

\( R_0 \) tells us the average number of people one sick person will infect.

By playing with these numbers in the simulation, you can see exactly why public health strategies work. By lowering \( \beta \) (social distancing) or increasing \( \gamma \) (faster treatments), we can force \( R_0 \) below 1 and stop the epidemic in its tracks.

Run the SIR Model Experiment