Show that the derivative of ln(x) is 1/x.

  • MHB
  • Thread starter Greg
  • Start date
  • Tags
    Derivative
In summary, the conversation discusses the derivative of ln(x) and the proper notation for solving the problem. The speaker provides their own solution, but also points out a mistake in the notation used in a source. They emphasize the importance of using different symbols for different variables.
  • #1
Greg
Gold Member
MHB
1,378
0
Show that the derivative of $\ln(x)$ is $1/x$.
 
Mathematics news on Phys.org
  • #2
My solution:

We begin by writing:

\(\displaystyle y=\ln(x)\)

Convert from logarithmic to exponential form:

\(\displaystyle x=e^y\)

Differentiating w.r.t $y$, we obtain:

\(\displaystyle \d{x}{y}=e^y=x\implies \d{y}{x}=\frac{1}{x}\)
 
  • #3
A proof that I'm not sure if rigorous -- I just hacked my way through:
\begin{equation}
\begin{split}
\ln'(x)&=\lim_{h \to 0}\frac{\ln(x+h)-\ln(x)}{h}\\
&=\lim_{h \to 0} \frac{\ln \left(1+\frac{h}{x}\right)}{h}\\
&= \lim_{h \to 0} \frac{\ln'(1+\frac{h}{x})\cdot \frac{1}{x}}{1} \text{ (l'hopital)}\\
&= \frac{\ln'(1)}{x}
\end{split}
\end{equation}

To find $\ln'(1)$, we can substitute $x=1$ into the definition of the derivative, which yields $1/h \cdot [\ln(1+h)-\ln(1)]$ as $h \to 0$, applying l'hopital on $h$ gives us $1/(1+h) \to 1$ as $h \to 0$.


Oops, the derivative of $\ln x$ is so second nature that I applied it without realizing (Rofl). Let's try again:
\begin{equation}
\begin{split}
\ln'(1)&=\lim_{h \to 0}\frac{1+h}{h}\\
&= \lim_{h \to 0} \ln(1+h)^{1/h}\\
&=\ln e\\
&=1
\end{split}
\end{equation}

Therefore,
$$\ln'(x)=\frac{1}{x}$$
 
Last edited:
  • #4
My take on it. (Smile)

There are a number of equivalent definitions for $\ln$.

According to wiki, which is also how I originally learned it, the definition of $\ln$ is given as:
$$\ln(x)\overset{\small\text{def}}=\int_1^x \frac 1x\,dx$$
Then, by the first fundamental theorem of calculus:
$$\ln'(x)=\frac 1x$$
 
  • #5
My solution

$\ln'(x)=\lim_{h \to 0}\frac{ln(x+h) - ln (x)}{h}$
$= \lim_{h \to 0}\frac{ln\frac{x+h}{x}}{h}$
$= \lim_{h \to 0} \ln(1+\frac{h}{x})^{\frac{1}{h}}$
$= \lim_{h \to 0} \ln(1+\frac{h}{x})^{\frac{\frac{x}{h}}{x}}$
$= \lim_{h \to 0} (\ln(1+\frac{h}{x})^{\frac{x}{h}})^{\frac{1}{x}}$
$= ln ( \lim_{h \to 0} (1+\frac{h}{x})^{\frac{x}{h}})^{\frac{1}{x}}$
$= ln (e^{\frac{1}{x}})$ from above and definition of $e$
$= \frac{1}{x}$
 
  • #6
Does Wiki really have [tex]\int_1^x \frac{1}{x}dx[/tex]?

That's just bad notation! It should be [tex]\int_1^x \frac{1}{t}dt[/tex].
Don't use the same symbol, "x", for two different things.
 
  • #7
HallsofIvy said:
Does Wiki really have [tex]\int_1^x \frac{1}{x}dx[/tex]?

That's just bad notation! It should be [tex]\int_1^x \frac{1}{t}dt[/tex].
Don't use the same symbol, "x", for two different things.

Actually, it doesn't. I just thought it looked prettier in the context of this problem.
 
  • #8
$$\int\frac1x\,dx,\quad e^u=x,e^u\,du=dx,\,u=\ln(x)$$

$$\int\,du=u+C$$

$$\int\frac1x\,dx=\ln(x)+C$$
 

FAQ: Show that the derivative of ln(x) is 1/x.

What is the definition of a derivative?

A derivative is a mathematical concept that represents the rate of change of a function at a particular point. It is the slope of the tangent line to the curve of the function at that point.

How do you prove that the derivative of ln(x) is 1/x?

To prove that the derivative of ln(x) is 1/x, we use the definition of a derivative and the properties of logarithms. We start by writing ln(x) as y, then take the natural logarithm of both sides to get x = e^y. From here, we can take the derivative of both sides with respect to y, and use the chain rule to simplify the expression to 1 = e^y * dy/dx. Solving for dy/dx, we get dy/dx = 1/e^y. Since y = ln(x), we substitute this back in to get dy/dx = 1/e^(ln(x)). Using the property that e^(ln(x)) = x, we get dy/dx = 1/x.

Can you explain the concept of a natural logarithm?

A natural logarithm, denoted by ln(x), is the logarithm with base e, where e is a mathematical constant approximately equal to 2.71828. It is the inverse function of the exponential function, which means that ln(x) undoes the effect of e^x. In other words, if y = e^x, then ln(y) = x. It is commonly used in mathematics and science to model exponential growth and decay.

Why is the derivative of ln(x) important?

The derivative of ln(x) is important because it is a fundamental concept in calculus and is used to find the rate of change or slope of a logarithmic function. It is also used in many real-world applications, such as finance, physics, and biology, to model exponential growth and decay. Additionally, it is a key step in finding the derivatives of more complex functions involving logarithms.

Can you provide an example of using the derivative of ln(x)?

Sure, let's say we have a population of bacteria that doubles every 2 hours. We can model this growth using the function P(t) = P0 * e^(0.693t), where P0 is the initial population and t is the time in hours. To find the rate of change of the population at a specific time, say t = 3 hours, we can take the derivative of this function with respect to t. Using the power rule and the derivative of ln(x), we get dP/dt = 0.693 * P0 * (1/e^3). This tells us that at t = 3 hours, the bacteria population is increasing at a rate of 0.693 * P0 * (1/e^3) bacteria per hour.

Similar threads

Replies
1
Views
906
Replies
7
Views
1K
Replies
5
Views
1K
Replies
4
Views
1K
Replies
6
Views
997
Replies
20
Views
3K
Replies
6
Views
4K
Replies
2
Views
1K
Back
Top