Sie sind auf Seite 1von 2

Reading the log table

A typical log table has ten columns and, depending on the size of the log table, 90 or 900 rows. The rows provide the initial digits of the value to look up and the column provides the final digit. For example, to look up the logarithm for the number 2.56 in a 90-row log table, go to the row labelled "2.5" and read the entry in the column labelled "6". Decimal points are frequently omitted in tables of common logarithms to save space. The implied decimal point in the rows is immediately after the first digit. The implied decimal point in the table entries is before the first digit. For example, the entry in the row labelled "25", under column 7 is "40993", which indicates that the logarithm of 2.57 is .40993.

How to use a log table to multiply two positive numbers


First verify that you are using a common logarithm table. In a common logarithm table, the values for 1.0 through 9.99 will range from 0 to 1. (In a natural logarithm table, the values for 1.0 through 9.99 will range from 0 to approximately 2.3. The illustration above is of a table of natural logarithms.) 1. 2. 3. 4. 5. Express the two numbers in scientific notation, i.e., of the form A 10 B where A is greater than or equal to 1 and less than 10. For each number, look up the "A" value in the table of logarithms. Add the two values you looked up. If the result is greater than one, then subtract one. Look in the body of the table for the number closest to the result and use the row and column headers to determine what number it corresponds to. This is the value of "A" for the product. Add the two "B" values, plus 1 more if you subtracted 1 in step 3. This is the value of "B" for the product.

Example: Compute 25.2 120.

1.2 07918 08279 08636 08991 09342 09691 10037 10380 10721 11059 ... 2.5 39794 39967 40140 40312 40483 40654 40824 40993 41162 41330 ... 3.0 47712 47857 48001 48144 48287 48430 48572 48714 48855 48996 1. 2. 3. 4. 5. Rewrite 25.2 = 2.52 101 and 120 = 1.20 102. According to the table, log(2.52) = .40140 and log(1.20) = .07918. Compute .40140 + .07918 = .48058. The result is less than 1 so no adjustment is necessary. The value .48058 lies between .48001 and .48144, but it's closer to .48001, which corresponds to the value 3.02. Adding the exponents 1 + 2 = 3. We did not have an extra 1 from step 3, so the total exponent is 3.

The product is therefore approximately 3.02 10 3 = 3020. (The exact answer is 3024.) Practical example: The volume of a sphere is given by the formula V = 4r3/3. What is the approximate volume of a sphere whose radius is 30.8 meters? Since the measurement is accurate to only three significant digits, we can perform our intermediate computations to only three significant digits. Since is approximately 3, the value we expect is approximately 4 3 30 3 / 3 = 4 30^3 = 4 27,000 100,000.

Using the rule of logarithms, log(V) = log(4) + log() + 3 log(r) - log(3). Use the rule of logarithms again to convert log(4) - log(3) = log(4/3) = log(1.33). From the table, log(3.08) = .489, log(1.33) = .124. Most log tables also provide the logarithms of well-known constants, so you can look up log() = .497. Calculate 3 log(r) = 3 .489 = 1.467. This calculation is simple enough that it can be done in your head. Add the pieces together. log(1.33) + log() + 3 log(r) = .124 + .497 + 1.467 = 2.088. Look up .088 in the logarithm table: It is closest to log(1.22) = .08636. Therefore, the volume of the sphere is approximately 122,000 cubic meters. (The correct answer is 122,388.541...)

We have arrived at the correct answer (to three significant digits) using only addition and multiplication by 3. Computing this result by hand without the use of logarithms would have been significantly more difficult.

Shortcuts

Step 1 can be shortened to "move the decimal point to immediately after the first nonzero digit." Replace step 5 with "Move the decimal place to the location that makes sense based on the values being multiplied."

Example: Compute 25.2 120. 1. 2. 3. 4. 5. Rewrite 25.2 as 2.52 and 120 as 1.20. According to the table, log(2.52) = .40140 and log(1.20) = .07918. Compute .40140 + .07918 = .48058. The result is less than 1 so no adjustment is necessary. The value .48058 lies between .48001 and .48144, but it's closer to .48001, which corresponds to the value 3.02. Make a rough estimate of the expected answer. 25.2 120 will be higher than 25 100 = 2500 but smaller than 30 200 = 6000. Starting with the value 3.02, moving the decimal three places to the right results in a value in this range: 3020. (The exact answer i s 3024.)

Interpolation
Interpolation is an advanced technique that generates an additional significant digit from the logarithm table. To read an interpolated value, find the two values closest to the value you wish to read and estimate the final digit based on how close the target value is to the two choices. Example: Compute the logarithm of 2.523. According to the table above, log(2.52) = .40140 and log(2.53) = .40312. The value 2.523 is three tenths of the way between 2.52 and 2.53, so the logarithm of 2.523 is approximately three tenths of the way between .40140 and .40312 = .40140 + .3 (.40312 - .40140) = .40140 + .3 .00172 = .40140 + .000516 = .401916. In fact, log(2.523) = 0.40191725..., so the approximate value is good to within 4 parts per million. Interpolation can also be used in the reverse direction. Example: Compute the anti-logarithm of .48058. According to the table above, .48058 lies between log(3.02)=.48001 and log(3.03)=.48144. What fraction of the way between the two values is it? (.48058 - .48001) / (.48144 - .48001) = .398, or .4 to one significant digit. Therefore, the anti-logarithm of .48058 is approximately 3.024. This agrees with the exact answer we computed when we calculated 25.2 120.

Other references

list other references about this skill here

Comments:
Note: You must be logged in to add comments

Das könnte Ihnen auch gefallen