0

If $$f(n) = (3+\sqrt{5})^n + (3-\sqrt{5})^n$$ show that $f(n)$ is an integer and that $$f(n+1)= 6f(n) - 4f(n-1).$$ Deduce that the next integer greater than $(3+\sqrt{5})^n$ is divisible by $2^n.$ I am not getting a way to approach such a question. So, please help me regarding that...

saulspatz
  • 53,131
Apoorv
  • 19

1 Answers1

0

Proof for showing $f(n) = (3+\sqrt{5})^n + (3-\sqrt{5})^n$ is an integer :

By binomial expansion we see that :

$$(3+\sqrt{5})^n = C_0 + C_1 \cdot 3^{n - 1} \cdot 5 ^{1/2} + C_2 \cdot 3^{n - 2} \cdot 5^{2/2} + \dots + C_n \cdot 5^{n/2}$$

$$(3-\sqrt{5})^n = C_0 - C_1 \cdot 3^{n - 1} \cdot 5 ^{1/2} + C_2 \cdot 3^{n - 2} \cdot 5^{2/2} + \dots + (-1)^r \cdot 3^{n - r} \cdot 5^{r/2} + \dots + (-1)^n \cdot 5^{n/2}$$

Adding these two equations we notice that for $n$ that is odd the respective terms cancel out in the above equations. So only the terms for which $n$ is even are present in $(3+\sqrt{5})^n + (3-\sqrt{5})^n$ and thus $f(n)$ is an integer.

Here is an induction based proof.