1

I can find an annihilator polynomial of $\alpha = \sqrt{5} + \sqrt[5]{2}$.

But I have an exercise which asks me to show that $$P = X^{10} - 25 X^8 + 250 X^6 - 4X^5 - 1250X^4 - 200 X^3 + 3125 X^2 - 500X - 3121$$ is also an annihilator polynomial.

How can I do it simply ? I could compute $P(\alpha)$, but this is not very easy...

Arnaud
  • 1,242

2 Answers2

4

Hint: $(\alpha-\sqrt5)^5=2$. Expand the l.h.s. using the binomial formula (row five from Pascal's triangle). Move the terms containing $\sqrt5$ to one side. Square. Expand again.

Jyrki Lahtonen
  • 133,153
1

$\rm x=\sqrt{a}\!+\!\sqrt[5]{b}\:\Rightarrow\:0=((x\!-\!\sqrt{a})^5\!-\!b)((x\!+\!\sqrt{a})^5\!-b) = (x^2\!-\!a)^5\!-2b(x^5\!+\!10ax^3\!+\!5a^2x)\!+\!b^2$

Math Gems
  • 19,574