Laws of Exponents – Complete Study Guide

Last updated: March 2026  |  AP · IB · GCSE · IGCSE · SAT

1. Introduction to Exponents

What Are Exponents?

An exponent (also called a power or index) is a small number written above and to the right of another number, called the base. It tells you how many times to multiply the base by itself. Instead of writing 2 × 2 × 2 × 2 × 2, we write 25 — this is much shorter, much cleaner, and much easier to work with.

Think of exponents as a shorthand for repeated multiplication, in exactly the same way that multiplication itself is a shorthand for repeated addition. Just as 4 × 3 means "add 4 three times" (4 + 4 + 4 = 12), the expression 43 means "multiply 4 three times" (4 × 4 × 4 = 64).

Why Are Exponents Important?

Exponents are not just a convenient notation — they are one of the most powerful structures in all of mathematics. Here is why they matter so much:

  • Compactness: They let us express enormously large numbers (like the number of atoms in the universe ≈ 1080) or incredibly small numbers (like the mass of an electron ≈ 9.1 × 10−31 kg) without writing dozens of zeros.
  • Science and engineering: Scientific notation, which is built entirely on exponents, is the standard language of physics, chemistry, biology, and engineering.
  • Computing: Computer storage is measured in powers of 2 (bytes, kilobytes, megabytes, gigabytes). A gigabyte is 230 bytes.
  • Finance: Compound interest — the way your savings grow in a bank — is an exponential process: A = P(1 + r)t.
  • Growth and decay: Population growth, radioactive decay, viral spread, and many biological processes follow exponential patterns.

Understanding Powers and Bases

Every exponential expression has two parts:

an
a = base (the number being multiplied)   |   n = exponent (how many times)
  • In 34: the base is 3 and the exponent is 4. It means 3 × 3 × 3 × 3 = 81.
  • In 106: the base is 10 and the exponent is 6. It means 10 × 10 × 10 × 10 × 10 × 10 = 1,000,000 (one million).
  • We read 34 as "three to the fourth power" or "three to the power of four."
  • Special names exist: a2 is called "a squared" and a3 is called "a cubed."
💡 Teacher Tip: Always identify the base and the exponent before doing anything. Many mistakes happen because students lose track of which number is which, especially when negative signs or parentheses are involved.

Real-World Examples of Exponential Growth

Imagine you fold a piece of paper in half. After 1 fold, you have 2 layers. After 2 folds, 4 layers. After 3 folds, 8 layers. The number of layers = 2n, where n is the number of folds. After 10 folds, you would have 210 = 1,024 layers. After just 42 folds (if physically possible), the paper stack would reach the Moon! That is the astonishing power of exponential growth.

🦠 Real-Life Example — Bacteria Growth

A single bacterium divides into 2 every 20 minutes. After 1 hour (3 divisions), you have 23 = 8 bacteria. After 4 hours (12 divisions), you have 212 = 4,096 bacteria. After 24 hours (72 divisions), you have 272 ≈ 4.7 × 1021 bacteria — that is 4.7 sextillion! Exponential growth starts small but becomes overwhelming.

2. Understanding the Meaning of Exponents

Let us make sure the concept is absolutely crystal clear before we move on to the laws. An exponent tells you how many times the base appears as a factor in a multiplication.

an = a × a × a × … × a   (n times)

This is the definition of exponentiation for positive integer exponents. Every law we will learn later is derived from this definition. If you ever forget a rule during an exam, you can always go back to this definition and figure it out.

Beginner Examples

Example 1 — Evaluate 2³

Base: 2  |  Exponent: 3

Meaning: Multiply 2 by itself 3 times.

23 = 2 × 2 × 2 = 8

Read as: "two cubed" or "two to the third power".

Example 2 — Evaluate 5⁴

Base: 5  |  Exponent: 4

Meaning: Multiply 5 by itself 4 times.

54 = 5 × 5 × 5 × 5 = 25 × 25 = 625

Tip: You can break it down: 5 × 5 = 25, then 25 × 5 = 125, then 125 × 5 = 625.

Example 3 — Evaluate 10²

Base: 10  |  Exponent: 2

Meaning: Multiply 10 by itself 2 times.

