Review 6: Initial Value Problems
Let's go back to thinking about our first example,
dAdt=kA(t),
which models the population of ants in your ant colony.
Naturally, it makes a difference how many ants you start out with. If you start out with 10 ants, you will have a much smaller colony than if you start out with 1000 ants.
We already know from the last Now You Try that A(t)=Cekt, for any constant
C, is a solution to equation above (it turns out there are no other solutions). This is called the general solution to the equation. If we now set the initial condition
A(t)=100, (that is, that you started out the colony with 100 ants), we will be able to find a unique solution that satisfies both the equation above and the initial condition.
Plugging in t=0 into our solution, we have
A(0)=Cek⋅0=Ce0=C. Thus, we must set
C=100 so that the initial condition
A(0)=100 is satisfied. The solution
A(t)=100ekt is called the particular solution to the initial value problem
{dAdt=kA(t)A(0)=100.