Visualizing Math with a Mental Slide Rule

Slide rules are really neat.

They give you a great intuitive understanding of mathematics. If you never used them before, they're easy enough. Here's a primer. If you haven't noticed, you can perform addition and subtraction using two ordinary rulers. There's obviously nothing magical here: you just mete out two distances, stacking them end to end, then measure their sum.

Drag the bottom ruler

Slide rules work the same way, only with multiplication. This is made possible because slide rules place numbers on a logarithmic scale. An ordinary ruler just uses a linear scale. Slide rules work on the principle that `log(a*b) = log(a) + log(b)`.

Drag the bottom ruler

Slide rules aren't normally used for mental math. This is because the markers on a slide rule indicate linear increments. Line spacing always changes, so unless you have a photographic memory, it is very difficult to visualize the addition of two distances.

If line spacing were constant though, we could multiply just by visualizing the slide rule.

It is possible to create a slide rule where line spacing is constant, but our lines could no longer represent linear increments. They would instead represent logarithmic increments. Every increment would represent a multiplication by some constant number.

Let's try to design this sort of slide rule. There are many values we could assign to its increments, but there are constraints we should consider. The scale must approximate the form `a^(1//n), a^(2//n), … a^(n//n)`. This is necessary to keep line spacing constant. Here, `a` is the base of our log scale. For us humans, it makes sense to set `a = 10`, since anything else will reduce the usability of our slide rule. If `a != 10`, our slide rule would not repeat once at every power of 10 and we'd likely have to convert number bases before calculations.

With these constraints in mind, we can browse from a pool of candidate log scales. Any viable log scale is of the form `10^(1//n), 10^(2//n), … 10^(n//n)`, where `n` is the number of increments on the scale. `n` is also the number of increments we'll need to memorize, so n should be small enough to remember but large enough to offer precision.

When school children memorize their multiplication tables, they generally memorize no more than 32 combinations, so we should be able to start simple, with `n<32`. Unlike the school children, though, every number we memorize goes further. Multiplication tables have a space complexity of `O(N^2)`, where `N` is the number of digits that can be multiplied. That means if we want to add just one extra number to our multiplication table, the number of combinations we have to memorize increases exponentially. Not only that, but the multiplication table only works well for multiplication. On the other hand, our slide rule only has a space complexity of `O(N)`. That means if we want to add one extra number to our ruler, we only have to remember one extra value. And as we will see, memorizing that value will allow us to do way more than multiplication.

It turns out `n = 10` is a rather good start, and if you want to learn more you can set n to some other multiple of 10.

Drag the bottom ruler

Quite a few increments on this scale are conveniently close to whole numbers, those being 2, 4, 5, and 8. This probably has to do with the fact 10 is divisible by 2 and 5, but this is just a guess. Other numbers resemble rational fractions of 10, those being 1.25 and 2.5. There are 3 increments on this scale that correspond to neither whole numbers nor rational fractions, but we find these numbers are very close to `pi` and its multiples, ¹/₂`pi` and `2 pi`. It's fortunate that multiplication by `pi` is so common that most normal slide rules already come with a special notch for `pi`. Using `n = 10` has an added benefit: it leverages our existing knowledge of addition in base 10.

By visualizing the slide rule, we can divide and multiply just as easily as we add and subtract.

Because there are 10 numbers on our scale, our answers will be accurate to within ~10% the actual answer, assuming we round correctly. We can achieve greater accuracy by memorizing additional numbers.

We note that multiplication will be just as easy as single digit addition, but in fact it may be even easier. This is because there are additional mneumonics that help us visualize the scale. We will go through some mneumonics now.

The scale repeats at every power of 10, just as with arabic numerals, so we can visualize the scale as a sort of clock. Just like a clock, the numbers "roll over" if they go above or below the limits of the scale - 2 hours past 11:00 is 1:00.

Drag the inner wheel

