Let $\alpha$ be a positive real. Then how do you approximate $$ (x+1)^{\alpha}-x^\alpha $$ as $x\to \infty$?
For example, we know the answer if $\alpha=1/2$, which is $$ \sqrt{x+1}-\sqrt{x}=(\sqrt{x+1}-\sqrt{x})\cdot \frac{\sqrt{x+1}+\sqrt{x}}{\sqrt{x+1}+\sqrt{x}}=\frac{1}{\sqrt{x+1}+\sqrt{x}} \sim \frac{1}{2\sqrt{x}}. $$ What about the other cases?
The first few terms of the expansion are
$$(1+x)^\alpha-x^\alpha=\alpha x^{\alpha-1}+\frac{\alpha(\alpha -1)}{2!}\,x^{\alpha -2}+\frac{\alpha(\alpha-1)(\alpha-2)}{3!}\,x^{\alpha-3}+O\left(x^{\alpha-4}\right) $$
EXAMPLE:
For $\alpha =1/2$, $(1)$ yields
$$\bbox[5px,border:2px solid #C0A000]{(1+x)^{1/2}-x^{1/2}=x^{1/2}\,\sum_{k=1}^\infty \binom{1/2}{k}\left(\frac{1}{x}\right)^k} $$
and the first few terms are
$$(1+x)^{1/2}-x^{1/2}=\frac12 x^{-1/2}-\frac18 x^{-3/2}+\frac{1}{16}x^{-5/2}-\frac{5}{128}x^{-7/2}+O(x^{-9/2})$$