Exponents

Download as PDF

Ever seen a small number floating next to a bigger one, like 52? That's an exponent! They are a powerful shortcut for repeated multiplication and a fundamental concept in algebra. This guide will break down what they are, how they work, and the essential rules you need to master.

Exponents — an original Algebra911 reference diagram defining exponents with its key formula and a worked example.
Exponents Explained: A Comprehensive Guide for Beginners

What Are Exponents?

An exponent is a number that indicates how many times another number, called the base, is to be multiplied by itself. Together, the base and the exponent form an expression called a power. Think of exponents as a shorthand for writing out long multiplication problems involving the same number. For instance, instead of writing 3333, we can simply write 34.

Let's break down the parts of the expression 34:

  • The Base: This is the number being multiplied. In 34, the base is 3.
  • The Exponent: This is the small, raised number that tells you how many times to multiply the base by itself. In 34, the exponent is 4.
  • The Power: This is the entire expression, 34. It represents the result of the calculation.

We have special names for exponents of 2 and 3. An exponent of 2 is often called 'squared', so 52 is read as 'five squared'. An exponent of 3 is often called 'cubed', so 23 is read as 'two cubed'. For other exponents, we use the phrase 'to the power of'. For example, 105 is read as 'ten to the fifth power' or 'ten to the power of five'.

TermComponent in 73Meaning
Base7The number to be multiplied.
Exponent3How many times the base is used as a factor.
Power73The entire expression, representing the value 777.

How Do You Evaluate Expressions with Exponents?

Evaluating an expression with an exponent means finding its final numerical value. To do this, you simply perform the repeated multiplication that the exponent calls for. This is also known as 'expanding' the expression.

Let's take the expression 25. Here, the base is 2 and the exponent is 5. This means we need to multiply 2 by itself 5 times.

25=22222

Now, we just calculate the product:

  • 22=4
  • 42=8
  • 82=16
  • 162=32

So, 25=32.

Example 1

Evaluate 43.

Solution:

The base is 4 and the exponent is 3. This means we multiply 4 by itself 3 times.

43=44444=16164=6443=64

Be very careful when dealing with negative bases. The placement of parentheses is extremely important. The expression (3)2 means 'multiply negative three by itself'. The base is 3. In contrast, the expression 32 means 'the opposite of three squared'. The base is just 3, and the negative sign is applied after the exponentiation, according to the order of operations (PEMDAS).

Example 2

Evaluate and compare (3)2 and 32.

Solution for (3)2:

The parentheses tell us the base is 3. We multiply 3 by itself.

(3)2=(3)(3)=9A negative times a negative is a positive.

Solution for 32:

There are no parentheses, so the exponent only applies to the 3. We square the 3 first, then apply the negative sign.

32=(33)=(9)=9The results are different: 99

The Product Rule: How Do You Multiply Exponents?

What happens when you need to multiply two powers that have the same base? For example, how would you simplify x2x3? You could expand each term:

x2=xx

x3=xxx

So, x2x3=(xx)(xxx). If you count them up, you have five x's multiplied together, which is just x5. Notice that 2+3=5. This leads us to a shortcut called the Product Rule.

The Product Rule states that to multiply two powers with the same base, you keep the base and add the exponents.

aman=am+n

This rule only works when the bases (the 'a' value) are the same. You cannot use it to simplify an expression like 2354 because the bases (2 and 5) are different.

Example 3

Simplify the expression y5y4.

Solution:

Both terms have the same base, y. According to the Product Rule, we keep the base and add the exponents.

y5y4=y5+4y5+4=y9So, y5y4=y9

The Quotient Rule: How Do You Divide Exponents?

Just as there's a rule for multiplication, there's a rule for division. Let's figure it out by looking at an example: x5x2. We can expand the numerator and the denominator:

x5x2=xxxxxxx

Since xx=1, we can cancel out pairs of x's from the top and bottom.

xxxxxxx=xxx=x3

The result is x3. Notice that the original exponents were 5 and 2, and 52=3. This gives us the Quotient Rule.

The Quotient Rule states that to divide two powers with the same base, you keep the base and subtract the exponent of the denominator from the exponent of the numerator.

aman=amn

Again, this rule only works when the bases are identical. You must subtract in the correct order: numerator exponent minus denominator exponent.

Example 4

Simplify the expression 8783.

Solution:

The base is the same (8) in both the numerator and the denominator. We can apply the Quotient Rule.

8783=873873=84The simplified expression is 84

If you wanted to evaluate this, you would calculate 8888=4096.

The Power Rule: What About a Power to a Power?

Sometimes you'll see an expression where a power is being raised to another power, like (x2)3. This looks complicated, but we can figure it out by expanding. The exponent 3 tells us to multiply the base, which is (x2), by itself three times.

(x2)3=x2x2x2

Now we have a multiplication problem. Using the Product Rule from before, we add the exponents:

x2x2x2=x2+2+2=x6

Notice that 23=6. This is the Power Rule.

The Power Rule states that to raise a power to another power, you keep the base and multiply the exponents.

(am)n=amn