The clock is divided into two halves. The halves are marked by two values. The first value is 1, which is multiplicative unity. The second is `sqrt(10)`, which is close to `pi`. There are four "steps" within each half. There are a total of 10 steps. The halves have a symmetry about them, so that the values on one half bear the same mantissa as the inverse of values on the other half. On the left half, we have `4`, `5`, `2 pi`, and `8`. On the right half, we have the mantissae of ¹/₄, ¹/₅ (or 2), ¹/₂`pi` (very close to `pi`/₂), and ¹/₈.

If we want to multiply two numbers, we count distance clockwise from the first number. The distance is determined by the second number - how far away that second number is from 1 (that is, the start of the scale)

What's `158 * 2`?

1.58 (¹/₂`pi`) is the 2nd step from 1, so we find 2 on the clock and count 2 steps clockwise: 2, 2.5, `pi`. The mantissa is near the same as `pi`'s, so the answer is close to 314.

You can also go the other way around: start at 1.58 and count 3 steps clockwise
I find it's easier to visualize smaller distances, so in this case I start from 2 and count 2 steps clockwise.
What's `158 * 8`?

1.58 (¹/₂`pi`) is the 2nd step from 1. 8 is the 9th step on the scale. Therefore, we find 2 on the clock and count 8 steps clockwise. The mantissa is about 1.25, so the answer is close to 1250.

There's a better way to visualize it though. Short distances are easier to visualize than large distances. 8 is much closer to 1 in the counter-clockwise direction, so it's easier to start at 1.58 and look 1 step counter-clockwise.

If we want to divide two numbers, we do the same thing, only counter-clockwise.

What's `1.58 // 2`?

Take ¹/₂`pi` and count 3 steps counter-clockwise: ¹/₂`pi`, ¹/₈, 1, 8. The mantissa is 8, so the answer is close to 0.8. The answer is infact 0.79.

Since these numbers are close together, an easier way is to count the steps from 1.58 to 2. The two numbers are seperated only by a single step, so the answer must be 1 step counter-clockwise from 1.
What's `2 // 1.58`?

Our answer here is merely the inverse of the last. The two numbers are seperated only by a single step, so the answer must be 1 step clockwise from 1. This is a general rule of thumb: if the denominator is larger, count the steps going down; if the denominator is smaller, count the steps going up.

What's `1.58 // 8`?

Just as with multiplying by 8, there are 2 ways to go about division. There are 9 clockwise steps between 1 and 8, and that means to divide we can count 9 steps counter-clockwise.

But if the number is greater than `sqrt(10)`, it make sense to consider the other direction. There's only 1 counter-clockwise step between 1 and 8, and for division that means we can count 1 step clockwise.

To divide by large mantissae, it's often easier to multiply by the inverse of the number. Finding the inverse is easy - it's just the value on the opposite side of the clock. Let's divide 1.58 by 8. ¹/₈ is the first step on the clock, so the answer is one step clockwise from ¹/₂`pi`. The mantissa is 2. The answer is near 0.2. The actual answer is 0.19625.

What do we do if a number is between steps?

There's a few things we can do in that case. We can of course memorize additional numbers on the scale, but memory only takes us so far. Oftentimes, the best solution is interpolation - we estimate where the number lies between steps, then tack that on to an approximation that uses one of the two nearest values. If an answer is between steps, we interpolate between the two nearest values.

A more precise solution is to find the correction. Finding the correction in the log scale is just the same as finding the correction in arabic numerals - take the difference between the number and the approximation, multiply it seperately, then tack it on to the rest of your answer. You should be able to get an accurate number much faster than you would by multiplying with arabic numerals, though often you'll find the first order approximations are good enough.

This all sounds like stuff we can solve with other mental math. Oftentimes, I still find it easier to calculate in more traditional ways, particularly when dealing with simple whole numbers. However, the method does help us to make intuitive sense of the calculations. It also helps us focus on what's most important when calculating problems in the wild: first get the order of magnitude right, then get a good approximation for significant figures. Only then do we refine as needed. In lots of everyday problems, the order of magnitude will just "feel" right, so only the mantissa needs to be considered.

