3

If $z$ is a complex number such that $z^{23}=1.$ Then $\displaystyle \sum^{22}_{k=1}\frac{1}{1+z^{8k}+z^{16k}}$

What I try : Using

$z^{23}=1\Longrightarrow z^{24}=z\Longrightarrow z^{24k}=z^k$

So $\displaystyle \sum^{22}_{k=1}\frac{z^{8k}-1}{(1+z^{8k}+z^{16k})\cdot (z^{8k}-1)}$

$\displaystyle =\sum^{22}_{k=1}\frac{z^{8k}-1}{z^{24k}-1}$

$\displaystyle =\sum^{22}_{k=1}\frac{z^{8k}-1}{z^k-1}$

$\displaystyle =\sum^{22}_{k=1}\bigg(1+z^{k}+z^{2k}+\cdots +z^{7k}\bigg)$

I did not understand How I solve it because when Directly calculate each term with summation is very Complex

Please have a look on that Problem, Thanks

jacky
  • 5,194

1 Answers1

2

Going on from where you stopped, one has : $$ \begin{align} \sum^{22}_{k=1} \left(1+z^{k}+z^{2k}+\cdots +z^{7k}\right) &= 22 + \sum_{n=1}^7 \sum^{22}_{k=1} z^{nk} \\ &= 22 + \sum_{n=1}^7 \sum^{22}_{k=1} \left(\frac{z^{23n}-1}{z^n-1}-1\right) \\ &= 22 + \sum_{n=1}^7 (-1) \\ &= 15 \end{align} $$

Abezhiko
  • 8,153
  • You're right, my bad; I didn't notice that the case $n = 0$ doesn't represent a geometric sequence at first glance. Now it is corrected. – Abezhiko Feb 22 '24 at 14:15