1

Exercise problem. I do not need a full solution because I am trying to solve myself. Just a hint would be great. Let $f$ be a polynomial with real coefficients. How to show that $f(z) = f(i)$ for every complex $z$?

enter image description here

Git Gud
  • 31,356

1 Answers1

1

I didn't understand quite well the answer for a) in the book. But my approach (for the part a ) is to use the properties $\overline{z_1 + z_2} = \overline z_1 + \overline z_2 $ and $\overline{z_1*z_2} = \overline{z_1}*\overline{z_2}$, and induction on degree of polynomials.

Base step: $deg(f) = 0$. Let $f(x) = a$. Then $f(z) = a = \overline a = \overline{f(\overline{z})}.$

Induction: $f(x) = a_nx^n + \hat{f}(x)$, where $deg(\hat{f}) < n$.

$f(z) = a_nz^n + \hat{f}(z)$

$\overline{f(\overline{z})} = \overline{a_n(\overline z)^n + \hat{f}(\overline{z})} = \overline{a_n(\overline z)^n} + \overline{\hat{f}(\overline{z})} = a_n\overline{(\overline{z})^n} + \overline{\hat{f}(\overline{z})} = a_n(\overline{\overline{z}})^n + \overline{\hat{f}(\overline{z})} = a_nz^n + \overline{\hat{f}(\overline{z})}$.

But $\hat{f}(z)=\overline{\hat{f}(\overline{z})}$ by assumption. So, $f(z) = \overline{f(\overline{z})}$.