There are other things we can do with this visualization, too.

For example, what's `log_10(1.58)`?

Easy - 0.2. ¹/₂`pi` is the 2nd step, and each of the 10 steps indicate a `log_10` increment of 0.1. This is due to the way we designed our scale - I tricked you into learning the `log_10` table.

This brings us to our next point:

Visualizing the slide rule is very similar to memorizing the `log_10` table

Both are equally valid strategies. The difference lies with the part of the brain your using. If I memorized the `log_10` table and was asked to multiply two numbers, I'd map the two numbers to their `log_10` values, add the `log_10` values together, then map the sum back to get the answer. With the `log_10` table, I'm using rote memorization along with existing skillsets in addition. If I memorized the slide rule, I'd find the two numbers on the slide rule, visualize the addition, and estimate the order of magnitude. There's still rote memorization to a certain extent, but now I'm also using more spatial reasoning, intuition, and visual memory.

The good news is this: if you visualize the slide rule, the `log_10` values come easy and you can still fall back on using the `log_10` table if you find it useful. I find using the `log_10` table useful for calculating the powers and roots of large numbers.

What's `log_10(158)`?

Easy - 2.2. It's the same mantissa, but now it's on the order of `10^2`, so it's `0.2 + 2 = 2.2`.

What's the square of 1.58?

We know that's the 2nd step, so the answer must be double the distance, on the 4th step. The answer is near 2.5. The exact answer to 4 figures is 2.465.

What's the square root of 1.58?

Again, we know that's the 2nd step, so the answer is half that, on the 1st step. The answer is near 1.25. The exact answer to 4 figures is 1.253.

What's the cube of 1.58?

That's on the 6th step, just a step past `pi`, near 4, and in fact it is 3.87.

The fourth power of 1.58?

That's on the 8th step, 2 steps shy of 10, near `2 pi`, and in fact it is 6.076.

The fifth power?

Near 10, and in fact it is 9.54.

We start to notice our answers become less accurate at higher powers. This is because the minor inaccuracies we started out with are amplified by repeated multiplication. This is a concern common to all slide rules.

Okay, we've shown what this can do. Now we want greater resolution. There are a number of integers missing on the scale.

What if I want to multiply by 9?

Well, 9 is the squareroot of 81. Look at the slide rule and we know `log_10(81) ~ 1.9`, so `log_10(9) ~~ 1.9/2`, or 0.95. To be exact, it is 0.954. It's just over half past the last step.

What if I want to multiply by 7?

Well, 7 is the squareroot of 49. We know `log_10(49) ~~ 1.7`, so `log_10(7) ~~ 0.85`. It is in fact 0.845. There's another way to figure out: `72 = 8*9`, so 7 is half step shy of 8.

What if I want to multiply by 3?

We know `3^2 = 9`, and `log_10(9) ~~ 0.95`, so `log_10(3) ~~ 0.475`. That's quarter step shy of a half circle. It is in fact 0.477.

6 is merely `2*3`, so `log_10(6) ~~ log_10(2)+log_10(3) ~~ 0.3 + 0.475 ~~ 0.775`. 6 is quarter step shy of `2pi`.

If we find the answers to the questions above, we will immediately know `log_10` of ¹/₉, ¹/₇, ¹/₃, and ¹/₆ - we need only look at the opposite side of the clock!

It's particularly useful knowing positions for ¹/₉. We know ¹/₉ `= 1.111…`, so 1/2 step from any whole number is approximately that number repeated. Let's look at the whole numbers.

