A quick refresher on logarithms. Just the basics, and not a whole lot more. Explains what logarithm means, how it is related to e, how to add/subtract logs and convert bases.
You need to know the basics of log operations. Here is a quick refresher
Remember the basics:
If ePOWER = NUMBER,
then POWER = LN(NUMBER)
and EXP(POWER) = NUMBER
LN and EXP are both Excel functions. LN is the same as LOG, except that it is to the base e. (ie, LN(x) = LOGe(x) ).
Basic operations:
Adding logarithms is like multiplying numbers, and subtracting logs is like dividing numbers.
loga(mn)=loga(m) + loga(n)
loga(m/n)=loga(m) – loga(n)
Also,loga(xy )= y loga(x)
Converting log bases:
If we know the log of a number in a particular base, we can convert it to another log base quite easily.
If x = loga(m)
Then x = logb(m)/logb(a)
Your comment is awaiting moderation.
You are a very smart person!