Math Fundamentals18 sections · 814 units
Open in Course

Natural Logarithm (Base e)

Calculus and growth rates

The natural logarithm uses base e2.718e \approx 2.718 and is written as ln(x)\ln(x) or loge(x)\log_e(x). The number ee appears in continuous growth problems and calculus.

For example, ln(e)=1\ln(e) = 1 and ln(e2)=2\ln(e^2) = 2. You'll see ln\ln in probability, machine learning, and anywhere continuous growth models appear.

In Big-O analysis, the base doesn't matter because logarithms of different bases differ only by a constant factor. So O(log2n)=O(lnn)=O(log10n)O(\log_2 n) = O(\ln n) = O(\log_{10} n). I'll explain why in a few units.