← Skill tree MathScape MATH162

The Natural Logarithm

Reference: Stewart 6.3  •  Chapter: 6  •  Section: 3

Navigation: Wiki Home > Skills > The Natural Logarithm

Why Base $e$?

Of all the possible bases for logarithms (2, 10, 7.3, ...), one stands out: the number $e \approx 2.71828$. The logarithm with base $e$ is so important that it gets its own name and notation:

$$\ln x = \log_e x$$

But why is base $e$ special? The full answer will become clear when you study derivatives in Section 6.4, but here's a preview: the derivative of $\ln x$ is simply $\frac{1}{x}$, with no messy constants. This makes $\ln x$ the "natural" choice for calculus.

For now: Think of $\ln$ as "the logarithm that calculus likes best."

Prerequisite Map

This skillThe Natural Logarithm
Leads tono further branch yet

Before You Start

Self-check: Can you answer these questions? If not, review the linked prerequisites first.

Question If you struggle...
What does $\log_b x = y$ mean in exponential form? Review Logarithm Definition
What are the cancellation equations $\log_b(b^x) = x$ and $b^{\log_b x} = x$? Review Logarithm Definition
What is the approximate numerical value of $e$? It's approximately 2.71828...
What is the domain of $\log_b x$? $(0, \infty)$: positive numbers only
Refresh: The Definition of Logarithm

For any base $b > 0$, $b \neq 1$:

$$\log_b x = y \quad \Longleftrightarrow \quad b^y = x$$

The logarithm answers: "What power of the base gives me $x$?"

Refresh: What is $e$?

The number $e$ is defined as:

$$e = \lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n \approx 2.71828...$$

It arises naturally in compound interest, population growth, and is the unique base where $\frac{d}{dx}[b^x] = b^x$.

Quick Reference

Property Value
Concept Inverse Functions
Course MATH162
Section Stewart 6.3
Difficulty Intermediate
Time ~25 minutes

Key Concepts

Definition of the Natural Logarithm

The natural logarithm is the logarithm with base $e$:

$$\boxed{\ln x = \log_e x}$$

By the definition of logarithm:

$$\boxed{\ln x = y \quad \Longleftrightarrow \quad e^y = x}$$

In words: $\ln x$ is the power to which $e$ must be raised to get $x$.

Cancellation Equations for $\ln$ and $e^x$

Since $\ln x$ and $e^x$ are inverses:

$$\boxed{\ln(e^x) = x \quad \text{for all real } x}$$

$$\boxed{e^{\ln x} = x \quad \text{for all } x > 0}$$

These are your main tools for solving equations involving $e$ and $\ln$.

Special Values

Expression Value Reason
$\ln 1$ $0$ $e^0 = 1$
$\ln e$ $1$ $e^1 = e$
$\ln e^2$ $2$ Cancellation: $\ln(e^2) = 2$
$\ln \sqrt{e}$ $\frac{1}{2}$ $\sqrt{e} = e^{1/2}$, so $\ln(e^{1/2}) = \frac{1}{2}$
$\ln \frac{1}{e}$ $-1$ $\frac{1}{e} = e^{-1}$, so $\ln(e^{-1}) = -1$

Domain, Range, and Graph

Property $e^x$ $\ln x$
Domain $\mathbb{R}$ $(0, \infty)$
Range $(0, \infty)$ $\mathbb{R}$
$y$-intercept $(0, 1)$ None
$x$-intercept None $(1, 0)$
Asymptote Horizontal: $y = 0$ Vertical: $x = 0$
    y                              y
    |     y = e^x                  |     y = ln(x)
    |        /                     |            ___
  3 +       /                    2 +        ___/
    |      /                       |    ___/
  1 +----+/                      0 +---+----------→ x
    |   /                          |  /|
    |  /                           | / | (1, 0)
    | /                          -2+/  |
    +/------------→ x              |   |
        1   2                      |   x = 0 (asymptote)

Key observations:

Limits of the Natural Logarithm

$$\lim_{x \to \infty} \ln x = \infty \qquad \text{(but grows very slowly)}$$

$$\lim_{x \to 0^+} \ln x = -\infty \qquad \text{(vertical asymptote)}$$

How slowly does $\ln x$ grow?

$x$ $\ln x$ (approx.)
$10$ $2.3$
$100$ $4.6$
$1{,}000$ $6.9$
$1{,}000{,}000$ $13.8$

To get $\ln x = 20$, you need $x = e^{20} \approx 485{,}000{,}000$. That's nearly half a billion!

The Power Rule: $x^r = e^{r \ln x}$

