This is homework exercise: $$P=t^{1024} + t + 1 , R = \mathbf{F}_{2}[t] \Rightarrow P \ \text{reducible in R}$$
I wanted to show this analogous to how a book shows it (book shows it with other numbers and field): $a^{1024}= a+1$ has solutions in $R/PR$, then calculate $a^{2^{20}}, a^{2^{1024}}$ in $R/PR$ and by using gcd conclude that P is reducible over R.
My problem is that the numbers are so big that I can't split up and show that there are solutions or calculate $a^{2^{20}}, a^{2^{1024}}$ in $R/PR$. But there must be an easy way since it is homework. So how to show that $a^{1024} = a+1$ is solvable in $R/PR$ and how to compute $a^{2^{20}}, a^{2^{1024}}$ in $R/PR$? Thanks for all input.
In $\mathbb{F}_{16}$ which is isomorphic to $\mathbb{F}_2[x]/(x^4+x+1)$ exists an Element $y$ which is a root of $x^4+x+1$ (obviously). Since $\Phi:\mathbb{F}_{16} \rightarrow \mathbb{F}_{16}: z \mapsto z^2$ has Order $4$ as an automorphism we get that $y^{1024}=\Phi^{10}(y)=\Phi^2(y)=y^4$ and therefore $y^{1024}+y+1=y^4+y+1=0$.
Using this you should be able to show reducibility.