Find function corresponding to a Taylor series

$\begingroup$

I'm trying to find a function corresponding to the following Taylor series: $\sum_{n=2}^\infty\frac{x^n}{n(n-1)}$. I found it to converge if $-1\leq x \leq 1$, but I'm not sure how to find the function corresponding to this. What are some good techniques for problems like this?

$\endgroup$ 4

1 Answer

$\begingroup$

As you saw in the comments already, you can differentiate the series, $f(x) = \sum_{n=2}^\infty\frac{x^n}{n(n-1)}$ twice to see $f''(x) = \sum_{n=2}^\infty x^{n-2}$. You can now do a substitution of $m=n-2$ to see $f''(x) = \sum_{m=0}^\infty x^m$. This is the geometric series $g(x) = \frac{1}{1-x}$. From this, you can integrate twice to find $f(x)= x + \ln(1-x)-x\ln(1-x)$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like