Can You Solve These Linear Simultaneous Equations?

  • Thread starter Thread starter isaac200
  • Start date Start date
  • Tags Tags
    Linear
AI Thread Summary
The discussion revolves around solving the linear simultaneous equations x+y+z=1, x^2+y^2+z^2=35, and x^3+y^3+z^3=97. Two approaches are proposed: Plan A involves using algebraic identities to derive a cubic equation from the given equations, while Plan B suggests guessing integer solutions. The integers 5, -3, and -1 satisfy all three equations, confirming they are valid solutions. The order of the integers does not affect the equations' validity, and there is no specific method to determine their arrangement. The conversation also notes a misplacement of the thread in the "Mechanical Engineering" category.
isaac200
Messages
7
Reaction score
0
Can any solve this x+y+z=1 x^2+y^2+z^2=35 x^3+y^3+z^3=97
 
Engineering news on Phys.org
Plan A: multiply out (x+y+z)^2 and (x+y+z)^3.
From that and the given eqations, you can get the values of yz + zx + xy and xyz.
Then, you can write down a cubic equation whose roots are x y and z.

Plan B: take a guess that the solution will probably be integers, and find 3 integers whose squares sum to 35. If you don't get lucky, try plan A :smile:
 
5, -3 & -1 work... now about there order?
 
You are correctbut why don't you show your working?
 
x+y+z=1 x^2+y^2+z^2=35 x^3+y^3+z^3=97

Honestly, I just "guess and checked".

5+(-3)+(-1)=1
5^2+(-3)^2+(-1)^2=35
5^3+(-3)^3+(-1)^3=97

There isn't a way to find the order as far as I can see.
 
huntoon said:
5, -3 & -1 work... now about there order?

huntoon said:
There isn't a way to find the order as far as I can see.

Why do you think order would matter here? And, why is this posted in "Mechanical Engineering"?
 
Am sorry that this is post in the wrong position but this is the solution x^2+y^2+z^2=(x+y+z)^2-2(xy+yz+zx)=35 substitute x+y+z=1 we have (1)^2-2(xy+yz+zx)=35 therefore (xy+yz+zx)=-17
also x^3+y^3+z^3=(x+y+z)^3-3(x+y+z)(xy+yz+zx)+3(xyz)=97
therefore substitute we have
(1)^3-3(1)(-17)+3(xyz)=97 which give (xyz)=15 now factor of 15 whose sum is 1 give 5,-1,-3
 
Back
Top