Thread: Photon mass
View Single Post
  #34 (permalink)  
Old 08-July-2008, 04:42 AM
What Max What Max is offline
Senior Member
 
Join Date: Jul 2008
Posts: 130
Exclamation

Quote:
Originally Posted by alainprice View Post
p.s. if X = AB, then X^2 is not equal to A^2*B^2.
X^2 = (AB)^2

This is a classic mistake. It's like saying the sqrt(A+B) = sqrt(A) + sqrt(B)


x=ab then
x^2 = (A*B)^2
= (A*B)*(A*B)
= A*A*B*B
= (A*A)*(B*B)
= (A^2)*(B^2)

Reply With Quote