102 = 10 × 10 = 100

Pattern: 10n always gives a 1 followed by n zeros. So 103 = 1,000 and 106 = 1,000,000.

Example 4 — Evaluate (−3)² vs. −3²

This is one of the most commonly tested distinctions. Pay close attention:

  • (−3)2 = (−3) × (−3) = +9. The parentheses mean the exponent applies to the entire base, including the negative sign.
  • −32 = −(32) = −(9) = −9. Without parentheses, the exponent applies only to 3, and the negative sign is applied after.

⚠️ These are DIFFERENT! Examiners love this trap.

💡 Key Insight — Exponent of 1: Any number raised to the power of 1 is just the number itself: a1 = a. For example, 71 = 7, 1001 = 100. This follows directly from the definition — you "multiply the base by itself 1 time," which just gives you the base.

3. The Seven Laws of Exponents

These seven rules are the toolkit you need to simplify any exponential expression. Each rule emerges naturally from the definition of exponents as repeated multiplication. Learn them, understand why they work, and you will never need to memorise blindly.

Law 1 — Product of Powers Rule

am × an = am + n

What it says: When you multiply two powers that have the same base, keep the base and add the exponents.

Why it works: Let us go back to the definition. Suppose we compute 23 × 24:

  • 23 = 2 × 2 × 2  (three 2s)
  • 24 = 2 × 2 × 2 × 2  (four 2s)
  • Multiplying them: (2 × 2 × 2) × (2 × 2 × 2 × 2) = 2 × 2 × 2 × 2 × 2 × 2 × 2 = 27

We had 3 twos and then 4 more twos, giving 3 + 4 = 7 twos in total. That is why we add the exponents!

When to use: Any time you are multiplying terms with the same base. The bases must match — you cannot apply this rule to 23 × 34 because the bases (2 and 3) are different.

Solved Example — Product of Powers

Simplify: x5 × x3

Step 1: Same base? Yes — both are base x.

Step 2: Apply the rule: x5 + 3 = x8

Solved Example — Multiple Terms

Simplify: 42 × 43 × 4

Step 1: Remember 4 = 41. So we have 42 × 43 × 41.

Step 2: Add exponents: 42 + 3 + 1 = 46 = 4,096

Law 2 — Quotient Rule

am ÷ an = am − n

What it says: When you divide two powers with the same base, keep the base and subtract the exponents.

Why it works: Consider 25 ÷ 23:

  • 25 = 2 × 2 × 2 × 2 × 2
  • 23 = 2 × 2 × 2
  • Dividing: (2 × 2 × 2 × 2 × 2) ÷ (2 × 2 × 2). Three of the 2s in the numerator cancel with the three 2s in the denominator, leaving 2 × 2 = 22.

We started with 5 twos and cancelled 3, leaving 5 − 3 = 2 twos. That is subtraction of exponents!

When to use: Dividing terms with the same base. Again, the bases must be identical.

Solved Example — Quotient Rule

Simplify: y9 ÷ y4

Step 1: Same base? Yes — both base y.

Step 2: Subtract exponents: y9 − 4 = y5

Numerical Example

Simplify: 108 ÷ 105

= 108 − 5 = 103 = 1,000

Law 3 — Power of a Power Rule

(am)n = am × n

What it says: When you raise a power to another power, keep the base and multiply the exponents.

Why it works: Consider (23)4. This means 23 multiplied by itself 4 times:

(23)4 = 23 × 23 × 23 × 23

Now apply the Product Rule: add the exponents: 3 + 3 + 3 + 3 = 12. So (23)4 = 212 = 4,096. Notice that 3 × 4 = 12 — that is multiplication of exponents.

Solved Example — Power of a Power

Simplify: (x4)3

Step 1: Multiply the exponents: 4 × 3 = 12.

Step 2: Result = x12

Law 4 — Power of a Product

(a × b)n = an × bn

What it says: When you raise a product to a power, distribute the exponent to each factor.

