I just got the determinant from a 4x4 matrix and the simplified version is below. $$ det(M) = \begin{vmatrix} 2k-mw^2 & -k & 0 & 0 \\ -k & 2k-mw^2 & -k & 0 \\ 0 & -k & 2k-mw^2 & -k \\ 0 & 0 & -k & 2k-mw^2\\ \end{vmatrix} $$ the polynomial I got after 1 hr is: $$ 5k^4 - 6k^2mw^2 + 6k^2m^2w^4 - 8k^3mw^2 + 2km^2w^4 - 4km^3w^6 - 3m^3w^6 + m^4w^8 - k^2m^2w^4 $$ I want to factor this out, I tried so many ways but just gave up.
Now I know, since it was defined in Physics that the system I am studying would produce 4 normal frequencies. Usually, the form appear as: $$ (k-mw^2)(3k-mw^2) \\ $$ (the example above is for 2x2 matrix, hence produces 2 normal frequencies)
which is very easy to solve for $ w $.
Please help, I just want to equate the whole equation to zero and get w.
The determinant of the matrix given is: $$(5 k^2-5 k m w^2+m^2 w^4) (k^2-3 k m w^2+m^2 w^4)$$
So, solving for $w$ in the equation $(5 k^2-5 k m w^2+m^2 w^4) (k^2-3 k m w^2+m^2 w^4)=0$ yields the following solutions (assume $m \ne 0)$:
$$w = \pm\sqrt{\frac{(3+\sqrt{5})}{2}} \sqrt{\frac{k}{m}}$$ $$w = \pm\sqrt{\frac{(5+\sqrt{5})}{2}} \sqrt{\frac{k}{m}}$$ $$w = \pm\sqrt{\frac{(3-\sqrt{5})}{2}} \sqrt{\frac{k}{m}}$$ $$w = \pm\sqrt{\frac{(5-\sqrt{5})}{2}} \sqrt{\frac{k}{m}}$$