A student sits down with a polynomial problem, sees the expression x^2 + x^3, and writes:
It feels right. Two exponents, a 2 and a 3, and a well-drilled rule combines them into 5. The pen moves before the eye has finished reading. The answer is wrong — not slightly wrong, wrong by a lot — and the error is one of the most frequent in school algebra. Let us diagnose it and kill it.
Test with a number — the identity is false
When an algebraic identity is suspected, the fastest test is to plug in a specific number and see if both sides match. Pick x = 2 and compute each side.
Left side:
Right side:
12 \neq 32. The alleged identity x^2 + x^3 = x^5 is false. Not conditionally false, not almost true, not true-for-some-values — false in general. Any identity has to hold for every allowed input; failing at x = 2 kills it outright.
Try another number. At x = 3: x^2 + x^3 = 9 + 27 = 36, while x^5 = 243. The gap widens. The two sides grow at wildly different rates. There is no rescue.
Where the mistake comes from
The mistake has a clear origin. You have spent hours drilling the product rule for same-base exponents:
This rule does add exponents, and it is correct — when the operation between the two terms is multiplication. The sibling article on the three-case recognition for exponent problems hammers this: a product of same-base powers means add the exponents.
Then your brain, primed by hundreds of repetitions, sees x^2 and x^3 side by side and goes into autopilot. The plus sign between them looks almost the same as a dot. The exponents 2 and 3 are right there, begging to be added. The rule fires before the operation is checked. And out comes x^5, which is what you would have gotten if the operation had been multiplication — but it was not.
This is a pattern-matching error, not a stupidity error. The rule is correct; the shape is wrong. The fix is "always verify the operation before applying a rule."
The fix — only multiplication adds exponents; addition does nothing to exponents
Write this down and stick it on your wall.
- x^2 \cdot x^3 = x^5. Multiplication. The product rule applies. Exponents add.
- x^2 + x^3 = x^2 + x^3. Addition. No rule combines the two. Exponents are untouched.
That is the entire difference. Multiplication triggers the product rule; addition does not. There is no "sum rule" that merges x^2 and x^3 into a single power of x, because x^2 and x^3 are unlike terms — terms of different degree — and unlike terms cannot be combined into one term.
Why x² and x³ cannot be combined
Think about what x^2 and x^3 actually are as quantities, for specific values of x.
At x = 0.5: x^2 = 0.25, x^3 = 0.125. At x = 10: x^2 = 100, x^3 = 1000. At x = 100: x^2 = 10{,}000, x^3 = 1{,}000{,}000.
The ratio x^3 / x^2 = x keeps changing with x. The two quantities grow at completely different rates; they are independent functions of x. Combining them into a single power would require a rule that merges different growth rates into one, and no such rule exists — because no such rule could exist without losing information.
When CAN you combine terms?
There is a rule for combining terms, and you already know it. Terms can be combined when they are like terms — same variable, same exponent.
You add the coefficients; the variable-and-exponent part stays untouched. This is legal because 3x^2 and 5x^2 are the same kind of thing — both are "copies of x^2," just scaled by different numbers. Adding 3 of them to 5 of them gives 8 of them.
This is apples to apples. You can add 3 apples to 5 apples and get 8 apples. What you cannot do is add 3 apples to 5 oranges and get 8 of anything single. You get 3 apples and 5 oranges — two distinct quantities that you have to carry separately.
x^2 and x^3 are apples and oranges. Different powers, different degrees, different growth rates. You write them separately, and that is as far as the combination goes.
The parallel in regular arithmetic — different units
There is a familiar analogue from ordinary measurement. Imagine:
- 3 metres + 5 seconds = ? You cannot write 8 anything. The quantities are in different units; they do not combine.
- 3 metres + 5 metres = 8 metres. Same unit; they combine. Natural.
The exponent is like a unit. x^2 is in "square" units, x^3 is in "cube" units, and they do not mix by simple addition. The rule is the same as in physics: same units combine by addition, different units do not.
What you CAN do with x² + x³
The expression x^2 + x^3 is not waiting for you to simplify it. It is already a legitimate polynomial — a binomial of degree 3. Two moves are honest:
Factor out the common power. Both terms contain at least x^2. Pull it out:
This is a rewriting, not a simplification in the "shorter" sense — but it is useful when solving equations, because a product being zero forces one of the factors to be zero.
Leave it alone. x^2 + x^3 is the simplest form of itself unless a specific purpose (factoring to find roots, substituting a particular value) demands a rewrite. Accepting that an expression is already as simple as it gets is a skill, not a failure.
Common variations of the same error
The mistake shows up in many disguises. Train your eye to spot each one.
- x^2 \cdot x^2 = x^4 — correct. Multiplication, product rule, add the exponents.
- x^2 + x^2 = 2x^2 — correct. Addition of like terms, add the coefficients.
- x^2 + x^2 = x^4 — wrong. The brain has mixed up the two. Addition does not add exponents.
- x^3 - x^2 = x — wrong. Subtraction of unlike-degree terms does not subtract the exponents. The result stays as x^3 - x^2 (or factored as x^2(x - 1), if that helps).
- x^2 + x^3 + x^4 = x^9 — wrong, three times over. Adding a sum's exponents is never a valid move, no matter how many terms there are.
Each of the wrong ones follows the same bug: the student applied the product rule to a sum. The fix is identical in every case: check the operation first. If it is a plus or minus sign, exponents do not combine.
The quick self-check
Whenever you simplify an expression, run this sanity filter: does my move turn a sum into a single power of x? If yes, stop. It is almost certainly wrong.
The expression x^2 + x^3 + 5 \to ?x^? should set off an alarm. Three unlike-degree terms cannot collapse into one power. The move "combining different degrees" is mentally flagged as illegal; the pen refuses to write it. That reflex is the goal.
Recognition drill
For each expression below, decide in your head whether the given simplification is valid or invalid, then check against the answer.
- 3x^2 + 5x^2 = 8x^2 — valid. Like terms; coefficients add.
- 3x^2 \cdot 5x^2 = 15x^4 — valid. Multiplication; coefficients multiply, exponents add.
- 3x^2 + 5x^3 = 8x^5 — invalid. Unlike degrees; they do not combine, and even if they did, you would not add exponents across a sum.
- (x^2)(x^3) = x^5 — valid. Product rule, same base.
- x^2 - x^2 = 0 — valid. Like terms subtract to zero.
- x^2 + x^2 = x^4 — invalid. The correct answer is 2x^2; the coefficients add, not the exponents.
If any of these felt uncertain, run them through a numerical test at x = 2 until the instinct is solid.
Why this matters
Polynomials — 2x^3 - 5x^2 + 3x - 7, x^2 - 4x + 3, all of them — are useful precisely because different-degree terms do not combine. Each term contributes its own growth rate, its own shape to the graph, its own behaviour at infinity. If x^2 + x^3 collapsed to x^5, every polynomial would collapse to a single monomial, and the entire machinery of polynomial algebra — factoring, finding roots, graphing curves with multiple bends — would break.
The degree of a polynomial, which you will meet as the single most important number describing it, is only meaningful because lower-degree terms persist alongside higher-degree ones. A cubic is a cubic because x^2, x, and the constant are separate from x^3. The no-combine rule is not a restriction; it is the feature that makes polynomials rich.
Closing
Multiplication of same-base powers adds exponents. Addition of same-base terms does nothing to exponents. The two operations share a family resemblance in how they look on the page, and that resemblance is the trap.
Before you reach for any exponent rule, ask what operation is actually sitting between the terms. A dot, or nothing at all (juxtaposition), means multiplication — the product rule fires, exponents add. A plus sign means addition — no rule fires, like terms combine by coefficient addition, unlike terms stay separate.
Know which operation you are doing. Apply the matching rule. Never the other one.