An invasive aquatic plant spreads across a lake.
a) The covered area doubles every \(5\) days and is initially \(1\,\text{m}^2\). Write a function \(A(t)\) for the area after \(t\) days.
b) Use \(2^{10}\approx 10^3\) to estimate the area predicted by the unlimited model after \(50\) days and after \(100\) days.
c) The lake has an area of \(1\,\text{km}^2\). Estimate when half the lake, or \(500{,}000\,\text{m}^2\), is covered. Use \(500\approx 2^9\).
d) Use logarithms to find the exact model time when half the lake is covered, and compare it with the estimate from part c).
Hints
- Express the number of doubling periods as \(t/5\).
- Convert square kilometers to square meters.
- Decompose \(500{,}000\) using the given power-of-two approximations.
- Use logarithms to solve \(2^x=y\).
Solution
1. Since the area doubles every \(5\) days, \(A(t)=2^{t/5}\).
2. \(A(50)=2^{10}\approx 1000\,\text{m}^2\). Also, \(A(100)=2^{20}=(2^{10})^2\approx 1{,}000{,}000\,\text{m}^2\). The second value is only a prediction of the unlimited model.
3. \(500{,}000=500\cdot 1000\approx 2^9\cdot 2^{10}=2^{19}\). Thus, \(t/5\approx 19\), so \(t\approx 95\) days.
4. Exactly, \(2^{t/5}=500{,}000\), so \(t=\frac{5\ln(500000)}{\ln 2}\approx 94.66\) days. The estimate is about \(0.34\) day greater than the logarithmic result.
Answer
a) \(A(t)=2^{t/5}\)
b) \(A(50)\approx 1000\,\text{m}^2\); \(A(100)\approx 1{,}000{,}000\,\text{m}^2\)
c) About \(95\,\text{days}\)
d) About \(94.66\,\text{days}\); difference: about \(0.34\) day