`10^0.0` ` ~~ 1`, so `10^0.05 ` `~~ 1.111… ~~` ¹/₉
`10^0.3` ` ~~ 2`, so `10^0.35 ` `~~ 2.222…`
`10^0.475` `~~3`, so `10^0.525 ` `~~ 3.333… ~~` ¹/₃
`10^0.6` ` ~~ 4`, so `10^0.65 ` `~~ 4.444…`
`10^0.7` ` ~~ 5`, so `10^0.75 ` `~~ 5.555…`
`10^0.775` `~~6`, so `10^0.825 ` `~~ 6.666… ~~` ²/₃
`10^0.85` ` ~~ 7`, so `10^0.9 ` `~~ 7.777… ~~` 8
`10^0.9` ` ~~ 8`, so `10^0.95 ` `~~ 8.888… ~~` 9
`10^0.95` ` ~~ 9`, so `10^1.0 ` `~~ 9.999… =` 10 (by definition)

The actual numbers will be given shortly, but the above explanation is a useful mneumonic for memorizing the precise values of half steps. Once you memorize the precise values you can improve your accuracy to 6%.

You know what? Knowing the position for ¹/₉ is so useful, why don't we take it further? If we memorize all the quarter steps from 1 to 1.58, the values for all the other powers of two will fall into place. Once we memorize all the quarter steps, our accuracy will improve to 3%.

1 2 4 8
1.0 2.1 4.2 8.41
1.1 2.2 4.4 8.91
1.1 2.3 4.7 9.44
1.2 2.5 5 1
1.3 2.6 5.31
1.4 2.8 5.62 1.41 is the squareroot of 2
1.5 3 5.96
1.58 3.16 6.31 all these are near multiples of `pi`

For the rest of the numbers, I use seperate mneumonics. They are as follows:

The quarter steps past `1pi` and `2pi` are all at or near noteworthy whole numbers and fractions:

3.35 6.68 around multiples of ¹/₃
3.54 7.08 around multiples of ⁷/₂
3.76 7.50 around multiples of ³/₈

The quarter steps past 1.58 all end in 8. The 10th's place is sequential:

1.58
1.68
1.78
1.88

The scale appears as follows:

When I first memorized the scale, I was driving alone on a long car ride. There wasn't a lot I could do that was productive without becoming distacted, so I'd recite the scale to myself, occasionally referring to the copy of the slide rule above. By the end of the trip, I could recite the thing forwards and backwards. I was also able to recite the inverse of every quarter step, the log of every quarter step, and the multiples of every quarter step from 1 to 1.25. I recommend doing something similar for anyone interested in learning the system.

With greater precision, we find we can solve more complex problems.

What's the double log of 158?

From our previous answer we found `log_10(158) = 2.2`. The answer here is `log_10(2.2)`, which is about 3.5. The exact answer to 4 digits is 0.342.

What's `log_2(158)`?

We know `log_10(2) = 0.3` and `log_10(158) = 2.2`. Find a half circle past 2 and the answer is a quarter step past that. It's near 7.25. It is in fact 7.304.

But there's an easier way! We know `2^3 = 8` and `2^4 = 16`, so 10 is somewhere between them. Every time we multiply by 2, we take 3 steps on the scale, and 8 is 1 step from 10, so `2^3.33 = 10`. 158 is close to `10*16`, so the log must be very to `3.33+4`, or 7.33.

But that's not enough. What can we do to visualize `log_2`? There is in fact an easy way to do so: the distances on any log scale represent the exact same thing, but the units we use to measure distance will differ. We can think of the log base as this unit of measure. On our base 10 scale, we indicate distance relative to the number "10", and due to the design of our clock, this is the distance covered by one full turn. On a base 2 scale, we indicate distance relative to 2, which is the third step on our clock. This means the "1" appears on the third step clockwise from the top, and everything else is scaled according to that.

What's the natural log of 158?

First we have to find `log_10(e)`.

We'll do the same thing we did for `log_2`. `e` is between the 4th and 5th step, so `log_10(e)` is 0.45. To convert the log base we know we must divide by `log_10(e)`.

