SM-2 calculates review intervals by multiplying the previous interval by an Easiness Factor (EF). The first review is always after 1 day, the second after 6 days, and subsequent intervals follow interval(n) = interval(n-1) * EF. The EF adjusts based on recall quality (0-5 scale), starting at 2.5 and decreasing for poor recall.
- Repetition 1: interval = 1 day (always fixed)
- Repetition 2: interval = 6 days (always fixed)
- Repetition 3+: interval = previous interval * EF
- EF starts at 2.5 and adjusts after each review
- Quality 4-5 maintains or increases intervals; 0-2 resets to repetition 1
| Review # | Interval (EF=2.5) | Cumulative Days | Approximate Date |
|---|---|---|---|
| 1 | 1 day | 1 | Tomorrow |
| 2 | 6 days | 7 | 1 week |
| 3 | 15 days | 22 | 3 weeks |
| 4 | 38 days | 60 | 2 months |
| 5 | 94 days | 154 | 5 months |