---
title: "Exponential Functions — AP Calculus Definition & Guide"
description: "Exponential functions f(x) = ab^x model constant-rate growth and decay. They power derivatives, integrals, limits, and dy/dt = ky problems across AP Calc."
canonical: "https://fiveable.me/ap-calc/key-terms/exponential-functions"
type: "key-term"
subject: "AP Calculus AB/BC"
unit: "Unit 1"
---

# Exponential Functions — AP Calculus Definition & Guide

## Definition

An exponential function has the form f(x) = ab^x, where b > 0 and b ≠ 1, and changes by a constant factor over equal x-intervals. In AP Calculus, e^x is the star case because it equals its own derivative, making exponentials the natural solution to dy/dt = ky growth and decay problems.

## What It Is

An [exponential function](/ap-calc/key-terms/exponential-function "fv-autolink") looks like f(x) = ab^x. The constant a is the starting value (what you get when x = 0), and b is the base, which has to be positive and not equal to 1. If b > 1 the [function](/ap-calc/unit-1/defining-continuity-at-point/study-guide/JbsR9iQfAzCznNOCG6JK "fv-autolink") grows; if 0 < b < 1 it decays. The defining behavior is multiplicative change. Every time x increases by 1, the output gets multiplied by the same factor b. Compare that to a linear function, which *adds* the same amount each step.

