Problem. Determine x1,x2,x3 if x1+x2+x3=2 x12+x22+x32=6 x13+x23+x33=8
My solution attempt.
Suppose p(x) is a polynomial of the third degree with three roots x1,x2,x3 that satisfy the three conditions above. Then by the factor theorem, we can conclude that p(x)=q(x)(x−x1)(x−x2)(x−x3). Since it's of the third degree, q(x)=1. By expanding the expression we obtain
p(x)=x3+a1x2+a2x+a3=x3−(x1+x2+x3)x2+(x1x2+x1x3+x2x3)x−x1x2x3
We note that a1=−(x1+x2+x3)=−2. By a corollary to Vieta's theorem x12+x22+x32=a12−2a2, hence a2=−1. By doing some algebra manipulations we can show that the following identity holds.
x13+x23+x33=(x1+x2+x3)3−3(x1x2+x1x3+x2x3)(x1+x2+x3)+3x1x2x3
By substitution of known values into this expression, we conclude that x1x2x3=−2, hence a3=2. The polynomial equation that satisfies the three conditions are therefore
p(x)=x3−2x2−x+2=(x−2)(x−1)(x+1)=0
Thus the roots of the equation are x1=2,x2=1,x3=−1 (without regard to index due to symmetry).
My questions are the following. Is there any easier way to solve this system of equations? And how would you prove that the solution set is unique?
My solution attempt.
Suppose p(x) is a polynomial of the third degree with three roots x1,x2,x3 that satisfy the three conditions above. Then by the factor theorem, we can conclude that p(x)=q(x)(x−x1)(x−x2)(x−x3). Since it's of the third degree, q(x)=1. By expanding the expression we obtain
p(x)=x3+a1x2+a2x+a3=x3−(x1+x2+x3)x2+(x1x2+x1x3+x2x3)x−x1x2x3
We note that a1=−(x1+x2+x3)=−2. By a corollary to Vieta's theorem x12+x22+x32=a12−2a2, hence a2=−1. By doing some algebra manipulations we can show that the following identity holds.
x13+x23+x33=(x1+x2+x3)3−3(x1x2+x1x3+x2x3)(x1+x2+x3)+3x1x2x3
By substitution of known values into this expression, we conclude that x1x2x3=−2, hence a3=2. The polynomial equation that satisfies the three conditions are therefore
p(x)=x3−2x2−x+2=(x−2)(x−1)(x+1)=0
Thus the roots of the equation are x1=2,x2=1,x3=−1 (without regard to index due to symmetry).
My questions are the following. Is there any easier way to solve this system of equations? And how would you prove that the solution set is unique?
Last edited: