This is Section 1.6 of the book "An introduction to Numerical Methods and Analysis" by James F. Epperson.
The questions that we will be working on:
I have done question 1. I'm having trouble with question 6, and after question 6 is done, I have to do question 7 and question 7 needs the x values from question 1.
The first confusion I have is: Do I need the Taylor series about $x_o = 0$? I'm thinking no, it should be $x_o = \frac{3}{4}$, right? Well, it doesn't have to be $\frac{3}{4}$ but since we're considering the interval $[\frac{1}{2},1]$, $x_o = \frac{3}{4}$ seems to be the best choice.
(We're focused on the $\ln(f)$ part right? Since we are assuming that we already have $\ln(2)$ and $\ln(x_o)$ up to arbitrary precision and $\ln(z) = \ln(f) + \beta \ln(2)$, so $\ln(f)$ seems to be what we're interested in, where $f \in [\frac{1}{2},1]$ and so that's why I'm thinking we take $x_o = \frac{3}{4}$.)
Let's say I don't provide the value of $x_o$ for now:
The remainder for the Taylor series of $\ln(1+x)$ about the point $x_o$ is $(-1)^{n} \int_{x_o}^{x} (x-t)^{n} \left ( \frac{1}{1+t} \right )^{n+1} \text{dt}$ and the remainder for the Taylor series of $\ln(1-x)$ about the point $x_o$ is $ - \int_{x_o}^{x} (x-t)^{n} \left ( \frac{1}{1-t} \right )^{n+1} \text{dt}$, where $t$ is between $x$ and $x_o$. We can just subtract the remainders to get the remainder of the Taylor series of $\ln \left ( \frac{1-x}{1+x} \right )$.
In part c, I'm getting $x \in [0, \frac{1}{3}]$. Now I have no idea how to continue. I did subtract the remainders, did some working but I have to go upto n=70 or something to get the error less than $10^{-16}$. The working is quite long and no doubt wrong, I was wondering if someone can help me with all these parts.
The book says that question 6 should provide faster convergence compared to the working they have done.



