Question
Question: If one root of the equation $\begin{vmatrix} 7 & 6 & x^2-13 \\ 2 & x^2-13 & 2 \\ x^2-13 & 3 & 7 \en...
If one root of the equation
72x2−136x2−133x2−1327 = 0 is x = 2, the sum of all other five roots is

-2
2
0
-4
-2
Solution
The given equation is: D=72x2−136x2−133x2−1327=0
Let y=x2−13. Substituting this into the determinant, we get: D=72y6y3y27=0
Expand the determinant along the first row: 7(7y−2⋅3)−6(2⋅7−2⋅y)+y(2⋅3−y⋅y)=0 7(7y−6)−6(14−2y)+y(6−y2)=0 49y−42−84+12y+6y−y3=0 −y3+(49+12+6)y−(42+84)=0 −y3+67y−126=0 Multiplying by -1, we get the cubic equation in y: y3−67y+126=0
The original equation is a polynomial in x. Since all occurrences of x are in the term x2−13, the expanded determinant will be a polynomial in x2. Let P(x) denote this polynomial. P(x)=(x2−13)3−67(x2−13)+126. When expanded, this will be a polynomial of the form ax6+bx4+cx2+d=0. A key property of such a polynomial (where only even powers of x are present) is that if r is a root, then −r is also a root. This is because P(−r)=P(r). Therefore, the roots of P(x)=0 occur in pairs (ri,−ri). For a sixth-degree polynomial, there will be six roots. Let them be r1,r2,r3,r4,r5,r6. Since the roots come in pairs (k,−k), the sum of all roots will be: Sum of all roots =r1+(−r1)+r2+(−r2)+r3+(−r3)=0.
We are given that one root of the equation is x=2. Let this be r1=2. The sum of all six roots is 0. So, 2+(sum of other five roots)=0. Therefore, the sum of all other five roots is −2.
To verify this, we can find all roots: Given x=2 is a root, y=x2−13=22−13=4−13=−9. Substitute y=−9 into the cubic equation: (−9)3−67(−9)+126=−729+603+126=−729+729=0. So, y=−9 is a root. This means (y+9) is a factor of y3−67y+126. Using polynomial division or synthetic division: (y3−67y+126)÷(y+9)=y2−9y+14. So, y3−67y+126=(y+9)(y2−9y+14)=0. Factor the quadratic: y2−9y+14=(y−2)(y−7). Thus, the roots for y are y=−9,y=2,y=7.
Now, we find the corresponding values of x using x2−13=y:
- If y=−9: x2−13=−9⟹x2=4⟹x=±2.
- If y=2: x2−13=2⟹x2=15⟹x=±15.
- If y=7: x2−13=7⟹x2=20⟹x=±20=±25.
The six roots of the equation are 2,−2,15,−15,25,−25. The problem states that one root is x=2. The other five roots are −2,15,−15,25,−25. The sum of these five roots is: −2+15+(−15)+25+(−25)=−2+0+0=−2.
The final answer is -2.
Explanation of the solution:
- Recognize that the determinant equation is a polynomial in x2. Let y=x2−13.
- Expand the determinant to obtain a cubic equation in y: y3−67y+126=0.
- Since the original equation is a polynomial in x2, it means if x0 is a root, then −x0 is also a root.
- This implies that all roots come in pairs (k,−k).
- Therefore, the sum of all six roots of the equation is 0.
- Given one root is x=2, the sum of the other five roots must be 0−2=−2.