BUSINESS CALCULUS • DERIVATIVES

Exponential & Logarithmic Derivatives — Derivatives of Exponential and Logarithmic Functions

Master the differentiation rules that model continuous growth, compound interest, and decay across business and economics.

Historical Context & Motivation

The story of exponential and logarithmic derivatives is, at its core, the story of humanity's effort to understand continuous growth and change. Long before calculus existed as a formal discipline, merchants, bankers, and navigators recognized that quantities such as compound interest and population expansion followed patterns that simple polynomial expressions could not capture. The mathematical machinery needed to differentiate these functions evolved over several centuries, driven by practical problems in finance, astronomy, and natural philosophy.

The concept of the natural logarithm arose from the desire to simplify multiplication into addition — a computational lifesaver in an era before electronic calculators. John Napier's logarithmic tables, published in 1614, transformed astronomical calculation. Meanwhile, the constant e ≈ 2.71828 surfaced independently through the study of compound interest, when Jacob Bernoulli asked what happens as compounding frequency tends toward infinity. These threads converged when Euler unified the notation and Newton and Leibniz provided the calculus framework to differentiate the resulting functions.

1614
Napier Publishes Logarithmic Tables
John Napier introduces logarithms as a tool for simplifying astronomical calculations, laying the conceptual groundwork for the logarithmic function as a mathematical object in its own right.
1683
Bernoulli Discovers e Through Compound Interest
Jacob Bernoulli investigates the limit of (1 + 1/n)ⁿ as n → ∞ and discovers that it converges to approximately 2.71828, revealing the constant e at the heart of continuous compounding.
1697
Johann Bernoulli Differentiates Exponentials
Johann Bernoulli systematically applies Leibniz's differential calculus to exponential expressions, establishing that the derivative of eˣ is itself — a property that makes it uniquely powerful in modeling growth and decay.
1748
Euler's Introductio in Analysin Infinitorum
Leonhard Euler formalizes the relationship between exponential and logarithmic functions, introduces the modern notation eˣ and ln x, and connects them to infinite series, solidifying their central role in analysis.

Today, exponential and logarithmic derivatives are indispensable in business calculus. Revenue models, continuously compounded interest, logistic market-saturation curves, and marginal analysis of cost functions all depend on fluent differentiation of eˣ, aˣ, ln x, and loga x. The central question this lesson addresses is: What rules govern the derivatives of exponential and logarithmic functions, and how do we apply them in practical business contexts?

Core Principles & Definitions

Before diving into derivative formulas, it is essential to establish the foundational properties of exponential and logarithmic functions. These two families of functions are inverses of each other: the exponential function eˣ and the natural logarithm ln x undo each other's operations. This inverse relationship is the engine behind many of the derivative rules we will derive. Understanding the behavior of these functions — their domains, ranges, and key identities — provides the scaffolding on which differentiation formulas rest.

1

The Number e

The irrational constant e ≈ 2.71828 is defined as lim(n→∞) (1 + 1/n)ⁿ. It is the unique base for which the exponential function equals its own derivative: d/dx [eˣ] = eˣ.
2

Exponential Functions

An exponential function has the form f(x) = aˣ where a > 0 and a ≠ 1. The natural exponential eˣ is the most analytically tractable case. All exponential functions can be rewritten in terms of e using aˣ = e^(x ln a).
3

Logarithmic Functions

The natural logarithm ln x is the inverse of eˣ, defined for x > 0. The general logarithm log_a(x) = ln x / ln a. Logarithms convert multiplication to addition and exponentiation to multiplication.
4

The Inverse Relationship

e^(ln x) = x for x > 0, and ln(eˣ) = x for all real x. This inverse pairing means that differentiation rules for one family directly inform the rules for the other through implicit differentiation.
5

The Chain Rule Connection

Most real-world exponential and logarithmic functions involve composite arguments — e^(g(x)) or ln(g(x)). The chain rule d/dx [f(g(x))] = f′(g(x)) · g′(x) is essential for differentiating these compositions.
KEY TAKEAWAY
Think of eˣ and ln x as a pair of perfectly matched gears in a machine: turning one forward by applying it to an expression is exactly undone by turning the other backward. This inverse relationship is analogous to encoding and decoding in cryptography — the exponential 'encrypts' a number into a growth curve, and the logarithm 'decrypts' it back to the original input. Because the derivative of eˣ is itself, exponential growth is the only process whose rate of change is proportional to its current value, making it the natural language for compound interest, population dynamics, and radioactive decay.

