8 min read

Why Powers, Roots, and Logarithms Are Really the Same Pattern

An interactive article about powers, roots, and logarithms — and why they're secretly the same thing

For students, teachers, and the simply curious. No prior knowledge of logarithms needed — if you can do 3 + 5, you can follow this to the end.

No time? Use the first chip — or read calmly from the beginning.

A researcher in Amsterdam was checking his son's maths homework. The assignment covered powers, roots, and logarithms. He looked at the formulas and thought:

"Why do they make something so simple so difficult?"

That question turned into a book. This interactive article is based on it. We are going to show you a pattern that is already in your head — you just haven't noticed it yet — and then show how a small change in notation makes that pattern visible.

A pattern you already know

Let's start with something simple. Addition and subtraction belong together:

3 + 5 = 88 − 5 = 3

Subtraction helps you go back to the other number.

Look: 3 + 5 = 8. If you know 8 and 5, then 8 − 5 gives you 3.

Candy example: you had 3 candies and you get 5 more, so 3 + 5 = 8. Then you give 5 candies away: 8 − 5 = 3.

This pattern is important in maths. You can also see it in the signs: + and − belong together.

Now go one level up. Multiplication and division are partners in exactly the same way:

3 × 4 = 1212 ÷ 4 = 3

Division is the inverse of multiplication.

Again: if you know the result (12) and one input (4), the inverse (division) gets the other input back. And the symbols × and ÷ look like relatives — both based on a cross-shape.

So we have a nice pattern:

+ −Addition ↔ SubtractionSymbols look related
× ÷Multiplication ↔ DivisionSymbols look related

Each level has an operation and its inverse, and you can tell they belong together because they look alike.

Where school notation breaks the pattern

There is a third level. Multiplication is repeated addition (3 × 4 = 3 + 3 + 3 + 3). In the same way, there is an operation that means "repeated multiplication":

2 × 2 × 2 = 8written as 2³ = 8

This is "taking a power." The small 3 means "multiply 2 by itself 3 times."

So far so good. Now: what is the inverse? If you know the answer is 8 and the exponent is 3, how do you get the base (2) back? In school, this is written with a radical sign:

³√8 = 2
Read: "the cube root of 8 is 2."

And what if you know the answer is 8 and the base is 2, and you want to find the exponent (3)? That is called a logarithm:

log₂(8) = 3
Read: "the base-2 logarithm of 8 is 3."

Do these three look related to you? Do they look like they belong to the same family?

They don't. The first uses a tiny superscript. The second uses a √ sign with a little number in the crook. The third spells out the word "log" and puts the base as a subscript. Three completely different visual systems for three operations that are supposed to be inverses of each other.

This is the problem: the maths still follows the same pattern, but these three very different symbols make that pattern much harder to see.

What if we fix it?

The fix is surprisingly simple. Instead of three different visual systems, use three symbols that look like variations of each other:

power (up)2 3 = 8
root (down)8 3 = 2
log (double down)8 2 = 3

This is how you rewrite the three power, root, and log relationships into the arrow proposal:

FromTo
2³ = 82 3 = 8
³√8 = 28 3 = 2
log₂(8) = 38 2 = 3

Read them out loud: "2 up 3 is 8", "8 down 3 is 2", "8 double-down 2 is 3." The symbols go up, down, double-down — a family you can see.

And the table now has a pattern on every level:

+ −Addition ↔ SubtractionSymbols look related
× ÷Multiplication ↔ DivisionSymbols look related
Power ↔ Root ↔ LogSymbols look related

Three levels. Same structure everywhere: the inverse undoes the operation, and the symbols tell you they belong together. That's the whole idea.

But wait — why two inverses?

At the first two levels, you only need one inverse: − for +, ÷ for ×. That's because order doesn't matter there: 3 + 5 = 5 + 3 and 3 × 4 = 4 × 3.

But for powers, order matters: 2 ↑ 3 = 8, while 3 ↑ 2 = 9. So there are two numbers that can go missing — the one left of ↑ and the one right of ↑ — and you need a different inverse for each:

a b = c
? b = cLeft missing?
Use ↓ (down)
? = c b
a ? = cRight missing?
Use ⇓ (double-down)
? = c a

Example: 23 = 8. Missing the 2? → 83 = 2. Missing the 3? → 82 = 3.

That's the only rule you need. Missing the left number? Use ↓. Missing the right number? Use ⇓.

The power of inverses: they cancel each other

There's something beautiful that follows from this. You already know that + and − cancel each other:

(5 + 3) − 3 = 5
Add 3, then subtract 3 — you're back where you started.

And × and ÷ cancel each other:

(5 × 3) ÷ 3 = 5
Multiply by 3, then divide by 3 — back to the start.

With the new notation, exactly the same works for ↑ and ↓:

(5 3) 3 = 5
Raise to the power 3, then take the 3rd root — back to the start.
(5 3) 3((5 up 3) down 3)

And for ↑ and ⇓:

(5 3) 5 = 3
Raise 5 to a power, then log base 5 — you get the exponent back.
(5 3) 5((5 up 3) double‑down 5)

In school notation, that first cancellation would be written as ³√(5³) = 5, and the second as log₅(5³) = 3. But look at them: can you see that ³√ and ³ cancel? Or that log₅ and 5³ cancel? Not really — they look completely different. With ↓ and ↑, the cancellation is visible: they're the same symbol pointing in opposite directions. And ⇓ and ↑ work the same way. That's the whole point of the notation: it doesn't just label the operations — it shows you how they relate.

Your turn

The calculator on this page supports ↑, ↓, and ⇓. Here are some things to explore:

The triangle of inverses

These three expressions all describe the same relationship: 2¹⁰ = 1024. Verify each one.

2 10(2 up 10)= 1024 (the power)
1024 10(1024 down 10)= 2 (the root — gets the base back)
1024 2(1024 double‑down 2)= 10 (the log — gets the exponent back)

Half power = square root

A power of 0.5 is the same as a square root. These two should give the same answer:

2 0.5(2 up 0.5)power with exponent ½
2 2(2 down 2)square root of 2

↓ or ⇓?

2 ↑ 3 = 8. ↓ and ⇓ both work backwards from 8 — but each gives back something different. Try both:

8 3(8 down 3)= 2 (the base)
8 2(8 double‑down 2)= 3 (the exponent)

Four examples, one pattern

Theory is one thing. Let's see if it holds up in the real world — with examples from finance, music, geology, and public health. In school, each would require a different technique. With our notation, they all follow the same pattern: set up an equation with ↑, figure out which number is missing, and pick the matching inverse (↓ or ⇓).

Slide — watch compound growth

Saving money÷ Full example →
M5.0
M5.2
M5.4
M5.6
Earthquakes Full example →
Coming soon
Disease spread Full example in preparation

Where this comes from

This notation was developed by Steven Pemberton, a computer scientist at CWI Amsterdam. In his book "Numbers," he starts from the very beginning — counting with sticks — and builds up through addition, multiplication, and powers, showing that each level follows the same pattern. The notation isn't arbitrary: it was designed to make that pattern visible.

If this notation made something click for you — or if you want to share it with a student or teacher — the full book by Steven Pemberton is available as a PDF.

Calculator

Scrolls along with you as you read

 

23 = 82 = 83left unknown? use down3 = 82right unknown? use double-down