My task is to show that the Maclaurin series of $\ln\frac{x+1}{x-1}$ is given as $\sum_{n=1}^{\infty} (\frac{2}{2n-1})x^{2n-1}$
My approach is using the standard expansion of $\ln(x+1)$ to get $x-\frac{x^2}{2}+\frac{x^3}{3}$
I got $$\ln(x-1) = -x-\frac{x^2}{2}-\frac{x^3}{3}$$
After this point I'm a little confused as to how to proceed. My guess would be to subtract $\ln(x-1)$ from $\ln(x+1)$ but I still don't understand how to get this form or what exactly it's asking.
Any help would be greatly appreciated.
With $$\ln(1-x)=-x-\frac{x^2}{2}-\frac{x^3}{3}-\cdots$$ $$\ln(1+x)=x-\frac{x^2}{2}+\frac{x^3}{3}+\cdots$$ gives $$\ln(1-x)-\ln(1+x)=-2x-\frac{2x^3}{3}-\frac{2x^5}{5}-\cdots$$ or $$\ln\dfrac{1-x}{1+x}=\sum_{n=0}^\infty\dfrac{-2x^{2n+1}}{2n+1}$$ valid for $|x|<1$.