1. Define the given conditions:
We are given that x+y+z, x1+y1+z1, and xyz are all integers. Let:
a=x+y+z,b=x1+y1+z1,c=xyz
Since x,y,z are positive rationals, we can assume x=qp, y=sr, z=vu where p,q,r,s,u,v are positive integers.
2. Express the polynomial:
The polynomial whose roots are x,y,z is:
t3−at2+bct−c=0
By Vieta's formulas, we know:
x+y+z=a,xy+xz+yz=bc,xyz=c
3. Rational Root Theorem:
Since x,y,z are rational, by the Rational Root Theorem, they must be integers. This is because the coefficients of the polynomial are integers, and the Rational Root Theorem states that any rational solution qp must have p as a factor of the constant term and q as a factor of the leading coefficient. Here, the leading coefficient is 1, so q=1, implying x,y,z are integers.
4. Check integer solutions:
We need to find integer solutions x,y,z such that:
x1+y1+z1=b
is also an integer. We can test small integer values for x,y,z:
- For x=1,y=1,z=1:
x+y+z=3,x1+y1+z1=3,xyz=1
This satisfies all conditions.
- For x=1,y=2,z=2:
x+y+z=5,x1+y1+z1=1+21+21=2,xyz=4
This satisfies all conditions.
- For x=2,y=3,z=6:
x+y+z=11,x1+y1+z1=21+31+61=1,xyz=36
This satisfies all conditions.
- For x=2,y=4,z=4:
x+y+z=10,x1+y1+z1=21+41+41=1,xyz=32
This satisfies all conditions.
5. Conclusion:
The integer solutions that satisfy all the given conditions are:
{x,y,z}∈{{1,1,1},{1,2,2},{2,3,6},{2,4,4}}
The final answer is {{1,1,1},{1,2,2},{2,3,6},{2,4,4}}