Modeling Exponential Equation with 2 given points?

25 Views Asked by At

So let's say that the population of rabbits increase according to the law exponential growth.

If a certain population of rabbits has 100 rabbits after the second day and 300 after the fourth day, can we figure out how many rabbits that there were to begin with, or do we not have enough information?

1

There are 1 best solutions below

0
On BEST ANSWER

Let us make the problem more general, knowing that at time $t_1$ the population is $P_1$ and that at time $t_2$ the population is $P_2$.

The first thing to decide is wich form of the exponential model you want to use.

Suppose that you select, just as Kajelad commented $P_t=a t^b$. So, the equations are $$P_1=a t_1^b \qquad , \qquad P_2=a t_2^b$$ Making the ratio, you have $$\frac{P_2}{P_1}=\frac{a t_2^b}{a t_1^b}=\left(\frac{t_2}{t_1}\right)^b$$ Taking logarithms $$\log\left(\frac{P_2}{P_1}\right)=b\log\left(\frac{t_2}{t_1}\right)$$ then $b$. Now, use the first equation to get $a=\frac{P_1}{t_1^b}$.

Another (equivalent) model could be $P_t=a e^{b t}$. Doing the same $$\frac{P_2}{P_1}=\frac{a e^{bt_2}}{a e^{bt_1}}=\frac{ e^{bt_2}}{ e^{bt_1}}=e^{b(t_2-t_1)}$$ Taking logarithms $$\log\left(\frac{P_2}{P_1}\right)=b(t_2-t_1)$$ then $b$. Now, use the first equation to get $a={P_1}{e^{-bt_1}}$.

Now, for the initial population (that is to say at time $t=0$), whatever the choosen model, the population is $a$.