Some Basic induction help.

41 Views Asked by At

Let $r\in \Bbb R$ such that $r + \frac{1}{r}\in \Bbb N$, Prove by induction that $r^n + \frac{1}{r^n}\in \Bbb N$ for every $n\in \Bbb N$.

I've done some expansions for $(r+\frac{1}{r})^n$ for $n = 2,3$ and I can see how it holds.

I am having trouble showing it for all $n.$

2

There are 2 best solutions below

0
On BEST ANSWER

Hint: Suppose $r^n+\frac{1}{r^n} \in \mathbb{N}$ for some $n \ge 1$. Then $$\left(r^n+\frac{1}{r^n}\right)\left(r+\frac{1}{r}\right) = r^{n+1} + \frac{1}{r^{n+1}} + r^{n-1} + \frac{1}{r^{n-1}}.$$

0
On

Hint: What is $(r + \frac{1}{r})^2 $? You can multiple this by $r + \frac{1}{r}$ and get what you want for $n = 3$. Adopt this for general case.