When the polynomials $p(x)$ and $q(x)$ are divided by $x^2+2$ the rests are $ax+b$ respectively $cx+d$. What are the rest when $p(x)+q(x)$ and $p(x)q(x)$ divided by $x^2+2$?
I do not know where to start since I can't use the remainder theorem. Right?
Let $p(x)=(x^2+2)u(x)+ax+b$ and $q(x)=(x^2+2)v(x)+cx+d$ , then: $$p(x)+q(x)=(x^2+2)(u(x)+v(x))+ax+b+cx+d$$ So the rest of the division is: $$(a+b)x+b+d$$
Now: $$p(x)q(x)=(x^2+2)^2u(x)v(x)+(x^2+2)(ax+b+cx+d)+(ax+b)(cx+d)$$ so to get the final result we have to evaluate $(ax+b)(cx+d)=l(x^2+2)+mx+n$. It is easy to see that $l=ac$ so the final rest is $$mx+n=(ad+bc)x+bd-2ac$$