I have to calculate an approximation for $\ln(1.3)$ using degree $2$ expansion for Taylor polynomial:
$$P_2(x) = f(x_0) + f'(x_0)(x-x_0) + f''(x_0)(x-x_0)^2$$
So I can take $x_0 = 1$ and $x = 1.3$ right?
Then I get
$$P_2(1.3) = \ln(1) + \frac{1}{1}(1.3-1) - \frac{1}{1^2}(1.3-1)^2$$
which gives me $0.21$, but my book says $2.55$. What am I doing wrong?
In fact, $\ln 1.3 \approx 0.262$ so you are much closer than the book. The coefficient on the second term should be $-\frac 12$ because you lost the $\frac 1{2!}$ in the Taylor series. You book is badly wrong.