Chapter 7: Exponentials and Logarithms Expressed through Series
Summary: Euler returns to and from Chapter 6 and now develops them analytically. Using a single heuristic — let be infinitely small and infinitely large, so — he produces the exponential-series and the logarithmic-series . Choosing the base so that defines [[eulers-number|]]; the resulting natural-logarithm system is the simplest, and is the modern conversion factor of change-of-base.
Sources: chapter7
Last updated: 2026-04-26
Overview
Chapter 6 set the stage: exists, its inverse exists, and most of their values are transcendental. The two computational tools available there were ad hoc — iterated geometric means (§106) for individual logarithms and table lookup (§109–§111) for everything else. Chapter 7 replaces those with infinite series that compute exponentials and logarithms to any precision.
The chapter has three movements:
- §114–§117 — the exponential series. Set with infinitely small; the proportionality constant depends on the base. Raise to the -th power, let be infinitely large, and the binomial expansion of collapses (since for finite ) into . The general follows from .
- §118–§121 — the logarithmic series. Run the same machinery in reverse. From get ; setting and expanding binomially yields . The natural derivative — set to extract — diverges for , but the trick of subtracting from gives the rapidly convergent , from which can be computed for any base.
- §122–§125 — the natural logarithm and . Choose the base so . Then , which Euler computes as , denotes , and calls “the base of natural or hyperbolic logarithms” (§122). The series collapse to the canonical , . Euler tabulates to twenty digits and shows that for any other base , is the conversion factor.
See also: infinitesimal-and-infinite-numbers, exponential-series, logarithmic-series, eulers-number, natural-logarithm, change-of-base.
Structure of the chapter
§114 — Setup: and the constant
For and any infinitely small positive , exceeds 1 by an infinitely small amount: . Since being infinitely small forces to be infinitely small (and vice versa), they are commensurable and Euler writes , so
The constant is finite and depends on . Worked example: with and , the common log table gives , so and (source: chapter7, §114). This is the same that turns out to equal — but at this stage Euler only knows it as a base-dependent finite quantity.
§115 — Binomial expansion of
Raising to the -th power gives . Expanding the right side by Newton’s binomial (Chapter 4, binomial-series):
Now substitute , so is infinitely large and is infinitely small:
(source: chapter7, §115). This is true because is infinitely large.
§116 — Collapsing the coefficients
Since is infinitely large, and for every finite (source: chapter7, §116). Each binomial coefficient of collapses to a reciprocal factorial:
Setting gives the defining relation between and :
For , this series in must equal 10, recovering . See exponential-series.
§117 — The general exponential
If then , and . Substituting for in §116 and then writing :
So once is known for a chosen base , every other exponential has a power series in whose coefficients are powers of (source: chapter7, §117).
§118–§119 — Inverting: the logarithmic series
§118 starts the inversion. From , and . Setting
For to remain a finite number (the logarithm), must be infinitely large (and so infinitely small).
§119 inverts the relation: , so and . Hence
Expand by the binomial series:
For infinite, , , etc. — the same collapse as §116 — and the leading cancels the constant term, leaving
See logarithmic-series.
§120 — The divergence paradox
Set in the §119 series. Since ,
For this reads — manifestly divergent in any pre-modern reading (source: chapter7, §120). Euler flags this as a paradox to be resolved in §121.
§121 — The fast-convergent
Substituting for in the §119 series:
Subtract from : even-power terms cancel, odd-power terms double:
Now solve for : . For , , so
— a series whose terms decrease geometrically, giving fast convergence to (source: chapter7, §121). The paradox of §120 is resolved: the divergent series of §120 is the wrong tool for ; the §121 series is the right one.
§122 — Defining as the base where
The base is at the analyst’s disposal — choose it so . Then the §116 defining series collapses to
(source: chapter7, §122). Euler denotes this number — the first appearance of the symbol — and calls the resulting logarithms natural or hyperbolic (the latter “since the quadrature of a hyperbola can be expressed through these logarithms”). See eulers-number.
§123 — The canonical natural-log series and a logarithm table
With the three master identities take their cleanest form (source: chapter7, §123):
Sample applications: gives ; gives ; gives . Combining these by the Chapter 6 algebraic rules (, etc.) yields all integer logs . For , set to get , then . Euler writes out the resulting table to twenty decimal places (e.g. , ).
§124 — is the natural log of
For an arbitrary base , let and . The §119 series for differs from the §123 series for only by the factor , so and
Setting gives and (source: chapter7, §124). For : , exactly the value computed in §114, §121, §123. Conversely, dividing every natural log by (or multiplying by ) gives common logs — recovering change-of-base from Chapter 6.
§125 — Two more identities
From and (with , since ):
And from the underlying -form:
with infinitely large (source: chapter7, §125). Euler closes the chapter by noting that further uses of natural logs are deferred to integral calculus.
Notable points
- The chapter’s logical machine is Euler’s infinitesimal–infinite identification. Every derivation rests on simultaneously using and , then setting for finite . This is not modern limit-taking; it is treated as a transparent algebraic identity. The whole power-series theory of and falls out by one move.
- is defined analytically, not geometrically. Unlike , which Euler will reach via the circle, enters as the unique base for which the multiplicative constant in equals 1. The geometric (“hyperbolic”) interpretation is mentioned only as etymology; the working definition is the series .
- The §120 divergence is honest. Euler does not hide that his most natural inversion of the exponential series fails for . He resolves it not by qualifying the original series but by deriving a different series (the one) whose convergence properties are favorable. The interplay of two series, one slow/divergent and one fast, computing the same quantity, will recur throughout the Introductio.
- Every transcendental computation in Chapter 6 now has a series counterpart. Geometric means still work but are no longer needed: §123 produces from in a few quickly-converging terms, and the rest follow by the algebraic rules of §104.
- Chapter 7 is the analytic counterpart of Chapter 6 in the same sense Chapter 4 was for Chapters 2–3. Where Chapter 4 expanded algebraic functions (rational, then irrational via Newton’s binomial) in series, Chapter 7 expands the transcendental exponential and logarithm. The
(1 + z/j)^jrepresentation of is the bridge: a transcendental function exhibited as the limit of an algebraic family.
Why this chapter matters
Chapters 6 and 7 together are the foundation of every later chapter that mentions , , sines, cosines, or . Chapter 6 secured existence; Chapter 7 secures computation — every value of and is now reachable by summing a power series. The exponential series in particular will be the input to Chapter 8’s derivation of the trigonometric series and the Euler formula .
The chapter also installs Euler’s main analytic technique — the simultaneous use of an infinitely small and an infinitely large with finite — as the standard tool of the Introductio. The next several chapters will reuse this device almost verbatim, with replaced by , by trigonometric arguments, and by other parameters.
Related pages
- infinitesimal-and-infinite-numbers
- exponential-series
- logarithmic-series
- eulers-number
- natural-logarithm
- exponential-function
- logarithm
- change-of-base
- binomial-series
- geometric-mean-method-for-logarithms
- chapter-6-on-exponentials-and-logarithms
- chapter-4-on-the-development-of-functions-in-infinite-series