Exponential Function Formula

The Formula

f(x) = a \cdot b^x where a is the initial value and b is the growth factor

When to use: Growth (or decay) that multiplies by a constant factor repeatedly.

Quick Example

f(x) = 2^x 1, 2, 4, 8, 16... Doubles each time. Population growth, compound interest.

Notation

e^x or \exp(x) denotes the natural exponential. General form: a \cdot b^x with b > 0, b \neq 1.

What This Formula Means

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

Growth (or decay) that multiplies by a constant factor repeatedly.

Formal View

f(x) = a \cdot b^x where a \neq 0, b > 0, b \neq 1, satisfies \frac{f(x+1)}{f(x)} = b for all x

Worked Examples

Example 1

easy
A bacteria population starts at 500 and doubles every 3 hours. Write an exponential model and find the population after 9 hours.

Solution

  1. 1
    The general form is P(t) = P_0 \cdot b^{t/k} where P_0 = 500, b = 2, and k = 3.
  2. 2
    Model: P(t) = 500 \cdot 2^{t/3}.
  3. 3
    At t = 9: P(9) = 500 \cdot 2^{9/3} = 500 \cdot 2^3 = 500 \cdot 8 = 4000.

Answer

P(9) = 4000
Exponential growth models use the form P_0 \cdot b^{t/k} where b > 1 represents growth. The ratio t/k counts how many doubling periods have elapsed.

Example 2

medium
Solve 3^{2x - 1} = 81.

Common Mistakes

  • Confusing 2^x with x^2 โ€” in 2^x the variable is the exponent (exponential), in x^2 the variable is the base (polynomial)
  • Thinking a^{-x} is negative โ€” 2^{-3} = \frac{1}{8}, which is positive; exponentials with positive base are always positive
  • Assuming exponential growth is linear โ€” 2^x does not increase by the same amount each step; it doubles each step

Why This Formula Matters

Models bacteria, investments, radioactive decay, viral spread.

Frequently Asked Questions

What is the Exponential Function formula?

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

How do you use the Exponential Function formula?

Growth (or decay) that multiplies by a constant factor repeatedly.

What do the symbols mean in the Exponential Function formula?

e^x or \exp(x) denotes the natural exponential. General form: a \cdot b^x with b > 0, b \neq 1.

Why is the Exponential Function formula important in Math?

Models bacteria, investments, radioactive decay, viral spread.

What do students get wrong about Exponential Function?

2^x grows much faster than x^2. By x = 10: 2^{10} = 1024, but 10^2 = 100.

What should I learn before the Exponential Function formula?

Before studying the Exponential Function formula, you should understand: exponents, function definition.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Exponents and Logarithms: Rules, Proofs, and Applications โ†’