Visual Explanation — Graphs of eˣ, ln x, and Their Derivatives

A powerful way to internalize the derivative rules for exponential and logarithmic functions is to see the original functions alongside their derivatives on the same coordinate plane. The diagram below plots f(x) = eˣ and its derivative, as well as g(x) = ln x and its derivative g′(x) = 1/x. Notice the remarkable property of eˣ: the function and its derivative are identical curves. For ln x, the derivative 1/x is always positive but decreasing, reflecting the fact that the logarithmic curve grows ever more slowly.

The cyan curve represents f(x) = eˣ, which passes through (0, 1) and rises steeply to the right. Because the derivative of eˣ is itself, the function and its derivative share the exact same curve — a unique property. The violet curve shows g(x) = ln x, defined only for x > 0, passing through (1, 0). Its derivative, 1/x (pink dashed), starts large near x = 0 and decreases toward zero as x grows, reflecting the decelerating growth of the logarithm.

Several observations emerge from the diagram. First, the exponential function eˣ is its own derivative — this is the single most important fact in this lesson. Second, the slope of ln x at any point x is exactly 1/x, which means the logarithm's rate of change diminishes as x increases. Third, the two original functions are reflections of each other across the line y = x, confirming their inverse relationship. These geometric observations will translate directly into the algebraic derivative formulas developed in the next section.

Mathematical Framework — Derivative Formulas

We now present the core differentiation formulas for exponential and logarithmic functions. Each formula is accompanied by a brief derivation sketch to reinforce conceptual understanding. Throughout, we assume familiarity with the chain rule, which is critical whenever the argument of the exponential or logarithmic function is itself a function of x.

NATURAL EXPONENTIAL DERIVATIVE
d/dx [eˣ] = eˣ
The natural exponential function is the only function that is its own derivative. This follows from the limit definition: lim(h→0) (e^(x+h) − eˣ)/h = eˣ · lim(h→0) (eʰ − 1)/h = eˣ · 1 = eˣ, since lim(h→0) (eʰ − 1)/h = 1 by the definition of e.
NATURAL EXPONENTIAL WITH CHAIN RULE
d/dx [e^(g(x))] = e^(g(x)) · g′(x)
When the exponent is a function g(x) rather than simply x, the chain rule multiplies the result by g′(x). For example, d/dx [e^(3x²)] = e^(3x²) · 6x.
GENERAL EXPONENTIAL DERIVATIVE
d/dx [aˣ] = aˣ · ln a (a > 0, a ≠ 1)
Since aˣ = e^(x ln a), applying the chain rule yields d/dx [e^(x ln a)] = e^(x ln a) · ln a = aˣ · ln a. The factor ln a acts as a scaling constant; when a = e, ln e = 1 and the formula reduces to the natural case.
NATURAL LOGARITHM DERIVATIVE
d/dx [ln x] = 1/x (x > 0)
This can be derived by implicit differentiation. Let y = ln x, so eʸ = x. Differentiating both sides: eʸ · dy/dx = 1, hence dy/dx = 1/eʸ = 1/x. With the chain rule: d/dx [ln(g(x))] = g′(x)/g(x).
GENERAL LOGARITHM DERIVATIVE
d/dx [log_a(x)] = 1/(x · ln a) (a > 0, a ≠ 1, x > 0)
Since log_a(x) = ln x / ln a, the derivative is simply (1/ln a) · (1/x). The constant 1/ln a adjusts for the base. For common logarithms (base 10), this becomes 1/(x · ln 10) ≈ 1/(2.3026 x).
⚠️ Chain Rule Reminder
In nearly every business application, the argument of the exponential or logarithm is not plain x but a function of x — such as e^(−0.05t) for depreciation or ln(1 + r) for continuously compounded returns. Always apply the chain rule: multiply the outer derivative by the derivative of the inner function.

Detailed Breakdown — All Rules at a Glance

The following table consolidates every differentiation rule covered in this lesson, including the chain-rule extensions. Having all formulas in a single reference makes it straightforward to select the correct rule when confronting a new problem. The right-most column provides a quick business-context example for each rule, reinforcing the practical relevance of these derivatives.