We know `log_10(158) = 2.2`, so `ln(158)` is just `2.2 // 4.5`, which is 3.5 steps clockwise of 3.5 steps, 2 steps past `pi`, or 5. When we run it through a calculator, we find the exact answer to 4 figures is 5.056 - not too shabby.

Natural log is so common it might serve us just to remember that number - if we want the natural log of a number, just take `log_10` and find the number 3.5 steps clockwise from that (well, 3.6 if you must be exact).

However, as with log₂, there is another way. If we remember `ln(10) = 2.3`, then we know 158 is `2*2.3 + ln(1.58)`. 1.58 is on the 2nd step, and 2.71 maps to ~4.5, so what's `2//4.5`? 2 is 2 steps from `pi`, so `2//pi` is 2 steps from 1, and `2//4.5` is 1.5 steps past that, around 4.44. `2*2.3 + 0.444 = 5.0`.

What's `e^2.5`?

`e` is between 4.25 steps and 4.5 steps. We'll interpolate that to 4.4 steps. That means `e^2.5` is near `2.5*4.4` steps. Ok, so what's `2.5*4.4`? 4.4 is a 1.5 steps past `pi`. 2.5 is 1 step short of `pi`, so `2.5*pi` is 1 step short of 1, and our answer is just 1.5 steps past that, on the first half step, or 1.12. So what's on the 1.12th step? That's around 1.25. Our intuition tells us it's on the order of ten, so we guess 12.5. The exact answer is 12.18

What's 1.58 tetrated by 2, i.e. `1.58^1.58`?

This is where our "intuitive understanding" comes in handy. What happens when you calculate an exponent like `1.58^2`?

We find the distance covered by 1.58 (finding the logarithm), add two of those distances together (finding the sum), then answer the number that corresponds to that distance (finding the power of 10). In other words, we understand that all the following are equivalent:

`log_10(1.58^2)`
`log_10(1.58 * 1.58) `
`log_10(1.58) + log_10(1.58) `
`2log_10(1.58) `

As a result, we know `log_10(1.58^1.58) = 1.58*log_10(1.58)`. We are asked to find `1.58^1.58`, which we know is `10^(1.58 * log_10(1.58))`.

The exponent is close to `1.58 * 0.2`, or 0.316. We know `10^0.316` is a little over halfway between 2 and 2.12, so we interpolate between the two and answer 2.06. As it turns out, that's only off by 1 out of 20000.

We also find ourselves with better math reasoning skills.

What's 40 rounded to the nearest order of magnitude?

We normally round on a linear scale. On a linear scale, we round up if the number is 5 or greater; we round down if otherwise. This is because 5 is halfway between 0 and 10 on a linear scale. But what if we're doing a rough order of magnitude calculation? The halfway mark between 0 and 10 isn't 5 on a log scale.

The halfway mark on our scale is closer to `pi` (3.16 to be precise). We therefore know to round up for numbers bigger than 3.16, and round down for numbers less than 3.16. 40 is therefore closer to the order of 100 than the order of 10.

I have a set of numbers from 0 to 10: 0.2, 7.8, 6.9, 9.8, 5.4, 8.7, 2.7, 7.5, 7.1, 8.5. Are these more likely to be uniformly distributed or log-uniformly distributed?

What would happen if we place the mantissa for those numbers on our clock? Most of numbers fit on the left side of the clock. This indicates the set is more likely a log distribution.

What about another set? 5.7, 1.9, 4.2, 3.4, 7.1, 2.0, 1.2, 3.8, 1.0, 4.9

Some of the numbers appear to the left of the clock, but it's definitely not so skewed to that side. This suggests it's more likely a log-based distribution.

What's the frequency of the musical note, "Middle E"?

Middle C has a frequency of 261 Hz. E is 4 notes from C. An octave represents a doubling in frequency, so an octave higher than C is `261*2 = 522` Hz. There's 12 notes in the octave including flats and sharps. The frequency of these notes are all evenly distributed across the log scale.

