PDA

View Full Version : question


MathematicalPhysicist
Jul25-03, 07:29 AM
[(x3-x2)+(x2-x1)]*[(x3+x2)+(x2-x1)]
the book expands it to:
(x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2

i didnt get it so can someone please help me in this, i think there is a mistake in the book.

KLscilevothma
Jul25-03, 08:13 AM
Originally posted by loop quantum gravity
[(x3-x2)+(x2-x1)]*[(x3+x2)+(x2-x1)]
the book expands it to:
(x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2
[(x3-x2)+(x2-x1)]*[(x3+x2)+(x2-x1)] does not equal to(x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2

However,
[(x3-x2)+(x2-x1)]*[(x3-x2)+(x2-x1)] = (x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2

MathematicalPhysicist
Jul25-03, 08:22 AM
Originally posted by KL Kam
[(x3-x2)+(x2-x1)]*[(x3+x2)+(x2-x1)] does not equal to(x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2

However,
[(x3-x2)+(x2-x1)]*[(x3-x2)+(x2-x1)] = (x3-x2)^2+2(x3-x2)*(x2-x1)+(x2-x1)^2
have you noticed the experssions on the right are the same?

KLscilevothma
Jul25-03, 08:44 AM
Please read the expressions on the left hand sides carefully. I changed a "+" sign to a "-" sign in the third small bracket

MathematicalPhysicist
Jul25-03, 08:51 AM
yes you are right. i guess it was a type mistake )-:

HallsofIvy
Jul25-03, 12:26 PM
With the negative, it is simply the formula for a square:

(a+b)*(a+b)= a2+ 2ab+ b2

with a= x3-x2 and b= x2- x1