I was asked to prove that $f(x)$ is derivative in $x=1/2$ but I found that the radious of convergence is $0$, what did I do wrong? $$ f(x) = \sum_{n=1}^\infty \frac{(-1)^n x^{2n+1}}{2n(2n+1)}$$
I put x outside the summation and declared $t=x^2$ then the radius is equal to limsup of $a_n^{1/n}$ which is $0$.
The issue is the value of $$\lim_{n\to \infty} \left(2n(2n+1)\right)^{1/n} $$. If this limit converges to some positive number, the radius of convergence is its reciprocal since its limsup is the limit value.
Consider $$\log (2n(2n+1))^{1/n} = \frac{\log(2n(2n+1))}{n} = \frac{\log 2 + \log n + \log (2n+1)}{n}$$
Since $\frac{\log 2}{n}, \frac{\log n}{n}, \frac{\log(2n+1)}{n} \to 0 $ as $n \to \infty$, we have $\lim_{n \to \infty} \log (2n(2n+1))^{1/n} = 0$. Thus we have $$ \log\left( \lim_{n \to \infty} (2n(2n+1))^{1/n}\right) = 0$$ which give $$\lim_{n\to \infty} \left(2n(2n+1)\right)^{1/n} =1 $$
This is the plot of function $f(x) = x^{1/x}$. This function first increases, but eventually starts to to decrease, and converges to $1$ at $\infty$.