Lesson 4 / 5 · 12 min read
Exponentials & Logarithms
Growth, decay, and the function that turns multiplication into addition.
Exponential functions
An exponential function has the form f(x)=a⋅bx where b>0 and b=1.
- If b>1, f grows fast (compound interest, population growth).
- If 0<b<1, f decays toward zero (radioactive decay, cooling).
The most useful base is Euler's number e≈2.71828. The function f(x)=ex is the unique exponential whose slope equals its value at every point.
What is a logarithm?
A logarithm is the inverse of an exponential. logb(y)=x asks: "to what power do I raise b to get y?"
logb(y)=x⟺bx=y
Examples.
- log2(8)=3 because 23=8.
- log10(1000)=3 because 103=1000.
- ln(e5)=5 — ln is shorthand for loge.
Log rules (the three you must know)
log(xy)=log(x)+log(y) log(yx)=log(x)−log(y) log(xk)=klog(x)
Each rule turns a harder operation (multiply, divide, power) into an easier one (add, subtract, multiply). Pre-calculator, this is how engineers did long multiplications.
Solving exponential equations
To solve for an exponent, take a log of both sides.
Example. 3x=81⟹x=log381=4.
Example with e. e2x=7⟹2x=ln7⟹x=2ln7≈0.973.
Solving log equations
Exponentiate to undo the log.
Example. ln(x)=3⟹x=e3≈20.09.
Example. log2(x+1)=5⟹x+1=25=32⟹x=31.
Key takeaways
- bx=y⟺logb(y)=x. Logs and exponentials are inverse operations.
- ln=loge, the natural log.
- The log rules turn products into sums, quotients into differences, powers into multiplication.
- To isolate an unknown exponent, take a log of both sides.