I am planning to teach calculus to a student, and I would like to define Euler's number, e, as h→0lim(1+h)h1. However, I do not know how to show that this limit exists (and is finite). Any help is appreciated!
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Start by proving that x−21x2<ln(1+x)<x for all x>0.
If f(x)=x−ln(1+x), then f′(x)=1+xx>0 for all x>0 and f(0)=0. The MVT gives f(x)>0 for x>0.
If g(x)=ln(1+x)−x+21x2, then g′(x)=1+xx2>0 for all x>0, and g(0)=0. The MVT gives g(x)>0 for x>0.
Then −21x<x−1ln(1+x)−1<0 for x>0, and hence limx→0+x−1ln(1+x)=1. Given that exponentiation is continuous, we get the result.
However, we need to know about exponentiation and logarithms, and this comes a little after the existence of e, unless you take the approach below...
Define ex by its power series
E(x)=n=0∑∞n!1xn
and then show that:
this power series has infinite radius of convergence,
as such a power series, E is differentiable and equal to its own derivative,
as a consequence of this, use the MVT to show that E(a+b)=E(a)E(b) for a,b∈R,
show that E is a strictly increasing bijection from R to (0,∞), and deduce the existence of its inverse function L:(0,∞)→R, which has the properties that L(xy)=L(x)+L(y) for x,y>0 and L′(x)=x−1.
define e=E(1), and you now have all the tools needed to follow the original argument.
Your student would need a good foundation in basic analysis (MVT, Intermediate Value Theorem, Inverse Function Theorem, differentiability of power series) to follow this route.
I'm afraid I have some questions that still need to be addressed. If you want to answer them, then that would be great! Define I(x)=∫1xt1dt. I have to prove that I is continuous for x>0. This doesn't seem that hard. Then I have to prove I−1(1) exists. I know I have to use the IVT, but I get stuck after that. Any suggestions on how I should show I−1(1) exists?
I hope you see where this is coming from. In case you don't (which you probably do), let me explain. From your derivation, I get limx→0+x−1I(1+x)=1⇒limx→0+I((1+x)x1)=1⇒I(limx→0+(1+x)x1)=1. So, limx→0+(1+x)x1=I−1(1).
Going this way, clearly I is differentiable with I′(x)=x−1>0 for x>0, so I is strictly increasing. You can then compare areas to show that
I(n)≥k=2∑nk−1n≥2,n∈n
and hence I(x)→∞ as x→∞. Since I(xy)=I(x)+I(y) (easy variable change) and I(0)=0, we have I(1/x)=−I(x)→−∞ as x→∞, and hence I(x)→−∞ as x→0+. Thus we can use the IVT to deduce that I:(0,∞)→R is surjective and (since it is strictly increasing) bijective. Thus the Inverse Function Theorem tells us that I−1=E exists, and since I′(x)=0 for all x>0, we can deduce that E′=E on the whole of R, and that that E(x+y)=E(x)E(y) for all real x,y
You can start with the logarithm, or you can start with the exponential. It does not matter which.
Hmm. well you could also use L'Hospital's Rule once you have I and its properties established to prove limh→0(1+h)h1=I−1(1). I think I would do it that way instead. (Not to knock your proof.) I don't mean to annoy you, but I am quite interested in how to do this without using I. I should've said something before, but I didn't want to overstay my welcome. As far as I can tell, you still haven't outlined a way one can prove the existence of this limt without I or the series definition of ex. However, I think you were saying you could?
Yes, of course, you can use de l'Hoptal's rule to show that limh→0+hln(1+h)=limh→0+1+h1=1, and hence limh→0+(1+h)h1=e. However, this is another proof that uses a number of properties of exponentiation and the logarithm to prove the existence of e - about the same amount of information as was needed for the first proof I gave. In other words, you can provide a hand-waving definition of ex and the logarithm, and come back and prove the various formulae for e. To be honest, that is what most analysis texts do.
That is fine, but it still leaves the fundamental question - what do we mean by ab anyway? We can define aq whenever a>0 and q∈Q, since anm is the mth power of the nth root of a for any integers m,n with n>0, but the meaning of ax, where x is irrational, is not clear. The only way you can safely define ax is as exlna, and so you have to be able to define the fundamental exponential and logarithm functions before you start talking about general exponentials, or even about the function 2x for all real x.
The power series/logarithm approach gives an approach which defines the exponential and the logarithm, either through the power series form of the exponential, or else using the integral definition of the logarithm, and this approach does not assume any prior understanding of exponential or logarithmic functions. From this we can define all exponential and logarithmic properties, and not rely on any underlying heuristics.
@Mark Hennings
–
What restricts us from using a series of rational numbers that approach an irrational number to define ax? This is just using limits of sequences to define ax, right? Although I'm not sure how to prove the limit would exist (converge on one number)... But I bet you could do it. I understand that it would be difficult to conjur a formula for such a sequence of rational numbers that approach a given irrational number or to construct all irrational numbers using these sequences, but how would this be different in principle from taking the limit of a series?
@James Wilson
–
By wanting ax to be equal to the limit of aq(n) where (q(n)) is a sequence of rationals converging to x, you are presupposing that ax is a continuous function of x. Without a definition of the function, you cannot prove continuity. Without continuity, you cannot define the function. Round and round we go...
@Mark Hennings
–
Interesting. So you are saying there is no way to prove, using algebra, that aq(n) converges? As you know, I am supposing that ax for an irrational x be defined as the limit of this sequence. It seems odd that this would not be possible given that we can define transcendental numbers as the limits of sequences.
@Mark Hennings
–
I also think it is possible to prove that after defining ax for all irrational numbers, that all sequences as(n) (where s(n) converges to x) converge to the same number ax.
@James Wilson
–
Try replacing "I think" with "here is a proof". Even if you come up with an argument that does not presuppose properties of the exponential and the logarithm, it will be more involved than the approach I suggest. Foundational analysts use the method I have outlined.
@Mark Hennings
–
I wonder if a proof like that would make someone famous. Unfortunately, I don't think I can prove it. Better go with the shortcut for now. Anyway, thanks for the discussion and have a nice night/day.
What you have produced here is quite masterful. I have not seen an equivalent answer anywhere on the internet. This is a subject that needs to be handled with great care. But the power that it produces is worth it. I thank you for participating in this discussion! The series version requires careful analysis techniques that I am not prepared to figure out. I was hoping I would not have to start by defining ln(x) as ∫1xt1dt. But it looks like I will end up going that route. Last I heard, my student was still in pre-calculus, but I haven't talked to her in a while. I'm not sure if she's started calculus yet. I just wanted to be ready. I have further questions if you don't mind. Then to prove that the inverse function of ∫1xt1dt is an exponential, just set x=ey and then use the chain rule to prove dxdy=x1. Since dxdy−dxd[∫1xt1dt]=x1−x1=0, we have y=∫1xt1dt+C. Then we can substitute x=1 to find C=0. This may sound like a stupid question to the great Mark Hennings, but how do you show limh→0+h[(1+h)h1]h−1=limh→0+heh−1? Then I have to prove all exponential (or logarithmic) functions are continuous. Gosh, I have a lot of work to do and notes to take. Forgive me for not knowing these things.
To be honest, if your student is in pre-calculus, you are probably best not getting too deep at the start - you may confuse her. If you have some nice graphical software, play with the graphs of ax in the range 2<x<3, particularly if you can show the derivative as well, and show that there is some value between 2 and 3 where the derivative switches from being below the function to being above. If you use something like Autograph or Geogebra, you can suggest 4 decimal places of values of e by this method.
First principles differentiation can be used to show that the derivative of ax w.r.t. x is Ka×ax where Ka is a constant that only depends on a. Of course, Ka=lna is the derivative of ax at x=0. Claim that e is that magic number for which Ke=1, and keep going. You can show the sum for e and the limit property at the start as curiosities, and come back to prove them later when she has learned the necessary machinery!
I first learned the fully rigorous approach to defining the exponential and the logarithm at the very end of my first year undergraduate analysis course. At school my teachers did not worry me with issues of existence.
Has anyone ever told you you are a genius? Thank you so so much. I cannot express my gratitude. I have $50 to my name right now. I wish there was something I could do to reciprocate. I can use this content for any inquisitive student who asks the right questions.
@James Wilson
–
Thanks for the appreciation. I am just someone who has been teaching for 40 odd years at both school and university. Glad to share some insights.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Start by proving that x−21x2<ln(1+x)<x for all x>0.
Then −21x<x−1ln(1+x)−1<0 for x>0, and hence limx→0+x−1ln(1+x)=1. Given that exponentiation is continuous, we get the result.
However, we need to know about exponentiation and logarithms, and this comes a little after the existence of e, unless you take the approach below...
Define ex by its power series E(x)=n=0∑∞n!1xn and then show that:
Your student would need a good foundation in basic analysis (MVT, Intermediate Value Theorem, Inverse Function Theorem, differentiability of power series) to follow this route.
Log in to reply
I just remembered I found another method online to use limh→0(1+h)h1=e to prove limh→0heh−1=1, but any new answers are welcome.
When I teach this student, I will be sure to credit you.
I'm afraid I have some questions that still need to be addressed. If you want to answer them, then that would be great! Define I(x)=∫1xt1dt. I have to prove that I is continuous for x>0. This doesn't seem that hard. Then I have to prove I−1(1) exists. I know I have to use the IVT, but I get stuck after that. Any suggestions on how I should show I−1(1) exists?
Log in to reply
I hope you see where this is coming from. In case you don't (which you probably do), let me explain. From your derivation, I get limx→0+x−1I(1+x)=1⇒limx→0+I((1+x)x1)=1⇒I(limx→0+(1+x)x1)=1. So, limx→0+(1+x)x1=I−1(1).
Going this way, clearly I is differentiable with I′(x)=x−1>0 for x>0, so I is strictly increasing. You can then compare areas to show that I(n)≥k=2∑nk−1n≥2,n∈n and hence I(x)→∞ as x→∞. Since I(xy)=I(x)+I(y) (easy variable change) and I(0)=0, we have I(1/x)=−I(x)→−∞ as x→∞, and hence I(x)→−∞ as x→0+. Thus we can use the IVT to deduce that I:(0,∞)→R is surjective and (since it is strictly increasing) bijective. Thus the Inverse Function Theorem tells us that I−1=E exists, and since I′(x)=0 for all x>0, we can deduce that E′=E on the whole of R, and that that E(x+y)=E(x)E(y) for all real x,y
You can start with the logarithm, or you can start with the exponential. It does not matter which.
Hmm. well you could also use L'Hospital's Rule once you have I and its properties established to prove limh→0(1+h)h1=I−1(1). I think I would do it that way instead. (Not to knock your proof.) I don't mean to annoy you, but I am quite interested in how to do this without using I. I should've said something before, but I didn't want to overstay my welcome. As far as I can tell, you still haven't outlined a way one can prove the existence of this limt without I or the series definition of ex. However, I think you were saying you could?
Log in to reply
Yes, of course, you can use de l'Hoptal's rule to show that limh→0+hln(1+h)=limh→0+1+h1=1, and hence limh→0+(1+h)h1=e. However, this is another proof that uses a number of properties of exponentiation and the logarithm to prove the existence of e - about the same amount of information as was needed for the first proof I gave. In other words, you can provide a hand-waving definition of ex and the logarithm, and come back and prove the various formulae for e. To be honest, that is what most analysis texts do.
That is fine, but it still leaves the fundamental question - what do we mean by ab anyway? We can define aq whenever a>0 and q∈Q, since anm is the mth power of the nth root of a for any integers m,n with n>0, but the meaning of ax, where x is irrational, is not clear. The only way you can safely define ax is as exlna, and so you have to be able to define the fundamental exponential and logarithm functions before you start talking about general exponentials, or even about the function 2x for all real x.
The power series/logarithm approach gives an approach which defines the exponential and the logarithm, either through the power series form of the exponential, or else using the integral definition of the logarithm, and this approach does not assume any prior understanding of exponential or logarithmic functions. From this we can define all exponential and logarithmic properties, and not rely on any underlying heuristics.
Log in to reply
ax? This is just using limits of sequences to define ax, right? Although I'm not sure how to prove the limit would exist (converge on one number)... But I bet you could do it. I understand that it would be difficult to conjur a formula for such a sequence of rational numbers that approach a given irrational number or to construct all irrational numbers using these sequences, but how would this be different in principle from taking the limit of a series?
What restricts us from using a series of rational numbers that approach an irrational number to defineLog in to reply
ax to be equal to the limit of aq(n) where (q(n)) is a sequence of rationals converging to x, you are presupposing that ax is a continuous function of x. Without a definition of the function, you cannot prove continuity. Without continuity, you cannot define the function. Round and round we go...
By wantingLog in to reply
aq(n) converges? As you know, I am supposing that ax for an irrational x be defined as the limit of this sequence. It seems odd that this would not be possible given that we can define transcendental numbers as the limits of sequences.
Interesting. So you are saying there is no way to prove, using algebra, thatq(n) that approach x, aq(n) approaches the same value.
I think it is possible to prove that all for all sequencesLog in to reply
aq(n). I have fixed it.
Sorry. Typo. I meant to typeax for all irrational numbers, that all sequences as(n) (where s(n) converges to x) converge to the same number ax.
I also think it is possible to prove that after definingLog in to reply
Log in to reply
What you have produced here is quite masterful. I have not seen an equivalent answer anywhere on the internet. This is a subject that needs to be handled with great care. But the power that it produces is worth it. I thank you for participating in this discussion! The series version requires careful analysis techniques that I am not prepared to figure out. I was hoping I would not have to start by defining ln(x) as ∫1xt1dt. But it looks like I will end up going that route. Last I heard, my student was still in pre-calculus, but I haven't talked to her in a while. I'm not sure if she's started calculus yet. I just wanted to be ready. I have further questions if you don't mind. Then to prove that the inverse function of ∫1xt1dt is an exponential, just set x=ey and then use the chain rule to prove dxdy=x1. Since dxdy−dxd[∫1xt1dt]=x1−x1=0, we have y=∫1xt1dt+C. Then we can substitute x=1 to find C=0. This may sound like a stupid question to the great Mark Hennings, but how do you show limh→0+h[(1+h)h1]h−1=limh→0+heh−1? Then I have to prove all exponential (or logarithmic) functions are continuous. Gosh, I have a lot of work to do and notes to take. Forgive me for not knowing these things.
Log in to reply
To be honest, if your student is in pre-calculus, you are probably best not getting too deep at the start - you may confuse her. If you have some nice graphical software, play with the graphs of ax in the range 2<x<3, particularly if you can show the derivative as well, and show that there is some value between 2 and 3 where the derivative switches from being below the function to being above. If you use something like Autograph or Geogebra, you can suggest 4 decimal places of values of e by this method.
First principles differentiation can be used to show that the derivative of ax w.r.t. x is Ka×ax where Ka is a constant that only depends on a. Of course, Ka=lna is the derivative of ax at x=0. Claim that e is that magic number for which Ke=1, and keep going. You can show the sum for e and the limit property at the start as curiosities, and come back to prove them later when she has learned the necessary machinery!
I first learned the fully rigorous approach to defining the exponential and the logarithm at the very end of my first year undergraduate analysis course. At school my teachers did not worry me with issues of existence.
Log in to reply
Has anyone ever told you you are a genius? Thank you so so much. I cannot express my gratitude. I have $50 to my name right now. I wish there was something I could do to reciprocate. I can use this content for any inquisitive student who asks the right questions.
Log in to reply