4.1.20 · D3Calculus I — Limits & Derivatives

Worked examples — Derivatives of ln x and logₐ(x)

1,960 words9 min readBack to topic

The scenario matrix

Before working anything, let us list every case-class this topic can generate. Each row is a "cell." The worked examples below are tagged with the cell they cover, so together they fill the whole grid.

# Cell (case class) What makes it different Example
C1 Plain of a polynomial pure chain rule (a)
C2 Non- base extra factor (b)
C3 Simplify-first (log laws) avoid chain rule entirely (c)
C4 Negative / absolute-value input domain, (d)
C5 Product/quotient inside log laws turn it into a sum (e)
C6 Variable in the exponent logarithmic differentiation (f)
C7 Real-world rate (word problem) units, interpretation (g)
C8 Exam twist / degenerate limiting value, hidden constant (h)

We will hit all eight cells with eight examples.


Reading the picture first

The single fact behind every example is the shape of and its slope . Look at the figure: the height climbs but ever more slowly, and the little slope triangles get flatter as you move right.

Figure — Derivatives of ln x and logₐ(x)

The worked examples

(a) Cell C1 — plain of a polynomial


(b) Cell C2 — non- base


(c) Cell C3 — simplify first with log laws


(d) Cell C4 — negative input and

Figure — Derivatives of ln x and logₐ(x)

(e) Cell C5 — product inside the log


(f) Cell C6 — variable in the exponent (logarithmic differentiation)


(g) Cell C7 — real-world rate (word problem)


(h) Cell C8 — exam twist / degenerate case


Active recall

Recall Which cell does each problem hit? (cover the right side)

::: C1 — plain chain rule, answer . ::: C2 — extra , answer . ::: C3 — split first, answer . ::: C4 — for all . ::: C5 — . ::: C6 — . Why does break as ? ::: C8 — , slope , base forbidden.


Connections

  • Chain Rule — the engine behind C1, C4.
  • Logarithm Laws — turns C3, C5 into sums.
  • Logarithmic Differentiation — the only route for C6.
  • Implicit Differentiation — used inside C6 on .
  • Derivative of e^x and a^x — the inverse fact simplifying in C5.
  • Standard Limit (1+t)^{1/t} → e — the foundation the parent's rests on.
  • Parent topic — the master formulas this page exercises.