This rule can be extended to products and quotients inside parentheses.

  • Power of a Product Rule: (ab)n=anbn. The exponent applies to every factor inside the parentheses.
  • Power of a Quotient Rule: (ab)n=anbn. The exponent applies to both the numerator and the denominator.
Example 5

Simplify the expression (p4)5.

Solution:

This is a power raised to another power. We use the Power Rule, which tells us to multiply the exponents.

(p4)5=p45p45=p20The simplified expression is p20

Key formulas for exponents by Algebra911.
Key formulas for exponents by Algebra911.

Understanding Zero and Negative Exponents

The rules of exponents also lead to some interesting special cases, like exponents that are zero or negative. They might seem strange at first, but they follow logically from the Quotient Rule.

The Zero Exponent

Consider the expression x3x3. We know that any number (except zero) divided by itself is 1. So, x3x3=1.

But what happens if we apply the Quotient Rule to it?

x3x3=x33=x0

Since both approaches must be correct, it must be true that x0=1.

The Zero Exponent Rule states that any non-zero number raised to the power of zero is equal to 1.

a0=1 (for a0)

Negative Exponents

Now consider the expression x2x5. Let's use the Quotient Rule first:

x2x5=x25=x3

This gives us a negative exponent. What does it mean? Let's solve the same problem by expanding and canceling:

x2x5=xxxxxxx=xxxxxxx=1xxx=1x3

Since both results must be equal, we can see that x3=1x3.

The Negative Exponent Rule states that a base raised to a negative exponent is equal to the reciprocal of the base raised to the positive exponent.

an=1an (for a0)
Example 6

Evaluate 32.

Solution:

The exponent is negative, so we use the Negative Exponent Rule to rewrite it as a reciprocal with a positive exponent.

32=132Now, we evaluate the denominator: 32=33=9So, 32=19

Common Mistakes to Avoid with Exponents

Exponents have specific rules that are easy to mix up. Being aware of these common pitfalls will help you avoid them.

  • Multiplying the Base and Exponent: A frequent error is to see 32 and think 32=6. This is incorrect. Remember, 32 means 33, which equals 9.
  • Confusing the Rules: It's easy to mix up when to add and when to multiply exponents. Remember: when you multiply bases, you add exponents (Product Rule). When you raise a power to another power, you multiply exponents (Power Rule).
  • Mishandling Negative Bases: Forgetting the role of parentheses is a major source of errors. Always remember that (4)2=(4)(4)=16, while 42=(44)=16. The parentheses determine what the base is.
  • Applying Rules to Different Bases: The Product and Quotient rules only work when the bases are the same. You cannot simplify 2352 by adding the exponents. You must evaluate each power separately: 825=200.
  • Assuming a Zero Exponent Means Zero: Many students intuitively think that x0 should be 0. This is incorrect. Any non-zero base raised to the power of zero is always 1.
  • Making a Negative Exponent Negative: Seeing 52 and thinking the answer is 25 is a common mistake. A negative exponent does not make the number negative; it indicates a reciprocal: 52=152=125.

Quick Summary of Exponent Rules

Here is a quick reference table summarizing the key rules of exponents you've learned. Keep this handy for practice problems!

Rule NameFormulaExample
Product Ruleaman=am+nx3x4=x3+4=x7
Quotient Ruleaman=amny9y5=y95=y4
Power Rule(am)n=amn(b2)6=b26=b12
Zero Exponenta0=1 (for a0)150=1
Negative Exponentan=1an62=162=136
Power of a Product(ab)n=anbn(2x)3=23x3=8x3
Power of a Quotient(ab)n=anbn(x3)2=x232=x29

Frequently Asked Questions

What's the difference between a power and an exponent?

The exponent is just the small, raised number. The power is the entire expression, including the base and the exponent. For example, in 53, the exponent is 3 and the power is 53.

Why is anything to the power of zero equal to one?

It's a logical result of the quotient rule. For example, x4x4 is 1 because anything divided by itself is one. Using the quotient rule, it's also x44=x0. Therefore, x0 must equal 1.

Can an exponent be a fraction or a decimal?

Yes, they can! Fractional exponents represent roots, like square roots and cube roots. For example, x1/2 is the same as x. You will typically learn about these in more advanced algebra courses.

What do I do if the bases are different, like in 23×52?

The main exponent rules (product, quotient) only apply when the bases are the same. To solve an expression like 23×52, you must evaluate each power separately and then perform the operation: 8×25=200.

How are exponents used in the real world?

Exponents are used everywhere! They are used in scientific notation to describe very large or small numbers, like the distance to a star or the size of an atom. They are also used to calculate compound interest, population growth, and computer memory sizes.

What is the difference between (4)2 and 42?

The difference is the base. In (4)2, the parentheses make the base 4, so the result is (4)×(4)=16. In 42, the base is just 4, so you square it first and then apply the negative sign, resulting in (4×4)=16.

Does the order of operations (PEMDAS/BODMAS) apply to exponents?

Absolutely. The 'E' in PEMDAS stands for Exponents. This means you should handle exponents after dealing with anything in Parentheses but before Multiplication, Division, Addition, and Subtraction.