Exponential Growth: Algae Bloom Problem

Exponential Growth 9th-10th Grade
PROBLEM
A biologist is studying a certain type of algae. She starts with only 1 algae bloom and observes that the number of algae blooms triples every hour. Which equation can be used to find the number of hours, h, it will take for the population to reach 6,561 algae blooms?

What You Will Learn

  • How to identify exponential growth patterns in biological contexts
  • Writing exponential equations from word descriptions
  • Recognizing the relationship between growth factor and base of exponentiation
  • Understanding why starting population becomes the coefficient in exponential models
  • Connecting repeated multiplication patterns to exponential notation

Solution: The Exponential Growth Formula

When a population grows by the same factor repeatedly, we're looking at exponential growth. The key insight is recognizing that "triples every hour" means we multiply by 3 each time period.

Step 1 — Identify the exponential growth pattern

We start with 1 algae bloom. After 1 hour, we have 1 × 3 = 3 blooms. After 2 hours, we have 1 × 3 × 3 = 9 blooms. After 3 hours, we have 1 × 3 × 3 × 3 = 27 blooms. The pattern shows we're multiplying by 3 a total of h times after h hours.

Step 2 — Write the general exponential form

The general form for exponential growth is: Final Amount = Initial Amount × (Growth Factor)^Time

Population after h hours = 1 × 3^h

Step 3 — Set up the equation for our target

We want the population to reach 6,561 algae blooms. Since the starting population is 1, our equation becomes:

3^h = 6,561

This is the equation that can be used to find the number of hours h.

The equation is: 3^h = 6,561

Solution: Method 2 — The Trial and Count Approach

Rather than jumping straight to exponential notation, we can build up the pattern systematically by calculating powers of 3 until we reach our target.

Step 1 — Calculate successive powers of 3

Let's track the population hour by hour:

Hours (h)PopulationAs Power of 3
013^0
133^1
293^2
3273^3
4813^4
52433^5
67293^6
72,1873^7
86,5613^8

Step 2 — Confirm the pattern

After 8 hours, the population equals exactly 6,561 blooms. This confirms that h = 8 is our answer, which means the equation we need is 3^h = 6,561.

The equation is: 3^h = 6,561

Verification

Let's verify that our equation 3^h = 6,561 is correct by checking that when h = 8, we get the target population:

3^8 = 3 × 3 × 3 × 3 × 3 × 3 × 3 × 3 = 6,561 ✓

We can also verify this makes biological sense: starting with 1 bloom and tripling every hour for 8 hours should give us 1 × 3^8 = 6,561 blooms, which matches our target exactly.

Common Pitfalls

✗ Mistake 1: Writing 3h = 6,561

This treats the growth as linear (adding 3 each hour) rather than exponential (multiplying by 3 each hour). Linear growth would give us 1, 4, 7, 10, 13... which is completely wrong for this biological context.

✗ Mistake 2: Writing 1 + 3^h = 6,561

This incorrectly adds the growth to the starting population instead of recognizing that the starting population gets multiplied by the growth factor. After 1 hour, we have 3 blooms total, not 1 + 3 = 4 blooms.

✗ Mistake 3: Writing 6,561^h = 3

This reverses the base and target. The growth factor (3) should be the base being raised to the power h, not the target population. The population grows to 6,561, it doesn't grow by a factor of 6,561.

The Pattern Behind This

Any exponential growth problem follows the same structure:

Final Amount = Initial Amount × (Growth Factor)^Time

When the initial amount is 1 (like starting with 1 algae bloom), the equation simplifies to:

(Growth Factor)^Time = Final Amount

This is why our equation became simply 3^h = 6,561. The growth factor 3 becomes the base, the time h becomes the exponent, and the target population becomes what the expression equals.

Key insight: The word "triples" tells us to use 3 as the base. "Doubles" would be base 2, "quadruples" would be base 4, and so on. The growth factor always becomes the base in exponential equations.

Why This Matters

Exponential growth equations appear throughout science and finance:

  • Biology: Bacterial cultures, population dynamics, and viral spread all follow exponential patterns under ideal conditions
  • Finance: Compound interest calculations use the same mathematical structure as biological growth
  • Physics: Radioactive decay (exponential decrease) and nuclear chain reactions (exponential increase) both use exponential equations
  • Technology: Moore's Law describes how computer processing power doubles every two years — another exponential relationship

Four "What-If?" Problems

1
Faster Growth Rate
A biologist studies a different algae strain that starts with 1 bloom and quadruples every hour. What equation finds when the population reaches 1,024 blooms?
Step 1 — Identify the growth pattern

Starting population: 1 bloom. Growth factor: 4 (quadruples). Target: 1,024 blooms.

Step 2 — Write the exponential equation

After h hours: 1 × 4^h = 4^h blooms

Step 3 — Set up the equation

4^h = 1,024

Step 4 — Verify by testing

4^5 = 4 × 4 × 4 × 4 × 4 = 1,024 ✓

Answer: 4^h = 1,024

2
Different Starting Population
A lab starts with 5 algae blooms that triple every hour. What equation finds when the population reaches 1,215 blooms?
Step 1 — Identify the growth pattern

Starting population: 5 blooms. Growth factor: 3 (triples). Target: 1,215 blooms.

Step 2 — Write the exponential equation

After h hours: 5 × 3^h blooms

Step 3 — Set up the equation

5 × 3^h = 1,215

Step 4 — Verify by testing

Try h = 5: 5 × 3^5 = 5 × 243 = 1,215 ✓

Answer: 5 × 3^h = 1,215

3
Working Backwards
An algae population that triples every hour reaches 2,187 blooms after exactly 7 hours. What equation finds the starting population?
Step 1 — Identify what we know

Growth factor: 3. Time: 7 hours. Final population: 2,187 blooms. Unknown: starting population S.

Step 2 — Write the exponential equation

After 7 hours: S × 3^7 blooms

Step 3 — Set up the equation

S × 3^7 = 2,187

Step 4 — Verify by solving

3^7 = 2,187, so S × 2,187 = 2,187, which gives S = 1 bloom

Answer: S × 3^7 = 2,187

4
Two-Stage Growth
An algae culture starts with 2 blooms, triples every hour for 4 hours, then doubles every hour after that. What equation finds the population after 3 more hours of doubling?
Step 1 — Calculate population after tripling phase

After 4 hours of tripling: 2 × 3^4 = 2 × 81 = 162 blooms

Step 2 — Set up doubling phase

Starting the doubling phase with 162 blooms, doubling for h more hours.

Step 3 — Write the equation for final population

After h hours of doubling: 162 × 2^h blooms

Step 4 — Calculate for 3 hours of doubling

162 × 2^3 = 162 × 8 = 1,296 blooms

Answer: 162 × 2^h where h = 3 gives 1,296 blooms

Frequently Asked Questions

How do you write an exponential growth equation when something triples every hour?+

Use the form y = initial × 3^t, where t is time in hours. The base 3 represents the tripling factor. In this problem, starting with 1 algae bloom that triples each hour gives us y = 1 × 3^h = 3^h.

What's the difference between solving 3^h = 6561 by trial and by logarithms?+

Trial method involves calculating powers of 3 until you reach 6561 (3^1 = 3, 3^2 = 9, etc.). Logarithms solve it algebraically: h = log(6561)/log(3) ≈ 8. Both give the same answer, but logarithms work for any target number.

Why is 6561 a perfect power for exponential growth problems?+

Because 6561 = 3^8 exactly, making it a clean integer solution. In real biology, population targets would be messier, but textbook problems often use perfect powers so students can verify their exponential equations work correctly.

NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-07-29