1

Let $A=\left \{ \left | z^{n}+\frac{1}{z^{n}} \right| \mid n \in \mathbb {N} ,z\in \mathbb{C},z^{4}+z^{3}+z^{2}+z^{1}+1=0\right \}$ Calculate the sum of the squares of the elements of A.

  • I know that you start from $z^{5}-1=0$, but I can't understand what $A$ means or which are the elements, can someone please explain the exercise
Bernard
  • 175,478

1 Answers1

2

As $z^5=1,z\ne1, $

so, the unique members of $A$ are $f(n)=z^n+\dfrac1{z^n}; n=1,2$ as $f(1)=f(5-1), f(2)=f(5-2)$

Like Quadratic substitution question: applying substitution $p=x+\frac1x$ to $2x^4+x^3-6x^2+x+2=0$ divide both sides by $z^2$

$$z^2+\dfrac1{z^2}+z+\dfrac1z+1=0$$

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

We need to find $$f^2(1)+f^2(2)$$ $$=z^2+\dfrac1{z^2}+2+z^4+\dfrac1{z^4}+2$$ $$=z^2+\dfrac1{z^2}+z+\dfrac1{z}+4=?$$ as $z^4=\dfrac1z$