No history yet

Core Exponent Laws

Simplifying with Exponents

Since exponents are a shorthand for repeated multiplication, there are consistent rules for manipulating them. These rules, or laws, make simplifying complex expressions much more straightforward. Instead of writing everything out the long way, we can use a few shortcuts.

Multiplying and Dividing Powers

The first two laws deal with multiplying and dividing expressions that have the same base.

When multiplying two powers with the same base, you add their exponents.

Think about what x2x3x^2 \cdot x^3 really means. It's (xx)(x \cdot x) times (xxx)(x \cdot x \cdot x). If you count them up, you have five xx's multiplied together, which is just x5x^5. Adding the exponents, 2+3=52+3=5, gets you there faster. This is the Product Rule.

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

Division works similarly, but with subtraction. If you have x5/x2x^5 / x^2, you have five xx's on top and two on the bottom. Two pairs of xx's will cancel out, leaving three xx's on top, or x3x^3. The shortcut is to subtract the exponents: 52=35-2=3. This is the Quotient Rule.

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

Powers of Powers

What happens when you raise a power to another power? For example, (x2)3(x^2)^3. This means you are multiplying x2x^2 by itself three times: x2x2x2x^2 \cdot x^2 \cdot x^2. Using the product rule we just learned, we add the exponents: 2+2+2=62+2+2=6. The result is x6x^6.

A more direct route is to multiply the exponents. For (x2)3(x^2)^3, simply calculate 23=62 \cdot 3 = 6. This is the Power of a Power Rule.

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

This same logic of distribution applies when a product or a quotient is raised to a power. The exponent outside the parentheses applies to every single factor inside.

An exponent outside parentheses distributes to every factor inside.

This gives us two more useful properties.

(ab)n=anbn(ab)^n = a^n b^n
(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

Putting It All Together

These rules are most powerful when used in combination to simplify complex-looking expressions. The key is to apply the rules one step at a time until no more simplifications are possible. Let's work through an example.

Simplify the expression: (2x2y3)34x4y5\frac{(2x^2y^3)^3}{4x^4y^5}

First, handle the power of a power in the numerator. The exponent 3 applies to the 2, the x2x^2, and the y3y^3. (2x2y3)3=23(x2)3(y3)3=8x6y9(2x^2y^3)^3 = 2^3 \cdot (x^2)^3 \cdot (y^3)^3 = 8x^6y^9.

Now substitute this back into the fraction: 8x6y94x4y5\frac{8x^6y^9}{4x^4y^5}

Next, simplify the coefficients and use the quotient rule for the variables. For the numbers, 8/4=28/4 = 2. For the variables, subtract the exponents. For xx: x64=x2x^{6-4} = x^2 For yy: y95=y4y^{9-5} = y^4

Combine everything for the final, simplified answer: 2x2y42x^2y^4.

Now, let's test your understanding of these rules.

Quiz Questions 1/5

Simplify the expression: x4x7x^4 \cdot x^7

Quiz Questions 2/5

Which rule is used to simplify an expression like y9y3\frac{y^9}{y^3}?