Exponent Algebra: Why is it that: x^5 + x^2 = x^5 + x^2, not x^7; 3x^p + 5x^{2p} = 3x^p + 5x^{2p}, not 8x^{2p}

443bytes

New member
Joined
Apr 1, 2019
Messages
2
I've some question related to the exponents i'm reading into for school.

Why is it that:

x5 + x2 = x5 + x2 and not x7

or

3xp + 5x2p = 3xp + 5x2p and not 8x2p
 
1) Try it out. Use x = 2.

2^5 + 2^2 = 32 + 4 = 36
2^7 = 128

You need to absorb the concept of "Like Terms".
 
What I think's happening here is that you're simply trying to apply a list of rules you learned by rote, without understanding why the rules are what they are. It may help you think about what integer exponents really mean in terms of repeated multiplication. We can rewrite your first example as:

\(\displaystyle (x \cdot x \cdot x \cdot x \cdot x) + (x \cdot x)\)

Compare this with what you claim it's equal to (\(x^7\)):

\(\displaystyle (x \cdot x \cdot x \cdot x \cdot x) \cdot (x \cdot x)\)

Is there any reason to believe that these two things would be the same? In fact, we can use this example to see that the rule is actually that we can add exponents straight across when powers are being multiplied, which makes perfect sense when we think about what exponents mean: (5 copies of x) times (2 copies of x) definitely equals (7 copies of x).
 
Top