Proving the derivative of ln(x)What is the derivative of ln(x)?

  • Thread starter Thread starter danielatha4
  • Start date Start date
  • Tags Tags
    Derivative
danielatha4
Messages
113
Reaction score
0

Homework Statement



I'm trying to prove that d ln(x) / dx = 1/x

This isn't a homework problem of mine for any class. I'm just doing it for fun, so if I'm faced with something I'm not sure of, I apologize. I've only made it through Calculus 2

The Attempt at a Solution



Difference quotient

ln(x+h)-ln(x) / h

ln([x+h]/x) / h

ln(1+[h/x]) * 1/h

u = h/x So limit h-->0 becomes limit u--> 0

ln(1+u) * 1/ux = 1/x * ln[(1+u)^(1/u)]

Here's where I stopped. A friend of mine told me the ln[(1+u)^(1/u)] as u approaches 0 = ln(e) which makes sense, and I believe he said it was a known identity. Can anyone prove this fact to me?
 
Physics news on Phys.org
you can do it using L'hop but that implies you already know the derivative of ln(x)... though perhaps you could use the argument leading to L'Hops or just the definintion of e

though its not strictly 1st principles how about starting from the definition:
e^{ln(x)} = x
then differentiating using chain rule & derivative of e^x?
 
Last edited:
A different proof is constructed using the fact that:
y=ln \left( x \right) can be rearranged as e^{y}=x

The rest of this derivative derivation is left as an exercise to the reader! (But I suggest using implicit differentiation)
 
danielatha4 said:

Homework Statement



I'm trying to prove that d ln(x) / dx = 1/x

This isn't a homework problem of mine for any class. I'm just doing it for fun, so if I'm faced with something I'm not sure of, I apologize. I've only made it through Calculus 2

The Attempt at a Solution



Difference quotient

ln(x+h)-ln(x) / h

ln([x+h]/x) / h

ln(1+[h/x]) * 1/h

u = h/x So limit h-->0 becomes limit u--> 0

ln(1+u) * 1/ux = 1/x * ln[(1+u)^(1/u)]

Here's where I stopped. A friend of mine told me the ln[(1+u)^(1/u)] as u approaches 0 = ln(e) which makes sense, and I believe he said it was a known identity. Can anyone prove this fact to me?

Simple... define v as 1/u, and put that in. Then you get ln[(1+(1/v))^v] as v goes to infinity. e is defined as the inner number.
 
I can prove that (1 + x)^{\frac{1}{x}} has a limit when x \rightarrow 0^{+}. Then, you tell me the definition of e that you have accepted, and I will show you that limit is the number e.
 
Thanks everyone, it makes a lot of sense using simpler methods on easier examples such as e^y=x or e^(lnx)=x

lim x-> 0 (1+x)^(1/x) and lim x-> infinity (1+[1/x])^x both being equal to e is still a bit mysterious to me. What does this have to do with? Sequences and series possibly?
 
try dickfore's suggestion...

you have to start with a definition of e. what's yours?

For example, say you start with:
e = \lim_{n \to \infty} (1 + \frac{1}{n})^n
(as dickfore suggests, you can show this is increasing & bounded so must have a limit... we'll call it e)

then multiplying that out, using binomial theorem, you get
e <br /> = \lim_{n \to \infty} \sum_{j=0}^{n} \begin{pmatrix} n \\ j \end{pmatrix} \frac{1}{n^j}<br /> = \lim_{n \to \infty} \sum_{j=0}^{n} \frac{n!}{j!(n-j)!}\frac{1}{n^j} <br /> = \lim_{n \to \infty} \sum_{j=0}^{n} \frac{1}{j!}\frac{\sum_{k=0}^{j} n^{j-k}}{n^j} <br /> = \sum_{j=0}^{\infty} \frac{1}{j!}
which is the more familiar expansion of e^1

similarly once you label one limit e, you can show others are equivalent
 
I will also point out that many modern texts define ln(x) to be
\int_1^x \frac{1}{t}dt
for x> 0, and then derive all the properties of ln(x) as well as the fact that it is the inverse to [math]e^x[/math] (where e is the number such that ln(e)= 1). From that it follows trivially that d(ln(x))/dx= 1/x.

If, instead, you have defined ln(x) to be the inverse function to e^x, then you need to first show that d e^x/dx= e^x and use the fact that, since y= ln(x) implies that x= e^y,

\frac{d ln(x)}{dx}= \frac{dy}{dx}= \frac{1}{\frac{dx}{dy}}= \frac{1}{\frac{d e^y}{dy}}= \frac{1}{e^y}= \frac{1}{x}
 
Back
Top