Let $\omega$ be the complex number $\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}$. Then, the number of distinct complex numbers $z$ satisfying $$\begin{vmatrix} z+1 & \omega & \omega^2 \\ \omega & z+\omega^2 & 1 \\ \omega^2 & 1 & z+\omega \end{vmatrix} = 0$$ is equal to ____
Step-by-Step Solution
Key Concept: Recognize that ω is a primitive cube root of unity (ω³ = 1, 1 + ω + ω² = 0), and use this property along with row operations to simplify the determinant. The key is that ω + ω² = -1 and ω·ω² = 1, which collapse the determinant to a perfect square expression.
With $\omega = \cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}$, row operations $R_2 \to R_2 - R_1$ and $R_3 \to R_3 - R_1$ are applied to the given determinant. This simplifies to $(z - \omega^2 - \omega)(z + \omega - \omega^2) - (1-\omega)(1-\omega^2) = 0$, which reduces to $z^2 = 0$, yielding only $z = 0$ as the solution.
Correct Answer: 1