Complete derivative formulas for exponential and logarithmic functions
Function f(x)Derivative f′(x)Business Example
Instantaneous growth rate of a continuously growing investment
e^(g(x))e^(g(x)) · g′(x)Rate of change of revenue R(t) = 500e^(0.04t)
aˣ · ln aAnnual depreciation when value = V₀ · (0.85)ᵗ
a^(g(x))a^(g(x)) · ln a · g′(x)Growth of bacteria N(t) = 2^(t²)
ln x1/xMarginal return from ln-based utility functions
ln(g(x))g′(x)/g(x)Elasticity of demand: d/dx[ln D(x)]
log_a(x)1/(x · ln a)Decibel-scale sensitivities in marketing research
This flowchart guides you through choosing the correct derivative formula. Start by identifying whether the function is exponential or logarithmic, then determine the base (e or general a), and finally apply the chain rule if the argument is a composite function g(x).

A useful mnemonic: for exponential derivatives, the original function always appears in the result — you "keep" the exponential and multiply by a correction factor (ln a for general bases, and 1 for base e). For logarithmic derivatives, the result always involves 1/x (or 1/g(x) with the chain rule) — the reciprocal structure reflects the fact that logarithms grow ever more slowly as their input increases.

Worked Example — Continuously Compounded Revenue

A company models its monthly revenue (in thousands of dollars) as R(t) = 120e^(0.03t), where t is the number of months since the product launch. We want to find the instantaneous rate of change of revenue at t = 10 months, and then determine the percentage rate of growth at that time using logarithmic differentiation.

Finding the Rate of Change of Revenue
1
Step 1 — Identify the Function and RuleThe revenue function R(t) = 120e^(0.03t) is a constant (120) times the natural exponential e raised to a composite argument g(t) = 0.03t. We need the chain rule form: d/dt [e^(g(t))] = e^(g(t)) · g′(t). Here, g(t) = 0.03t, so g′(t) = 0.03.
Rule: d/dt [120e^(0.03t)] = 120 · e^(0.03t) · 0.03
2
Step 2 — Compute the General Derivative R′(t)Applying the rule, we multiply the constant 120 by e^(0.03t) by 0.03: R′(t) = 120 × 0.03 × e^(0.03t) = 3.6e^(0.03t). This tells us the revenue is growing exponentially, and the rate of growth is proportional to the current revenue level — a hallmark of exponential models.
R′(t) = 3.6e^(0.03t) thousand dollars per month
3
Step 3 — Evaluate at t = 10Substituting t = 10 into the derivative: R′(10) = 3.6e^(0.03 × 10) = 3.6e^(0.3). Using e^(0.3) ≈ 1.3499, we compute R′(10) ≈ 3.6 × 1.3499 ≈ 4.860.
R′(10) ≈ 4.86 thousand dollars per month ≈ $4,860/month
4
Step 4 — Percentage Rate of Growth via Logarithmic DifferentiationThe percentage rate of growth is R′(t)/R(t) × 100%. Taking the natural logarithm first: ln R(t) = ln 120 + 0.03t. Differentiating: d/dt [ln R(t)] = R′(t)/R(t) = 0.03, or 3% per month. Notice that this percentage rate is constant — a defining feature of exponential growth — and equals the coefficient of t in the exponent.
Percentage growth rate = 3% per month (constant)
5
Step 5 — Interpret the ResultsAt month 10, revenue is increasing at approximately $4,860 per month in absolute terms. However, the relative (percentage) growth rate remains a steady 3% per month regardless of time. This dual perspective — absolute vs. relative rate — is precisely what the exponential derivative and the logarithmic derivative provide, respectively. In business, the absolute rate is useful for cash-flow planning, while the relative rate informs investors about growth sustainability.
Absolute rate: $4,860/month | Relative rate: 3%/month

Comparing Exponential vs. Polynomial vs. Logarithmic Growth

One of the most common errors in business modeling is using the wrong type of function to represent growth. Understanding how exponential, polynomial, and logarithmic functions differ — both in their behavior and in the structure of their derivatives — helps analysts choose appropriate models. The table below contrasts these three families of functions across several key dimensions.

Comparison of derivative behavior across function families
PropertyExponential (eˣ, aˣ)Power / Polynomial (xⁿ)Logarithmic (ln x)
Long-term growthFastest — dominates all polynomials as x → ∞Moderate — grows as xⁿSlowest — grows without bound but decelerates
Derivative formProportional to the original: aˣ · ln aPower drops by 1: n · xⁿ⁻¹Reciprocal: 1/x
Relative growth rate f′/fConstant (= ln a)Decreasing (= n/x)Decreasing (= 1/(x ln x))
Business applicationCompound interest, viral growth, depreciationArea, volume, cost scalingDiminishing returns, utility, information entropy
Key limitationUnrealistic for long-horizon growth (no saturation)No natural saturation either, but slowerCannot model accelerating growth
KEY TAKEAWAY
When a quantity's rate of change is proportional to its current value, the underlying model is exponential. This is the financial intuition behind continuous compounding: the more money you have, the faster it grows, and the rate of that feedback loop is captured exactly by the exponential derivative. Conversely, when each additional unit of input yields diminishing marginal returns — as in customer acquisition or advertising spend — the logarithmic model and its 1/x derivative are appropriate. Choosing the right function family is as important as computing the derivative correctly.

