I'm trying to prove the following, and I've made some progress on (i) and am having a bit of trouble with (ii)
A polynomial $p(x)$ over a field $k$ is $monic$ if the highest power of $x$ has coefficient $1$. Let $p(x)$ be monic and let $r\in k$.
(i) Show that if $p(x)$ is divided by $x-r$, then the remainder is $p(r)$.
(ii) Show that this remains true if $p(x)$ has coefficients in $\mathbb R$ and $r \in \mathbb C$.
For (i), when I set up polynomial long division, I start to see the pattern of $a_{n-1}+r$, then $r(a_{n-1}+r)+a_{n-2}$, then $r(r(a_{n-1}+r)+a_{n-2})$, etc as the coefficient (and I'm assuming eventually the remainder) from each additional subtraction of two terms at the bottom when we add the next term at the top. I think that this is the key element to the proof, as the sequences goes on to be p(r), but not sure how to word this rigorously into a proof.
For (ii) I'm really not sure how to go about this. It almost seems like the polynomial division algorithm works just as well if r is complex as if it isn't, but not sure how to prove it or if it's true.
