When the polynomial f(x) is divided by x3+x+1, the remainder is 3. When the polynomial f(x) is divided by x3−x+1, the remainder is x+1. Let r(x) be the remainder when f(x) is divided by x6+2x3−x2+1. Find r(2).
Let P(x)=x3+x+1 and Q(x)=x3−x+1.
We are given that when f(x) is divided by P(x), the remainder is 3, so we can write f(x)=P(x)q1(x)+3 for some polynomial q1(x).
When f(x) is divided by Q(x), the remainder is x+1, so we can write f(x)=Q(x)q2(x)+x+1 for some polynomial q2(x).
We want to find the remainder when f(x) is divided by x6+2x3−x2+1.
Note that
P(x)Q(x)=(x3+x+1)(x3−x+1) =(x3+1)2−x2 =x6+2x3+1−x2 =x6+2x3−x2+1.
Let R(x)=x6+2x3−x2+1. Then R(x)=P(x)Q(x).
From f(x)=P(x)q1(x)+3,
f(x)=P(x)q1(x)+3 =P(x)[Q(x)q3(x)+r1(x)]+3 =R(x)q3(x)+P(x)r1(x)+3
for some polynomials q3(x) and r1(x), where degr1(x)<3.
From f(x)=Q(x)q2(x)+x+1,
f(x)=Q(x)q2(x)+x+1 =Q(x)[P(x)q4(x)+r2(x)]+x+1 =R(x)q4(x)+Q(x)r2(x)+x+1
for some polynomials q4(x) and r2(x), where degr2(x)<3.
Since f(x)≡3(modP(x)) and f(x)≡x+1(modQ(x)), we must have r(x)≡3(modP(x)) and r(x)≡x+1(modQ(x)).
If r(x)=ax2+bx+c, then
a(x2+x+1)+b(x+1)+c≡3(modx3+x+1) a(x2−x+1)+b(x+1)+c≡x+1(modx3−x+1)
Since r(x) must have degree less than 6, let r(x)=ax5+bx4+cx3+dx2+ex+f.
Since r(x)≡3(modx3+x+1) and r(x)≡x+1(modx3−x+1), we can let r(x)=3.
Then r(2)=3.
Final Answer: The final answer is 3