I was messing around with the binomial approximation method as per which $(1+x)^{n} ≈ (1+nx)$ for $x<<1$, so while entering values in the calculator I observed something strange that the value, $(1+10^{-(n+1)})^{10^{n+1}}$ was tending towards e for some specific values, which sounded like a coincidence for 1 or 2 values. Still, roughly the function evaluated at a particular range giving roughly the exact value is absurdly not a coincidence. This got me here, as I'm confused about what's happening. I can't find any approximation like this on the internet.
2026-02-23 11:59:35.1771847975
Why is this for function specific range tending towards $e$
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in APPROXIMATION
- Does approximation usually exclude equality?
- Approximate spline equation with Wolfram Mathematica
- Solving Equation with Euler's Number
- Approximate derivative in midpoint rule error with notation of Big O
- An inequality involving $\int_0^{\frac{\pi}{2}}\sqrt{\sin x}\:dx $
- On the rate of convergence of the central limit theorem
- Is there any exponential function that can approximate $\frac{1}{x}$?
- Gamma distribution to normal approximation
- Product and Quotient Rule proof using linearisation
- Best approximation of a function out of a closed subset
Related Questions in EULERS-NUMBER-E
- Non-Numerical proof of $e<\pi$
- Finding limit from Squeeze theorem: $\lim\limits_{n\to\infty} \left(\frac{2n-5}{3n+1}\right)^n$
- Limit of $a_n=(1- \frac{1}{n})^n$ as $n\rightarrow \infty$
- Why is Euler's number $2.71828$ and not anything else?
- What is the nature of $e^{ix}$, real or complex?
- Meaning of Maclaurin expansion of $e$
- Inequality involving $e$: $\binom{n}{k} < \frac{1}{e}\big(\frac{en}{k}\big)^k$
- weird properties of complex exponentials: $e^{i 2 \pi f(x)} = 1$
- Is $\left(1+\frac1n\right)^{n+1/2}$ decreasing?
- Intuitively, why are the two limit definitions of $e^x$ equivalent?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Depending on what source you're using, sometimes $e$ is defined as $$e=\lim_{n\to\infty}\Bigl(1+\frac{1}{n}\Bigr)^n.$$ Of course, we have to show that this sequence has a limit, but then we can define $e$ to be whatever that limit is and deduce all kinds of other properties. Then this makes what you noticed unsurprising, because it is approximating the limit.
However, there are other ways to define $e$, which lead to more interesting explanations for what you observed. Define $f:\mathbb{R}\to (0,\infty)$ as $$f(x)=\sum_{n=0}^\infty \frac{x^n}{n!}.$$ One can show that this function is strictly positive, differentiable (and therefore continuous), $f'=f$, $f(0)=1$, $\lim_{x\to -\infty}f(x)=0$, and $\lim_{x\to\infty}f(x)=\infty$. Since $f$ is strictly increasing, it's one-to-one. Since it's continuous and approaches $0$ and $\infty$ as $-\infty$ and $\infty$, respectively, the intermediate value theorem says $f$ is onto $(0,\infty)$. Therefore there is an inverse function $g:(0,\infty)\to \mathbb{R}$ satisfying $$x=g(f(x))$$ for all $x\in \mathbb{R}$. Hitting both sides with $\frac{d}{dx}$ gives $$1=g'(f(x))f'(x)=g'(f(x))f(x),$$ and $$g'(f(x))=\frac{1}{f(x)}.$$ In other words, $g'(y)=1/y$ for all $y>0$. By the chain rule, $[g(h(x))]'=\frac{h'(x)}{h(x)}$ for any differentiable function $h:I\to (0,\infty)$.
We can also derive some properties. Fix $x'>0$ and define $h:(0,\infty)\to (0,\infty)$ by $h(x)=xx'$. Then $h'(x)=x'$, and $$[g(h(x))]'=\frac{h'(x)}{h(x)}=\frac{x'}{xx'}=\frac{1}{x}.$$ This means $g$, $g\circ h$ have the same derivative, and differ by a constant. Since $f(0)=1$, $g(1)=0$ and $g\circ h(1)=g(x')$. Therefore $g\circ h=g+g(x')$. Thus we have derived $$g(xx')=g(x)+g(x')$$ for all $x,x'>0$.
For $r\in \mathbb{R}$, let $h:(0,\infty)\to (0,\infty)$ be given by $h(x)=x^r$. Then $h'(x)=rx^{r-1}$ and $$[g(h(x))]'=\frac{h'(x)}{h(x)}=\frac{rx^{r-1}}{x^r}=\frac{r}{x}=rh'(x).$$ This means $g\circ h = rh+C$ for some constant $C$. Evaluating both sides at $x=1$ gives $C=0$. And we derived $g(x^r)=rg(x)$.
Now, rather than defining $$e=\lim_{x\to \infty}\Bigl(1+\frac{1}{x}\Bigr)^x,$$ we've defined $e=f(1)$, which is equivalent to saying that $e$ is the unique solution to $g(x)=1$.
Now let's evaluate \begin{align*} \underset{x\to \infty}{\lim} g\Bigl(\bigl(1+\frac{1}{x}\bigr)^x\Bigr) & = \underset{x\to\infty}{\lim} xg\Bigl(1+\frac{1}{x}\Bigr) = \underset{x\to\infty}{\lim}\frac{g\Bigl(1+\frac{1}{x}\Bigr)}{1/x} \\ & \overset{\frac{0}{0}}{=} \underset{x\to\infty}{\lim} \frac{g'\Bigl(1+\frac{1}{x}\Bigr)(-1/x^2)}{-1/x^2} =\underset{x\to\infty}{\lim}\frac{1}{1+\frac{1}{x}}=1.\end{align*}
Then by continuity of $f$, \begin{align*} \underset{x\to\infty}{\lim} \Bigl(1+\frac{1}{x}\Bigr)^x & = \underset{x\to\infty}{\lim} f\circ g\Bigl(\bigl(1+\frac{1}{x}\bigr)^x\Bigr) = f\Bigl(\underset{x\to\infty}{\lim} g\Bigl(\bigl(1+\frac{1}{x}\bigr)^x\Bigr)\Bigr) = f(1)=e.\end{align*}