The Difference Between Log and Ln

  • Context: High School 
  • Thread starter Thread starter basty
  • 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
7 replies · 28K views
basty
Messages
94
Reaction score
0
Both are logarithms, what is the difference between log and ln?
 
Physics news on Phys.org
basty said:
Both are logarithms, what is the difference between log and ln?
The base being used. log usually (but not always) means log10. ln always means loge.

Occasionally, in computer science texts, log is used to mean log2.
 
$$lnx=log_ex$$
so that:
$$ln(e)=1$$
and
$$log(x)=log_{10}x$$
so that
$$log(10)=1$$
 
They way you are using it, log(x), or "common logarithm" is the inverse function to [tex]10^x[/tex]. That is, if [tex]y= log(x)= log_{10}(x)[/tex] then [tex]x= 10^y[/tex]. ln(x), the "natural logarithm", is the inverse function to [tex]e^x[/tex] ("e" is an irrational number, approximately 2.718...). If [tex]y= ln(x)[/tex] then [tex]x= e^y[/tex]. The common logarithm is used because our number system is base 10 so it is relatively easy to tabulate: [tex]log_{10}(3.00\times 10^5)= 5+ log_{10}(3.00)[/tex] so that it is sufficient to tabulate logarithms for 1 to 10.

While "e" is a rather peculiar number, it has some nice "Calculus" properties. For example, if [tex]y= e^x[/tex] the "instantaneous rate of change" of y, as x changes, is again [tex]e^x[/tex] which means that the "instantaneous rate of change" of ln(x) is 1/x, a very easy function. Since the invention of "calculators", common logarithms are used a lot less so that it is becoming common to use "log(x)" to mean the "natural logarithm" as well as "ln(x)".
 
Last edited by a moderator:
There's also ##\lg## which denotes ##\log_2##.
 
From what I understand, in higher maths, "log" denotes the natural logarithm quite frequently. It should usually be obvious from the context.