Solveeit Logo

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

76x2132x2132x21337\begin{vmatrix} 7 & 6 & x^2-13 \\ 2 & x^2-13 & 2 \\ x^2-13 & 3 & 7 \end{vmatrix} = 0 is x = 2, the sum of all other five roots is

A

-2

B

2

C

0

D

-4

Answer

-2

Explanation

Solution

The given equation is: D=76x2132x2132x21337=0D = \begin{vmatrix} 7 & 6 & x^2-13 \\ 2 & x^2-13 & 2 \\ x^2-13 & 3 & 7 \end{vmatrix} = 0

Let y=x213y = x^2-13. Substituting this into the determinant, we get: D=76y2y2y37=0D = \begin{vmatrix} 7 & 6 & y \\ 2 & y & 2 \\ y & 3 & 7 \end{vmatrix} = 0

Expand the determinant along the first row: 7(7y23)6(272y)+y(23yy)=07(7y - 2 \cdot 3) - 6(2 \cdot 7 - 2 \cdot y) + y(2 \cdot 3 - y \cdot y) = 0 7(7y6)6(142y)+y(6y2)=07(7y - 6) - 6(14 - 2y) + y(6 - y^2) = 0 49y4284+12y+6yy3=049y - 42 - 84 + 12y + 6y - y^3 = 0 y3+(49+12+6)y(42+84)=0-y^3 + (49+12+6)y - (42+84) = 0 y3+67y126=0-y^3 + 67y - 126 = 0 Multiplying by -1, we get the cubic equation in yy: y367y+126=0y^3 - 67y + 126 = 0

The original equation is a polynomial in xx. Since all occurrences of xx are in the term x213x^2-13, the expanded determinant will be a polynomial in x2x^2. Let P(x)P(x) denote this polynomial. P(x)=(x213)367(x213)+126P(x) = (x^2-13)^3 - 67(x^2-13) + 126. When expanded, this will be a polynomial of the form ax6+bx4+cx2+d=0ax^6 + bx^4 + cx^2 + d = 0. A key property of such a polynomial (where only even powers of xx are present) is that if rr is a root, then r-r is also a root. This is because P(r)=P(r)P(-r) = P(r). Therefore, the roots of P(x)=0P(x)=0 occur in pairs (ri,ri)(r_i, -r_i). For a sixth-degree polynomial, there will be six roots. Let them be r1,r2,r3,r4,r5,r6r_1, r_2, r_3, r_4, r_5, r_6. Since the roots come in pairs (k,k)(k, -k), the sum of all roots will be: Sum of all roots =r1+(r1)+r2+(r2)+r3+(r3)=0= r_1 + (-r_1) + r_2 + (-r_2) + r_3 + (-r_3) = 0.

We are given that one root of the equation is x=2x=2. Let this be r1=2r_1=2. The sum of all six roots is 00. So, 2+(sum of other five roots)=02 + (\text{sum of other five roots}) = 0. Therefore, the sum of all other five roots is 2-2.

To verify this, we can find all roots: Given x=2x=2 is a root, y=x213=2213=413=9y = x^2-13 = 2^2-13 = 4-13 = -9. Substitute y=9y=-9 into the cubic equation: (9)367(9)+126=729+603+126=729+729=0(-9)^3 - 67(-9) + 126 = -729 + 603 + 126 = -729 + 729 = 0. So, y=9y=-9 is a root. This means (y+9)(y+9) is a factor of y367y+126y^3 - 67y + 126. Using polynomial division or synthetic division: (y367y+126)÷(y+9)=y29y+14(y^3 - 67y + 126) \div (y+9) = y^2 - 9y + 14. So, y367y+126=(y+9)(y29y+14)=0y^3 - 67y + 126 = (y+9)(y^2 - 9y + 14) = 0. Factor the quadratic: y29y+14=(y2)(y7)y^2 - 9y + 14 = (y-2)(y-7). Thus, the roots for yy are y=9,y=2,y=7y = -9, y = 2, y = 7.

Now, we find the corresponding values of xx using x213=yx^2-13 = y:

  1. If y=9y = -9: x213=9    x2=4    x=±2x^2 - 13 = -9 \implies x^2 = 4 \implies x = \pm 2.
  2. If y=2y = 2: x213=2    x2=15    x=±15x^2 - 13 = 2 \implies x^2 = 15 \implies x = \pm \sqrt{15}.
  3. If y=7y = 7: x213=7    x2=20    x=±20=±25x^2 - 13 = 7 \implies x^2 = 20 \implies x = \pm \sqrt{20} = \pm 2\sqrt{5}.

The six roots of the equation are 2,2,15,15,25,252, -2, \sqrt{15}, -\sqrt{15}, 2\sqrt{5}, -2\sqrt{5}. The problem states that one root is x=2x=2. The other five roots are 2,15,15,25,25-2, \sqrt{15}, -\sqrt{15}, 2\sqrt{5}, -2\sqrt{5}. The sum of these five roots is: 2+15+(15)+25+(25)=2+0+0=2-2 + \sqrt{15} + (-\sqrt{15}) + 2\sqrt{5} + (-2\sqrt{5}) = -2 + 0 + 0 = -2.

The final answer is -2.

Explanation of the solution:

  1. Recognize that the determinant equation is a polynomial in x2x^2. Let y=x213y = x^2-13.
  2. Expand the determinant to obtain a cubic equation in yy: y367y+126=0y^3 - 67y + 126 = 0.
  3. Since the original equation is a polynomial in x2x^2, it means if x0x_0 is a root, then x0-x_0 is also a root.
  4. This implies that all roots come in pairs (k,k)(k, -k).
  5. Therefore, the sum of all six roots of the equation is 00.
  6. Given one root is x=2x=2, the sum of the other five roots must be 02=20 - 2 = -2.