How to find $\lfloor(x+ 1)^n\rfloor$ where $x \in\Bbb R - \Bbb Q$ and $n \in \Bbb Z_+$ without using a calculating or calculating the series by hand.
For example, what is $\lfloor(\sqrt{3}+ 1)^5\rfloor$ ?
I thought I would use Bernoulli's inequality, $ 1+ 5\sqrt{3} \le(\sqrt{3}+ 1)^5$, but it is too weak to give a correct answer.
I also tried, $2 < \sqrt{3} + 1 < 3 \implies 32 < (\sqrt{3} + 1)^5 < 243$ but this is also too weak.
I can use $\lfloor x \rfloor = x - \{ x \}$ where $\{x\}$ is fractional part function. Here I need to find $\{x\}$. I don't have any idea to do that either.
First consider $(\sqrt {3}+1)^5=a + b \sqrt{3}$ . Now consider $(\sqrt {3}+1)^5-(\sqrt {3}-1)^5=2a , (\sqrt {3}+1)^5+(\sqrt {3}-1)^5=2b\sqrt {3} $ . I think you know why this is true. Now $\lfloor(\sqrt {3}+1)^5\rfloor=\lfloor a+b\sqrt {3}\rfloor $