Laws of Indices
Introduction
Hello students π. In this lesson, you will learn the laws of indices, also called the laws of exponents. These laws are a key part of Number and Algebra because they help us simplify expressions, solve equations, and understand patterns in numbers. You will see them again when working with exponential growth, logarithms, and algebraic manipulation later in the course.
By the end of this lesson, you should be able to:
- explain what indices and powers mean,
- use the main laws of indices correctly,
- simplify expressions with positive, zero, and negative powers,
- connect index laws to algebraic reasoning and IB-style problem solving.
A strong understanding of index laws is useful in real life too. For example, scientists use powers of $10$ when measuring very large or very small quantities, such as the speed of light or the size of atoms. Engineers also use index laws when simplifying formulas in technology, physics, and finance π.
What are indices?
An index tells you how many times a number is used as a factor in repeated multiplication. For example, $2^4$ means $2 \times 2 \times 2 \times 2$.
In the expression $a^n$:
- $a$ is the base,
- $n$ is the index or exponent.
So $5^3$ means $5 \times 5 \times 5 = 125$.
Indices help us write multiplication more efficiently. Instead of writing very long products, we can use compact exponential notation. For example, $10^6$ is much shorter than writing $10 \times 10 \times 10 \times 10 \times 10 \times 10$.
This notation becomes especially important in algebra, where the base may be a variable such as $x^3$ or $(2x)^4$. In these cases, the laws of indices help us simplify expressions accurately.
Law 1: Multiplying powers with the same base
When multiplying powers with the same base, you add the indices:
$$a^m \times a^n = a^{m+n}$$
This works because repeated multiplication can be grouped together.
Example:
$$2^3 \times 2^4 = (2 \times 2 \times 2)(2 \times 2 \times 2 \times 2) = 2^7$$
So,
$$2^3 \times 2^4 = 2^{3+4} = 2^7$$
Another example:
$$x^5 \times x^2 = x^{5+2} = x^7$$
This law is very useful in algebra because it helps combine factors quickly. For example, if a formula includes $a^3 \times a^5$, you can simplify it to $a^8$ before continuing with other steps.
A common mistake is to add the bases instead of the indices. For example, $x^2 \times x^3$ is not $x^5$ because $x$ is not being added; the powers are being multiplied, so the result is $x^{2+3} = x^5$.
Law 2: Dividing powers with the same base
When dividing powers with the same base, you subtract the indices:
$$\frac{a^m}{a^n} = a^{m-n} \quad \text{for } a \neq 0$$
This works because factors in the numerator and denominator cancel.
Example:
$$\frac{3^5}{3^2} = 3^{5-2} = 3^3$$
You can also check it by expanding:
$$\frac{3 \times 3 \times 3 \times 3 \times 3}{3 \times 3} = 3 \times 3 \times 3 = 3^3$$
Another example:
$$\frac{y^8}{y^3} = y^{8-3} = y^5$$
This law is especially important in algebraic simplification. If you see a fraction with the same base above and below, you can reduce it by subtracting exponents.
A key detail is that the base cannot be $0$ in a denominator, because division by zero is undefined. So expressions like $\frac{a^m}{a^n}$ require $a \neq 0$.
Law 3: Power of a power
When a power is raised to another power, you multiply the indices:
$$\left(a^m\right)^n = a^{mn}$$
Example:
$$\left(2^3\right)^4 = 2^{3 \cdot 4} = 2^{12}$$
Why does this happen? Because $\left(2^3\right)^4$ means four groups of $2^3$:
$$\left(2 \times 2 \times 2\right)\left(2 \times 2 \times 2\right)\left(2 \times 2 \times 2\right)\left(2 \times 2 \times 2\right)$$
That gives twelve factors of $2$, so the result is $2^{12}$.
Another example:
$$\left(x^2\right)^5 = x^{10}$$
This law often appears in questions with algebraic expressions and brackets. It is important to remember that the outside power applies to everything inside the bracket.
For instance,
$$\left(3x^2\right)^3 = 3^3 x^{2 \cdot 3} = 27x^6$$
Here, both the number and the variable are affected by the power $3$.
Law 4: Power of a product
When a product is raised to a power, the power applies to each factor:
$$\left(ab\right)^n = a^n b^n$$
Example:
$$\left(2x\right)^3 = 2^3 x^3 = 8x^3$$
Another example:
$$\left(3y\right)^2 = 3^2 y^2 = 9y^2$$
This is important because students sometimes think the answer is $2x^3$ or $3y^2$, but the power must apply to both parts inside the bracket.
The same idea works for more than two factors:
$$\left(abc\right)^n = a^n b^n c^n$$
For example,
$$\left(2xy\right)^2 = 2^2 x^2 y^2 = 4x^2y^2$$
This law is especially useful when simplifying formulas before substituting values.
Zero and negative indices
The laws of indices also include special cases with $0$ and negative powers.
Zero index
Any non-zero number raised to the power of $0$ is $1$:
$$a^0 = 1 \quad \text{for } a \neq 0$$
Why? Use the division law:
$$\frac{a^m}{a^m} = a^{m-m} = a^0$$
But any non-zero number divided by itself equals $1$, so:
$$a^0 = 1$$
Example:
$$7^0 = 1$$
This rule is very useful for simplifying expressions and checking answers.
Negative indices
A negative power means the reciprocal:
$$a^{-n} = \frac{1}{a^n} \quad \text{for } a \neq 0$$
Example:
$$2^{-3} = \frac{1}{2^3} = \frac{1}{8}$$
Another example:
$$x^{-4} = \frac{1}{x^4}$$
Negative indices often appear when moving factors from the numerator to the denominator or vice versa. For example:
$$\frac{1}{a^3} = a^{-3}$$
and
$$\frac{x^5}{x^8} = x^{5-8} = x^{-3} = \frac{1}{x^3}$$
These rules are very important in algebra because they let you rewrite expressions in different but equivalent forms.
Worked examples and IB-style reasoning
Letβs combine several laws in one example.
Simplify:
$$\frac{(x^3)^2 \cdot x^4}{x^5}$$
First use the power of a power:
$$\left(x^3\right)^2 = x^6$$
So the expression becomes:
$$\frac{x^6 \cdot x^4}{x^5}$$
Now multiply powers with the same base:
$$x^6 \cdot x^4 = x^{10}$$
So we have:
$$\frac{x^{10}}{x^5} = x^{10-5} = x^5$$
Final answer:
$$x^5$$
This kind of step-by-step reasoning is exactly what IB Mathematics values. You are not just memorizing rules; you are using them logically and clearly.
Another example:
Simplify:
$$\left(2a^2b\right)^3$$
Apply the power to each factor:
$$2^3 \left(a^2\right)^3 b^3$$
Then simplify the powers:
$$8a^6b^3$$
This is a strong example of careful algebraic manipulation.
Why laws of indices matter in Number and Algebra
The laws of indices are a bridge between basic number work and more advanced algebra. They help you simplify expressions efficiently, compare patterns, and solve equations involving powers.
They are also connected to later topics in IB Mathematics Analysis and Approaches SL, including:
- exponential functions,
- logarithms,
- scientific notation,
- compound growth and decay,
- algebraic proof and pattern recognition.
For example, exponential models for population growth or interest often use expressions like $A = P(1+r)^n$. Understanding index laws makes it easier to manipulate and interpret such formulas.
Index laws also help in checking whether an algebraic expression has been simplified correctly. If two expressions look different but use the same index rules, they may actually be equal. That is a powerful tool in mathematical reasoning.
Conclusion
students, the laws of indices give you a compact and reliable way to work with repeated multiplication. The main rules are to add indices when multiplying like bases, subtract indices when dividing like bases, multiply indices for a power of a power, and distribute powers across products. You also learned that $a^0 = 1$ for $a \neq 0$ and that $a^{-n} = \frac{1}{a^n}$.
These rules are not just isolated facts. They are part of the wider structure of Number and Algebra and support many later topics in IB Mathematics Analysis and Approaches SL. If you can use them confidently, you will find algebra much easier to simplify and understand β .
Study Notes
- $a^n$ means $a$ multiplied by itself $n$ times.
- In $a^m \times a^n = a^{m+n}$, add the indices when the base is the same.
- In $\frac{a^m}{a^n} = a^{m-n}$, subtract the indices when the base is the same and $a \neq 0$.
- In $\left(a^m\right)^n = a^{mn}$, multiply the indices.
- In $\left(ab\right)^n = a^n b^n$, the power applies to every factor in the bracket.
- For $a \neq 0$, $a^0 = 1$.
- For $a \neq 0$, $a^{-n} = \frac{1}{a^n}$.
- Common errors include adding powers incorrectly, forgetting to apply a power to every factor, and ignoring the restriction $a \neq 0$ in denominators.
- Laws of indices are essential for simplifying algebra, working with exponential expressions, and preparing for logarithms and growth models.
- Clear step-by-step reasoning is important in IB Mathematics Analysis and Approaches SL.
