Powers & Exponent Rules
What happens when you multiply a number by itself over and over? Things get big — fast. Exponents are one of the most powerful ideas in math, and they show up everywhere from compound interest to viral spread. Let’s explore how they work.
What Is an Exponent?
An exponent tells you how many times to multiply a number by itself:
The base is x and the exponent is 3. Simple enough. But when you start changing that exponent, the behavior of the function changes dramatically.
Part 1: The Power Function y = x^n
Let’s start with y = x^n and see how different exponents change the shape of the graph:
Watch what happens as you change n:
- n = 1: A straight line — nothing special yet
- n = 2: The classic parabola (U-shape), always positive
- n = 3: An S-curve that goes negative on the left
- n = 4: Like a tighter parabola — positive everywhere again
- n = 5: An even steeper S-curve
- n = 6: Super tight U-shape
Pattern: Even exponents make U-shapes. Odd exponents make S-shapes!
Part 2: Growth Rate Comparison
Higher exponents make functions grow faster. But how much faster? Let’s put several power functions on the same graph:
Near zero, they all look similar. But zoom out a little and the higher powers explode upward. At x = 3:
- x = 3
- x^2 = 9
- x^3 = 27
- x^4 = 81
Each step up in the exponent makes the function grow dramatically faster.
Real-world connection: This is why area (x^2) grows faster than length (x), and volume (x^3) grows faster than area. Double the side of a cube: the length doubles, the surface area quadruples, and the volume goes up 8 times!
Part 3: The Exponential Function y = a^x
Now here’s where things get truly wild. Instead of raising x to a power, what if we raise a number to the power of x?
This is a completely different beast. The exponent is now the variable.
Try these values of a:
- a = 2: Classic doubling — the function doubles every time x increases by 1
- a = 3: Triples each step — even faster!
- a = 1: A flat line at y = 1 (anything to the power of x, if the base is 1, stays 1)
- a = 0.5: The function shrinks as x increases — that’s exponential decay
Key insight: When a > 1, the function grows. When 0 < a < 1, it decays.
Part 4: Exponential vs. Polynomial — The Ultimate Race
Here’s the most important thing about exponentials: they always beat polynomials eventually. Let’s race them:
Try setting the polynomial degree to 5 — that’s x^5, a really aggressive polynomial. At first, x^5 is winning. But eventually, 2^x overtakes it and leaves it in the dust.
Why does this matter? This is why computer scientists care so much about whether an algorithm is “polynomial time” or “exponential time.” A polynomial algorithm might be slow, but an exponential one becomes impossible for large inputs. The difference between x^3 and 2^x is the difference between “takes a while” and “takes longer than the age of the universe.”
Part 5: Exponent Rules at a Glance
Here are the rules that make working with exponents much easier:
When you multiply same-base powers, add the exponents.
When you divide same-base powers, subtract the exponents.
A power raised to a power means multiply the exponents.
Anything (except 0) raised to the zero power equals 1.
A negative exponent means take the reciprocal.
Quick practice — simplify these without a calculator:
- 2^3 times 2^4
- x^5 / x^2
- (3^2)^3
- 7^0
- 2^(-3)
Answers: 2^7 = 128, x^3, 3^6 = 729, 1, 1/8
Part 6: Comparing Different Bases
Let’s put several exponential functions with different bases on the same graph:
All of these pass through the point (0, 1) — because any base raised to the power of 0 equals 1. The bigger the base, the faster the growth (or decay for bases between 0 and 1).
Notice the symmetry: The growth curve of 2^x is the mirror image of 0.5^x. That’s because 0.5 = 1/2, so 0.5^x = (1/2)^x = 2^(-x). Flipping the sign of x mirrors the graph!
Wrapping Up
| Concept | What It Does |
|---|---|
| x^n (polynomial) | Grows faster with higher n, but has limits |
| a^x (exponential) | Grows faster than ANY polynomial eventually |
| Even exponents | U-shapes (always non-negative) |
| Odd exponents | S-shapes (can be negative) |
| Base > 1 | Exponential growth |
| 0 < Base < 1 | Exponential decay |
| x^0 = 1 | Always true (for x not equal to 0) |
Final Challenge: A bacteria colony doubles every hour. If you start with 1 bacterium, write the equation for the population after x hours. How many bacteria after 10 hours? After 24 hours?
Hint: The equation is y = 2^x. After 10 hours… that’s 2^10 = 1,024. After 24 hours? Over 16 million! That’s the power of exponential growth.
Exponents start small and finish huge. That’s what makes them both beautiful and a little terrifying. Respect the power of powers!