Calculating xyz from Given Equations

  • Context: Undergrad 
  • Thread starter Thread starter aznluster
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
aznluster
Messages
5
Reaction score
0
Given:

[itex]x+y+z=1[/itex] [itex]x^{2}+y^{2}+z^{2}=2[/itex][itex]x^{4}+y^{4}+z^{4}=4[/itex]

Find:[itex]x^{3}+y^{3}+z^{3}[/itex] Attempt at Solving:Note: [tex]x^{3}+y^{3}+z^{3}-3xyz=(x+y+z)(x^{2}+y^{2}+z^{2}-xy-xz-yz)[/tex][itex](x+y+z)^{2}=x^{2}+y^{2}+z^{2}+2xy+2xz+2zy=1[/itex][itex]xy+xz+zy=-1/2[/itex] Plugging in the unknown, we get:[itex]x^{3}+y^{3}+z^{3}-3xyz=(1)(2-(-1/2))[/itex] Now I need to find [itex]xyz[/itex].
 
Last edited:
Mathematics news on Phys.org
Using:
[tex](x^2+y^2+z^2)^2=x^4+y^4+z^4+ 2 (x^2 y^2+x^2 z^2+y^2<br /> z^2)[/tex]
[tex](x+y+z)^4=x^4+y^4+z^4+4 (x y+x z+y z) (x^2+y^2+z^2)+6<br /> (x^2 y^2+x^2 z^2+y^2 z^2)+8 x y z (x+y+z)[/tex]

You can solve the first for x^2 y^2+x^2 z^2+y^2 z^2, and then the second for xyz.