Friday, January 10, 2020

Blog: Zeroth Power and Fractional Exponents

I'm starting a new, old math book (report to come), and I came across something interesting in the first chapter about numbers: another way to look at why N0 = 1.

The rules for exponents are simple:

Na * Nb = N(a + b)
and Na / Nb = N(a - b)

In the case of multiplying repeatedly by the same number:

Na * N = N(a + 1)

So, say, 24 * 2 = 24 + 1 = 25
and 25 * 2 = 25 + 1 = 26

Likewise, when dividing, repeatedly, by the same factor, the exponent would be decremented:

Thus, 23 / 2 = 23 - 1 = 22
and 22 / 2 = 22 - 1 = 21
and, finally, 21 / 2 = 21 - 1 = 20.

So what is 20?
If we evaluate the other expressions, we have the following:
8 / 2 = 4; 4 / 2 = 2; 2 / 2 = 1. So 20 = 1.

Note that we could continue the progression into negative exponents if we keep dividing. This will lead to fractions. Perhaps on another day...

Fractional exponents

What does it mean to have a fraction as an exponent?

Keep in mind that negative exponents have nothing to do with negative numbers. They create fractions. So fractional exponents won't create fractions.

Let's review one more rule about exponents:


(Na)b = N(ab)

So (23)4 = 2(3*4) = 212 = 4096.

What if there is an exponent of 2/3 or 3/5? First, consider that 2/3 = (2)(1/3) and 3/5 = (3)(1/5). The 2 and 3 still mean the second and third powers, but what about the unit fractions of 1/3 or 1/5?

If I take the positive square root, which I'll abbreviate SQRT(), of N2, I will get N, because N * N = N2.
If I take the positive square root of N4, I will get N2, because N2 * N2 = N4, etc.

So SQRT(Na) will give (N(1/2)a).
However, our rule tells us that (N(1/2)a) = (Na)1/2.
So (Na)1/2 is another way to write SQRT(Na), and N1/2 is another way to write SQRT(N).

Fractions and Zero

Consider the following progression:

SQRT(16) = 4
SQRT( SQRT(16)) = 2
SQRT( SQRT( SQRT(16))) = 1.414...
SQRT( SQRT( SQRT( SQRT(16)))) = 1.189...
SQRT( SQRT( SQRT( SQRT( SQRT(16))))) = 1.090...

As you repeatedly take the square root, the answer will get closer and closer to 1.
If we rewrite that using exponents, we get the following:

16(1/2) = 4
(16(1/2))(1/2) = 16(1/4) = 2
((16(1/2))(1/2))(1/2) = 16(1/8) = 1.414...
(((16(1/2))(1/2))(1/2))(1/2) = 16(1/16) = 1.189...
((((16(1/2))(1/2))(1/2))(1/2))(1/2) = 16(1/32) = 1.090...

As the denominator gets larger, the fraction gets smaller. As the denominator goes toward infinity, the fraction goes toward zero. And the value on the right side of the equal sign goes toward 1.

No comments: