"subtopics": [

From the math curriculum · Updated Jun 09, 2026

Introduction to Exponents

TL;DR

Exponents are a shorthand for repeated multiplication of the same number. They tell you how many times to multiply a base number by itself. Understanding them simplifies complex calculations and is fundamental to many areas of math.

1. The Mental Model

Think of exponents as a super-efficient way to write "multiply this number by itself many times." It's like saying "two to the power of three" instead of "two times two times two." The small number acts as a counter for how many times the big number should be multiplied.

2. The Core Material

When you see a number like $2^3$, you're looking at an exponent. There are two main parts:

  • Base: This is the larger number. It's the number that gets multiplied. In $2^3$, the base is 2.
  • Exponent (or Power): This is the small number written above and to the right of the base. It tells you how many times to multiply the base by itself. In $2^3$, the exponent is 3.

So, $2^3$ means "multiply 2 by itself 3 times."
$2^3 = 2 \times 2 \times 2 = 8$

Let's look at a few more examples:

  • $5^2$ (read as "five to the power of two" or "five squared")

    • Base: 5
    • Exponent: 2
    • Meaning: $5 \times 5 = 25$
  • $3^4$ (read as "three to the power of four")

    • Base: 3
    • Exponent: 4
    • Meaning: $3 \times 3 \times 3 \times 3 = 81$

Notice that $3^4$ is very different from $3 \times 4$. Exponents grow much faster!

Special Cases You Should Know

Any Number to the Power of One

Any number raised to the power of 1 is just the number itself.
* $7^1 = 7$
* $x^1 = x$ (if x is any number)

Why? Because the exponent 1 means you multiply the base by itself one time, which just leaves you with the base.

Any Number (Except Zero) to the Power of Zero

Any non-zero number raised to the power of 0 is 1. This can seem a bit counter-intuitive at first.
* $5^0 = 1$
* $100^0 = 1$
* $(-3)^0 = 1$
* $x^0 = 1$ (as long as $x
eq 0$)

The reason for this rule comes from exponent properties that you'll learn later, specifically the division rule. For now, just remember this important rule. $0^0$ is generally considered undefined or a special case depending on the context.

Negative Bases

When the base is a negative number, pay close attention to parentheses.

  • $(-4)^2$: Here, the entire -4 is the base. So, $(-4) \times (-4) = 16$.
  • $-4^2$: Here, the exponent only applies to the 4. The negative sign is applied after the exponentiation. So, $-(4 \times 4) = -16$.

This distinction is super important!

Exponents with Variables

You'll often see exponents with variables, like $x^2$ or $y^5$. The concept is exactly the same:
* $x^2 = x \times x$
* $y^5 = y \times y \times y \times y \times y$

3. Worked Example

Let's calculate $2^5 - 3^2 + (-2)^3$.

  1. Calculate $2^5$:

    • $2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32$
  2. Calculate $3^2$:

    • $3^2 = 3 \times 3 = 9$
  3. Calculate $(-2)^3$:

    • The base is -2.
    • $(-2)^3 = (-2) \times (-2) \times (-2) = (4) \times (-2) = -8$
  4. Put it all together:

    • $32 - 9 + (-8)$
    • $32 - 9 - 8$
    • $23 - 8$
    • $15$

So, $2^5 - 3^2 + (-2)^3 = 15$.

4. Key Takeaways

  • Exponents are a compact way to write repeated multiplication of a base number.
  • The exponent tells you how many times to multiply the base by itself.
  • Any non-zero number raised to the power of 0 is always 1.
  • Any number raised to the power of 1 is just the number itself.
  • Be careful with negative bases; parentheses make a big difference.
  • Exponents cause numbers to grow or shrink very quickly.

Common Mistakes to Avoid:
- Don't confuse $a^b$ with $a \times b$. They are very different!
- Forgetting that $x^0 = 1$ (for $x
eq 0$).
- Incorrectly handling negative bases, especially mixing up $(-a)^n$ and $-a^n$.
- Multiplying the base by the exponent instead of repeated multiplication.

5. Now Try It

Calculate the value of $4^3 + (-5)^2 - 6^1 + 9^0$. After you work it out, double-check each exponent calculation and then combine the results. What success looks like: You should arrive at a single numerical answer, showing each step of your calculation clearly.


Get the full math curriculum

Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.

Create Free Account