Solution 1
When we use long division to divide P(x) by Q(x), the remainder is x2−x+1.
So, since z1 is a root, P(z1)=(z1)2−z1+1.
Now this also follows for all roots of Q(x) Now
P(z2)+P(z1)+P(z3)+P(z4)=z12−z1+1+z22−z2+1+z32−z3+1+z42−z4+1
Now by Vieta's we know that −z4−z3−z2−z1=−1, so by Newton's Sums we can find z12+z22+z32+z42
ans2+an−1s1+2an−2=0
(1)(s2)+(−1)(1)+2(−1)=0
s2−1−2=0
s2=3
So finally P(z2)+P(z1)+P(z3)+P(z4)=3+4−1=006.
Solution 2 (Complete)
By using long division to divide P(x) by Q(x), we find that P(x)=Q(x)(x2+1)+(x2−x+1)
For Polynomial Remainder Theorem,
P(z2)+P(z1)+P(z3)+P(z4)=z12−z1+1+z22−z2+1+z32−z3+1+z42−z4+1
⇒P(z2)+P(z1)+P(z3)+P(z4)=(z12+z22+z32+z42)−(z1+z2+z3+z4)+4
We know that for Vieta's Formula
z1+z2+z3+z4=a−b=1−(−1)=1
x1x2+x1x3+x1x4+x2x3+x2x4+x3x4=ac=1−1=−1
And, by Newton's Sums
S=(z12+z22+z32+z42)=i=1∑n=4zi2=(i=1∑n=4zi)2−2i=1∑n=4zizj with i<j
So,
S=i=1∑n=4zi2=(i=1∑n=4zi)2−2i=1∑n=4zizj
⇒S=(z1+z2+z3+z4)−2(x1x2+x1x3+x1x4+x2x3+x2x4+x3x4)
⇒S=1−2×(−1)⇒S=3
Therefore
⇒P(z2)+P(z1)+P(z3)+P(z4)=(z12+z22+z32+z42)−(z1+z2+z3+z4)+4
⇒P(z2)+P(z1)+P(z3)+P(z4)=(3)−1+4∴P(z2)+P(z1)+P(z3)+P(z4)=6
~fmeiramath
Solution 3
Let Sk=z1k+z2k+z3k+z4k then by Vieta's Formula we have
S−1=z1z2z3z4z1z2z3+z1z3z4+z1z2z4+z1z2z3=0
S0=4
S1=1
S2=3
By Newton's Sums we have
a4Sk+a3Sk−1+a2Sk−2+a1Sk−1+a0Sk−4=0
Applying the formula couples of times yields P(z1)+P(z2)+P(z3)+P(z4)=S6−S5−S3−S2−S1=6.
~ Nafer
Solution 4
P(x)=x2Q(x)+x4−x3−x.
So we just have to find: ∑n=14zn4−∑n=14zn3−∑n=14zn.
And by Newton's Sums this computes to: 11−4−1=006.
~ LuisFonseca123
Solution 5
If we scale Q(x) by x2, we get x6−x5−x4−x2. In order to get to P(x), we add x4−x3−x. Therefore, our answer is ∑n=14zn4−zn3−zn. However, rearranging Q(zn)=0, makes our final answer ∑n=14zn2−zn+1. The sum of the squares of the roots is 12−2(−1)=3 and the sum of the roots is 1. Adding 4 to our sum, we get 3−1+4=006.
~ Vedoral
Solution 6
Let Sk = z1k+z2k+z3k+z4k
By Newton's Sums,
S1−1=0
S2−S1−2=0
S3−S2−S1=0
S4−S3−S2−4=0
S5−S4−S3−S1=0
S6−S5−S4−S2=0
Solving for S1,S2,S3,S4,S5,S6, we get S1=1,S2=3,S3=4,S4=11,S5=16,S6=30
P(z1)+P(z2)+P(z3)+P(z4)=S6−S5−S3−S2−S1=006
Solution 7 (if you don't know how to divide polynomials directly)
P(x) and Q(x) look very similar, so let's try subtracting Q(x) multiplied with something from P(x) since we know Q(zn)=0. To make the degrees the same, let's first multiply Q(x) with x2:
Q(x)⋅x2=x6−x5−x4−x2. Subtracting this from P(x) gives x4−x3−x. The degrees of this polynomial and Q(x) are the same, so let's subtract Q(x): x4−x3−x−Q(x) = x4−x3−x−x4+x3+x2+1=x2−x+1.
So P(x)−(x2+1)⋅Q(x)=x2−x+1 (this is also the remainder when P(x) is divided by Q(x)). This tells us that our answer is the sum of the squares of the roots of Q(x) minus the sum of the roots of Q(x) plus 1⋅4.
By Newton's Sums the sum of the squares of the roots is 3, and by Vieta's Formulas the sum of the roots is 1. So our answer is 3−1+4=006.
~grogg007
Video Solution by Sal Khan
https://www.youtube.com/watch?v=ZSESJ8TeGSI&list=PLSQl0a2vh4HCtW1EiNlfW_YoNAA38D0l4&index=14 - AMBRIGGS
[rule]
Nice!-sleepypuppy