Exponential Functions
Learning objectives
- Define the exponential function and understand its properties
- Solve basic exponential equations
- Describe growth and decay behavior
Exponentials describe everything that doubles. Bacterial populations, compound interest, viral infections, radioactive decay, the cooling of coffee, the spread of rumours, whenever the rate of change is proportional to the amount present, the answer is an exponential. The function is so important that calculus invents a special base just so its derivative looks clean.
Definition and laws of exponents
For a positive real number , the exponential function with base is . The laws of exponents are not new, they extend the integer rules you already know:
The miracle is that the same identities hold for any real exponent, not just integers. Defining rigorously requires a limit; for now, take the laws on faith and use them.
Growth vs decay
If , the function is strictly increasing: it grows without bound as and approaches as . This is exponential growth. If , the function is strictly decreasing, exponential decay. The two cases are mirror images: and are reflections of each other across the -axis.
Key features
- Domain: all real numbers .
- Range: , an exponential is always positive.
- The graph passes through because .
- The -axis is a horizontal asymptote, the curve hugs it but never touches.
The natural base
Among all bases there is one distinguished choice, Euler's number
The function is uniquely characterised by the property that it equals its own derivative: . That property, combined with the law , is the reason is the natural language of calculus and differential equations.
- Biology: Population growth (E. coli in a Petri dish, viral case counts in an outbreak) follows until resources run low; is the growth rate, and doubling time is .
- Finance: Continuously compounded interest: . Every fixed-income pricing model on Wall Street uses the exponential function as its core building block.
- Physics: Radioactive decay is ; carbon-14 dating uses the half-life of (about 5,730 years) plugged into this formula to date archaeological samples.
(The widget plots in one colour and b(x) in another. Slide the base and watch both curves morph together. The dashed diagonal is , the curves reflect across it because logarithm is the inverse of exponential.)
Solving exponential equations
To solve , express both sides with the same base: , so . More generally, the one-to-one property of exponentials says: if then . For trickier cases like , rewrite the bases: , so , giving .
Try it
- Predict first: what does look like for any ? Slide the base to in the widget, observe the curve, and explain why.
- Predict first: how should the curve relate to ? Set and describe in one sentence what you observe.
- Solve by hand. Check your answer by evaluating mentally; then check with the widget by reading off the appropriate intersection.
Pause: why must be positive and not equal to ? What goes wrong if ? If ? If ?
Try it in code
A trap to watch for
Students see two exponents in a sum and try to add them. . The correct identity is , sum in the exponent becomes product of values, not sum of values. Sanity check with small numbers: , while . These are not equal. The reason the trap is sticky is that addition feels distributive over everything in arithmetic; with exponentials, addition is in the exponent, and the rule changes. Whenever you see an exponential, ask: is the operation outside the exponent linear? Or is it the law ?
What you now know
You can recognise an exponential function by its formula and its graph, apply the laws of exponents to simplify expressions, solve simple exponential equations by base-matching, and explain why the natural base is distinguished. The next section introduces the function that inverts the exponential, the logarithm, and shows you the three identities that turn complicated products into simple sums.
Quick check
Mark section complete →
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 13 §4, exponential function definition and basic identities.
- Stewart, J. (2015). Calculus: Early Transcendentals, 8th ed. Cengage. Sections 1.5 and 6.2, exponentials, growth/decay, and the natural base.
- Maor, E. (1994). e: The Story of a Number. Princeton University Press. Historical and conceptual account of and the exponential function.