How does one prove that all the coefficients of this polynomial: $$(x+i)^{10}+(x-i)^{10}$$ are real numbers, without using Newton's Binomial Theorem?
Proof that the coefficients of a polynomial are real
493 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
$$\overline{(x+i)^{10}+(x-i)^{10}} =\overline{x+i}^{10}+\overline{x-i}^{10}=(\overline x-i)^{10}+(\overline x+i)^{10}$$
On
Fact: A complex number $z$ is real iff $z=\overline{z}$
Fact: $z\rightarrow \overline{z}$ is a field automorphism of $\mathbb{C}$
$$\overline{(x+i)^{10}+(x-i)^{10}}=\overline{(x+i)^{10}}+\overline{(x-i)^{10}}=(\overline{x+i})^{10}+(\overline{x-i})^{10}=(x-i)^{10}+(x+i)^{10}$$
On
Here's a way to do it without relying on a general theorem about complex conjugates.
Let $P(x)=(x+i)^{10}+(x-i)^{10}$ be the polynomial in question. Let
$$Q(x)=P(ix)=(ix+i)^{10}+(ix-i)^{10}=-(x+1)^{10}-(x-1)^{10}$$
The coefficients of $Q$ are obviously real. But also, $Q(-x)=Q(x)$, so $Q$ is an even function of $x$, i.e., $Q(x)=R(x^2)$ for some polynomial $R$ with real coefficients. But this leads to
$$P(x)=Q(-ix)=R(-x^2)$$
hence the coefficients of $P$ are real (and $P$ is also an even function of $x$).
If you agree with this:
you'll find a good strategy!