Connection to Advanced Theory — Logarithmic Differentiation & Beyond

The derivative rules for exponential and logarithmic functions are not merely standalone formulas — they serve as gateways to more advanced techniques that appear frequently in upper-level business mathematics and economics. Logarithmic differentiation is a powerful method in which you take the natural logarithm of both sides of an equation before differentiating, thereby converting products into sums and exponents into coefficients. This technique is especially useful when a function involves a variable raised to a variable power, such as f(x) = xˣ, or when differentiating products of many factors.

Connections from basic derivatives to advanced business mathematics
This Lesson's ConceptAdvanced ExtensionWhere You'll See It
d/dx [eˣ] = eˣDifferential equations: dy/dx = ky → y = Ce^(kt)Continuous growth/decay models, epidemiology, finance
d/dx [ln x] = 1/xIntegration: ∫(1/x) dx = ln|x| + CConsumer surplus, Lorenz curves, Gini coefficients
Chain rule with e^(g(x))Logistic model: P(t) = L / (1 + e^(−k(t−t₀)))Market saturation, S-curves in product adoption
Relative rate R′/R = constantElasticity of demand: ε = (dQ/dP)(P/Q)Pricing strategy, tax incidence analysis

Looking ahead, the ability to differentiate exponential and logarithmic functions is prerequisite knowledge for integral calculus, where ln x appears as the antiderivative of 1/x, and for multivariable optimization, where Cobb-Douglas production functions Q = ALαKβ are routinely analyzed using logarithmic transformations. Mastering the formulas in this lesson is therefore not an endpoint but a launching pad for the richer analytical tools of business economics.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the derivative of eˣ is unique among all exponential functions aˣ. What special property does the base e possess that no other positive real number shares, and how does this property manifest in the derivative formula d/dx [aˣ] = aˣ · ln a?
PROBLEM 2BASIC CALCULATION
Find the derivative of f(x) = 5e^(4x) − 3 ln(2x).
PROBLEM 3INTERMEDIATE
A product's demand function is D(p) = 800e^(−0.02p), where p is the price in dollars. Find D′(p) and determine the price at which demand is decreasing at a rate of 10 units per dollar.
PROBLEM 4APPLIED
An investment of $10,000 is placed in an account earning 5% annual interest compounded continuously. The balance is A(t) = 10000e^(0.05t). (a) Find A′(t). (b) How fast is the balance growing after 6 years? (c) Verify that the relative growth rate A′(t)/A(t) equals the interest rate.
PROBLEM 5CRITICAL THINKING
A firm's total cost function is C(q) = 200 + 50q − 10 ln(q + 1), where q is the number of units produced. (a) Find the marginal cost C′(q). (b) Determine C′(0) and C′(100), and explain the economic meaning of how marginal cost changes. (c) Prove that C′(q) is an increasing function for q ≥ 0 and explain why this is economically reasonable.

Lesson Summary

This lesson established the essential derivative rules for exponential and logarithmic functions. The natural exponential function eˣ is uniquely its own derivative, while general exponentials obey d/dx [aˣ] = aˣ · ln a. On the logarithmic side, d/dx [ln x] = 1/x and d/dx [log_a(x)] = 1/(x · ln a). The chain rule extends each formula to composite arguments: d/dx [e^(g(x))] = e^(g(x)) · g′(x), and d/dx [ln(g(x))] = g′(x)/g(x).

In business contexts, exponential derivatives model continuous compounding, revenue growth rates, and depreciation schedules, while logarithmic derivatives quantify diminishing marginal returns and elasticity of demand. The relative growth rate R′(t)/R(t) — obtained via logarithmic differentiation — isolates the percentage rate of change and connects directly to interest rates and growth parameters. These tools form the analytical backbone for optimization, differential equations, and advanced modeling throughout business calculus.

Varsity Tutors • Business Calculus • Exponential & Logarithmic Derivatives