Why are we able to combine terms in an equation?

  • Thread starter Thread starter Juwane
  • Start date Start date
  • Tags Tags
    Terms
Juwane
Messages
86
Reaction score
0
Consider this equation:

x^2 + 5 + 4x + 6 + 3x^2 + 3x = 0

We know that we can combine the like terms and write the above equation like this:

4x^2 + 7x + 11 = 0

Why were we able to combine the terms?
 
Mathematics news on Phys.org
Juwane said:
Consider this equation:

x^2 + 5 + 4x + 6 + 3x^2 + 3x = 0

We know that we can combine the like terms and write the above equation like this:

4x^2 + 7x + 11 = 0

Why were we able to combine the terms?

Why not? (Don't mean to sound flip, but it sure looks obvious.)
 
What you are basically asking are why for numbers a,b and a non-negative integer n we have:
(a+b)x^n =ax^n + bx^n
In short: because they satisfy this distributive property. If we didn't know this we can deduce it from the distributive property of numbers:
(a+b)c = ac+bc for all numbers a,b,c.

For fixed numbers a,b and a non-negative integer n, define the functions f and g by:
f(x) = ax^n + bx^n
g(x) = (a+b)x^n
We wish to show that these are equal, and they are equal if and only if they agree at all function values. So if f(c) = g(c) for all numbers c, but this follows from:
f(c) = ac^n+bc^n = (a+b)c^n = g(c)
To show that numbers in general satisfy the distributive property you would have to work from the definition of numbers. For integers this can be worked out from the Peano axioms and an inductive argument. For rationals it follows without much trouble from the property for integers. For reals it depends on the construction, but it can get a bit technical and usually such an argument is shown in either introductory analysis or a rigorous calculus course. For complex numbers it follows from the real case without much trouble.

One way of summarizing many of these kinds of properties of numbers is to say that it is a field (see http://en.wikipedia.org/wiki/Field_(mathematics)#Definition_and_illustration" for a short list of the properties that make us call a certain set a field).
 
Last edited by a moderator:
Actually, the question I wanted to ask was this:

Suppose we have

Ax^2 + Bx + C = 4x^2 + 7x + 11

Why do we say here that A = 4, B = 7, and C = 11?
 
Juwane said:
Actually, the question I wanted to ask was this:

Suppose we have

Ax^2 + Bx + C = 4x^2 + 7x + 11

Why do we say here that A = 4, B = 7, and C = 11?

Because x is an independent variable there. Does that make sense?
 
berkeman said:
Because x is an independent variable there. Does that make sense?

No, somehow I still don't understand.

Please don't get angry with me--I have difficulty understanding math concepts.
 
Juwane said:
No, somehow I still don't understand.

Please don't get angry with me--I have difficulty understanding math concepts.

No worries! I'm not a math expert, so perhaps there are better words to use than I'm using. Do you see intuitively why it is true, and are looking for a good mathematical proof? The Distributive property comes close, but I suspect that you are looking for something more...
 
Juwane said:
Actually, the question I wanted to ask was this:

Suppose we have

Ax^2 + Bx + C = 4x^2 + 7x + 11

Why do we say here that A = 4, B = 7, and C = 11?

I'm not sure what you are asking. If A=4, B =7 and C=11 then certainly:
Ax^2 + Bx + C = 4x^2 + 7x + 11
in the same sense that if a=2, then a+1=2+1. Are you asking how we know that these are the unique valid values? In that case subtract the terms on the right hand side and use distributivity to get the equivalent:
(A-4)x^2 + (B-7)x + (C-11) = 0
and we know that the only real polynomial that is identically 0 is the zero polynomial which has coefficient 0 for all terms so A-4 = 0, B-7 = 0, C-11=0 and therefore:
A=4, B=7, C=11
 
Because anything around theAx^2 + Bx + C must be 0. For example, Ax^2 + Bx = 4x^2 + 7x. A has to be 4 because nothing else will be able to get up to 4x^2. The same applies for the other coefficients. That's the logical way if you don't understand the properties.
 
  • #10
Thank you everyone for explanations. Yes, I was looking for an intuitive and logical explanation rather than a proofy one. I think I now understand somewhat.
 
  • #11
Juwane said:
Consider this equation:

x^2 + 5 + 4x + 6 + 3x^2 + 3x = 0

We know that we can combine the like terms and write the above equation like this:

4x^2 + 7x + 11 = 0

Why were we able to combine the terms?

Remember that "3x" is short-hand for "x + x + x" and that "x^2" is just a shorter way of writing "x * x"

So when you write x^2 + 5 + 4x + 6 + 3x^2 + 3x

You are "really" writing the following:

x*x + 5 + x + x + x + x + 6 + x*x + x*x + x*x + x + x + x

Since the order you add things in is of no importance (the commutative property of addition) you can sort it as such:

x*x + x*x + x*x + x*x + x + x + x + x + x + x + x + 5 + 6

and then when you write that in the shorter form you get

4x^2 + 7x + 11

k
 
  • #12
Good explanation, knewbie! Thanks!
 
  • #13
Juwane said:
Consider this equation:

x^2 + 5 + 4x + 6 + 3x^2 + 3x = 0

We know that we can combine the like terms and write the above equation like this:

4x^2 + 7x + 11 = 0

Why were we able to combine the terms?
Technically, it is the "distributive property": ac+ bc= (a+ c) together with the "commutative property of addition", a+ b= b+ a.

Buy the commutative property, we can switch those values around to get
x^2+ 3x^2+ 4x+ 3x+ 5+ 6= 0
Then, by the distributive property,
x^2+ 3x^2= (1+ 3)x^2= 4x^2
4x+ 3x= (4+ 3)x= 7x[/itex]<br /> and, of course, 5+ 6= 11.<br /> <br /> Putting those together, <br /> x^2+ 4x+ 5+ 3x^2+ 3x+ 6= 4x^2+ 7x+ 11= 0
 

Similar threads

Back
Top