Why it works: (2 × 5)3 = (2 × 5) × (2 × 5) × (2 × 5). Rearranging the multiplication (since order doesn't matter): (2 × 2 × 2) × (5 × 5 × 5) = 23 × 53 = 8 × 125 = 1,000. And indeed 103 = 1,000. ✓

Solved Example — Power of a Product

Simplify: (3xy)4

Step 1: Distribute the exponent to every factor inside the parentheses.

Step 2: = 34 × x4 × y4 = 81x4y4

Law 5 — Power of a Quotient

(a / b)n = an / bn    [b ≠ 0]

What it says: When you raise a fraction to a power, distribute the exponent to both the numerator and the denominator.

Why it works: (3/4)2 = (3/4) × (3/4) = (3 × 3) / (4 × 4) = 9/16 = 32 / 42. ✓

Solved Example — Power of a Quotient

Simplify: (2/5)3

Step 1: Distribute the exponent: 23 / 53

Step 2: Evaluate: 8 / 125 = 8/125 = 0.064

Law 6 — Zero Exponent Rule

a0 = 1    [a ≠ 0]

What it says: Any non-zero number raised to the power of zero equals 1.

Why it works — Proof using the Quotient Rule:

We know that any number divided by itself is 1. So an ÷ an = 1. But using the Quotient Rule: an ÷ an = an − n = a0. Since both expressions equal the same thing, a0 = 1. This is not some arbitrary definition — it is a logical necessity that follows from the Quotient Rule.

Why it works — Pattern approach:

Look at the pattern: 24 = 16, 23 = 8, 22 = 4, 21 = 2. Each time the exponent decreases by 1, we divide by 2. So 20 = 2 ÷ 2 = 1. The pattern demands it.

⚠️ Important: 00 is undefined (or sometimes defined as 1 by convention in certain contexts). But for any non-zero base, a0 is always exactly 1. Even (−5)0 = 1 and (1,000,000)0 = 1.

Solved Examples — Zero Exponent

70 = 1

(−99)0 = 1

(3x2y)0 = 1  (the entire expression is the base, and it equals 1)

5x0 = 5 × (x0) = 5 × 1 = 5  (only x is raised to the zero, not 5)

Law 7 — Negative Exponent Rule

a−n = 1 / an    [a ≠ 0]

What it says: A negative exponent means "take the reciprocal." It does NOT make the answer negative.

Why it works — Proof using the Quotient Rule:

Consider a0 ÷ an = a0 − n = a−n. But a0 = 1, so a−n = 1 ÷ an = 1/an.

Why it works — Pattern approach:

Continue the earlier pattern: 22 = 4, 21 = 2, 20 = 1, 2−1 = 1/2, 2−2 = 1/4, 2−3 = 1/8. Each step we divide by 2. The pattern extends naturally into negative exponents.

Solved Examples — Negative Exponents

a) 5−2 = 1 / 52 = 1/25 = 0.04

b) 10−3 = 1 / 103 = 1/1000 = 0.001

c) (2/3)−2 = (3/2)2 = 9/4 = 2.25

Notice in (c): A negative exponent on a fraction flips the fraction and then applies the positive exponent.

💡 Powerful Shortcut: To move a factor from the numerator to the denominator (or vice versa), just change the sign of its exponent. For example: x−3 in the numerator becomes x3 in the denominator. And y2 in the denominator becomes y−2 in the numerator.

4. Detailed Examples Using the Laws of Exponents

Let us now work through a series of progressively challenging problems. For each one, we will identify which law to use, apply it step by step, and simplify to the final answer.

Example 1 — Simplify 2³ × 2⁴

Step 1 – Identify the rule: Same base (2), multiplication → Product of Powers Rule.

Step 2 – Apply the rule: 23 × 24 = 23 + 4 = 27.

Step 3 – Simplify: 27 = 128.

Final Answer: 27 = 128

Verification: 23 = 8 and 24 = 16. 8 × 16 = 128. ✓

Example 2 — Simplify 5⁷ ÷ 5³

Step 1 – Identify the rule: Same base (5), division → Quotient Rule.

Step 2 – Apply the rule: 57 ÷ 53 = 57 − 3 = 54.

Step 3 – Simplify: 54 = 625.

Final Answer: 54 = 625

Example 3 — Simplify (3²)⁴

Step 1 – Identify the rule: A power raised to a power → Power of a Power Rule.

