Imaginary numbers and real numbers?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Ilikebugs
Messages
94
Reaction score
0
z is either a real, imaginary or complex number, and z^12=1 and z^20 also equals 1. What are all possible values of z?

I know 1 and -1 are them, and I think its also i and -i?
 
Mathematics news on Phys.org
We have:

$$z^{12}=1=z^{20}$$

We know $z\ne0$ so we may divide through by $z^{12}$ to get:

$$z^8-1=0$$

$$\left(z^4-1\right)\left(z^4+1\right)=0$$

Now, we observe that $z^4=-1$ satisfies neither original equation, so we are left with:

$$\left(z^4-1\right)=0$$

Next, factor as the difference of squares:

$$\left(z^2+1\right)\left(z^2-1\right)=0$$

Since $1=-(-1)=-i^2$, we may write:

$$\left(z^2-i^2\right)\left(z^2-1\right)=0$$

Factor again:

$$(z+i)(z-i)(z+1)(z-1)=0$$

Thus, $z\in\{-i,+i,-1,1\}$, as you thought. :D