I am trying to show that $$ \ln{\Big|\frac{1-x}{1+x}\Big|} $$
belongs to $L^2({\Bbb{R}})$ but not to $L^1({\Bbb{R}})$ by using it's taylor expansion (this is the entire statement of the problem). More important to me than the solution to this particular problem is to understand the general technique I may use to do this.
Since there are singularities at $\pm1$ I am inclined to think that this needs to be done in three parts. Expanding around $0$ I find: $$ ln\frac{1-x}{1+x} \approx -2x - \frac{2x^3}{3} - \frac{2x^5}{5} - \frac{2x^7}{7} ... = \sum_0^{\infty}{\frac{-2}{2n-1}x^{2n-1}} $$
Which is (please correct me if I am wrong) valid between $\pm1$ because of the singularities at $\pm1$.
With robjohn's suggestion an expansion for all x such that |x| > 1 is given by
$$ \ln{\Big|\frac{1-x}{1+x}\Big|} = \ln{\Big|\frac{\frac{1}{x}-1}{\frac{1}{x}+1}\Big|} = \ln{\Big|\frac{1-\frac{1}{x}}{1+\frac{1}{x}}\Big|} $$
And since $|x|>1 => |\frac{1}{x}|<1$ we are in the domain of our previous expansion therefore:
$$ ln\frac{1-x}{1+x} \approx -\frac{2}{x} - \frac{2}{3x^3} - \frac{2}{5x^5} - \frac{2}{7x^7} ... = \sum_0^{\infty}{\frac{-2}{2n-1x^{2n-1}}} $$
Thank you.
