Let $p(x) = x^4 + x + 1 = 0$, and let $a$, $b$, $c$, $d$ be its roots. Find $a^4 + b^4 + c^4 + d^4$.
I have no idea how to start solving this problem.
Let $p(x) = x^4 + x + 1 = 0$, and let $a$, $b$, $c$, $d$ be its roots. Find $a^4 + b^4 + c^4 + d^4$.
I have no idea how to start solving this problem.
On
As an alternative, let consider
$$(x-a)(x-b)(x-c)(x-d)=$$ $$=x^4-(a+b+c+d)x^3+(ab+ac+ad+bc+bd+cd)x^2\\-(abc+abd+acd+bcd)x+abcd$$
then
and by Newton's sums we have that
For any of the roots, $r^4=-r-1$ so that the requested sum is $-a-b-c-d-4$, and by the Vieta's formula, the sum of the roots is $0$.