This means the frequency of every note corresponds to a multiplication by `2^(1//12)`. How many quarter steps are there between 1 and 2?

That's right, I tricked you into learning musical ratios, too. Every note represents a multiplication by one quarter step. E is 4 notes from C, so we look 4 quarter steps from 2.6: 3.3. We answer 330 Hz. Wikipedia tells me the correct answer is 329.6 Hz.

There are 8 full notes in an octave, so that means every full note has 12/8 = 1.5 quarter steps.

And we find we can solve real world problems.

Calculating arrival times

Let's say you're driving on a highway at 65mph. The road sign says there's 50 miles left to your destination. At what time do you expect to arrive?

Most people just round their speed to 60mph. That way, they know they travel about a mile a minute, so a 50 mile journey might take 50 minutes. That's a good start, but we know we can do better. 65 is a little less than 6.66 on the clock, which is a half step past 6. A half step shy of 5 is 4.47, so we know that's the mantissa for our answer. At this point, you can intuit that there's 45 minutes left to your journey, since that's the only order of magnitude that makes sense.

On further reflection you find 65 is almost halfway between the two nearest quarter steps: 6.30 and 6.66. You find the answer must then lie between 45 and 47. You interpolate and answer 46 minutes, which is in fact correct.

Using the mental slide rule is also much more versatile, since the method works with other speeds too. What if we were going 70mph?

7.08 is 3 quarter steps past 6, so the answer is 3 quarter steps shy of 5: 4.22. There's around 42 minutes left to your journey.

Calculating tips

Your check comes to $8.47. You think 17% is reasonable for a tip.

Your check is three quarters shy of 1. The tip therefore is three quarters shy of 17%, which is a quarter step past ¹/₂`pi`. The tip is a half step shy of ¹/₂`pi`, or $1.41. Actual answer is $1.44.

Converting inches to mm

You only have a imperial ruler. An object measures ³/₈ inch. What's that in mm?.

A common rule of thumb is that there's 25.4 millimeters in an inch, around ¹/₄. `3/(8*4) = 3/32`.

The difference between 3 and 32 is around a quarter step, so the answer is a quarter step counter-clockwise of 1: 9.44. Our intuition tells us that's also the correct order of magnitude, so 9.44 millimeters it is. This is probably good enough for most people.

Want the correction? The correction is ³/₈ `* 0.4`, which is the same mantissa as `4*`³/₈ or `12/8`. The mantissa is a step behind three quarters, or a quarter shy of `1 - 9.44`. We intuit the correction is 0.0944, so a closer answer is `9.44+0.0944`, or 9.53. The correct answer is 9.525.

Calculating sales tax

$3.50 for milk - what's the total with tax?
Let's say sales tax is 106%.

Every quarter step on the log scale represents a multiplication by 106%, so sales tax is super easy. Just look a quarter step past 3.50. It's around $3.75 with tax.

Trigonometry

What's the width of a 19" 4:3 monitor?

Think back to the pythagorean theorem. What's the width:diagonal ratio on a 4:3 monitor?

The diagonal has a square of `16+9 = 25`, so without even consulting our mental slide rule we know the ratio is 4:5, or 0.8.

4:5 is a step shy of 1. 1.9 is a quarter shy of 2, so `1.9*0.8` is a quarter shy of `1.58 - 1.5`. 15" inches is our answer. The exact answer is 15.2.

What's the height?

The ratio is 3:5, now. That's a 2 and a quarter shy of 1. 2.25 shy of 19 is 2.5 shy of 3 steps, or a half step past `1 - 1.12`. 11.2" is our answer. The exact answer is 11.4".

What's the angle of the diagonal?

If we normalize the width we have ⁴/₅ or 0.8, so we want to find acos(0.8).

At times like this I'd like to remind you of something:

you don't have to get there, you just need to get closer.

You won't need the taylor series to solve this one, but you will have to think for yourself.