Step 2 – Apply the rule: (32)4 = 32 × 4 = 38.

Step 3 – Simplify: 38 = 6,561.

Final Answer: 38 = 6,561

Example 4 — Simplify (2 × 5)³

Step 1 – Identify the rule: A product raised to a power → Power of a Product Rule.

Step 2 – Apply the rule: (2 × 5)3 = 23 × 53.

Step 3 – Simplify: 8 × 125 = 1,000.

Final Answer: 1,000

Quick check: (2 × 5)3 = 103 = 1,000. ✓

Example 5 — Simplify Negative Exponent Expressions

Simplify: 4−3 × 45

Step 1 – Identify the rule: Same base, multiplication → Product Rule.

Step 2 – Apply: 4−3 + 5 = 42.

Step 3 – Simplify: 42 = 16.

Final Answer: 16

Example 6 — Simplify a Complex Expression

Simplify: (2x3y2)4

Step 1: Power of a Product — distribute exponent 4 to every factor.

Step 2: = 24 × (x3)4 × (y2)4

Step 3: Apply Power of a Power to x and y terms:

= 16 × x12 × y8

Final Answer: 16x12y8

Example 7 — Combining Multiple Laws

Simplify: (x5 × x3) ÷ x2

Step 1: Simplify the numerator using Product Rule: x5 + 3 = x8.

Step 2: Divide using Quotient Rule: x8 ÷ x2 = x8 − 2 = x6.

Final Answer: x6

Example 8 — Fraction with Negative Exponents

Simplify: (x−2y3) / (x4y−1)

Step 1: Apply Quotient Rule separately to x and y terms:

  • x terms: x−2 − 4 = x−6 = 1/x6
  • y terms: y3 − (−1) = y3 + 1 = y4

Step 2: Combine: y4 / x6

Final Answer: y4 / x6

5. Real-Life Applications of Exponents

Exponents are not abstract — they power the real world. Here are some of the most important applications you will encounter both in exams and in life.

5.1 Population Growth

If a population grows at a fixed percentage rate each year, the growth is exponential. The formula is P = P0 × (1 + r)t, where P0 is the initial population, r is the growth rate (as a decimal), and t is time. For example, a city of 100,000 people growing at 3% per year will have 100,000 × (1.03)10 ≈ 134,392 people after 10 years. The exponent t is what drives the explosive growth — each year, you multiply by the growth factor again.

5.2 Compound Interest

Banks use the compound interest formula: A = P(1 + r/n)nt, where P is the principal, r is the annual rate, n is the number of compounding periods per year, and t is time in years. The exponent nt makes your money grow faster over time. A $1,000 investment at 5% compounded annually for 20 years becomes 1,000 × (1.05)20 ≈ $2,653. Without exponents, this calculation would be nearly impossible to express concisely.

5.3 Scientific Notation

Scientists use powers of 10 to write very large or very small numbers compactly. The distance from Earth to the Sun is approximately 1.496 × 108 km (149,600,000 km). The mass of a proton is about 1.67 × 10−27 kg. Without exponents, these numbers would be impractical to write, read, or compute with. Scientific notation relies directly on the Laws of Exponents — when you multiply 3 × 104 by 2 × 105, you multiply the coefficients (3 × 2 = 6) and add the exponents (104+5 = 109), giving 6 × 109.

5.4 Computer Data Storage

Computer memory is measured in powers of 2:

  • 1 Kilobyte (KB) = 210 = 1,024 bytes
  • 1 Megabyte (MB) = 220 = 1,048,576 bytes
  • 1 Gigabyte (GB) = 230 ≈ 1.07 billion bytes
  • 1 Terabyte (TB) = 240 ≈ 1.1 trillion bytes

Every time you hear about storage capacity, you are encountering exponents. Understanding Laws 1 and 2 helps engineers quickly convert between units.

5.5 Exponential Growth and Decay

Growth: Viral content on social media can spread exponentially — if each person shares with 3 others, after 10 rounds of sharing you reach 310 = 59,049 people. After 20 rounds: 320 ≈ 3.5 billion — that is nearly half the world's population!