In AP Calculus, the most important exponential is f(x) = e^x, because it is the unique function that equals its own [derivative](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink"). That one fact drives a huge amount of the course. The general rule d/dx[b^x] = b^x ln(b) follows from it, and so does the integral ∫e^x dx = e^x + C. Exponentials also show up as the solutions to differential equations of the form dy/dt = ky, which is why they model populations, radioactive decay, compound interest, and Newton's Law of Cooling. If a quantity's rate of change is proportional to the quantity itself, the answer is exponential.

## Why It Matters

Exponential functions are not a single-topic idea in AP Calculus. They run through the whole course. In [Unit 1](/ap-calc/unit-1 "fv-autolink") you evaluate limits of exponentials and identify their horizontal asymptotes (b^x → 0 in one direction). In Units 2-3 you differentiate e^x and b^x, often inside chain rule compositions like e^(3x²). In Unit 6 you integrate them, and in Units 7-8 you solve separable differential equations like [dy/dt = ky](/ap-calc/key-terms/dy-dt-ky "fv-autolink"), where y = Ce^(kt) is the general solution. That last one is a classic FRQ setup. Exponentials also anchor the end-behavior hierarchy: as x → ∞, exponential growth beats any polynomial, which matters for limits and (in BC) for series and improper integral comparisons. If you only memorize one non-polynomial derivative fact for the exam, make it d/dx[e^x] = e^x.

## Connections

### [Logarithmic Functions (Units 1-3)](/ap-calc/key-terms/logarithmic-functions)

Logs are the inverses of exponentials, so ln(e^x) = x and e^(ln x) = x. You constantly switch between the two, using logs to solve for the exponent in growth problems and to derive d/dx[b^x] = b^x ln(b).

### [Asymptote (Unit 1)](/ap-calc/key-terms/asymptote)

Every basic exponential b^x has a horizontal [asymptote](/ap-calc/key-terms/asymptote "fv-autolink") at y = 0, because b^x → 0 as x heads in one direction. This is a go-to example when limits at infinity ask about end behavior.

### [Accumulation of Change (Unit 6)](/ap-calc/key-terms/accumulation-of-change)

Integrating an exponential rate gives total change, and the [antiderivative](/ap-calc/key-terms/antiderivative "fv-autolink") ∫e^(kx) dx = (1/k)e^(kx) + C shows up constantly. Rate-in/rate-out FRQs love exponential rate functions for exactly this reason.

### Growth Factor and Decay Factor (Units 7-8 context)

The base b is the growth factor (b > 1) or decay factor (0 < b < 1) per unit of x. In calculus you usually meet it rewritten as e^(kt), where k > 0 means growth and k < 0 means decay, because that form falls straight out of solving dy/dt = ky.

## On the AP Exam

Exponentials appear in every question type. MCQs test the derivative rules (d/dx[e^x] = e^x, d/dx[b^x] = b^x ln b, plus chain rule versions like e^(x²)), the matching antiderivatives, and limits involving exponential end behavior. FRQs use exponentials two big ways. First, rate functions in accumulation problems are often exponential, so you integrate something like e^(-0.4t) to find total change. Second, differential equation FRQs hand you dy/dt = ky (or a separable variant) and expect you to produce y = Ce^(kt) and use an initial condition to nail down C. The most common point-losers are mechanical, like applying the power rule to e^x (the answer is not x·e^(x-1)) or forgetting the ln(b) factor when the base isn't e. On calculator-active sections, you'll also evaluate exponential models numerically, so know how to store and use e^(kt) cleanly.

## Exponential functions vs Power functions (x^n)

In x^n the variable is the base and the exponent is fixed; in b^x the variable is the exponent. They follow completely different derivative rules. Power rule gives d/dx[x^n] = nx^(n-1), but d/dx[b^x] = b^x ln(b). Mixing these up, like writing d/dx[e^x] = x·e^(x-1), is one of the most common derivative errors on the exam. Quick check: if x is upstairs in the exponent, the power rule does not apply.

## Key Takeaways

- An exponential function f(x) = ab^x multiplies by the same factor b over each unit of x, with b > 1 meaning growth and 0 < b < 1 meaning decay.
- The function e^x is its own derivative, and the general rule d/dx[b^x] = b^x ln(b) covers every other base.
- The antiderivative ∫e^(kx) dx = (1/k)e^(kx) + C shows up constantly in accumulation and area problems.
- Exponentials are the solutions to dy/dt = ky; solving that separable differential equation gives y = Ce^(kt), a classic FRQ result.
- As x → ∞, exponential growth outpaces every polynomial, which is the key fact for end-behavior limits and (in BC) comparison arguments.
- Basic exponentials have a horizontal asymptote at y = 0, never touching the x-axis.

## FAQs

### What is an exponential function in AP Calculus?

It's a function of the form f(x) = ab^x with b > 0 and b ≠ 1, where the output changes by a constant factor as x increases. In [AP Calc](/ap-calc "fv-autolink") the key example is e^x, which is the only function equal to its own derivative.

### Is the derivative of e^x just e^x?

Yes. e^x is the unique function that equals its own derivative, which is exactly why the base e dominates calculus. For any other base, d/dx[b^x] = b^x ln(b), so you pick up an extra ln(b) factor.

### Can I use the power rule on e^x or 2^x?

No. The power rule only works when the variable is the base, like x³. When the variable is in the exponent, you need the exponential rule, so d/dx[2^x] = 2^x ln(2), not x·2^(x-1).

### How are exponential functions different from logarithmic functions?

They're inverses of each other. Exponentials take an exponent and output a value (e^x), while logs take a value and recover the exponent (ln x). You'll use logs to solve for time in exponential growth problems, like solving 500 = 100e^(0.3t).

### Why does dy/dt = ky always give an exponential answer?

Because the equation says the rate of change is proportional to the amount itself, and only exponentials behave that way. Separating variables and integrating gives ln|y| = kt + C, which solves to y = Ce^(kt).

## Related Study Guides

- [Unit 1 Overview: Limits and Continuity](/ap-calc/unit-1/review/study-guide/Y3NmqZtnvfKAdL2lDnaI)
- [AP Calculus Multiple Choice Questions](/ap-calc/exam-skills/calculus-multiple-choice-questions/study-guide/eUiZF0wICTO24PQb4erf)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-calc/key-terms/exponential-functions#resource","name":"Exponential Functions — AP Calculus Definition & Guide","url":"https://fiveable.me/ap-calc/key-terms/exponential-functions","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-calc/key-terms/exponential-functions#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-11T00:50:06.208Z","isPartOf":{"@type":"Collection","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-calc/key-terms/exponential-functions#term","name":"Exponential functions","description":"An exponential function has the form f(x) = ab^x, where b > 0 and b ≠ 1, and changes by a constant factor over equal x-intervals. In AP Calculus, e^x is the star case because it equals its own derivative, making exponentials the natural solution to dy/dt = ky growth and decay problems.","url":"https://fiveable.me/ap-calc/key-terms/exponential-functions","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is an exponential function in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"It's a function of the form f(x) = ab^x with b > 0 and b ≠ 1, where the output changes by a constant factor as x increases. In [AP Calc](/ap-calc \"fv-autolink\") the key example is e^x, which is the only function equal to its own derivative."}},{"@type":"Question","name":"Is the derivative of e^x just e^x?","acceptedAnswer":{"@type":"Answer","text":"Yes. e^x is the unique function that equals its own derivative, which is exactly why the base e dominates calculus. For any other base, d/dx[b^x] = b^x ln(b), so you pick up an extra ln(b) factor."}},{"@type":"Question","name":"Can I use the power rule on e^x or 2^x?","acceptedAnswer":{"@type":"Answer","text":"No. The power rule only works when the variable is the base, like x³. When the variable is in the exponent, you need the exponential rule, so d/dx[2^x] = 2^x ln(2), not x·2^(x-1)."}},{"@type":"Question","name":"How are exponential functions different from logarithmic functions?","acceptedAnswer":{"@type":"Answer","text":"They're inverses of each other. Exponentials take an exponent and output a value (e^x), while logs take a value and recover the exponent (ln x). You'll use logs to solve for time in exponential growth problems, like solving 500 = 100e^(0.3t)."}},{"@type":"Question","name":"Why does dy/dt = ky always give an exponential answer?","acceptedAnswer":{"@type":"Answer","text":"Because the equation says the rate of change is proportional to the amount itself, and only exponentials behave that way. Separating variables and integrating gives ln|y| = kt + C, which solves to y = Ce^(kt)."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Calculus AB/BC","item":"https://fiveable.me/ap-calc"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-calc/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 1","item":"https://fiveable.me/ap-calc/unit-1"},{"@type":"ListItem","position":4,"name":"Exponential functions"}]}]}
```
