How do I factorise $r^4+r^2+1$?

1.8k Views Asked by At

How do I factorise $r^4+r^2+1$ ? $(r^2+r+1)(r^2-r+1)$ gives $r^4+r^2+1$ But how to split it into these factors? I generally find roots and then write the factors, but $r^4+r^2+1$ seems to have no real root. Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

One may start with $$ r^4+r^2+1=(r^4+2r^2+1)-r^2=(r^2+1)^2-r^2. $$

0
On

$$x^4+x^2+1=\frac{x^6-1}{x^2-1}=\frac{(x^3-1)(x^3+1)}{(x-1)(x+1)} =(x^2+x+1)(x^2-x+1).$$