Questions tagged [eulers-number-e]

This tag is for questions relating to Euler Number. Euler's number is another name for e, the base of the natural logarithms.

Euler’s Number, written as $~e~$, is probably the second most famous mathematical constant after $~\pi~$. It is often defined either through an integral, viz. $e$ is the unique positive number such that $\int_1^e t^{-1}dt=1$, or by a series, viz. $e:= \sum_{n=0}^{\infty} \frac{1}{n!}$. Euler’s number has a value of $~2.718281828459045…~$; like $~\pi~$, it is transcendental (and thus irrational), which was first shown by Hermite.

It has many interesting mathematical properties, such as:

  • Among exponential functions of the form $f_b(x)=b^x$, $b>0$, $e$ is the only base satisfying $f_b'(0)=1$.
  • It has a central role in Euler's Identity, $e^{\pi i}+1=0$.
  • The probability that a permutation of $[n]=\{1,2,\ldots,n\}$ is a derangement (has no fixed point) approaches $1/e$ for large $n$
  • $e$ is present in Stirling's formula; one phrasing of this is $e=\lim\limits_{n\to\infty} \frac{n}{(n!)^{1/n}}$
  • Another important property of $e$ is $\lim\limits_{n\to \infty}\left(1+\frac{x}{n}\right)^n = e^x$, a formula useful in calculus and for calculating interest

$~e~$ is a fascinating and useful number for scientists, engineers, and mathematicians alike.

Note this is not the same as Euler's constant $\gamma$, defined by $\gamma:=\lim_{n\to\infty}-\log(n) + \sum_{k=1}^{n}\frac{1}{k}$. Questions about this number should use the tag .

**For more details, **

https://en.wikipedia.org/wiki/E_(mathematical_constant)

https://www.mathscareers.org.uk/article/calculating-eulers-constant-e/

147 questions
3
votes
1 answer

Spot the mistake $\vert e^{iz}\vert = \sqrt{cos^2(z)+sin^2(z)}$

I am to spot the issue with the following problem: Since $e^{iz} = cos (z)+ i \cdot sin(z)$ follows that $$\vert e^{iz}\vert = \sqrt{cos^2(z)+sin^2(z)} = 1$$ Hence, if $z=i$, we can derive that $\vert e^{iz}\vert = 1/e$ and thus $e=1$. I have to…
2
votes
2 answers

I have definitions for $e$ and $e^x$, but Im not able to understand how it is correct

1)if$$e = \lim_{n\to∞}(1+\frac{1}{n})^n$$ 2)then how can this be correct $$e^x = \lim_{n\to∞}(1+\frac{x}{n})^n$$ 3)shouldn't it be $$e^x = \lim_{n\to∞}((1+\frac{1}{n})^n)^x$$ how can the power $x$ just get inside the definition of $e$ as in…
2
votes
1 answer

Other e-like numbers based on different rates of growth?

I am exploring the basic first principles of Euler's number e. A common illustration is the compound interest rate example: (1 + 1/n)^n Here we describe a 100% growth rate, or "doubling," that is continuous, or "compounds really really…
ybakos
  • 147
2
votes
4 answers

Proving the uniqueness of $e$ (defined as the number such that $(e^x)'=e^x$)

If we define $e$ as such a number, that $(e^x)' = e^x$, then how do we prove its uniqueness?
1
vote
0 answers

How do you do this transformation of two Euler's number formula?

I found a simple programming problem that asks how to get Euler's number by iteration. I do not talk about this problem here, but when I researched the definition of Euler's number (well, I think I am already learned them), I found two formulas. One…
nobiu
  • 11
0
votes
0 answers

Solving A Difficult Equation: $89 - (e^{\frac{m}{rd}}) = 64 - (e(\frac{m}{rd}))$. Why are they both equal?

I came across this weird formula when I was doing some machine learning stuff. The formula is $$89 - (e^{\frac{m}{rd}}) = 64 - e(\frac{m}{rd})$$ They seem to be both equal, but I am just curious as to why. Please help. The variables are just there…
0
votes
2 answers

Why doesn't Euler's $e$ in the continuous interest formula show the exponent $n$?

The continuous compounding formula is $$A = Pe^{rt}$$ However, $e = (1+\frac{1}{n})^n$ provided that $x\rightarrow0$ Then is it correct to rewrite $A = Pe^{rt}$ as $A = P((1+\frac{1}{n})^n)^{rt}$ ?
coder3
  • 181
  • 7
-2
votes
2 answers

Is $e$ arbitrary? If not, how is it derived?

Probably a stupid question but where did the constant $e$ come from? How did it come about? How is it derived mathematically other than $e^{i\cdot \pi} = -1$? What exactly does natural growth mean? Or is Euler's constant arbitrary?
user805281