How do I find the common logarithm of a number?

1 Answer
Sep 21, 2015

See the explanation.

Explanation:

If you have technology available for the logarithm in some other base (ee or 22), use

log_10 n = log_b n / log_b 10log10n=logbnlogb10 (where b = e " or "2b=e or 2)

With paper and pencil, I don't know a good series for log_10 nlog10n.

Probably the simplest way is to use a series for ln nlnn and either a series or memorization for ln 10 ~~ 2.302585093ln102.302585093

For ln nlnn, let x=n-1x=n1 and use:

ln n = ln (1 + x) = x − x^2/2 + x^3/3- x^4/4+x^5/5- * * * lnn=ln(1+x)=xx22+x33x44+x55

After you find ln nlnn, use division to get log_10 n ~~ ln n / 2.302585093log10nlnn2.302585093