No history yet

Exponent Rules

Combining Powers Through Multiplication

Exponents provide a shorthand for repeated multiplication. When you need to multiply two terms that have the same base, you don't have to write everything out. There's a simpler way.

Consider the expression x2×x3x^2 \times x^3. We know that x2x^2 is x×xx \times x, and x3x^3 is x×x×xx \times x \times x. So, the entire expression is (x×x)×(x×x×x)(x \times x) \times (x \times x \times x), which is just five xx's multiplied together, or x5x^5. Notice that the new exponent, 5, is the sum of the original exponents, 2 and 3. This leads us to our first rule.

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

For example, to simplify 34×363^4 \times 3^6, you just add the exponents: 34+6=3103^{4+6} = 3^{10}. The base must be the same for this rule to work.

Dividing and Raising Powers

Division works similarly, but with subtraction. If we divide x5x^5 by x2x^2, we have xxxxxxx\frac{x \cdot x \cdot x \cdot x \cdot x}{x \cdot x}. We can cancel out two pairs of xx's from the numerator and denominator, leaving us with x×x×xx \times x \times x, which is x3x^3. The resulting exponent is the difference between the original two.

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

What happens when you raise an existing power to another power? Let's look at (x3)2(x^3)^2. This means we are multiplying x3x^3 by itself: x3×x3x^3 \times x^3. Using the product rule from before, we add the exponents to get x3+3x^{3+3}, which is x6x^6. Notice that 3×2=63 \times 2 = 6. This brings us to the power rule.

(am)n=amn(a^m)^n = a^{m \cdot n}

This rule also extends to products and quotients inside the parentheses. For example, (2y)3=23y3=8y3(2y)^3 = 2^3 y^3 = 8y^3, and (x5)2=x252=x225(\frac{x}{5})^2 = \frac{x^2}{5^2} = \frac{x^2}{25}.

Zero, Negative, and Fractional Exponents

The quotient rule leads to some interesting conclusions. What happens if we divide a number by itself, like x4x4\frac{x^4}{x^4}? We know any number divided by itself is 1. Using the quotient rule, we get x44=x0x^{4-4} = x^0. This implies that any non-zero number raised to the power of zero is 1.

a0=1(for a0)a^0 = 1 \quad (\text{for } a \neq 0)

Now, let's consider what happens when the exponent in the denominator is larger than the one in the numerator, such as x2x5\frac{x^2}{x^5}. Using the quotient rule, this is x25=x3x^{2-5} = x^{-3}. If we write it out, we have xxxx\txxx\frac{x \cdot x}{x \cdot x \t \cdot x \cdot x \cdot x}, which simplifies to 1x\txx\frac{1}{x \t \cdot x \cdot x}, or 1x3\frac{1}{x^3}. This shows that a negative exponent is simply the reciprocal of the positive exponent.

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

Finally, exponents don't have to be integers. They can also be fractions. Fractional exponents are a way of expressing roots.

The denominator of the fraction indicates the root, and the numerator indicates the power. For instance, x1/2x^{1/2} is the same as the square root of xx, x\sqrt{x}. Similarly, x1/3x^{1/3} is the cube root of xx, x3\sqrt[3]{x}.

am/n=amn=(an)ma^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

For example, to calculate 272/327^{2/3}, you can either take the cube root of 27 first (which is 3) and then square it (32=93^2=9), or square 27 first (729) and then take the cube root (7293=9\sqrt[3]{729}=9). Taking the root first is usually easier.

All the rules we've discussed—product, quotient, and power—apply to fractional and negative exponents as well. This makes them incredibly powerful tools for simplifying complex expressions.

Ready to test your knowledge?

Quiz Questions 1/6

What is the simplified form of the expression z5×z3z^5 \times z^3?

Quiz Questions 2/6

The expression (x4)3(x^4)^3 is equivalent to multiplying x4x^4 by itself three times. Therefore, it simplifies to x12x^{12}.

Mastering these rules is fundamental for working with algebraic expressions and functions. They provide the foundation for manipulating equations efficiently.