I need to approximate the integral $\int\limits_1^\frac{3}{2}\frac{\ln(x+1)-\ln(2)}{x-1}dx$ with an accuracy of $0.001.$
How don't know how I can do it, since the integrand doesn't have an elementary antiderivative, and because it's an improper integral.
I thought about trying to use Taylor Series, but I can't expand the $\ln(1+x)$ because $|x|>1.$
How can I do it?
$$I=\int_{1}^{3/2} \frac{\ln(1+x)-\ln 2}{x-1}dx= \int_{0}^{1/2} \frac{\ln (1+u/2)}{u} du.$$ We have used $u=x-1$. Next use $\ln(1+z) \approx z-z^2/2+z^3/3$ for an accuracy of about $0.01$, then $$I_{approx}=\int_{0}^{1/2} [1/2-u/8+u^2/(24)] du=[u/2-u^2/(16)+u^3/(72)]_{u=0}^{1/2}=\frac{17}{72}=0.2361$$ Whereas its exact value as per Mathematica is $0.2359$.