Adding Exponents - Rules, Methods, Examples
Adding Exponents - Rules, Methods, Examples
TL;DR
Adding exponents follows two rules — only like terms combine, and exponents themselves don't add. Worked examples for same base, different bases, and fractional powers.
Last updated on May 28, 2026
The Slip That Has Stayed In The Same Shape For 400 Years
When John Napier introduced exponents as shorthand in 1614, he wrote in his book Mirifici Logarithmorum Canonis Descriptio that the notation would "save labour for any practising astronomer." Within a decade, students were making the same mistake we still see today: confusing what happens to exponents when you multiply powers (you add them) with what happens to whole terms containing exponents (you just add them like any other like-terms expression). Napier never wrote a rule for adding two (x^2) terms — the rule didn't need writing in 1614 because the variable-and-exponent shorthand was so new that nobody yet thought to combine them wrong.
Adding exponents means adding terms that contain powers — like (3x^2 + 5x^2) — not changing the exponents themselves. The single rule is: only like terms combine, and only their coefficients add. (3x^2 + 5x^2 = 8x^2). The exponent doesn't move.
What "like terms" Means When Exponents Are Involved
Two terms are like terms if they have:
- The same base (the variable, e.g., (x), (y), or a number like 7).
- The same exponent on that base.
Examples of like terms: (3x^2) and (5x^2). Examples of unlike terms: (x^2) and (x^3) (different exponents). (x^2) and (y^2) (different bases).
When like terms combine, add only the coefficients. The base and the exponent stay exactly where they are.
What To Do With Same Base But Different Exponents
Terms like (x^2 + x^3) have the same base but different exponents — they are not like terms. You cannot combine them into a single power.
What To Do With Different Bases
Different bases don't combine either — even if the exponents are the same. (x^2 + y^2) stays as (x^2 + y^2) — there is no rule to combine it.
Quick — Standard — Stretch: three worked examples
Quick — combine (4a^3 + 7a^3 - 2a^3)
All three are like terms (same base, same exponent 3). Add the coefficients: (4 + 7 - 2 = 9). Final answer: (9a^3).
Standard (Wrong-Path-First) — simplify (x^2 + x^2)
Wrong path. The first instinct most students follow — "two of the same power, multiply them somehow" — gives (x^2 \cdot x^2 = x^4). So (x^2 + x^2 = x^4). Hold on. Plug in (x=3) and check: (3^2 + 3^2 = 18) but (3^4 = 81). The two answers are wildly different, so the wrong path produced the wrong answer.
Correct method. (x^2) is one (x^2). (x^2 + x^2) is two of them — so (2x^2). Final answer: (2x^2).
Stretch — simplify (x + 3\sqrt{x} - 2\sqrt{x})
Recognize that (x = \sqrt{x}^{2}) — so all three terms have the same base and the same exponent. Coefficients: (1 + 3 - 2 = 2). Final answer: (2\sqrt{x}).
How Adding Exponents Actually Shows Up — Compound Interest And Growth
Adding exponents looks abstract until you spot it in models with multiple growth terms:
- Compound interest with multiple deposits. A bank balance with deposits at different times: (P_1(1 + r)^{t_1} + P_2(1 + r)^{t_2}).
- Polynomial models in physics. (s(t) = at + bt^2 + ct^3).
- Sum of squares in statistics. Variance: (\sum (x_i - \bar{x})^2).
Where Students Lose Marks On Adding Exponents
Mistake 1: Adding the exponents themselves
Where it slips in: First encounter with (x^2 + x^2). The correct way: Treat the entire (x^2) as one thing. Two of that thing is (2 \cdot x^2 = 2x^2).
Mistake 2: Trying to combine different bases
Where it slips in: Mixed expressions like (a^2 + b^2). The correct way: Different bases don't combine.
Mistake 3: Forgetting that fractional and negative exponents follow the same rules
The correct way: (x = \sqrt{x}) across terms. They combine.
Adding Exponents — When You CAN and When You CAN'T (Rules Table)
| Situation | Example | Can You Add the Terms? | If Yes — How | If No — Why Not |
|---|---|---|---|---|
| Same base, same exponent | (3x^2 + 5x^2) | Yes | Add coefficients: ((3 + 5)x^2 = 8x^2). Exponent stays. | — |
| Same base, different exponents | (x^2 + x^3) | No | — | Different exponents → unlike terms. |
| Different bases, same exponent | (a^2 + b^2) | No | — | Different bases → unlike terms. |
| Different bases, different exponents | (x^2 + y^3) | No | — | Nothing matches. |
| Same base, both numeric | (2^3 + 5^3) | Yes (numerically) | Compute each power, then add: (8 + 125 = 133). | (No single-power answer — base differs.) |
| Fractional exponents, like terms | (x + 2\sqrt{x}) | Yes | Combine like terms. | — |
The Single Rule to Memorise
Adding exponent-bearing terms is just adding like terms — exponents never move.
Try These — Three Problems
- Simplify (7y^4 - 3y^4 + y^4).
- Simplify (x^2 + 2x^2 + x^3).
- Simplify (5a + 2\sqrt{a} - \sqrt{a}).