No history yet

Exponential Functions

The Power of the Exponent

Imagine a function where the variable isn't the base, but the power itself. This is the core idea behind an exponential function. It takes the form f(x)=bxf(x) = b^x, where bb is a constant called the base, and xx is the exponent.

For this to work as a true exponential function, the base bb has a couple of rules: it must be a positive number, and it can't be equal to 1. If bb were 1, you'd just have f(x)=1xf(x) = 1^x, which is always 1—a flat line. If bb were negative, you'd run into problems like (2)1/2(-2)^{1/2}, which isn't a real number. So, we stick to positive bases other than 1.

In an exponential function, the variable is in the exponent. This simple switch leads to surprisingly rapid changes.

f(x)=bx(where b>0 and b1)f(x) = b^x \quad (\text{where } b > 0 \text{ and } b \neq 1)

Growth and Decay

The behavior of an exponential function depends entirely on its base, bb. It tells a story of either rapid growth or steady decay.

When the base bb is greater than 1, we get exponential growth. As xx increases, the function's value doesn't just add, it multiplies. For example, in the function f(x)=2xf(x) = 2^x, every time you increase xx by 1, you double the result. It starts slow—21=22^1=2, 22=42^2=4, 23=82^3=8—but quickly skyrockets.

When the base bb is between 0 and 1, we get exponential decay. The function still multiplies, but by a fraction. This causes the value to shrink. Consider f(x)=(1/2)xf(x) = (1/2)^x. As xx increases, the value gets halved each time: (1/2)1=1/2(1/2)^1 = 1/2, (1/2)2=1/4(1/2)^2 = 1/4, (1/2)3=1/8(1/2)^3 = 1/8. The value gets closer and closer to zero but never quite reaches it.

Notice a few things common to both graphs. They both pass through the point (0,1)(0, 1), because any positive number raised to the power of 0 is 1. They also both have a horizontal asymptote at y=0y=0. This means the curves get infinitely close to the x-axis but never touch or cross it. The domain for any exponential function is all real numbers, but the range is only positive numbers (y>0y > 0).

Real-World Applications

Exponential functions aren't just abstract math; they describe how many things in the world work.

When students see how exponential functions play out in the world around them, the math stops feeling like busywork and starts to click.

One of the most common applications is in finance, specifically with compound interest. When you invest money, you earn interest. With compound interest, you then start earning interest on your original money and on the interest you've already accumulated. This causes your savings to grow exponentially.

The formula for annual compound interest is A=P(1+r)tA = P(1+r)^t, where:

  • AA is the final amount
  • PP is the principal (initial amount)
  • rr is the annual interest rate (as a decimal)
  • tt is the number of years

Notice the structure? It's an exponential function where the time, tt, is the exponent.

For example, if you invest $1,000 at an interest rate of 5% (r=0.05r=0.05) compounded annually, after tt years your investment is modeled by the function A(t)=1000(1.05)tA(t) = 1000(1.05)^t. The base is 1.05, which is greater than 1, so your money experiences exponential growth.

Exponential decay also appears in nature. Radioactive decay is a perfect example. A substance like Carbon-14 decays over time, and the amount remaining decreases exponentially. Its half-life—the time it takes for half of the substance to decay—is constant. This predictable decay is what allows scientists to date ancient fossils and artifacts.

Ready to test your understanding of these powerful functions?

Quiz Questions 1/6

In the exponential function f(x)=bxf(x) = b^x, what are the required conditions for the base bb?

Quiz Questions 2/6

Which of the following functions demonstrates exponential decay?

Exponential functions provide the foundation for many important mathematical concepts. By understanding their behavior, you're equipped to tackle more complex ideas.