This identity connects powers to exponentials:

$$\boxed{x^r = e^{r \ln x} \quad \text{for } x > 0}$$

Why it works: Start with the second cancellation equation $e^{\ln x} = x$. Raise both sides to the power $r$:

$$(e^{\ln x})^r = x^r$$ $$e^{r \ln x} = x^r$$

This identity is crucial for logarithmic differentiation (Section 6.4).

The Change of Base Formula

Any logarithm can be expressed in terms of natural logarithms:

$$\boxed{\log_b x = \frac{\ln x}{\ln b}}$$

Why it works: Let $y = \log_b x$. Then $b^y = x$. Take natural log of both sides:

$$\ln(b^y) = \ln x$$ $$y \ln b = \ln x$$ $$y = \frac{\ln x}{\ln b}$$

Practical use: Your calculator has an $\ln$ button but probably not a $\log_7$ button. To compute $\log_7 50$:

$$\log_7 50 = \frac{\ln 50}{\ln 7} \approx \frac{3.912}{1.946} \approx 2.01$$

Solving Equations with $\ln$ and $e^x$

Strategy: Use the inverse relationship. Apply $e^{(\cdot)}$ to "undo" $\ln$, or apply $\ln$ to "undo" $e^{(\cdot)}$.

Example 1: Solve $\ln x = 5$.

Apply $e^{(\cdot)}$ to both sides: $$e^{\ln x} = e^5$$ $$x = e^5$$

Example 2: Solve $e^{5-3x} = 10$.

Take natural log of both sides: $$\ln(e^{5-3x}) = \ln 10$$ $$5 - 3x = \ln 10$$ $$x = \frac{5 - \ln 10}{3}$$

Common Pitfalls

Mistake Why It's Wrong Correction
$\ln 0 = 0$ There is no power of $e$ that equals 0 $\ln 0$ is undefined
$\ln(-5)$ exists $e^y > 0$ always, so only positive inputs $\ln$ of negative is undefined
$\ln(x + y) = \ln x + \ln y$ Logs don't distribute over addition This is wrong; see Laws of Logarithms
$e^{x+y} = e^x + e^y$ Exponentials don't distribute Correct: $e^{x+y} = e^x \cdot e^y$
Confusing $\ln x^2$ with $(\ln x)^2$ Different operations $\ln x^2 = 2\ln x$ but $(\ln x)^2 = (\ln x)(\ln x)$

Practice Problems

Level 1 Evaluating Natural Logarithms

Evaluate each expression without a calculator.

(a) $\ln e^7$ (b) $\ln \frac{1}{e^3}$ (c) $e^{\ln 5}$

Thought Process

(a) Use the cancellation equation $\ln(e^x) = x$ directly.

(b) First rewrite $\frac{1}{e^3} = e^{-3}$, then apply the cancellation equation.

(c) Use the cancellation equation $e^{\ln x} = x$ directly.

Show Answer

(a) $\ln e^7 = \boxed{7}$ by the cancellation equation.

(b) $\ln \frac{1}{e^3} = \ln(e^{-3}) = \boxed{-3}$

(c) $e^{\ln 5} = \boxed{5}$ by the cancellation equation.

Level 2 Finding Limits

Find each limit.

(a) $\displaystyle\lim_{x \to 0^+} \ln(\tan^2 x)$

(b) $\displaystyle\lim_{x \to 3^+} \ln(x - 3)$

Thought Process

(a) As $x \to 0^+$, we have $\tan x \to 0^+$ (from the right), so $\tan^2 x \to 0^+$. Then $\ln$ of something approaching $0^+$ goes to $-\infty$.

(b) As $x \to 3^+$, the quantity $x - 3 \to 0^+$. Then $\ln$ of something approaching $0^+$ goes to $-\infty$.

Show Answer

(a) As $x \to 0^+$:

  • $\tan x \to 0^+$ (since $\tan 0 = 0$ and $\tan$ is positive for small positive $x$)
  • $\tan^2 x \to 0^+$
  • $\ln(\tan^2 x) \to -\infty$

$$\lim_{x \to 0^+} \ln(\tan^2 x) = \boxed{-\infty}$$

(b) As $x \to 3^+$:

  • $x - 3 \to 0^+$
  • $\ln(x - 3) \to -\infty$

$$\lim_{x \to 3^+} \ln(x - 3) = \boxed{-\infty}$$

This tells us $x = 3$ is a vertical asymptote of $y = \ln(x - 3)$.

Level 3 Solving Exponential Equations

Solve for $x$.

(a) $e^{2x+1} = 15$

(b) $\ln(3x - 1) = 4$

