$(x^4-49)$ Is this polynomial completely factored over $\mathbb{C}$

102 Views Asked by At

Is this polynomial completely factored over $\mathbb{C}$?

$(x^4-49)$ = $((x^2)^2 - 7^2)$ = $(x^2 + 7)(x^2 - 7)$

Thanks

2

There are 2 best solutions below

5
On BEST ANSWER

No, because $\sqrt{7}$ and $i$ exists, so $(x^2-7)=(x-\sqrt{7})(x+\sqrt{7})$ and $(x^2+7)=(x-i\sqrt{7})(x+i\sqrt{7})$. More generally, in $\mathbb{C}$ you can factorize until you get linear terms (only "$x$" and no "$x^n$", with $n>1$).

0
On

If you want to factor the polynimal over $R$, you have: $$x^4-49=(x^2)^2-49=(x^2-7)(x^2+7)=(x-\sqrt{7})(x+\sqrt{7})(x^2+7)$$ Over $C$, instead: $$x^4-7=(x-i\sqrt{7})(x+i\sqrt{7})(x-7)(x+7)$$