SOLUTION: x+y+z=12;xy+yz+zx=44;x^3+y^3+z^3=288. Find value of x,y and z.

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: x+y+z=12;xy+yz+zx=44;x^3+y^3+z^3=288. Find value of x,y and z.      Log On


   



Question 1039987: x+y+z=12;xy+yz+zx=44;x^3+y^3+z^3=288. Find value of x,y and z.
Found 3 solutions by Boreal, ikleyn, robertb:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
One way to do this is to note that for positive integers, which the answer must contain, the largest must be 6, because any larger would have a negative result for the other two. 6^3 is 216, and that leaves 72. That is the sum of two cubes, 64 (4^3) and 8 (2^3).
6+4+2=12
24+8+12=44.
In number theory a number not in the form of 9k+/-4 can be written as the sum of 3 cubes.
That is as far as I can go.

Answer by ikleyn(52785) About Me  (Show Source):
You can put this solution on YOUR website!
.
x+y+z=12; xy+yz+zx=44; x^3+y^3+z^3=288. Find value of x,y and z.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

system%28x%2By%2Bz=12%2C%0D%0Axy%2Byz%2Bzx=44%2C%0D%0Ax%5E3%2By%5E3%2Bz%5E3=288%29 (1)

The previous tutor found the solution by the method of "trial and error".
The question remains still open if it can be solved on the more solid algebraic base.
The answer is "Yes", and I will show you "How".

With one apology: since the problem is slightly higher than the traditional school math, the solution is, correspondingly, 
slightly higher (but still understandable). 

Part 1.  Motivation
We are given the numerical values for the functions x%2By%2Bz, xy%2Byz%2Bzx and x%5E3%2By%5E3%2Bz%5E3. 
A remarkable fact is that the function xyz can be explicitly expressed via x%2By%2Bz, xy%2Byz%2Bzx and x%5E3%2By%5E3%2Bz%5E3. (I will do it later).

So, knowing the numerical values of x%2By%2Bz, xy%2Byz%2Bzx and x%5E3%2By%5E3%2Bz%5E3, we can find the value of xyz.

Next, knowing the numerical values of x%2By%2Bz, xy%2Byz%2Bzx and xyz, we can consider the polynomial of the variable "u"

P(u) = u%5E3+-+%28x%2By%2Bz%29%2Au%5E2+%2B+%28xy%2Byz%2Bzx%29%2Au+-+xyz.   (2)

This polynomial is nothing else as 

P(u) = (u-x)*(u-y)*(u-z).     (3)

In other words, the polynomial (2) is factorable into (3).

Now, instead of solving the system (1), we can solve the polynomial equation 

P(u) = 0      (4)

for u. If we solve it (and when we solve it), its roots u = x, u = y and u = z will be the solution of the system (1).

Why this way is better than solving (1) directly?
Well, for example, you can (try) to solve the polynomial equation (4) graphically. 
Or apply other methods specific for polynomial equations. 
You will see it later.

Now I will implement this methodology.

Part 2.  Calculation of  xyz  via  x%2By%2Bz,  xy%2Byz%2Bzx  and  x%5E3%2By%5E3%2Bz%5E3
We will do it step by step:

1.  %28x%2By%2Bz%29%5E3 = 


2.   x%5E2y%2Bx%5E2z%2Bxy%5E2%2By%5E2z%2Bxz%5E2%2Byz%5E2 = 
   = x(xy+xz) + y(xy+yz) + z(xz+yz) = 
   = x(xy+xz+yz-yz) + y(xy+yz+xz-xz) + z(xz+yz+xy-xy)
   = x(xy+xz+yz) + y(xy+xz+yz) + z(xy+xz+yz) - x(yz) - y(xz) - z(xy)
   = (x+y+z)(xy+xz+yz) - 3xyz


3.  Therefore, 

     %28x%2By%2Bz%29%5E3 = %28x%5E3%2By%5E3%2Bz%5E3%29+%2B+3%28%28x%2By%2Bz%29%28xy%2Bxz%2Byz%29+-+3xyz%29+%2B+6xyz,   or

     %28x%2By%2Bz%29%5E3 = %28x%5E3%2By%5E3%2Bz%5E3%29+%2B+3%28x%2By%2Bz%29%28xy%2Bxz%2Byz%29+-+9xyz+%2B+6xyz,   or

     %28x%2By%2Bz%29%5E3 = %28x%5E3%2By%5E3%2Bz%5E3%29+%2B+3%28x%2By%2Bz%29%28xy%2Bxz%2Byz%29+-+3xyz,   or

     xyz = . 


4.   Thus

     xyz = %281%2F3%29%2A%28288+-+12%5E3+%2B+3%2A12%2A44%29 = 144%2F3 = 48.

Part 3. Working with the polynomial
So, our polynomial (2) is

    P(u) = u%5E3+-+12u%5E2+%2B+44u+-+48,

and we need solve this polynomial equation (4)

    u%5E3+-+12u%5E2+%2B+44u+-+48 = 0.

First, let's do it graphically.




Figure. Plot P(u) = u%5E3+-+12u%5E2+%2B+44u+-+48

Do you see the roots? Of course, they are u=2, u=4 and u=6.

And you can check it manually substituting these values into the polynomial.

Or you can apply the rational roots theorem.

All the roots are among the integer divisors of the number 48, and you have only finite number of options to check.
It is your other method to find the roots.

So, the original problem is solved algebraically.
The solution is x=2, y=3, z=6 and all permutations of these values.

Even more amazing is the fact that all this approach can be extended to the systems of four, five and so on unknowns.

Thanks to the person who submitted this challenging problem.
This solution is my gift to you and to the entire community for the day of July, 4.



Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
It can be verified that
<---Equation A.
Now %28x%2By%2Bz%29%5E2+=+%28x%5E2+%2By%5E2%2Bz%5E2%29%2B2%28xy+%2B+yz+%2B+xz%29 ==> 12%5E2+=+x%5E2+%2By%5E2%2Bz%5E2+%2B2%2A44 ==> x%5E2+%2By%5E2%2Bz%5E2+=+56
Hence, substituting into Equation A...
12%5E3+=+-2%2A288+%2B6xyz+%2B3%2A12%2A56
==> 6xyz = 288, or xyz = 48.
But 48 = 2*4*6, so let x = 2, y = 4, and z = 6.
It is easily seen that this combination of values satisfies the three original equations, and that no other combination of the factors of
48 would yield the same outcome. Thus x = 2, y = 4, and z = 6.