No history yet

Understanding Indices

What are Indices?

Imagine you need to multiply a number by itself several times. For example, 5×5×5×55 \times 5 \times 5 \times 5. Writing this out can get tedious, especially if you have to do it many times.

Indices, also known as exponents or powers, are a shorthand for this exact situation. Instead of writing 5×5×5×55 \times 5 \times 5 \times 5, we can simply write 545^4. This is read as "five to the power of four."

In the expression $5^4$, the number 5 is called the base, and the number 4 is the index (or exponent).

The index tells you how many times to multiply the base by itself. So, 10210^2 means 10×1010 \times 10, which is 100. And 252^5 means 2×2×2×2×22 \times 2 \times 2 \times 2 \times 2, which is 32. This simple notation is the key to handling very large and very small numbers.

The Laws of Indices

To work with indices efficiently, we use a few fundamental rules. These rules aren't arbitrary; they come directly from the definition of what an index is.

Multiplying Powers

What happens when you multiply two powers that have the same base, like x2x3x^2 \cdot x^3? Let's write it out:

(xx)(xxx)=xxxxx=x5(x \cdot x) \cdot (x \cdot x \cdot x) = x \cdot x \cdot x \cdot x \cdot x = x^5

Notice that the new index, 5, is just the sum of the original indices, 2 and 3. This gives us our first law.

aman=am+na^m \cdot a^n = a^{m+n}

Dividing Powers

Now let's try division. What is x5÷x2x^5 \div x^2? Again, we can expand it:

xxxxxxx\frac{x \cdot x \cdot x \cdot x \cdot x}{x \cdot x}

Two of the xx's on top cancel out with the two on the bottom, leaving us with xxxx \cdot x \cdot x, or x3x^3. The new index, 3, is the difference between the original indices, 5 and 2. This is our second law.

aman=amn\frac{a^m}{a^n} = a^{m-n}

A Power of a Power

Finally, what if you raise a power to another power, like (x2)3(x^2)^3? This means we multiply x2x^2 by itself three times:

x2x2x2=x2+2+2=x6x^2 \cdot x^2 \cdot x^2 = x^{2+2+2} = x^6

The resulting index, 6, is the product of the original indices, 2 and 3. This leads to our third law.

(am)n=amn(a^m)^n = a^{mn}

Special Cases

These laws also help us understand what happens with some less obvious indices, like zero, negative numbers, and fractions.

The Zero Index

What is anything to the power of zero? Let's use the division law. We know that any number divided by itself is 1. So, x3÷x3=1x^3 \div x^3 = 1.

But according to the division law, x3÷x3=x33=x0x^3 \div x^3 = x^{3-3} = x^0. Since both are true, it must be that:

a0=1a^0 = 1

This holds true for any base aa that is not zero.

Negative Indices

What about a negative power, like 232^{-3}? Again, we can turn to the division law. Let's look at x2÷x5x^2 \div x^5.

Using the law, we get x25=x3x^{2-5} = x^{-3}.

If we write it out the long way, we get:

xxxxxxx=1xxx=1x3\frac{x \cdot x}{x \cdot x \cdot x \cdot x \cdot x} = \frac{1}{x \cdot x \cdot x} = \frac{1}{x^3}

So, a negative index simply means taking the reciprocal of the base raised to the positive index.

an=1ana^{-n} = \frac{1}{a^n}

This is incredibly useful for writing very small numbers. For example, 0.0010.001 is 11000\frac{1}{1000}, which can be written as 1103\frac{1}{10^3}, or simply 10310^{-3}.

Fractional Indices

What does a fraction in the index mean? A fractional index like 1n\frac{1}{n} indicates an nn-th root. For example, x1/2x^{1/2} is the square root of xx, and x1/3x^{1/3} is the cube root of xx.

a1/n=ana^{1/n} = \sqrt[n]{a}

This idea combines with our other rules. What is 82/38^{2/3}? We can think of this as (81/3)2(8^{1/3})^2. First, we take the cube root of 8, which is 2. Then, we square it:

82/3=(83)2=22=48^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4

Understanding these rules allows us to simplify complex expressions into much neater forms.

Quiz Questions 1/6

What is the correct expansion of 343^4?

Quiz Questions 2/6

Simplify the expression x8÷x2x^8 \div x^2.