What is the base-10 logarithm of 2?

2 Answers
May 28, 2015

log102=x
where 10x=2

There is no simple way to calculate the value of x
but you can look it up (using a calculator, for example)
log102=0.30103 (approx.)

May 28, 2015

The base-10 logarithm of 2 is the number x such that 10x=2.

You can calculate logarithms by hand using just multiplication (and dividing by powers of 10 - which is just digit shifting) and the fact that log10(x10)=10log10x, though it's not very practical...

It goes something like this:

2<10 so log10(2)<1

So the part of log10(2) before the decimal place is 0.

Calculate 210 by multiplying it by itself to get:

210=1024

Notice that 103=1000<1024<10000=104

So 3=log10(103)<log10(210)<log(104)=4

Now log10(210)=10log10(2)

so by raising to the 10th power, we have multiplied the logarithm by 10.

So the first digit of log10(2) after the decimal point is 3.

Then

log10(210)3=log10(210)log10(1000)

=log10(2101000)=log10(10241000)=log10(1.024)

So having found the digit 3, we next divide 1024 by 103 to get 1.024 and repeat the process to get the next digit:

1.024101.2676506

This is still less than 10, so the next digit is 0.

1.26765061010.715086

101=1010.715086<100=102, so the next digit is 1.

Divide 10.715086 by 101 to get 1.0715086

1.0715086101.99506298

This is less than 10, so the next digit is 0.

1.9950629810999.00141000=103

I'll stop here at this approximation, giving a digit 3.

Collecting our digits, we have log10(2)0.30103