You write x² + x² = x⁴ in your notebook. It feels right. Two x²'s, add the exponents, get x⁴. Done.
It is wrong. The correct answer is 2x².
Two x²'s added together give two copies of x², and "two copies of x²" is written as 2x². The exponent stays exactly where it was. The coefficient — the number sitting in front — is what grows. You had 1 copy, then 1 more copy, so now you have 2 copies. That is the entire story of adding like terms.
This mistake is one of the most damaging errors in school algebra, because it silently corrupts every polynomial you ever touch. Let's tear it apart.
Test with numbers
When you are not sure whether a rule is correct, plug in a number. Pick x = 3.
x² + x² = 9 + 9 = 18.2x² = 2 · 9 = 18. Matches. ✓x⁴ = 81. Does not match. ✗
Eighteen is not eighty-one. So x² + x² = x⁴ cannot possibly be a valid identity — it fails the very first number you try. The rule is dead. The correct version, x² + x² = 2x², survives. This numeric check takes ten seconds and it catches the error every single time. Use it whenever an algebraic rule feels shaky.
The right rule
Here is the rule in one sentence.
Same variable, same exponent = like terms. Combine them by adding the COEFFICIENTS. Leave the variable-and-exponent part alone.
x² and x² are like terms. Their coefficients are both 1 (invisible but present). Add the coefficients: 1 + 1 = 2. The x² part is untouched. Result: 2x².
3x² and 5x² are like terms. Coefficients 3 and 5. Add: 8. Result: 8x². The exponent 2 does not become 4. It stays at 2.
That is all. There is no version of this rule where the exponent gets touched during addition.
Where the mistake comes from
The error does not come from nowhere. You have seen, and correctly learned, the product rule:
x² · x² = x⁴ (multiplication of same base → add exponents).
That rule is real and it is correct. The problem is that your brain grabs the first "combine two x²'s" rule it knows and applies it to the wrong situation. · and + are both "combining" operations in casual thinking, so the brain treats them as interchangeable. They are not.
Or the mistake comes from a vaguer feeling: "to combine two x²'s you have to do something to the exponent." No. For addition, you do something to the coefficient. The exponent is off-limits.
Worked examples
x² + x² = 2x²— coefficients 1 + 1 = 2.3x² + 5x² = 8x²— coefficients 3 + 5 = 8.x² - x² = 0— coefficients 1 - 1 = 0; the term vanishes.x² · x² = x⁴— multiplication: exponents 2 + 2 = 4.(x²)² = x⁴— power of a power: exponents 2 · 2 = 4.
Notice that the last two both produce x⁴, but by different routes. The first two, by contrast, never produce x⁴ — they produce a coefficient times x².
When the exponent DOES get combined
The exponent is allowed to change in exactly two situations.
- Multiplication, same base:
xᵃ · xᵇ = x^(a+b). Add the exponents. - Power of a power:
(xᵃ)ᵇ = x^(a·b). Multiply the exponents.
That is the complete list. And notice what is not on it: addition. Addition NEVER changes the exponent. If you ever see yourself changing an exponent while doing a + or -, stop immediately — you are making this error.
The intuition — count copies
x² is a thing. Call it a brick. If you have 1 brick plus 1 brick, you have 2 bricks. You did not change what a brick is; you simply counted how many you have.
x² + x² = 2x² says exactly this. You have 1 copy of x², plus 1 more copy of x², which is 2 copies of x². The notation 2x² means "2 copies of x²". You are NOT altering x² itself. You are just noting the count. The exponent 2 describes what the brick is; the coefficient describes how many bricks.
Unlike terms cannot be combined
You can only count copies of the same thing. A brick plus a tile is not "2 bricks" — it is just a brick and a tile.
x² + x³: different exponents. Unlike terms. Not combinable. The expression stays asx² + x³. Do not inventx⁵. Do not invent2x⁵. It does not simplify.x² + y²: different variables (treatingyas a separate variable fromx). Unlike terms. Stays asx² + y².
If the variable part is not identical, you cannot add coefficients. You must leave the expression as it is.
Contrast table
Three different operations on two x²'s, three different answers:
x² + x² = 2x²— addition → the coefficient combines.x² · x² = x⁴— multiplication → the exponent combines, by adding.(x²)² = x⁴— power-of-power → the exponent combines, by multiplying.
Stare at this for a moment. Every time you meet two x²'s, ask which of the three you are doing. The operator tells you. The operator is the boss.
Common related errors
x³ + x² = x⁵: WRONG. Unlike terms (exponents differ). Staysx³ + x².x + x = x²: WRONG. These are like terms (bothx¹). Add coefficients:1 + 1 = 2. Answer:2x.x² + 3x² = 4x²: RIGHT. Coefficients 1 + 3 = 4.x² - 3x² = -2x²: RIGHT. Coefficients 1 - 3 = -2.
x + x = 2x is especially important, because the same student who writes x² + x² = x⁴ often writes x + x = x². Same family, same disease.
Why this error damages later algebra
If you believe x² + x² = x⁴, your polynomial arithmetic is finished. Every time you simplify an expression, you will corrupt the exponents. (x + 1)² = x² + 2x + 1 becomes nonsense in your hands. Factoring stops working. Solving quadratics gives wrong roots. Calculus, when you reach it, inherits the rot — derivatives and integrals of polynomials depend on this one basic rule. One misconception here rots the entire tree.
That is why this page is three times longer than the error deserves. You must kill it cleanly.
Recognition drill
State the correct answer for each:
5x + 5x = 10x(like terms, coefficients 5 + 5 = 10; exponent stays 1).5x · 5x = 25x²(coefficients multiply: 5 · 5 = 25; exponents add: 1 + 1 = 2).y³ + y³ = 2y³(like terms, 1 + 1 = 2; exponent stays 3).y³ · y³ = y⁶(product rule, 3 + 3 = 6).(y³)³ = y⁹(power-of-power, 3 · 3 = 9).2a² + 3a² = 5a²(like terms, 2 + 3 = 5; exponent stays 2).2a² · 3a² = 6a⁴(coefficients multiply: 2 · 3 = 6; exponents add: 2 + 2 = 4).
If you got all seven, the misconception is dead. If you hesitated on any, redo the "count copies" section.
Self-check habit
Build this reflex: every time you "combine" like terms in an addition or subtraction, glance at the exponent before and after. If the exponent changed, you made this error. Rewind, fix it.
For + and -: coefficient changes, exponent does not.
For · (same base): coefficient multiplies, exponent adds.
For (...)ⁿ: exponent multiplies.
Like terms add their coefficients. Multiplication combines exponents by adding. Power-of-power combines exponents by multiplying. These three rules cover every situation. Do not mix them. The single question "did the exponent change?" — asked every time you do an addition — catches this entire family of errors and keeps your algebra clean.