Expand $\dfrac 1 x$ in a power series centered at $c = 2$, integrate, and use your result to calculate $\log 3$ to $4$ significant figures.
So I'm kind of lost on how to approach this one. Would I begin by just plugging $3$ into the upper bound of my integral and let $x = 2$ in $\dfrac 1 x$?
Hint: $$\log(3)=\int_{1}^{3}\frac{dx}{x}=\int_{-1}^{1}\frac{dx}{2+x}=\int_{-1}^{1}\left(\frac{1}{2}-\frac{x}{4}+\frac{x^2}{8}-\frac{x^4}{16}+\ldots\right)\,dx $$ but the integral over $(-1,1)$ of an odd integrable function is zero, hence $$ \log(3)=\int_{-1}^{1}\left(\frac{1}{2}+\frac{x^2}{8}+\frac{x^4}{16}+\ldots\right)\,dx = \sum_{m\geq 0}\frac{1}{(2m+1)4^m}$$ where $$ \sum_{m\geq 6}\frac{1}{(2m+1)4^m}\leq \sum_{m\geq 6}\frac{1}{13\cdot 4^m}=\frac{1}{39936}\approx 2.5\cdot 10^{-5} $$ $$ \sum_{m\geq 6}\frac{1}{(2m+1)4^m}\geq \frac{1}{13\cdot 4^6}\approx 1.8\cdot 10^{-5}$$ and $$ \sum_{m=0}^{5}\frac{1}{(2m+1)4^m}=\frac{3897967}{3548160}\approx 1.09859$$ so that $\log(3)=\color{red}{1.0986}\ldots$