dramforever

a row of my life

Slide rules approximating Vernier scales

2025-04-19

Slide rules are amazing. Even though nowadays we carry around in our pockets a computer with power unfathomed in the last century, I still think slide rules are a wonderful way to manipulate proportions in the analog domain. In fact, I regularly carry one in my daily bag.

One problem with the slide rule I carry daily (a Faber-Castelle 62/82) is that it’s rather small, about half a foot (around 15 centimeters) in length. (Presumably, the “6” in its name refers to its length of 6 inches.) This means there are fewer markings on it, and the precision of the numbers read from it is limited. I can only, for the most part, get 2 significant digits out of it.

Today I learned about a trick published over 60 years ago that allows me to pretty consistently get to 3 significant digits on the same hardware, at the cost of some more manipulations. To me, it felt like a software upgrade to my slide rule. How does it work? Let’s find out.

The method

Here’s a simplified representation of the two conventional scales C and D. The top scale here is C, and the bottom is D. They both go from 1 to 10, and the horizontal lengths are proportional to the logarithm of the numeric values.

For convenience, we’ll refer to the two scales as “top scale” and “bottom scale”.

Let’s say we want to read the position of the hairline on the bottom scale, shown here as a long red line:

We can see that it’s between 3.7 and 3.8, but it would be difficult to ascertain the next digit.

Step 1: Line up 10 on the top scale with 9 on the bottom scale:

Step 2: Go back to the hairline, and find a nearby marking on the top scale that is close to the hairline:

Step 2: Move the top scale so that the found marking lines up with the hairline:

Let’s zoom in on the hairline:

Step 3: Starting at the hairline position, going in the positive direction.

Find the pair of markings that line up best and note the number. Here, marking number 3 lines up best, as marked by the magenta dot.

0 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10

If you’re having trouble telling which line matches up, note how on the left of the correct line, the bottom markings deviate left, and similarly on the right side the bottom markings deviate right.

(This is exactly how you read a Vernier scale, by the way.)

Step 4: Whatever the number is, the hairline is that many tenths of a division past the previous marking.

For example, since the number of the line matching up is 3, and the hairline is between 3.7 and 3.8, we know the hairline is at 3.7 + 0.1 × (3/10) = 3.73.

That is, in fact, exactly the value I used to generate the position of this hairline.

How does this work?

Corresponding positions on the top and bottom scale preserve proportions. Therefore, when we line up 10 on the top scale with 9 on the bottom scale, the numbers on the top scale are 10/9 times the number on the bottom scale. This means that the distance between markings on the top scale must be 9/10 of the distance on the bottom scale. This turns our slide rule markings into a Vernier scale, and can be read similarly.

Of course, this makes a few approximating assumptions. Firstly, it assumes that the markings are locally linear. Secondly, it assumes that the adjusting step 2 does not affect distance proportions much. Therefore, the new significant digit provided by this method is an approximate value.

More details on usage

This method also won’t directly work if the two scales have different amount of increment per division. You may have to ignore some markings to make it work.

It also does not work directly with positions after 9. However, you can consider using a folded scale (CF and DF) to move the value closer to the middle of the slide rule. Some slide rules (such as my 62/82) have “overflow” areas before 1 and after 10 that may help.

You can also count backwards to the previous matching line, and extrapolate the answer, noting that 9 divisions on the bottom equals 10 divisions on the top. The original article even suggests trying other proportions.

References

The method described in this article was originally published in: Roger Wickenden, 1948, Utilizing the Vernier Principle for Precise Readings of Slide Rule Settings, doi:10.1119/1.1991139

Images in this article are based on work by Wrtlprnft, itself based on original image made by Benjamin Crowell. See the original file at: https://en.wikipedia.org/wiki/File:Slide_rule_example3.svg

License and source code

This article, including the images, are licensed under the Creative Commons Attribution-ShareAlike 4.0 International license. For more information on the license, see: https://creativecommons.org/licenses/by-sa/4.0/deed.en

The Markdown source to this page can be found at: https://github.com/dramforever/dram.page/blob/master/p/slide-rule-vernier/index.md

1 2 3 4 5 6 7 8 9 1