View Poll Results: What base does log(x) have to yo.

Voters
52. You may not vote on this poll
  • 10

    42 80.77%
  • e

    4 7.69%
  • other

    0 0%
  • depends

    6 11.54%
Page 1 of 2 12 LastLast
Results 1 to 30 of 46

Thread: When you see log(x) do you think base e or 10.

  1. #1
    Join Date
    Feb 2004
    Posts
    122

    When you see log(x) do you think base e or 10.

    I think base e, because in all of my college work it has been reffered to as base e.

  2. #2
    In high school, we were very strict in that:

    base e = natural logaritm, written ln(). I added to that "and NOT pronounced as LOG!"

    base 10 = log()

    other bases = 3log() 5log() (subscript)

    base 10 may also be written 10log()

    In University, it got all mixed up. Oh well, they can't even be clear on v for velocity vs V for volume here...

  3. #3
    Join Date
    Dec 2005
    Posts
    1,301
    Throughout 6 years of schooling, 5 years of university, and 13 years as an engineer

    log(x) is log10(x)

    ln(x) is loge(x)

    I've never known anyone write log(x) and mean ln(x), nor the other way round.

    clop

  4. #4
    writing ln while meaning log is not something I've ever seen, but the other way around seems popular around here.

    *extreme use of words kept for myself*

  5. #5
    Join Date
    Mar 2002
    Posts
    3,154
    Quote Originally Posted by clop View Post
    Throughout 6 years of schooling, 5 years of university, and 13 years as an engineer

    log(x) is log10(x)

    ln(x) is loge(x)

    I've never known anyone write log(x) and mean ln(x), nor the other way round.

    clop
    I concur

  6. #6
    ditto
    __________________________________________________
    Reductionist and proud of it.

    Being ignorant is not so much a shame, as being unwilling to learn. Benjamin Franklin
    Chase after the truth like all hell and you'll free yourself, even though you never touch its coat tails. Clarence Darrow
    A person who won't read has no advantage over one who can't read. Mark Twain

  7. #7
    Join Date
    Feb 2004
    Posts
    122
    Perhaps it depends on your field. In mathematics and statistics log base 10 has almost no real use, but log base e is used extensivly.

  8. #8
    Join Date
    Dec 2005
    Posts
    1,301
    Isn't it fun that

    loge10 = logx10/logxe

    Heh heh, I've never got over that.

    clop

  9. #9
    Join Date
    Jan 2005
    Posts
    981
    I've also never seen log(x) refer to the natural logarithm, not even in my math classes. In math classes, the professors always labled it log10(x), but they always used ln(x) in the stead of loge(x).

  10. #10
    Join Date
    Sep 2003
    Location
    The beautiful north coast (Ohio)
    Posts
    35,584
    Quote Originally Posted by clop View Post
    Throughout 6 years of schooling, 5 years of university, and 13 years as an engineer

    log(x) is log10(x)

    ln(x) is loge(x)

    I've never known anyone write log(x) and mean ln(x), nor the other way round.

    clop
    Me too (American, chemist, ** and PhD). log would be pronounced "log" and ln as "lan"
    At night the stars put on a show for free (Carole King)

    All moderation in purple - The rules

  11. #11
    Join Date
    Apr 2005
    Posts
    11,562
    Quote Originally Posted by VTBoy View Post
    Perhaps it depends on your field.
    This wiki article says mathematicians (See comment by Halmos) use log for natural logs, and engineers use log for base 10. That's been my experience.

  12. #12
    My usage has always been log for log10 and ln for loge. But I'm always prepared for whatever usage an author chooses, it can usually be determined from the context if the author doesn't specifically say so.

  13. #13
    FORTRAN uses LOG(X) for natural log and LOG10(x) for base-10 log.

  14. #14
    Damned be Fortran!

    Now on the pronounciation. How do you pronounce log? How do you pronounce ln?

    I hear some people saying "log10" for log, and "log" for ln. VERY confusing IMO. I say "log" for log, and "ellen" for ln. There are girls in mathematics .

  15. #15
    Join Date
    Feb 2004
    Posts
    122
    Quote Originally Posted by Bignose View Post
    FORTRAN uses LOG(X) for natural log and LOG10(x) for base-10 log.
    As does MatLab, Mathmatica, and Maple.

  16. #16
    Luckily Ecosim does not. I don't know about Excel.

  17. #17
    In my school(engineering) we use maple and if I'm not mistaken ln is in there. Correct me if I'm wrong, though. And they are quite strict in all theoretical lessons:

    Log(x): base 10
    Log y (x): base y with y as subscript
    Ln(x): base e

    I've never known it otherwise.

  18. #18
    Join Date
    Jan 2005
    Posts
    1,945
    We use ln(x) as a short form (but a bit backwards I suppose) as "natural logarithm", hence the "n" for natural...

    In calculus (in high school), we have very little need for base 10 logs, except for making students memorize yet another derivative formula.

    Occasionally we use it for earthquakes, decilbels, etc...but not much else.

    I didn;t know the computer programs were different from what we teach. I suppose if you're using a math program which involves log10(x), you're probably bright enough to understand how the logs work and it wouldn't be much of a stumbling block

    Pete

  19. #19
    Join Date
    Mar 2003
    Location
    The Heart of Darkness
    Posts
    1,760
    From the start I was taught that absent an indicator "log(x)" was base 10 and "ln(x)" was base e. The fact that most calculators use this convention only strengthens the identification.

    The origin of ln may be Latin. Short for "logarithmus naturalis" or some other properly declined Latin noun.

    In my work I often deal with sound propagation through water. All of the source levels, propagation loss, etc, are expressed in decibels, so we make fairly frequent use of the log function.
    "I often say that when you can measure what you are speaking about, and express it in numbers, you know something about it; but when you cannot measure it, when you cannot express it in numbers, your knowledge is of a meagre and unsatisfactory kind." - William Thompson, 1st Baron Lord Kelvin

    "If it was so, it might be, and if it were so, it would be, but as it isn't, it ain't. That's logic!" - Tweedledee

    This isn't right. This isn't even wrong. - Wolfgang Pauli

  20. #20
    Join Date
    Oct 2001
    Posts
    8,831
    When you say "log" I tend to think of it as base 10.

  21. #21
    Join Date
    Feb 2004
    Posts
    122
    Quote Originally Posted by FrostByte View Post
    In my school(engineering) we use maple and if I'm not mistaken ln is in there. Correct me if I'm wrong, though. And they are quite strict in all theoretical lessons:

    Log(x): base 10
    Log y (x): base y with y as subscript
    Ln(x): base e

    I've never known it otherwise.
    Woops you are right, I made a mistake. It is just MatLab and Mathmatica that refer to log as log base e.

  22. #22
    Join Date
    Apr 2005
    Posts
    11,562
    Quote Originally Posted by Nicolas View Post
    Luckily Ecosim does not. I don't know about Excel.
    I just checked my copy of Excel. Weirdly, it has LOG10 and LN functions, but the LOG function also defaults to base 10, although you can use any base by adding a second parameter, like LOG(8,2)=3
    Quote Originally Posted by Eta C View Post
    The origin of ln may be Latin. Short for "logarithmus naturalis" or some other properly declined Latin noun.
    The wiki article I linked earlier says "The notation was in fact invented in 1893 by Irving Stringham, professor of mathematics at Berkeley"

  23. #23
    Another oddity about the natural logarithm function: it is the only function whose iterated versions don't require parentheses, at least in written form. That is, everyone understands that

    ln x
    ln ln x
    ln ln ln x

    are

    ln(x)
    ln(ln(x))
    ln(ln(ln(x)))

    respectively. These forms are much more likely to occur than, say tan(tan(x)) or exp(exp(x)).

    In programming languages and in spreadsheets the parentheses are required as with any other function.

  24. #24
    Join Date
    Jan 2005
    Posts
    1,945
    I would still write ln(lnx)) as my students might think that it's multiplication...sometimes they think that anyways....

    Pete

  25. #25
    Join Date
    Mar 2003
    Location
    The Heart of Darkness
    Posts
    1,760
    Quote Originally Posted by hhEb09'1 View Post
    The wiki article I linked earlier says "The notation was in fact invented in 1893 by Irving Stringham, professor of mathematics at Berkeley"
    Well, not to be out-wikied, the site for natural logarithm mentions that the French term is logorithme neperien after John Neper, a Scottish mathematician. So perhaps Stringham based it on the French.
    "I often say that when you can measure what you are speaking about, and express it in numbers, you know something about it; but when you cannot measure it, when you cannot express it in numbers, your knowledge is of a meagre and unsatisfactory kind." - William Thompson, 1st Baron Lord Kelvin

    "If it was so, it might be, and if it were so, it would be, but as it isn't, it ain't. That's logic!" - Tweedledee

    This isn't right. This isn't even wrong. - Wolfgang Pauli

  26. #26
    Ah yes, Neper was his last name.

  27. #27
    Quote Originally Posted by peter eldergill View Post
    I would still write ln(lnx)) as my students might think that it's multiplication [Snip!]
    Which is probably a good idea pedagogically. But note that you did not write parentheses around the x. That's OK, no one does that for elementary functions of a simple variable or constant, e.g., tan x, exp 1.5, arcsin 0.5.

    But parentheses are always used with the more advanced engineering functions. You will never see the Bessel function J2(x) written as J2 x, for example.

  28. #28
    Join Date
    Apr 2005
    Posts
    11,562
    Quote Originally Posted by Eta C View Post
    Well, not to be out-wikied, the site for natural logarithm mentions that the French term is logorithme neperien after John Neper, a Scottish mathematician. So perhaps Stringham based it on the French.
    If he (Napier/Neper/Marvellous Merchiston) was Scottish, why use the French?

    After all, your wiki page says " Indeed, Nicholas Mercator first described them as log naturalis before calculus was even conceived"

  29. #29
    Join Date
    Jul 2003
    Posts
    1,970

    Talking

    Quote Originally Posted by clop View Post
    Throughout 6 years of schooling, 5 years of university, and 13 years as an engineer

    log(x) is log10(x)

    ln(x) is loge(x)

    I've never known anyone write log(x) and mean ln(x), nor the other way round.

    clop
    Clop says it like it is

  30. #30
    Quick answer please,

    When you see ln^2(x), does it mean

    ln(ln(x))

    or (ln(x))^2

    (where "^2" means squared)

Similar Threads

  1. Replies: 0
    Last Post: 2012-Jun-18, 04:10 PM
  2. Tranquility Base
    By Superluminal in forum Space Exploration
    Replies: 12
    Last Post: 2012-Mar-17, 06:52 AM
  3. Replies: 25
    Last Post: 2008-Oct-07, 08:48 PM
  4. All your base are belong to us
    By BigJim in forum Off-Topic Babbling
    Replies: 32
    Last Post: 2003-Aug-12, 10:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •