Summary: An exponential function is one where the input lives in the exponent; its defining identity is what forces every exponential to be proportional to its own derivative.
Key identity: : addition in the exponent (input) becomes multiplication in the output.
Definition
For a fixed base , the exponential function is . The base is constant; the variable is the exponent. This is the opposite of a power function , where the exponent is fixed and the base varies.
Interpretations of the definition
- For integer , is repeated multiplication: , times
- For exponent between 0 and 1, is a root specifically the -th root of .
- Ex. 1: , the number which when squared gives
- Ex. 2: , the number which when raised to the 5th power gives
- For negative exponent, is the reciprocal of : . Extending the repeated multiplication pattern “backwards” — each step divides by rather than multiplies
- Ex. 1: , the reciprocal of multiplied by itself 3 times
- Ex. 2: , the reciprocal of the 5th root of
- For rational , is the unique positive number satisfying
- Ex: is the unique positive number satisfying
- For irrational and (later) complex inputs,
- Ex. 1: : since , we take the limit of which converges to a unique real number
- Ex. 2: : complex exponent lands back on the real line; more generally , so exponentiation by a complex number encodes rotation in the complex plane
- The defining property below is what extends the function continuously
The key identity
This is the only identity you need to remember for exponentials. It says: adding in the exponent (input) is multiplying in the output. It is the bridge between additive structure (steps in time) and multiplicative structure (rates, ratios, scaling).
Three corollaries fall straight out:
-
- Set above, you need to cancel
- (This one requires the corollary first — it chains on it.)
- Set : ,
- so ,
- so ,
- giving .
- Set : ,
-
- Apply the identity repeatedly: ( times) .
- Clean for integer ; for the general case it follows from the continuous extension.
Strip everything else away and this identity is what makes something an exponential function.
Differentiating any exponential
The identity does almost all the work. Start from the definition:
Apply identity and factor out :
The key observation: the limit on the right doesn’t depend on at all. Every exponential is therefore proportional (but, in almost all cases, not equal) to its own derivative, with a base-specific proportionality constant:
can be computed numerically for any base, , by substituting very small values for ,
| base | constant |
|---|---|
| 2 | |
| 3 | |
| 8 | () |
The constant is the first hint that these constants behave logarithmically. They turn out to be exactly — see natural-logarithm.
Why this matters
Whenever a system’s rate of change is proportional to the current quantity — population growth without resource limits, radioactive decay, Newton’s cooling, continuously compounded interest — the solution is an exponential. The proportionality property derived above is why: it’s the only family of functions that satisfies .
The “preferred” base for writing such solutions is , because the proportionality constant becomes literally visible in the exponent. See eulers-number.