Prove Equality given a condition

  • Thread starter Thread starter Gib Z
  • Start date Start date
  • Tags Tags
    Condition
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
Messages
3,341
Reaction score
7

Homework Statement


If a+b+c = 0, show that [itex](2a-b)^3 + (2b-c)^3 + (2c-a)^3 = 3(2a-b)(2b-c)(2c-a)[/tex]<br /> <br /> <br /> <h2>Homework Equations</h2><br /> <br /> None that I really need to state. <br /> <br /> <h2>The Attempt at a Solution</h2><br /> <br /> Well I've just messed around with it, grinding through the algebra, and nothing seems to work. I did however notice that the (2a-b), (2b-c) and (2c-a) terms add up to a+b+c, and in this case, 0. So let u=(2a-b), v= (2b-c) and w=(2c-a) so that the question can be simplified to: if u+v+w = 0, then show [itex]u^3 + v^3 + w^3 = 3uvw[/itex]. <br /> <br /> First I need verification if this change is correct, then hints on what I should do next =[[/itex]
 
Physics news on Phys.org
Yes I got that far with my messing around, but I ran into a wall when trying to see what to do with [itex]3u^2 (v+w) +3v^2 (u+w) +3w^2 (u+v) + 6uvw[/itex] :(
 
ah...this looks all roots of polynomial like...I shall help
[tex](A+B)^3=A^3+3A^2B+3AB^2+B^3[/tex]

now expand out (2a-b)^3 and (2b-c)^3 and (2c-a)^3 and simplify
and then tell me what you get
 
[tex](2a-b)^3 = 8a^3 - 4a^2b + 2ab^2 - b^3[/tex]

The rest are the same, just replace the letters.

[tex](2a-b)^3 +(2b-c)^3 +(2c-a)^3 = 7a^3 - 4a^2b + 2a^2c + 7b^3 - 4b^2c + 2b^a + 7c^3 - 4c^2a + 2bc^2[/tex]
 
Gib Z said:
Yes I got that far with my messing around, but I ran into a wall when trying to see what to do with [itex]3u^2 (v+w) +3v^2 (u+w) +3w^2 (u+v) + 6uvw[/itex] :(
u+v+w=0 => u+v=-w, and so on.