Prove by induction that for every $n \in \mathbb{N}$, $(1 + \sqrt{3})^n + (1 - \sqrt{3})^n \in \mathbb{Z}$.
Prove by induction that for every $n \in \mathbb{N}$, $(1 + \sqrt{3})^n + (1 - \sqrt{3})^n \in \mathbb{Z}$.
60 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 5 best solutions below
On
HINT: If you know the binomial theorem, you can prove this very easily without induction. If you must prove it by induction, you may find it easier to prove a stronger statement:
Let $\alpha=1+\sqrt3$ and $\beta=1-\sqrt3$. Then for each $n\in\Bbb N$ both $\alpha^n+\beta^n$ and $\sqrt3(\alpha^n-\beta^n)$ are integers.
The following calculation will be useful for the induction step:
$$\begin{align*} \alpha^{n+1}+\beta^{n+1}&=\alpha^n+\sqrt3\alpha^n+\beta^n-\sqrt3\beta^n\\ &=(\alpha^n+\beta^n)+\sqrt3(\alpha^n-\beta^n)\\ \end{align*}$$
You will want a similar one involving $\alpha^{n+1}-\beta^{n+1}$.
(This is an example of a not uncommon phenomenon: sometimes an induction argument requires a stronger hypothesis than the obvious one and works only after you realize that you can prove a stronger statement.)
On
Let $a_n$ be your expression. Show that $a_n$ satisfies a linear recurrence of the form $a_{n+2} = A a_{n+1} +B a_n$ and that $a_0,a_1$ are integers. Then prove your claim by induction.
Hint: Use the binomial theorem.