What is the limit of (ah-1)/h as h approaches 0?

  • Thread starter Thread starter dumbQuestion
  • Start date Start date
  • Tags Tags
    deriving Value
dumbQuestion
Messages
124
Reaction score
0
Hey, I am having some difficulties. So it's my understanding that the function ex comes around out of a desire to have a function whose derivative is equal to itself. Well we can show that if f(x)=ax, a>0, then f'(x) is equal to a multiple of itself using the limit definition of the derivativef'(x) = lim h-->0 (f(x+h)-f(x))/h = lim h-->0 (ax+h - ax)/h = lim h-->0 ax(ah-1)/h = ax ( lim h-->0 (ah-1)/h )So the goal is, if we can find a value a that makes (lim h--> 0 (ah-1)/h ) = 1, then f'(x) = f(x).My only issue is that when I actually take this limit, I don't understand how it can be anything other than 0. lim h-->0 (ah-1)/h ) = 0/0 so if we apply L'hopitals, we getlim h-->0 (h*ah-1)/(1) = [lim h--> 0 (h) * lim h-->0 (ah-1)]/lim h-->0 (1) = 0Right? What am I doing wrong in evaluating this limit? I mean I know I"m doing something wrong I just can't figure out what it is
 
Last edited:
Physics news on Phys.org
dumbQuestion said:
lim h-->0 (ah-1)/h ) = 0/0 so if we apply L'hopitals, we getlim h-->0 (h*ah-1)/(1) = [lim h--> 0 (h) * lim h-->0 (ah-1)]/lim h-->0 (1) = 0Right? What am I doing wrong in evaluating this limit? I mean I know I"m doing something wrong I just can't figure out what it is
If you use L'Hopital's rule, you'd have to differentiate with respect to h and not a (you always differentiate with respect to the variable under lim with l'Hopital's rule):\lim_{h\to 0}\frac{a^h-1}{h} = \lim_{h\to 0}\frac{\frac{d}{dh}a^h-1}{\frac{d}{dh}h} = \lim_{h\to 0}\frac{d}{dh}a^hwhich basically brings you back to where you started in finding the derivative of ax...

Now, there is a way to rewrite the limit expression lim h-->0 (ah-1)/h ) to get another expression that you can use to approximate the value of a such that the limit above equals 1, which turns out to be a ≈ 2.71828, if that's what you wanted.
 
To be honest, Taylor series can easily express the solution to the differential equation
\frac{dy}{dx}=y
subject to the condition y(0)=1, which is the exponential function. e is its value at one.

Your method will work. Try plugging in the limit formula for e after making the variable of the limit go to 0 via a substitution.
 
You talk about "deriving" the value of e, but, in fact, in most texts the value of e is defined just as you give it:
From the derivative calcluation, we can show that the derivative of a^x for any positive a is
a^x \lim_{h\to 0}\frac{a^h- 1}{h}

We define "e" to be the value of a that makes that coefficient 1:
\lim_{h\to 0}\frac{e^h- 1}{h}= 1

We can roughly (and it can be made precise by "\delta- \epsilon arguents") say that, for h close to 0, we have, approximately,
\frac{e^h- 1}{h}~ 1
e^h- 1~ h
e^n~ 1+ h
e~ (1+ h)^h
and so arrive at the definition e= \lim_{h\to 0} (1+ h)^h which is equivalent to
e= \lim_{n\to\infty} (1+ \frac{1}{n})^{n}

You will also see that definition of "e" in situations that have nothing to do with derivatives. If you have a loan, or investment, or bank account, where the interest rate is r and the interest is compounded n times a year, after one year the return (or amount owed if a loan) will be the original amount times (1+ r/n)^n. The limit, as n goes to infinity, of that is \lim_{n\to\infty}(1+ r/n)^n= e^r.

As for specific values of e, we can see that if a= 2, taking h= .001 gives (a^h- 1)/h= .6939< 1 while taking a= 3, h= .001, (a^h- 1)/h= 1.099> 1 so the value of a= e, giving a limit of 1 must be between 2 and 3. Taking a= 2.5, h= .001, (a^h- 1)/h=0.917< 1 so e must be between 2.5 and 3. Taking a= 2.75, h= .001, (a^h- 1)/h=1.012 so e must be between 2.5 and 2.75. Continuing in that way we can get e as accurately as we wish.

I will also point out that many new Calculus texts first define ln(x) by
ln(x)= \int_1^x \frac{1}{t} dt
All of the properties of ln(x) can be shown from that, including that it is invertible. We can then define exp(x) to be the inverse function. It can then be shown that, for all x, exp(x)= (exp(1))^x so, defining e= exp(1), we have exp(x)= e^x. That is the same as saying that ln(e)= 1 so that e can be evauated numerically by repeated numerical integrations of 1/x from 1 to different values of a, each time getting the integral closer to 1.
 
Last edited by a moderator:
Thank you all so much for the responses! This has given me many different angles to think about this issue from. Also I see the stupid mistake I was making now (was differentiating in terms of a instead of h)!
 
A sphere as topological manifold can be defined by gluing together the boundary of two disk. Basically one starts assigning each disk the subspace topology from ##\mathbb R^2## and then taking the quotient topology obtained by gluing their boundaries. Starting from the above definition of 2-sphere as topological manifold, shows that it is homeomorphic to the "embedded" sphere understood as subset of ##\mathbb R^3## in the subspace topology.
Back
Top