4

I wonder whether there is a pattern that goes on and on: $$(a+b)\,(a-b) = a^2 - b^2$$ $$(a+b)\,(a+(-1/2 + i \sqrt{3}/2)b)\,(a+(-1/2 - i \sqrt{3}/2)b) = a^3 + b^3$$ $$(a+b)\,(a+i b)\,(a-b)\,(a-i b) = a^4 - b^4$$ The general product would be as follows where $\epsilon = e^{2 i \pi/n}$ is the n-th unit root: $$\prod_{k=0}^{n-1}(a+\epsilon^k b) =\,?$$

Arnaldo
  • 21,342

1 Answers1

3

Your problem is equivalent to find the roots of

$$p(a)=a^n-(-1)^nb^n$$

consider $b>0$. So, the roots are $$-b\cdot (\text {roots of unit})$$

and once you can split $p(a)$ as:

$$(a-a_1)(a-a_2)...(a-a_n)$$

where $a_i$ is a root of $p(a)$ then you get what you want.

Arnaldo
  • 21,342