If your are given the equation a^b^=c, your can re-write the equation as log,,a,,(c)=b, read as, "the log (logarithm) in base a of c equals b," to solve for b. For example, 10^4^=10,000, so mathematically speaking, log,,10,,(10,000)=4. In other words, the base 10 log of 10,000 is 4.
log,,10,,1=0
log,,10,,10=1
log,,10,,100=2
log,,10,,1,000=3
log,,10,,10,000=4
log,,10,,100,000=5
...and so on.
log,,10,,2=.3010 (because 10^.3010^=2)
log,,10,,3=.4771
log,,10,,5=.6990
log,,10,,7=.8451
You can use MemoryTechnique to remember these numbers, but using logs will be simpler and more direct if you learn these numbers through repetition.
(Some people prefer to memorize things the "other way around". Instead of memorizing the logs of the integers 1, 2, 3, 4, ... 10, they memorize the values that, after you take the log of them and multiply them by 10, give the integers 0, 1, 2, 3, ... 10. See http://en.wikipedia.org/wiki/Decibel#Reckoning ).
log,,10,,4=.6020
log,,10,,6=.7781
log,,10,,8=.9031
log,,10,,9=.9542
These logs, you don't have to remember. Why not? Because you can use the prime base 10 logs you learned in the previous section to determine these!
If you want to know the logarithms for any number from 1 to 10, simply break it down into it's prime factors, and add the logs for those prime factors together. Mathematically speaking, the formula looks like this:
log,,10,,(x*y)=log,,10,,(x) + log,,10,,(y)
To figure out these log for 4, the process would look something like this:
log,,10,,4=log,,10,,(2*2)=log,,10,,2 + log,,10,,2=.3010 + .3010=.6020
Notice that you solved a multiplication problem by addition? You've just had you first taste of the power of logarithms!
Here is how the other non-prime logarithms break down:
log,,10,,6=log,,10,,(2*3)=log,,10,,2 + log,,10,,3=.3010 + .4771=.7781
log,,10,,8=log,,10,,(2*2*2)=log,,10,,2 + log,,10,,2 + log,,10,,2=.3010 + .3010 + .3010=.9030
log,,10,,9=log,,10,,(3*3)=log,,10,,3 + log,,10,,3=.4771 + .4771=.9542
Note that log,,10,,8 isn't exact, but it is only off by 1/10,000th!
Practice quizzing yourself on the base 10 logs of all the numbers from 1 to 10 before moving on to the next sections.
Also, note that the logs don't progess in a simple linear scale. As they get closer to 10, the amount the logs increase by gets smaller and smaller. This, not surprisingly, is referred to as a "logarithmic" scale.
The process of finding the logs for any number that ends in trailing zeros adds just one step to the process you've already learned. Start by writing the number in exponential form (a * 10^b^). Write down "b" as the first number. Next, take the leftmost digit (the "a" in a * 10^b^), and write down its base 10 log. These two numbers together will give a good approximation of the base 10 log for that number.
As an example, let's find the log of 20. 20=2 * 10^1^, so we start by writing "1". The leftmost digit is a 2, and the base 10 log of 2, as we learned earlier, is .3010, so we write ".3010" next to the "1" we wrote down previously, giving us a result of 1.3010.
How about a larger number like 300,000? 300,000=3 * 10^5^, so we write "5". The leftmost digit is a 3, so we add ".4771" to the 5, so we know that log,,10,,300,000=5.4771!
What does log,,10,,8,000 equal? It's "3" (8 * 10^3^) plus ".9030" for the leftmost 8 (log,,10,,2 + log,,10,,2 + log,,10,,2), giving us log,,10,,8,000=3.9030!
As a starting example, we'll try an approximate the log of 2,087. We start by converting the number into its exponential form, which gives us 2.087 * 10^3^.
Next, we need to round the number to the nearest 10th, so we have an easier equation to work with. Rounding our example up, we get 2.1 * 10^3^. We already known from this equation that the first number we need is 3.
In this example, we know that the log,,10,,2=.3010 and log,,10,,3=.4771, so how do figure out log,,10,,2.1? We can get a good estimate by assuming that the log,,10,,2.1 is 1/10 of the distance between .3010 and .4771. The distance between these numbers is about .17, so 1/10 of the distance is .017. Adding .017 to .3010 gives us .3180.
Adding this to our previous result, gives 3.3180 as an approximate base 10 log for 2,087. Checking with a calculator, we find that the actual answer for log,,10,,2,087 is 3.3195. Our mental approximation was only off by little more than 1/1000th!
To help reinforce the process, let's try a trickier challenge, such as log,,10,,85,412. 85,412 translates roughly to 8.5 * 10^4^.
Approximating 5/10 of the distance between .9030 (log,,10,,8) and .9542 (log,,10,,9), we get .929, so we can approximate log,,10,,85,412 as 4.9286. A calculator will show that log,,10,,85,412 is 4.9315, giving us a difference of little more than 5/1000! That's not a bad approximation for some brief mental work.
The more you practice with these logs, the better a feel you'll get for better approximation, too. Notice too, that while the logs run on a logarithmic scale, approximating with a linear scale still helps get quite close.