Exponential Function Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Two bacteria colonies start with 100 and 500 cells respectively. Colony A doubles every 3 hours; Colony B doubles every 8 hours. After how many hours will Colony A surpass Colony B?

Solution

  1. 1
    Colony A: NA=100โ‹…2t/3N_A = 100 \cdot 2^{t/3}. Colony B: NB=500โ‹…2t/8N_B = 500 \cdot 2^{t/8}.
  2. 2
    Set NA=NBN_A = N_B: 100โ‹…2t/3=500โ‹…2t/8100 \cdot 2^{t/3} = 500 \cdot 2^{t/8}. Divide both sides by 100: 2t/3=5โ‹…2t/82^{t/3} = 5 \cdot 2^{t/8}.
  3. 3
    Take logโก2\log_2: t3=logโก25+t8\frac{t}{3} = \log_2 5 + \frac{t}{8}. Solve: t3โˆ’t8=logโก25\frac{t}{3} - \frac{t}{8} = \log_2 5, so 5t24=logโก25โ‰ˆ2.322\frac{5t}{24} = \log_2 5 \approx 2.322, giving tโ‰ˆ24ร—2.3225โ‰ˆ11.1t \approx \frac{24 \times 2.322}{5} \approx 11.1 hours.
  4. 4
    Colony A surpasses Colony B after approximately 11.111.1 hours.

Answer

tโ‰ˆ11.1ย hourst \approx 11.1 \text{ hours}
Faster growth rate eventually overcomes a larger starting value. The crossover time depends on both the ratio of initial values and the ratio of growth rates.

About Exponential Function

An exponential function has the form f(x)=aโ‹…bxf(x) = a \cdot b^x where b>0b > 0, bโ‰ 1b \neq 1. The variable is in the exponent, not the base.

Learn more about Exponential Function โ†’

More Exponential Function Examples