What is the difference between log and ln?

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Difference Ln Log
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
mathdad
Messages
1,280
Reaction score
0
In simple words, what is the difference between log and ln?
 
Mathematics news on Phys.org
In one notational convention:

$$\ln(x)=\log_{e}(x)$$

$$\log(x)=\log_{10}(x)$$

This is typically what you see in pre-calculus and elementary calculus courses.

In another convention:

$$\log(x)=\log_{e}(x)$$

This is what you'll find at W|A (but it will recognize ln as well). When you get into analysis, this is what you'll likely find used there.

In computer science, you may see:

$$\log(x)=\log_{2}(x)$$

So, it really depends on the context...and the notation "log" often means the most commonly used base in that particular environment.
 
MarkFL said:
In one notational convention:

$$\ln(x)=\log_{e}(x)$$

$$\log(x)=\log_{10}(x)$$

This is typically what you see in pre-calculus and elementary calculus courses.

In another convention:

$$\log(x)=\log_{e}(x)$$

This is what you'll find at W|A (but it will recognize ln as well). When you get into analysis, this is what you'll likely find used there.

In computer science, you may see:

$$\log(x)=\log_{2}(x)$$

So, it really depends on the context...and the notation "log" often means the most commonly used base in that particular environment.

Good information.
 
The reason why "[math]\log(x)= \ln(x)[/math]" in higher courses (calculus and beyond) and "[math]\log_{10}(x)[/math]" is just dropped is that [math]\ln(x)[/math] satisfies the simple differentiation rule [math]\frac{d\ln(x)}{dx}= \frac{1}{x}[/math] while if the base is 10, [math]\frac{d \log_{10}(x)}{dx}= \frac{1}{\ln(10)x}[/math].