The problem: Study the convergence/divergence of this limit, as $a \in \mathbb{R}$ changes
$$\lim_{x\to 0^+} x^a \biggl( \frac{1}{\log(2x+\sqrt{1+x^3})} -\frac{1}{\log(2x+1)} \biggr)$$
I did that: $\sqrt{1+x^3}=1+\frac{x^3}{2} + o(x^3)$ so
$\log\left(1 +2x +\frac{x^3}{2} + o(x^3) \right) = 2x - \frac{x^2}{2} +\frac{x^3}{2} +o(x^3)$
and $\log\left(1 +2x \right) = 2x - \frac{x^2}{2} +\frac{8x^3}{3} +o(x^3)$ .
Now how can I expand $\frac{1}{ 2x - \frac{x^2}{2} +\frac{x^3}{2} +o(x^3)}$ and $\frac{1}{ 2x - \frac{x^2}{2} +\frac{8x^3}{3} +o(x^3)}$ ? I don't find on internet some expansion for these fractions(!)
Make them into one fraction.
$\frac {\ln (1+ 2x) - \ln (2x + \sqrt{1+x^3})}{\ln (1+ 2x) \ln (2x + \sqrt{1+x^3})}$
Expand the series for $\sqrt {1+x^3} = 1 + \frac 12 x^3 - \frac 18 x^6 \cdots$
$\frac {\ln (1+ 2x) - \ln ( 1 + 2x + \frac 12x^3\cdots)}{\ln (1+ 2x) \ln (1+2x + \frac 12 x^3 \cdots )}$
and then the logs.
$\ln(1+2x) = 2x - \frac 12 (2x)^2 + \frac 13 (2x)^3 \cdots\\ \ln(1+2x+\frac 12 x^3) = 2x + \frac 12 x^3 - \frac 12 (2x + \frac 12x^3)^2 \cdots $
the difference $\frac 12 x^3 - x^4\cdots$
The product $4x^2 - 8x^3 \cdots$
So it would appear that the numerator is of order $x^{a+3}$ and the denominator is of order $x^2$
The limit coverges to 0 if $x > -1$ and diverges if $a < -1$ and converges to $-\frac 18$ if $a = -1$