I can't understand one step in the following problem. We start with a function $f(x)=x^\alpha$ on the interval $(0,1)$ where $\alpha>0$ is a constant. We pick two points $x_1<x_2$ from this interval so that we have $x_1^\alpha=x_2^\alpha-L$, where $L>0$ depends on $x_1$ and $x_2$. Upon rearranging, this may be expressed as $$x_1=x_2(1-\frac{L}{x_2^\alpha})^\frac{1}{\alpha}.$$
I have difficulties understanding the next claim that through a first order approximation, the above equation may be written as $$x_1\approx x_2-\frac{L\cdot x_2}{x_2^\alpha}\cdot\frac{1}{\alpha}.$$
My first thought was to use a Taylor series expansion but taking the first derivative doesn't get rid of $\frac{1}{\alpha}$ in the exponent. Or is there some entirely different trick involved?
In the end, we're interested in the order of the difference $x_2-x_1$, but if the approximation is valid, this difference is of the order $\frac{L}{x_2^{\alpha-1}}.$
Presumably, the first-order approximation is performed with respect to $L$, not $x_2$ (which is consistent with the definition of $L$ as the difference between the powers of two close numbers) . In that case, the taylor expansion gives
$$x_1 = x_{2} - \frac{L x_{2}}{\alpha x_{2}^{\alpha}}\text{ ,}$$
which is the indeed the claimed result.