I am stuck by a problem of mathematical induction. The problem is:
Let $x$ and $y$ be integers. Prove that for each positive integer $n$ which is odd, we have $(x + y)$ divides $(x^n + y^n)$.
What I did is as follows:
For $n = 1$, $x^n + y^n = x + y$, which is obviously divisible by $x + y$;
For $n = k$ (odd), assume that $x^k + y^k$ is divisible by $x + y$, namely, \begin{equation} x^k + y^k = a(x+y), \tag{1} \end{equation} where $a$ is an integer;
For $n = k+2$, we have \begin{equation} x^{n} + y^{n} = x^{k+2} + y^{k+2}. \tag{2} \end{equation} I don't know how to proceed. How to make use of eq. (1) to prove the right-hand side of eq. (2) is divisible by $(x+y)$?
Note that:
\begin{align*} x^{k+2}+ y^{k+2} &= x^2(x^k + y^k - y^k) + y^{k+2} \\ &= x^2(x^k + y^k) + y^k(y^2-x^2)\\ &= x^2(x^k + y^k) + y^k(y-x)(x+y) \end{align*}