If x=a+2b satisfies the cubic (a,b element of R) f(x)= $$\left|\begin{matrix} a-x & b & b \\ b & a-x & b \\ b & b & a-x\end{matrix}\right|$$ =0, then it's other 2 roots are?
2026-03-26 02:58:16.1774493896
Cubic roots of determinant.
2.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The roots of this determinant are the eigenvalues of a circulant matrix with row $[a \ b \ b ]$ and so are given by $a+b\omega^k + b\omega^{2k}$, where $\omega$ is a primitive cubic root of unity. Hence, they are $a+b+b=a+2b$ (for $k=0$) and $a+b(\omega+\omega^2)=a-b$ (for $k=1,2$).