We know cosine starts at 1 and goes to 0 once it reaches 90°. It repeats after that, so we only care how it looks from -90° to +90°. We want a function that resembles this.

It kind of resembles a parabola, like `y=1-x^2` where x is measured as a fraction of a right angle.

We know `0.8 = 1-x^2`, so `1-0.8 = x^2 = 0.2`. We need the squareroot of 0.2.

0.2 is 7 steps backwards from 1, so our answer lies 3.5 steps backwards from 1. 0.44 is our answer expressed as a fraction of a right angle. We multiply by 90 to get the degrees - this is a half step shy of 4.4, so we answer 40°. The exact answer is 39.9°. Not too shabby.

Obviously, `y=1-x^2` is not a perfect estimate. You could remember the taylor series, but that takes way more figuring. For mental math, it's much more effective to remember a better fitting exponent. After some trial and error, I've found `y=1-x^1.75` provides much more accurate results.

If you need a more concise mental algorithm, it is as follows. To find `cos(theta)`, where `theta` is an angle expressed in degrees, you must perform the following:

  • find the conterclockwise distance from 1 to `theta` (find `1-log_10(theta)`)
  • subtract 0.5 from the distance (`x=theta/90`)
  • double the distance and subtract ⅒ of it (`x^1.8`)
  • find the number that appears at that distance and subtract it from 1 (`1-x^1.8`)

How to find 1-cos(40°)

What's `e^(i*pi/5)`?

Remember euler's theorem: `e^(theta i) = cos(theta) + sin(theta)i`. It's OK to write down your answers.

Remember: sine is just cosine rotated 90°.

`pi/5` is 2/5 of a right angle. we need cos and sin of that.

2/5 is 0.4. That's 4 steps counter-clockwise from 1, so `0.4^1.75` is 7 steps counter-clockwise from 1, or 0.2. `1-0.2=0.8`, so that's cosine, AKA the real component of the complex number.

For sine, we just do the same thing for `1-0.4`, or 0.6. 0.6 is 2.25 steps counter-clockwise, so `0.6^1.75` is ~4 steps counter-clockwise, or 4. `1-0.4=0.6`, so that's the imaginary component.

Our guess is `0.8+0.6i`. We run it through the computer and find the correct answer is `0.81+0.59i`. Noice.

And now, your final exam: I have an object at coordinate (3.3, 2.8) and I rotate it `pi//5` radians clockwise. Where is it located now?

We know from the previous question the rotation is `(3.3+2.8i)*(0.81+0.59i)`. It's OK to write down your answers.

The neat thing with slide rules is you can set them to multiply by a certain number and from then on you know at a glance what all the answers are for when multiplying by that number.

Start working with the numbers that are closest to 1 on the scale, since these are the easiest when visualizing multiplication and division.

0.81 is 1 step counter-clockwise, so look 1 step counter-clockwise from 3.3 and 2.8: we have 2.66 and `2.2i`.

0.59 is 2.25 steps counter-clockwise, so look that distance from 3.3 and 2.8: we have `2.0i` and `1.68ii`.

The answer is `2.66 + 2.2i + 2.0i - 1.68`, so the answer is `1 + 4.2i`.

The exact answer is `1.02 + 4.20i`.

Beyond quarter steps.

Make sure you start small. Start by remembering the half steps. Recite the scale forwards and backwards. Try your hand at multiplying, dividing, and exponentiating random numbers. I personally train with a scripting language like python or R, but a couple d10 or d20 dice work, too.

Once you have the basics down, you can memorize smaller increments to achieve greater accuracy.

First, you have to decide which increment you want to memorize. When you're memorizing a scale, it's important to start with an increment that accomplishes two things: 1.) it's easy to remember the scale, and 2.) it works well in base 10. A multiple like 1.1 is a great example. It's easy to calculate multiples of 1.1. For whole numbers, you just repeat the number twice, so for example `3 * 1.1 = 3.3`. For multiple digits, the first and last digit stay the same, and every other number gets added to it's neighbor, so for example `1.25 * 1.1` is:

