Consider a univariate continuous and differentiable function $f(x)$, such that $f(0)=0$. Additionally, it holds that
$$\frac{d f(x)}{d x}= a \left(\frac{f(x)}{x}\right)^b $$
where $a$ and $b$ are two real, positive constants.
An example of such function, and the one that motivated this question, is
$$ f(L) = A\left( B L^{\rho} + (1-B)K^{\rho} \right)^{\frac{1}{\rho}} $$
for a positive constant $K$, $L \geq 0$, and $\rho<0$ (the latter ensures that $f(0)=0$, which is computed using the limit). The notation correspondence between my function and the general one is $a=A^\rho B$ and $b=1-\rho$.
Say you want to find
$$\lim_{x \rightarrow 0} \dfrac{d f(x)}{d x} = \lim_{x \rightarrow 0} a \left(\frac{f(x)}{x}\right)^b$$
Because of the assumption $f(0)=0$, this derivative has an undefined expression inside the parenthesis, $\frac{0}{0}$. Thus, you want to use L'Hopital for this. But if you apply L'Hopital to the parenthesis, you get:
$$ \frac{\dfrac{d f(x)}{d x}}{1} $$
Thus, we end up where we started. In other words, we are in an infinite L'Hopital loop. How can we get around it?
Apparently the answer to this limit is $0$, but I fail to see who this is achieved.
PS: a fairly similar question asks for the solution for a particular $f(x)$. I want to know the solution for the general case.