Processing math: 100%

Think about the function y=10x. Every time we increase x by one, we multiply y by 10.

By how much do we multiply y when we increase x by 0.5?

To go from 101 to 102 we multiply by 10. When we add to the power we multiply the expression, so to go from 101 to 102 in two equal steps we would add 0.5 to the power twice and multiply the expression by the same number twice. The number by which we multiply must therefore be the square root of 10, such that 101+0.5+0.5=101×10×10=102.

Similarly, to do it in four steps we would have to multiply by the fourth root of 10 each time.


Given that 103.16 and 4101.78, complete the table below.

100= 100.25 100.5 100.75
101= 101.25 101.5 101.75
102= 102.25 102.5 102.75
103= 103.25 103.5 103.75

What does the whole number part of the power of ten tell us about the value of y?

How is this connected with standard form?

The first column of the table is easy to fill in with whole number powers of 10, remembering that a0=1 for any value of a (with the possible exception of a=0).

What is 00?

Looking at the second row, when we move from 101 to 101.25 we are increasing the power of 10 by 0.25, so we multiply by 4101.78. Moving from the first to the third column we are increasing the power by 0.5, which means we multiply by 103.16. Moving from the third to the fourth column we are increasing the power of 10 by another 0.25, and so we multiply by 1.78.

Here is a completed table.

100=1 100.251.78 100.53.16 100.755.62
101=10 101.2517.8 101.531.6 101.7556.2
102=100 102.25178 102.5316 102.75562
103=1000 103.251780 103.53160 103.755620

It is clear from the table that the whole number part of the power tells us how many digits will be in the whole number part of the value of the expression. For instance, 102.anything will have three digits before the decimal point. This is a feature of powers of ten, which works because our counting system uses base-10 numbers.

Hexadecimal is a counting system that uses base-16 numbers and is especially useful in computer science. Here, the whole number part of x would tell us the number of digits in the hexadecimal representation of 16x.

We could write 5620 in standard form as 5.62×103. This 3 tells us the number has four digits, which is also what the 3s in the last row of our table tell us.


Can you now find approximate solutions to the following equations?

  1. 10x=21
  2. 10x=5000
  3. 10x=562000
  4. 10x=0.00178

Approximate solutions to the first two can be found by looking in the table above. Since 21 is between 17.8 and 31.6, x must be between 1.25 and 1.5. We could narrow this range by trial and improvement or by plotting a graph.

562000 has six digits, so x must be 5.something. From the right hand column of the table, the decimal part must be .75. This separation of the whole number and decimal parts of the number is what we do when we write the number in standard form: 562000=5.62×105.

To solve the final equation, it helps to first write the number in standard form: 0.00178=1.78×103 so we want 3+0.25.

This gives us a set of approximate solutions as follows:

  1. x1.3
  2. x3.7
  3. x5.75
  4. x2.75

In each case, the value of x is the power to which we have to raise 10 in order to get the target number. This is known as the logarithm of the target number. Specifically it is the “logarithm to base 10”, since we are working with powers of 10. You can check your answers using the log or log10 key on your calculator.