Polynomials grow faster as their degree rises — but every polynomial is eventually overtaken by the exponential functiony=bx (base b>1). At x=103, the polynomial x100 has reached 10300 while 10x has reached 101000 — no contest, and the gap only widens.
Salient features of y=bx (for b>1):
Domain: all of R; Range: the positive reals.
The point (0,1) is on every exponential graph (b0=1).
Ever increasing, and approaching (never meeting) the x-axis for large negative x.
Base 10 gives the common exponential; base e=1+1!1+2!1+⋯≈2.718 gives the natural exponentialex — the star of calculus.
The Logarithm
The logarithm inverts the exponential: logba=x means bx=a. So log28=3 and log1010000=4. As a function, logb:R+→R — only positive numbers have logarithms. Base e gives the natural logarithmlogx (our default in calculus).
Working rules (all bases): log(xy)=logx+logy, logyx=logx−logy, logxn=nlogx, and the base-change logap=logbalogbp.
One subtlety worth a mark: x=elogx holds only for x>0 — the right side is not even defined otherwise.
The derivative pair
dxd(ex)=exdxd(logx)=x1
ex is the function differentiation cannot change — its own derivative. Combined with the chain rule these two formulas unlock a large family: dxdeu(x)=eu(x)u′(x) and dxdlog(u(x))=u(x)u′(x).
Solved Examples
Example 1 — Four chain-rule composites at once
Differentiate w.r.t. x: (i) e−x, (ii) sin(logx) for x>0, (iii) cos−1(ex), (iv) ecosx.