`{:(\ \ \ 1250),(+ 0125),(_),(\ \ \ 1375):}`

So if we're memorizing the scale and we forget what an increment on our scale is, we can just multiply by some adjacent number that we do know. This won't excuse you from memorizing the thing, but it can help you while you memorize it.

We know `log_10(1.1) = 0.4`, so we can easily memorize a scale where every log increment is 0.2 since this would mean memorizing every fifth of a step. Since `log_10(1.05) = 0.2`, we know ever fifth step will represent a multiplication by 1.05.

Memorizing the first few steps of any scale will be critical, because any other step in the scale can be derived by multiplying one of the first steps and some whole number. Let's take a look at the first few fifth step increments

1.047
1.096
1.148
1.202
1.259

What sense can we make of them? Well, the trailing numbers are all very close to multiples of 0.05.

`1.047 ~~ 1 + 0.05 * 1`
`1.096 ~~ 1 + 0.05 * 2`
`1.148 ~~ 1 + 0.05 * 3`
`1.202 ~~ 1 + 0.05 * 4`
`1.259 ~~ 1 + 0.05 * 5`

In other words, it's almost like we're adding 0.05 to each number. But that's not completely the case, because 1.259 rounds up to 1.26, and that's 1.20 + 0.06. By the time we've reached the first full step, it's like we're adding 0.06. Let's look at the next few fifth steps.

`1.318 ~~ 1.259 + 0.06`
`1.380 ~~ 1.318 + 0.06`
`1.445 ~~ 1.380 + 0.06`
`1.514 ~~ 1.445 + 0.06`
`1.585 ~~ 1.514 + 0.06`

But that's not completely correct either, because by the time we reach 1.445 it's like we're adding by 0.07, and by the time we reach past 1.58, it's like we're adding by 0.08:

`1.660 ~~ 1.58 + 0.08`
`1.738 ~~ 1.66 + 0.08`
`1.820 ~~ 1.74 + 0.08`
`1.905 ~~ 1.82 + 0.08`
`1.995 ~~ 1.91 + 0.08`

And of course the increment keeps increasing. The good news is this: it doesn't matter for our purposes. The error remains in line with the precision we want to accomplish. For us the mneumonic works just fine:

Now, let's say you do want to memorize the fifths scale. You memorize the scale, paying particular attention to the steps from 1 to 1.25. As you did with the half steps, you ought to recite the scale and try your hand at some random problems. If you memorized the quarter steps, the fifth steps should come easier - the ¹/₅ and ⁴/₅ steps are only slightly off from the ¹/₄ and ³/₄ steps.

If we wish to go further, we can even remember every tenth of a step (multiplication by ~1.025). The tenth scale includes both the fifth step scale and the half step scale, so by the time you remember the half and fifth steps, you'll already have at least 6 of the 10 substeps memorized for each full step of the tenths scale.

The Tenths Scale:

1 2 3 4 5 6 8
1.025 2.05 3.075 4.1 5.125 6.15 8.2
1.05 2.1 3.15 4.2 5.25 6.3 8.4
1.075 2.15 3.225 4.3 5.375 6.45 8.6
1.1 2.2 3.3 4.4 5.5 6.6 8.8
1.125 2.25 3.375 4.5 5.625 6.75 9.0
1.15 2.3 3.45 4.6 5.75 6.9 9.2
1.175 2.35 3.525 4.7 7.07 9.4
1.2 2.4 3.6 4.8 7.2 9.6
1.225 2.45 3.675 4.9 7.43 9.8
1.26 2.5 3.75 7.6
1.292 2.57
1.32 2.63
1.347 2.69
1.38 2.75
1.41 2.82
1.45 2.88
1.481 2.95
1.51
1.55
1.58
1.629
1.66
1.70
1.73
1.78
1.82
1.86
1.90
1.95