How can I compute $$\lim_{u\to 0}\frac{(u+1)^\tau-1}{u}$$ without l'Hopital ($\tau>0$) ?
I wrote it as
$$\lim_{u\to 0}\frac{(u+1)^\tau-1}{u}=\lim_{u\to 0}\frac{e^{\tau\frac{\ln(u+1)}{u}u}-1}{u},$$ and tried to us that $$\lim_{u\to 0}\frac{\ln(1+u)}{u}=1,$$
but I can't conclude.
Note that $(u+1)^\tau=\exp(\tau\log(u+1))$; if you set $\tau\log(u+1)=v$, then $$ (u+1)^\tau=e^v $$ and $$ u=e^{v/\tau}-1 $$ so your limit becomes $$ \lim_{v\to0}\frac{e^v-1}{e^{v/\tau}-1}= \tau\lim_{v\to0}\frac{e^v-1}{v}\frac{v/\tau}{e^{v/\tau}-1} $$ If you consider $\lim_{v\to0}\frac{e^v-1}{v}=1$ as a known limit, you have what you're looking for.
The derivative of $f(x)=x^\tau$ can be more easily computed with the chain rule: $$ f(x)=e^{\tau\log x} $$ so $$ f'(x)=e^{\tau\log x}\cdot\frac{\tau}{x}=\tau x^\tau x^{-1}=\tau x^{\tau-1} $$