Decay: Radioactive materials decay exponentially. A substance with a half-life of 5 years will have (1/2)t/5 of its original mass remaining after t years. After 15 years: (1/2)3 = 1/8 remains. The negative-exponent version, 2−3, gives the same result. Understanding the Negative Exponent Rule is crucial here.

6. Common Student Mistakes

In over 20 years of teaching, these are the mistakes I have seen students make most often. Study them carefully so you do not lose marks on exam day.

❌ Mistake 1: Adding Exponents When Multiplying the Bases

Wrong: 23 × 32 = 65

Why it is wrong: The Product Rule only applies when the bases are the same. Since 2 ≠ 3, you cannot combine the exponents.

Correct: 23 × 32 = 8 × 9 = 72. Evaluate each power separately, then multiply.

❌ Mistake 2: Multiplying Exponents Instead of Adding Them (Product Rule)

Wrong: x3 × x4 = x12

Why it is wrong: The Product Rule says to add exponents, not multiply them. Multiplying exponents is the Power of a Power Rule.

Correct: x3 × x4 = x3 + 4 = x7

Memory tip: Multiply bases → Add exponents. "MA" — like your mum reminding you to do your homework!

❌ Mistake 3: Thinking Negative Exponents Make Negative Numbers

Wrong: 2−3 = −8

Why it is wrong: A negative exponent does NOT make the result negative. It means "take the reciprocal."

Correct: 2−3 = 1/23 = 1/8 = 0.125

❌ Mistake 4: Saying a⁰ = 0

Wrong: 50 = 0

Why it is wrong: Students confuse "to the power of zero" with "the result is zero." The Zero Exponent Rule says a0 = 1 for any non-zero a.

Correct: 50 = 1

❌ Mistake 5: Confusing (−3)² and −3²

Wrong: Treating them as the same expression.

Correct:

  • (−3)2 = (−3)(−3) = 9 (squaring the negative)
  • −32 = −(3 × 3) = −9 (squaring 3, then negating)

Rule: Parentheses include the negative; no parentheses exclude the negative.

❌ Mistake 6: Applying Exponent Rules to Addition

Wrong: (a + b)2 = a2 + b2

Why it is wrong: The Power of a Product rule applies to multiplication, not addition. (a + b)2 must be expanded as (a + b)(a + b).

Correct: (a + b)2 = a2 + 2ab + b2

7. Exam Tips and Problem-Solving Strategies

Exponent questions appear on virtually every maths exam, from GCSE to AP Calculus. Here is how to approach them efficiently and avoid losing marks.

🎯 Strategy 1: Identify the Base First

Before applying any law, look at the bases. Are they the same? If yes, you can combine. If not, try to rewrite expressions so the bases match. For example, 8 and 4 can both be written as powers of 2: 8 = 23 and 4 = 22. This is called "making the bases equal" and is a critical skill for solving exponential equations.

🎯 Strategy 2: Decide Which Law to Use

Ask yourself in this order:

  1. Am I multiplying same-base terms? → Add exponents (Law 1).
  2. Am I dividing same-base terms? → Subtract exponents (Law 2).
  3. Am I raising a power to a power? → Multiply exponents (Law 3).
  4. Am I raising a product or quotient to a power? → Distribute the exponent (Laws 4 & 5).
  5. Is the exponent zero? → The answer is 1 (Law 6).
  6. Is the exponent negative? → Take the reciprocal (Law 7).

🎯 Strategy 3: Simplify Step by Step

Never try to do everything in one step. Break the problem into small stages, applying one law at a time. Write each stage clearly to earn full method marks. Even if you make a small numerical error, your method marks will still count.

🎯 Strategy 4: Rewrite Everything in Exponential Form

If you see radicals (√) or roots, convert them to fractional exponents: √a = a1/2, ∛a = a1/3, and in general, the n-th root of a = a1/n. This lets you use all the exponent laws seamlessly.

🎯 Strategy 5: Check Your Answer

After simplifying, verify with small numbers. For example, if you simplified x3 × x4 to x7, plug in x = 2: 8 × 16 = 128 = 27. Quick numerical checks catch errors fast.

🎯 Strategy 6: Eliminate Negative Exponents Last

