Factorization of $z^4 +1 = (z^2 - \sqrt 2z+1)(z^2 + \sqrt 2 z+1)$ for complex $z$

333 Views Asked by At

How can I get this equation from LHS to RHS by using the four roots of $z^4 +1 = 0$ are $z=\pm\sqrt{\pm i}$ $$z^4 +1 = (z^2 - \sqrt2 z+1)(z^2 + \sqrt2 z+1)$$

3

There are 3 best solutions below

0
On BEST ANSWER

You don't need to know the roots of $P(z)=z^4+1$ for the factorization: $$z^4+1=z^4+2z^2+1-2z^2=(z^2+1)^2-(\sqrt{2}z)^2=(z^2-\sqrt{2}z+1)(z^2+\sqrt{2}z+1)$$


If you want to use that the roots of $P$ are $\omega=e^{i\frac{\pi}{4}}$, $i\omega$, $-\omega$ and $-i\omega$ (I tend to avoid to use the notation $\sqrt{z}$ for numbers that are not nonnegative real numbers), note that you have two pairs of conjugated complex numbers (namely $\omega$ and $-i\omega$, and $i\omega$ and $-\omega$) that will combine into a polynomial of degree $2$ with real coefficients. By combine, I mean $(z-a)(z-\overline{a})$ is a polynomial with real coefficients.

0
On

Hints:

  1. (One value of) $\sqrt {\pm i} = \displaystyle\frac{1\pm i}{\sqrt2}$
  2. Calculate $(z-\sqrt i)(z-\sqrt{-i})$.
0
On

If the roots are known then $x^4+1=(x+\sqrt i)(x-\sqrt i)(x+\sqrt{-i})(x-\sqrt{-i})$. Now difference of two squares will mean that $(x+\sqrt i)(x-\sqrt i)=x^2-i$ therefore multiplying with the other possible choices is a better idea. $(x+\sqrt i)(x+\sqrt{-i})$ gives $x^2+\sqrt{2}x+1$ therefore pairing the roots that way gives your form.