Introduction to Differential Equations
Part 1: The spread of a rumor
In this module, we introduce the notion of a differential equation and a number of related concepts -- solution, initial value problem, slope field, and Euler's Method for numerical approximation. Throughout, we illustrate by using these ideas to model the spread of a rumor.
Suppose two students at your school start a rumor. How could we describe the spread of the rumor throughout the school population? Could we determine a function S such that S(t) approximates the number of people that know the rumor at a time arbitrary time t, where t is measured in, say, hours?
We'll begin by trying to decide what the graph of S might look like. Assume that M is the population of your school and that M is sufficiently large that it makes sense to model discrete numbers of students with a continuous function. Thus, if S(3) = 127.8, we'll predict that the number of students who know the rumor after 3 hours is approximately 128.
- Study the six graphs below. For each graph, decide whether or not it could be the graph of the function S. In each case, give the reasons for your decision.
Possible Graphs of S
- Describe three conditions that the graph of S should satisfy.
We could try to assemble a list of conditions that the graph of S should satisfy, i.e., conditions on S itself, hoping in this way to determine a model function S. However, it will be easier to shift our attention to dS/dt, the rate of change in the number of students who know the rumor -- the rate of spread of the rumor.
- Describe three conditions that dS/dt, the rate of spread of the rumor, should satisfy. Keep in mind that we are describing the rate of change of the number of students who know the rumor. Suppose for example, that you know the number of "rumor-aware" students at two o'clock. What factors might determine the number of rumor-aware students at three o'clock? Consider the nature of the rumor itself, conditions at your school, and at least one condition that changes as the rumor spreads.
Here are some possible factors you might have listed in Item 3.
- How "juicy" the rumor is. The juicier the rumor the faster it will spread.
- How many people know the rumor at the given time. The more that know the faster it spreads.
- The average number of contacts a student makes with other students. The more contacts the faster the rumor spreads.
- The number of students who do not know the rumor. Early on, almost everyone will be hearing the rumor for the first time. Later, after the rumor has had time to spread, many students will be reporting the rumor to those "already in the know." Even though the average number of contacts a student makes with other students remains constant, the rate of spread of the rumor begins to decrease because fewer students are hearing the rumor for the first time.
- The factors listed are the ones we will consider in describing dS/dt. However, we could attempt take many other factors into consideration. List one or more factors different from the ones listed above that affect the rate of spread of the rumor.
We propose a symbolic description dS/dt that incorporates the conditions that we listed above -- but probably not the additional ones that you listed in Step 4:
dS/dt = k S (M - S).
Here M is the total number of students in the school and k is a constant that depends on both the juiciness of the rumor the average number of contacts between students. Remember that the symbols S and dS/dt are not constants, but functions of t.
We assume that k increases with juiciness and with an increase in the average number of contacts. Thus, if dS/dt satisfies this relation, then the rate of spread of the rumor is greater for juicy rumors than it is for "dry" rumors and increases as the average number of contacts increases. So we have satisfied two of the four conditions listed above.
- Explain why the relation
dS/dt = k S (M - S)
also incorporates our two additional conditions (restated below).
- In what sense does the relation imply the more students know about the rumor the faster it spreads?
- In what sense does the relation imply the rate of spread of the rumor decreases as the number of rumor-aware students increases?
This is our first example of a differential equation. A differential equation is a relationship between a function, in our case S, and the derivatives of the function. Our example
dS/dt = k S (M - S)
is called a "first-order differential equation" since it involves only the function and its first derivative. On the other hand, the differential equation
d2Y/dt2 + dY/dt + Y = t
is a second-order differential equation.
- Probably the differential equation
dS/dt = k S (M - S)
does not include all the factors you listed that control the rate of spread of the rumor. If you feel that a factor has been omitted, explain why, and rewrite the differential equation to include this factor.
- According to our differential equation
dS/dt = k S (M - S),
under what circumstances will the rate of spread of the rumor will be 0? ( There is more than one.)
- If the units for dS/dt are students per hour, what units should be assign to the constant k?
- Compare the rate at which the rumor spreads when 1/4 of the students know the rumor, i.e., S = (1/4)M, to the rate when 3/4 know it. Is the rumor spreading faster when 1/2 of the students know the rumor or when 3/4 know the rumor?
- What happens to dS/dt as S(t) approaches M? Why is this reasonable?
- Reconsider the possible graphs of S presented earlier.
Possible Graphs of S
Based on the information you obtained by studying the differential equation, which one graph could represent S? Explain how you made your choice.
- On your worksheet, enter the value of M for your school and graph the solution to the differential equation
dS/dt = k S (M - S)
(You may have to experiment with the range of t.) Based on our previous discussion is this how you expected the graph of S to look?
- Regraph S with larger and smaller values of k. How does the graph change? Explain why these changes make sense in light of what k represents.