Show that for each positive integer $n$, $a_n$ is a positive integer, $a_{n+1} = (a_n+1)a+(a+1)a_n+2\sqrt{a(a+1)a_n(a_n+1)} \quad (n = 1,2,\ldots).$

170 Views Asked by At

Let $a$ be a positive integer and $\{a_n\}$ be defined by $a_0 = 0$ and $$a_{n+1} = (a_n+1)a+(a+1)a_n+2\sqrt{a(a+1)a_n(a_n+1)} \quad (n = 1,2,\ldots).$$ Show that for each positive integer $n$, $a_n$ is a positive integer.

Firstly, why do they say $a_0 = 0$ if we want to show that for each positive integer $n$, $a_n$ is a positive integer?

The solution in my book did the following. Can someone explain how they get the results "by induction"? In particular, how do they get $\sqrt{a_{n+1}}-\sqrt{a_n} = \left(\sqrt{a+1}-\sqrt{a}\right)^n$ using the results from part 1 and induction?

Part 1: enter image description here Part 2: enter image description here

1

There are 1 best solutions below

1
On

If we have $\sqrt{a_{n+1}+1}-\sqrt{a_{n+1}}=(\sqrt{a+1}-\sqrt{a})(\sqrt{a_{n}+1}-\sqrt{a_{n}}$ for all $n\geq0$, then, \begin{align} \sqrt{a_{n}+1}-\sqrt{a_{n}}=\frac{\sqrt{a_{n}+1}-\sqrt{a_{n}}}{\sqrt{a_{n-1}+1}-\sqrt{a_{n-1}}}\frac{\sqrt{a_{n-1}+1}-\sqrt{a_{n-1}}}{\sqrt{a_{n-2}+1}-\sqrt{a_{n-2}}}\cdots\frac{\sqrt{a_{1}+1}-\sqrt{a_{1}}}{\sqrt{a_{0}+1}-\sqrt{a_{0}}}=(\sqrt{a+1}-\sqrt{a})^{n} \end{align}.