ExplorationsHow e connects repeated growth, infinite sums and a turn around a circle
The Number Behind Continuous Growth
Begin with 1 unit and assign a nominal growth rate of 100% over one unit of time. Adding that growth once gives 2; splitting it into two 50% increases gives 1 × 1.5 × 1.5 = 2.25. Splitting it into n equal increases gives (1 + 1/n)^n, which approaches Euler’s numberDefinition: Euler’s number, written e, is approximately 2.71828 and is the limit of (1 + 1/n)ⁿ as positive integers n increase. e, about 2.71828. Follow that limitDefinition: A limit is the value that a sequence or function approaches under a stated limiting process., then see how powers of e describe growth, decay and rotation.
1 growth interval
(1 + 1/1)^1 ≈ 2
Begin with 1 unit and add 100% of the current amount once. The final amount is 2 units.
Complete calculation transcript
| Step | Calculation |
|---|---|
| (1 + 1/1)^1 ≈ 2 | |
| (1 + 1/2)^2 ≈ 2.25 | |
| (1 + 1/4)^4 ≈ 2.44140625 | |
| (1 + 1/8)^8 ≈ 2.56578451 | |
| (1 + 1/16)^16 ≈ 2.6379285 | |
| (1 + 1/32)^32 ≈ 2.67699013 | |
| (1 + 1/64)^64 ≈ 2.69734495 | |
| (1 + 1/128)^128 ≈ 2.70773902 | |
| (1 + 1/256)^256 ≈ 2.71299162 | |
| (1 + 1/512)^512 ≈ 2.715632 | |
| (1 + 1/1024)^1024 ≈ 2.71695573 |
- dot
- a final amount after n growth intervals
- dashed reference
- a numerical reference, not an error bound
Every dot is the final amount from a fresh experiment starting with 1 unit. Each horizontal step doubles the number of growth intervals; it does not add another period. The dashed line marks e as a numerical reference.
(1 + 1/1)^1 ≈ 2. The numerical reference is 2.71828183.
- Step
- 0 / 10
- Current value
- 2
Examples to explore
Try this
Why do two 50% increases produce 2.25 rather than 2?
What is going on
Each explanation begins with a worked example and follows the same operation through intuition, formal statements and proofs. Later sections distinguish what is established from questions that remain open, so you can follow the level of detail useful to you.
- 1add 50% of 1: 1 + 0.51.5This is the first of two equal growth intervals.
- 1.5add 50% of 1.5: 1.5 + 0.752.25The first increase also receives growth during the second interval.
What you are seeing
Each finer split begins again with 1 unit
In the compound-growth view, n tells us how many times growth is added. Each time, the current amount is multiplied by 1 + 1/n. For n = 2, that multiplier is 1.5, applied twice. For n = 4, it is 1.25, applied four times. We hold the nominal total rate at 100%, so increasing n does not mean increasing the rate assigned to each interval.
Run and Step compare n = 1, 2, 4, 8 and so on. A dot represents the final amount from one complete experiment, not the balance halfway through it. The transcript records every calculation, including steps that have not yet been drawn.
Another way to build the same number
A factorialDefinition: The factorial n! is the product of every positive integer from 1 through n. makes successive additions smaller
The exponential functionDefinition: An exponential function has a fixed positive base raised to a variable power; the natural exponential is exp(x) = eˣ. gives meaning to e raised to different powers. In the series view, start with 1, add x, then x²/2!, then x³/3!, and continue. A factorialDefinition: The factorial n! is the product of every positive integer from 1 through n. such as 3! means 3 × 2 × 1 = 6. At x = 1, the first sums are 1, 2, 2.5 and approximately 2.666667. They approach the same e that appeared in compoundingDefinition: Compound growth applies each percentage increase to the updated amount, including previous increases..
At x = 2 the sum instead approaches e², about 7.389. At x = −1 it approaches e⁻¹ = 1/e, about 0.367879. Negative powers here describe decay rather than a negative amount. The early partial sumsDefinition: A partial sum adds only the first finitely many terms of a sequence or series. can overshoot or even be negative, especially when x is negative; only the infinite sum is the positive exponential value.
How e meets π on a circle
An imaginary exponentDefinition: A positive whole-number exponent tells you how many copies of a base to multiply together. represents a rotation
The imaginary unitDefinition: The imaginary unit i is a complex number satisfying i² = −1; multiplication by i turns the complex plane a quarter-turn anticlockwise. i is defined by i² = −1. A complex numberDefinition: A complex number has the form a + bi, where a and b are real numbers and i² = −1. a + bi can be drawn at horizontal coordinateDefinition: A coordinate is one of the numbers used to locate a point relative to chosen axes or another reference system. a and vertical coordinate b. On Euler’s circle, start at 1, the point (1, 0), and move counterclockwise. A radianDefinition: One radian is the angle that cuts off a circular arc whose length equals the circle’s radius. measures angleDefinition: An angle measures the amount of turn between two directions meeting at a point. by arc lengthDefinition: A circular arc is a portion of a circle’s rim; its arc length measures distance along that curved portion. divided by radiusDefinition: A radius is a straight segment from the centre of a circle to its rim, or the length of that segment., so a half-turn is πDefinition: Pi, written π, is the circumference of a Euclidean circle divided by its diameter, approximately 3.14159. radians and a full turn is 2π radians.
Euler’s formulaDefinition: Euler’s formula e^(iθ) = cos(θ) + i sin(θ) connects the complex exponential to a turn of θ radians on the unit circle. states that e raised to iθ has coordinatesDefinition: A coordinate is one of the numbers used to locate a point relative to chosen axes or another reference system. cos θ and sin θ:
At a half-turn, those coordinatesDefinition: A coordinate is one of the numbers used to locate a point relative to chosen axes or another reference system. are (−1, 0), so e^(iπ) = −1. Adding 1 gives the familiar Euler’s identityDefinition: Euler’s identity is e^(iπ) + 1 = 0, the half-turn case of Euler’s formula., e^(iπ) + 1 = 0. This relates e, πDefinition: Pi, written π, is the circumference of a Euclidean circle divided by its diameter, approximately 3.14159., i, 1 and 0 without claiming that an ordinary positive real power has become negative; the exponentDefinition: A positive whole-number exponent tells you how many copies of a base to multiply together. is imaginary.
What about 1/(1 − e)?
A familiar formula can have an unfamiliar condition
The expression 1/(1 − e) is a perfectly well-defined negative number, about −0.581977. It is not the ordinary sum of 1 + e + e² + ⋯. That series keeps adding positive terms which grow larger, so its partial sumsDefinition: A partial sum adds only the first finitely many terms of a sequence or series. cannot approach that negative number.
The relevant formula is 1 + r + r² + ⋯ = 1/(1 − r), and it requires |r| less than 1. Use r = 1/2 to approach 2, or r = 1/e to approach 1/(1 − 1/e), about 1.581977. The comparison view lets you try both convergentDefinition: A sequence converges when its terms approach a definite limit as the index grows. ratiosDefinition: A ratio compares two quantities by division, describing how large one is relative to the other. and r = e, where the condition fails. Neither series is the factorialDefinition: The factorial n! is the product of every positive integer from 1 through n.-weighted series that defines eˣ.
Why the connections hold
The finite identities explain the limiting operations
For the geometric partial sumDefinition: A partial sum adds only the first finitely many terms of a sequence or series. Sₘ = 1 + r + ⋯ + rᵐ, multiplying by r and subtracting cancels all the middle terms. Thus (1 − r)Sₘ = 1 − rᵐ⁺¹. If |r| is less than 1, the final power tends to zero, giving the claimed limitDefinition: A limit is the value that a sequence or function approaches under a stated limiting process.. If |r| is at least 1, the terms themselves do not tend to zero, which already rules out ordinary convergenceDefinition: A sequence converges when its terms approach a definite limit as the index grows..
For compoundingDefinition: Compound growth applies each percentage increase to the updated amount, including previous increases., the binomial theoremDefinition: A theorem is a mathematical statement established by a proof from accepted definitions and earlier results. gives
Every product lies between zero and one, and for each fixed k it tends to one. The tail is bounded by the corresponding tail of ∑ 1/k!, a convergentDefinition: A sequence converges when its terms approach a definite limit as the index grows. series: after the first few terms, each new term is at most half its predecessor. Given any desired error, first choose a small factorialDefinition: The factorial n! is the product of every positive integer from 1 through n. tail, then make n large enough for the remaining finitely many products to be close to one. This proves that the compoundingDefinition: Compound growth applies each percentage increase to the updated amount, including previous increases. limitDefinition: A limit is the value that a sequence or function approaches under a stated limiting process. is ∑ 1/k! = e.
For a complex exponentDefinition: A positive whole-number exponent tells you how many copies of a base to multiply together. iθ, the exponential series is absolutely convergentDefinition: A sequence converges when its terms approach a definite limit as the index grows., so its even and odd powers can be collected separately. Using i² = −1 produces the cosineDefinition: The cosine of an angle is the horizontal coordinate reached by turning through that angle anticlockwise from (1, 0) on the unit circle. series in the real part and the sineDefinition: The sine of an angle is the vertical coordinate reached by turning through that angle anticlockwise from (1, 0) on the unit circle. series in the imaginary part, yielding Euler’s formulaDefinition: Euler’s formula e^(iθ) = cos(θ) + i sin(θ) connects the complex exponential to a turn of θ radians on the unit circle..
What the pictures establish
A finite rendering illustrates a theoremDefinition: A theorem is a mathematical statement established by a proof from accepted definitions and earlier results. rather than proving it
The laboratory uses ordinary floating-point arithmetic. Its dashed references come from the browser’s exponential functionDefinition: An exponential function has a fixed positive base raised to a variable power; the natural exponential is exp(x) = eˣ., and the circle coordinatesDefinition: A coordinate is one of the numbers used to locate a point relative to chosen axes or another reference system. come from sineDefinition: The sine of an angle is the vertical coordinate reached by turning through that angle anticlockwise from (1, 0) on the unit circle. and cosineDefinition: The cosine of an angle is the horizontal coordinate reached by turning through that angle anticlockwise from (1, 0) on the unit circle.. These are numerical illustrations, not certified intervals or independently verified digits. The 16-term series can still visibly differ from eˣ, especially near the ends of the allowed range.
The statements above concern limitsDefinition: A limit is the value that a sequence or function approaches under a stated limiting process. and exact identities, supported by their arguments and references. Increasing the number of drawn points cannot replace those arguments. A useful next investigation is to compare how quickly the compoundingDefinition: Compound growth applies each percentage increase to the updated amount, including previous increases. and factorialDefinition: The factorial n! is the product of every positive integer from 1 through n. constructions approach e, then ask what error bound would certify a chosen number of decimalDefinition: Decimal notation writes numbers in base ten, using digits 0 through 9 and place values based on powers of ten. places.
What is actually established
Every statement on this page, with its status, its exact scope, and the date that status was last checked.
As n tends to infinity, (1 + 1/n)^n tends to e.
- Scope
- Positive integer n, with a fresh starting amount of 1 and a nominal total rate of 100%.
- Why
- The binomial expansion is a sum of products bounded by 1/k!. Each fixed product approaches 1/k!, and the tails are controlled by the convergent factorial series. The detailed argument appears below.
- Status checked
- Sources
- DLMF §4.2: Definitions
The infinite series ∑ xᵏ/k! equals eˣ for every real x.
- Scope
- An infinite series; the laboratory displays only 16 terms using floating-point arithmetic.
- Status checked
- Sources
- DLMF §4.2: Definitions
For real θ, e^(iθ) = cos θ + i sin θ, so e^(iπ) + 1 = 0.
- Scope
- Angles in radians and the imaginary unit satisfying i² = −1.
- Status checked
- Sources
- DLMF §4.2: Definitions
The geometric series 1 + r + r² + ⋯ equals 1/(1 − r) exactly when |r| < 1.
- Scope
- Real r and ordinary convergence of partial sums. In particular, r = e is outside this condition.
- Status checked
Sources
Review notes show which bibliographic details Mathomaly has checked and which remain unresolved. Checking a publication record does not independently verify its proof.
- NIST Digital Library of Mathematical Functions, DLMF §4.2: Definitions, National Institute of Standards and Technology. Link
Equations 4.2.11, 4.2.19 and 4.2.24 give the constant e, the exponential power series and its real and imaginary parts.
Bibliographic record checked. This is not an independent verification of the proof.
Bibliographic review:
AI-assisted bibliographic audit. Evidence type: source text.
Read the institutional reference, its exponential-series definition and its real/imaginary decomposition. This records source identity, not an independent proof audit.
- Gilbert Strang, Edwin Herman, Calculus Volume 2, §5.2: Infinite Series, OpenStax, Rice University. Link
The geometric-series calculation states its convergence condition and derives the finite partial-sum identity.
Bibliographic record checked. This is not an independent verification of the proof.
Bibliographic review:
AI-assisted bibliographic audit. Evidence type: source text.
Read the publisher-hosted geometric-series section and its condition |r| < 1. This is bibliographic verification, not an independent proof audit.
Related by mechanism
Connected by how they work, not by sharing a topic label.