Many exams want your final answer to have only positive exponents. After simplifying, convert any remaining negative exponents to positive by using the reciprocal rule. Exam rubrics often deduct marks for leaving negative exponents in the final answer when instructed otherwise.

8. Practice Problems

Test yourself with these 15 problems. Solve each one on paper first, then click "Show Solution" to check your work.

Question 1

Simplify: 34 × 32

Law: Product Rule — add exponents.

34 + 2 = 36 = 729

Question 2

Simplify: 78 ÷ 75

Law: Quotient Rule — subtract exponents.

78 − 5 = 73 = 343

Question 3

Simplify: (53)2

Law: Power of a Power — multiply exponents.

53 × 2 = 56 = 15,625

Question 4

Simplify: (4 × 3)2

Law: Power of a Product — distribute exponent.

42 × 32 = 16 × 9 = 144

Check: (4 × 3)2 = 122 = 144. ✓

Question 5

Evaluate: 100 + 50 + (−3)0

Law: Zero Exponent Rule — any non-zero base to the 0 = 1.

1 + 1 + 1 = 3

Question 6

Simplify: 2−4

Law: Negative Exponent Rule — take the reciprocal.

2−4 = 1/24 = 1/16 = 0.0625

Question 7

Simplify: x5 × x−2 × x3

Law: Product Rule — add all exponents.

x5 + (−2) + 3 = x6 = x6

Question 8

Simplify: (a4b3)2

Laws: Power of a Product + Power of a Power.

(a4)2 × (b3)2 = a8 × b6 = a8b6

Question 9

Simplify: (3/4)−2

Law: Negative exponent on a fraction — flip the fraction and apply positive exponent.

(3/4)−2 = (4/3)2 = 16/9 = 1 7/9 ≈ 1.778

Question 10

Simplify: 63 × 6−3

Law: Product Rule.

63 + (−3) = 60 = 1

This also demonstrates that a number times its reciprocal equals 1.

Question 11

Simplify: (23 × 25) ÷ 24

Numerator: 23 + 5 = 28.

Divide: 28 − 4 = 24 = 16

Question 12

Write in exponential form: 1/x5

Law: Negative Exponent (in reverse).

1/x5 = x−5

Question 13

If 2x = 32, find x.

Express 32 as a power of 2: 32 = 25.

So 2x = 25x = 5

Question 14

Simplify: (x2y−3)4 ÷ (x3y−2)2

Numerator: (x2)4(y−3)4 = x8y−12

Denominator: (x3)2(y−2)2 = x6y−4

Divide: x8−6 × y−12−(−4) = x2 × y−8 = x2/y8

Question 15

Simplify: (32)−1 × 34

(32)−1 = 32 × (−1) = 3−2.

3−2 × 34 = 3−2 + 4 = 32 = 9

🧮 Interactive Exponent Calculator

Exponent Calculator

Enter a base number and an exponent to instantly calculate the result.

9. Summary of Key Points

Law Rule / Formula Key Idea
Product of Powers am × an = am+n Same base, multiply → add exponents
Quotient Rule am ÷ an = am−n Same base, divide → subtract exponents
Power of a Power (am)n = amn Power to a power → multiply exponents
Power of a Product (ab)n = anbn Distribute the exponent to each factor
Power of a Quotient (a/b)n = an/bn Distribute to numerator and denominator
Zero Exponent a0 = 1 (a ≠ 0) Anything (except 0) to the 0 = 1
Negative Exponent a−n = 1/an Negative exponent = reciprocal

📌 Final Reminders

  • Exponent laws only apply when the bases are the same (Laws 1 & 2).
  • Multiply bases → Add exponents. Divide bases → Subtract exponents. Power of a power → Multiply exponents.
  • A negative exponent means reciprocal, NOT negative value.
  • a0 = 1, not 0. Always.
  • Watch out for parentheses: (−3)2 ≠ −32.
  • (a + b)n ≠ an + bn. The power of a product only works for multiplication.
  • Show all your working in exams — method marks matter!
  • Use numerical substitution to check your algebraic simplifications.

🎓 You have completed the Laws of Exponents Study Guide!
Bookmark this page for quick revision before your exams. Good luck! 🍀