Exponential Functions
Exponential functions model situations where a quantity grows or shrinks by a constant multiplier over equal intervals. That's different from linear functions, which grow by a constant amount. This distinction matters because exponential behavior shows up everywhere: compound interest, population models, radioactive decay, and more.

Exponential function fundamentals
An exponential function has the form , where is a positive constant called the base and is the exponent (the variable). The base determines the function's behavior:
- : exponential growth (the function increases as increases). Example: doubles every time increases by 1.
- : exponential decay (the function decreases as increases). Example: halves every time increases by 1.
- just gives you , a constant, so it's not interesting as an exponential function.
- cannot be negative or zero.
Properties of :
- Domain: all real numbers
- Range: all positive real numbers (the output is never zero or negative)
- Horizontal asymptote: (the curve approaches the x-axis but never touches it)
- y-intercept: always , because for any valid base
- The function is always increasing when and always decreasing when
The natural exponential function uses the special constant . You'll see constantly in calculus and applied math. One reason it's special: the rate of change of at any point equals the value of at that point. For now in pre-calc, just know that is a specific irrational number (like ) that serves as the "natural" base for exponential and logarithmic work.

Exponential growth and decay equations
The general model for continuous exponential growth or decay is:
- = the initial amount (the value at )
- = the continuous growth/decay rate
- = time
If , the quantity grows. If , the quantity decays. Some textbooks write the decay version as where is stated as a positive number and the negative sign is built into the formula.
Half-life is the time it takes for a decaying quantity to drop to half its current value:
For example, carbon-14 has a decay constant of about per year, giving a half-life of roughly years.
Doubling time is the growth equivalent. It's the time for a growing quantity to double:
Notice the formula looks the same. The difference is context: half-life applies to decay situations, doubling time applies to growth situations.
A key idea to remember: in exponential functions, the rate of change is proportional to the current value. That's why growth accelerates over time and decay slows down over time.

Compound interest calculations
Compound interest is one of the most practical applications of exponential functions. Unlike simple interest (which only earns interest on the original principal), compound interest earns interest on previously accumulated interest too.
Periodic compounding formula:
- = final amount (future value)
- = initial principal (present value, the amount you start with)
- = annual interest rate as a decimal (so 5% becomes 0.05)
- = number of compounding periods per year
- = time in years
Common values of : annually = 1, quarterly = 4, monthly = 12, daily = 365.
Example: You invest $1,000 at 6% annual interest, compounded monthly, for 5 years.
Continuous compounding formula:
This is what happens when you let . Using the same example with continuous compounding:
The difference between monthly and continuous compounding is small here, but it grows with larger principals, higher rates, or longer time periods.
Exponential function graphs
To graph by hand:
- Plot the y-intercept at (since ).
- Calculate a few more points. For , try to get , , , , .
- Draw the horizontal asymptote at as a dashed line.
- Connect the points with a smooth curve that approaches but never touches the asymptote.
Key features to recognize:
- y-intercept at for the basic form
- Horizontal asymptote at
- The curve is steeper when the base is farther from 1. For instance, grows faster than , and decays faster than .
- The graph always passes through since .
Transformations of exponential functions:
- Vertical shift: shifts the graph up by units (or down if ). This also moves the horizontal asymptote to .
- Horizontal shift: shifts the graph right by units. The y-intercept moves, but the asymptote stays at .
- Reflection over the y-axis: flips the graph horizontally. Growth becomes decay and vice versa.
- Vertical stretch/compression: stretches the graph vertically by a factor of and changes the y-intercept to .
When transformations are combined, the asymptote and intercepts shift accordingly. Always identify the new asymptote first, then plot a couple of transformed points to anchor your sketch.
Logarithms and inverse functions
Logarithms are the inverse of exponential functions. The statement is equivalent to . In other words, a logarithm answers the question: "What exponent do you put on to get ?"
This inverse relationship is essential for solving exponential equations. If you need to solve , you can rewrite it as . For equations involving , you'll use the natural logarithm , which is just .
You'll explore logarithmic properties and equation-solving techniques in depth in the next sections of this unit. For now, the core idea is that exponentials and logarithms "undo" each other, just like squaring and square roots do.