Mathematics.

exponentials and logarithms

Exponential Functions

Algebra II30 minDifficulty4 out of 10

You should know: exponents, functions

Overview

An exponential function has the form f(x) = a·bˣ, where the variable sits in the exponent rather than the base. Unlike polynomials, where growth is bounded by a fixed power, exponential functions grow (or decay) by a constant multiplicative factor over every equal step in x — this is what makes them the natural model for compound interest, population growth, radioactive decay, and viral spread.

Intuition

Compare linear growth to exponential growth: a linear function adds the same amount each step (f(x)=x: 1,2,3,4,...), while an exponential function multiplies by the same factor each step (f(x)=2ˣ: 2,4,8,16,...). That constant ratio between consecutive outputs — rather than a constant difference — is the defining signature of exponential behavior, and it's why exponential growth eventually overtakes any polynomial, no matter how high its degree.

Interactive Graph

Adjust a and b to compare exponential growth vs. decay

Loading visualization…

Formal Definition

Definition

An exponential function with base b (b>0, b≠1) and initial value a is defined by:

f(x)=abx,a0, b>0, b1f(x) = a\cdot b^x,\quad a \neq 0,\ b>0,\ b\neq 1

a = f(0), the initial value; b is the growth/decay factor per unit x

General form
f(x)=aekxf(x) = a\,e^{kx}

Continuous growth/decay form, where e ≈ 2.71828 and k is the continuous growth rate (k>0 growth, k<0 decay)

Notation

NotationMeaning
bbBase — the constant growth factor per unit increase in x (b>1 growth, 0<b<1 decay)
e2.71828e \approx 2.71828\ldotsEuler's number, the base of the natural exponential function
t1/2, t2t_{1/2},\ t_{2}Time for a quantity to halve (decay) or double (growth)

Properties

Domain and range

dom(f)=R,ran(f)=(0,) for a>0\text{dom}(f) = \mathbb{R}, \quad \text{ran}(f) = (0,\infty) \text{ for } a>0

Horizontal asymptote

y=0 as x (growth, b>1)y = 0 \text{ as } x \to -\infty \text{ (growth, } b>1\text{)}

Product of powers becomes exponent sum

bx1bx2=bx1+x2b^{x_1}\cdot b^{x_2} = b^{x_1+x_2}

Monotonicity

f is strictly increasing if b>1, strictly decreasing if 0<b<1f \text{ is strictly increasing if } b>1,\ \text{strictly decreasing if } 0<b<1

Applications

Compound interest A = P(1+r/n)^(nt) is exponential in t; continuously compounded interest uses A = Pe^(rt).

Worked Examples

  1. Substitute x=4 and evaluate the power first.

    f(4)=324=316=48f(4) = 3\cdot 2^4 = 3\cdot 16 = 48

Answer: f(4) = 48

Practice Problems

Difficulty 3/10

Evaluate f(x) = 100·(0.5)ˣ at x = 3, and state whether this represents growth or decay.

Difficulty 5/10

$1000 is invested at 5% annual interest compounded continuously. Write the model and find the balance after 10 years (use e^0.5 ≈ 1.6487).

Common Mistakes

Common Mistake

Treating exponential functions like polynomials, e.g. thinking 2ˣ grows similarly to x².

Exponential functions eventually outgrow every polynomial, no matter its degree — 2ˣ overtakes x¹⁰⁰ for large enough x, because exponential growth compounds multiplicatively rather than additively.

Common Mistake

Forgetting that the base must satisfy b>0 and b≠1 for f(x)=bˣ to be a valid, well-behaved exponential function.

b=1 gives a constant function (1ˣ=1 always); negative bases produce undefined or non-real values for non-integer x (e.g. (-2)^0.5 is not real). Both are excluded from the definition.

Quiz

Exponential growth A = A₀·bᵗ differs from linear growth because each time step:
Continuous compounding of a principal P at rate r gives a balance after time t of:

Summary

  • An exponential function f(x)=a·bˣ grows/decays by a constant multiplicative factor b per unit step in x.
  • b>1 gives exponential growth; 0<b<1 gives exponential decay; b=e gives the natural exponential, central to continuous growth models.
  • Domain is all reals; range is (0,∞) for a>0; there's a horizontal asymptote at y=0.
  • Exponential growth eventually outpaces any polynomial growth, regardless of degree.
  • Key applications: compound interest, radioactive decay, population growth, and algorithmic complexity.

References

  1. BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 6 — Exponential and Logarithmic Functions.