In 2008, the population of Kenya was approximately 38.8 million, and was growing by 2.64% each year, while the population of Sudan was approximately 41.3 million and growing by 2.24% each year . If these trends continue, when will the population of Kenya match that of Sudan?
Solution.
We start by writing an equation for each population in terms of
\(t\text{,}\) the number of years after 2008. Let the function
\(K\) calculate the population of Kenya in terms of
\(t\text{.}\) Then
\(K(t)=38.8(1+0.0264)^{t}\text{.}\) Let the function
\(S\) calculate the population of Sudan in terms of
\(t\text{.}\) Then
\(S(t)=41.3(1+0.0224)^{t}\text{.}\)
To find when the populations will be equal, we can set the equations equal
\begin{equation*}
38.8(1.0264)^{t}=41.3(1.0224)^{t}.
\end{equation*}
For our first approach, we take the log of both sides of the equation.
\(\log(38.8(1.0264)^{t})=\log(41.3(1.0224)^{t})\text{.}\)
Utilizing the sum property of logs, we can rewrite each side,
\(\log(38.8)+\log(1.0264^{t})=\log(41.3)+\log(1.0224^{t})\text{.}\)
Then utilizing the exponent property, we can pull the variables out of the exponent:
\(\log(38.8)+t \log(1.0264)=\log(41.3)+t \log(1.0224)\text{.}\)
Moving all the terms involving
\(t\) to one side of the equation and the rest of the terms to the other side,
\(t\log(1.0264)-t\log(1.0224)=\log(41.3)-\log(38.8)\text{.}\)
Factoring out the
\(t\) on the left,
\(t(\log(1.0264)-\log(1.0224))=\log(41.3)-\log(38.8)\text{.}\)
Dividing to solve for
\(t\text{,}\) we get
\(t=\dfrac{\log(41.3)-\log(38.8)}{\log(1.0264)-\log(1.0224)}\approx 15.991\text{.}\) So, it will take approximately 15.991 years for the populations to be equal.
An alternative method would be to solve the problem above by rewriting before taking the log.
Starting at the equation
\(38.8(1.0264)^{t}=41.3(1.0224)^{t}\text{,}\) we can divide to move the exponential terms to one side of the equation and the constants to the other side. This would give us the equation
\(\dfrac{1.0264^t}{1.0224^t}=\dfrac{41.3}{38.8}\text{.}\)
Using exponent rules to group terms on the left,
\((\dfrac{1.0264}{1.0224})^{t}=\dfrac{41.3}{38.8}\text{.}\)
Taking the log of both sides gives us
\(\log((\dfrac{1.0264}{1.0224})^{t})=\log(\dfrac{41.3}{38.8})\text{.}\)
Utilizing the exponent property on the left,
\(t\log(\dfrac{1.0264}{1.0224})=\log(\dfrac{41.3}{38.8})\text{.}\)
Dividing to isolate
\(t\) gives us
\(t=\dfrac{\log(\frac{41.3}{38.8})}{\log(\frac{1.0264}{1.0224})}\approx 15.991 \text{ years}\text{.}\)
While the answer does not immediately appear identical to that produced using the previous method, note that by using the difference property of logs, the second answer could be rewritten:
\(t=\dfrac{\log(\frac{41.3}{38.8})}{\log(\frac{1.0264}{1.0224})}=\dfrac{\log(41.3)-\log(38.8)}{\log(1.0264)-\log(1.0224)}\text{.}\)
While both methods work equally well, it often requires fewer steps to utilize algebra before taking logs, rather than relying solely on log properties.