Find a closed form (not a sum) of the power series
$$f(x) = \sum^\infty_{n=0 } \frac{x^n}{n+1}$$
which converges on the interval $[-1,1)$ by differentiating the series on its interval of convergence and finding an antiderivative to lead to $f(x)$
Find a closed form (not a sum) of the power series
$$f(x) = \sum^\infty_{n=0 } \frac{x^n}{n+1}$$
which converges on the interval $[-1,1)$ by differentiating the series on its interval of convergence and finding an antiderivative to lead to $f(x)$
Notice that: $$xf(x)=\sum_{n\ge0}\int x^ndx$$Since this converges, flip the order of the integral and the sigma:$$\sum_{n\ge0}\int x^ndx=\int\sum_{n\ge0} x^ndx$$Use geometric series to get: $$\int\frac{1}{1-x}dx=xf(x)$$$$-\frac{1}{x}\ln(1-x)=f(x)$$Thanks to @Zakhurf for correcting my answer.