When to square a sum and when not to

  • Context: Undergrad 
  • Thread starter Thread starter mess1n
  • Start date Start date
  • Tags Tags
    Square Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mess1n
Messages
24
Reaction score
0
Hey, I've got a question which might be really simple, I'm not too sure yet!

Basically, I'm going over the compton scattering calculations, and there's a part where:

v - v' + (mec2)/h = [tex]\sqrt{something else}[/tex]

Basically, the next step is to square both sides of the equation.

To do this, my lecturer squares the LHS as a sum (i.e. in the form (a+b)2 instead of doing a2 + b2... where a = (v - v') and b = (mec2)/h).

My question is... why do you in some instances take the square of the sum, and in other instances take the square of the individual components. I'm assuming there is a non-arbitary reason for this.. but I don't know about it!

Any help or pointers in the right direction would be much appreciated.

Cheers,
Andrew
 
Mathematics news on Phys.org
Welcome to PF!

Hey Andrew! Welcome to PF! :smile:

(have a square-root: √ :wink:)
mess1n said:
My question is... why do you in some instances take the square of the sum, and in other instances take the square of the individual components. I'm assuming there is a non-arbitary reason for this.. but I don't know about it!

You always take the square of the sum. :smile:

(Though there are a few cases where that is the same as taking the sum of the squares, for example if they are perpendicular components of vectors :wink:)
 
Cheers for the welcome, and for the answer!
 
If you got
[tex]x = \sqrt{y}[/tex]
and you square it to
[tex]x^2 = y[/tex]

If x happens to be a sum
[tex]x = a + b[/tex]
then you get
[tex](a + b)^2 = y[/tex]
and not
[tex]a^2 + b^2 = y[/tex]

The reason is simple. In general,
[tex]a^2 + b^2 \neq (a + b)^2[/tex]
because there's also the crossterm:
[tex](a + b)^2 = a^2 + b^2 + 2ab[/tex]