Thought Process

(a) The variable is in the exponent of $e$, so apply $\ln$ to both sides to bring it down.

(b) The variable is inside $\ln$, so apply $e^{(\cdot)}$ to both sides to cancel the $\ln$.

Show Answer

(a) Take natural log of both sides: $$\ln(e^{2x+1}) = \ln 15$$ $$2x + 1 = \ln 15$$ $$2x = \ln 15 - 1$$ $$x = \frac{\ln 15 - 1}{2}$$

Exact answer: $\boxed{x = \frac{\ln 15 - 1}{2}}$

Decimal approximation: $x \approx \frac{2.708 - 1}{2} \approx 0.854$

Check: $e^{2(0.854)+1} = e^{2.708} \approx 15$ ✓

(b) Apply $e^{(\cdot)}$ to both sides: $$e^{\ln(3x-1)} = e^4$$ $$3x - 1 = e^4$$ $$3x = e^4 + 1$$ $$x = \frac{e^4 + 1}{3}$$

Exact answer: $\boxed{x = \frac{e^4 + 1}{3}}$

Decimal approximation: $x \approx \frac{54.60 + 1}{3} \approx 18.53$

Check: $\ln(3(18.53) - 1) = \ln(54.59) \approx 4$ ✓

Level 4 Change of Base Applications

(a) Use the change of base formula to evaluate $\log_8 5$ correct to four decimal places.

(b) Express $\log_a b \cdot \log_b a$ as a single number (no logarithms in your final answer).

Thought Process

(a) Apply the change of base formula: $\log_8 5 = \frac{\ln 5}{\ln 8}$. Use a calculator for the numerical values.

(b) Write each logarithm using change of base, then simplify. Notice what cancels.

Show Answer

(a) Using the change of base formula: $$\log_8 5 = \frac{\ln 5}{\ln 8} = \frac{1.6094...}{2.0794...} \approx \boxed{0.7740}$$

(b) Apply change of base to both factors: $$\log_a b = \frac{\ln b}{\ln a} \quad \text{and} \quad \log_b a = \frac{\ln a}{\ln b}$$

Multiply them: $$\log_a b \cdot \log_b a = \frac{\ln b}{\ln a} \cdot \frac{\ln a}{\ln b} = \boxed{1}$$

Insight: $\log_a b$ and $\log_b a$ are always reciprocals!

Level 5 Graph Transformations

Consider the function $f(x) = \ln(x - 2) - 1$.

(a) Find the domain of $f$.

(b) Find the $x$-intercept.

(c) Find the vertical asymptote.

(d) Describe how the graph of $f$ is obtained from the graph of $y = \ln x$ using transformations.

Thought Process

(a) For $\ln$ to be defined, its argument must be positive: $x - 2 > 0$.

(b) Set $f(x) = 0$ and solve for $x$.

(c) The vertical asymptote occurs where the argument of $\ln$ equals zero.

(d) Compare $\ln(x - 2) - 1$ to $\ln x$. The "$-2$" inside shifts horizontally; the "$-1$" outside shifts vertically.

Show Answer

(a) The argument of $\ln$ must be positive: $$x - 2 > 0$$ $$x > 2$$

Domain: $\boxed{(2, \infty)}$

(b) Set $f(x) = 0$: $$\ln(x - 2) - 1 = 0$$ $$\ln(x - 2) = 1$$ $$x - 2 = e^1 = e$$ $$x = e + 2$$

$x$-intercept: $\boxed{(e + 2, 0)} \approx (4.72, 0)$

(c) The vertical asymptote occurs where the argument of $\ln$ approaches zero: $$x - 2 \to 0^+ \implies x \to 2^+$$

Vertical asymptote: $\boxed{x = 2}$

(d) Starting with $y = \ln x$:

  1. Shift right 2 units (replace $x$ with $x - 2$): This gives $y = \ln(x - 2)$
  2. Shift down 1 unit (subtract 1): This gives $y = \ln(x - 2) - 1$

The graph of $f$ is the graph of $y = \ln x$ shifted 2 units right and 1 unit down.

Mastery Checklist

Mental Model

$e^x$ and $\ln x$ are Opposites:

Think of $e^x$ as a "growth machine" and $\ln x$ as an "un-growth machine."

When you compose them, they cancel:

This is the essence of inverse functions.


Connections

Looking back:

Looking ahead:

Why "natural"?

The natural logarithm appears everywhere in calculus:

No other base produces formulas this clean.


Previous Up Next
Logarithm Definition Skills Index Laws of Logarithms

Last updated: 2026-01-23