How to evaluate $$\frac13+\frac13(\frac13)^3+\frac15(\frac13)^5+...$$?
I faced this particular sum in the website www.toppr.com .And it is given under the heading "Problems on Approximation"...but I cant figure out a method.How to approach?Please help!
\begin{align} \sum_{n=1}^{\infty}\frac{1}{2n-1}\Big(\frac13\Big)^{2n-1}&=\sum_{n=1}^{\infty}\frac{1}{n}\Big(\frac13\Big)^{n}-\sum_{n=1}^{\infty}\frac{1}{2n}\Big(\frac13\Big)^{2n}\\ &=-\log(1-\frac13)+\frac12\log(1-\frac19)\\ &=\frac12 \log2 \end{align} where we use $\displaystyle\sum_{n=1}^{\infty}\frac{1}{n}x^{n}=-\log(1-x)$.