Taylor approximation for $\ln(1.3)$

1.8k Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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.

0
On

The 2nd degree Taylor polynomial for $f(x)=\ln x$ at $x=1$ is $$ T_2(x)=0+(x-1)-{1\over 2}(x-1)^2, $$ and $$ T_2(x)\approx \ln x\text{ when }x\approx 1 $$ yields the approximation $$ \ln(1.3)\approx T_2(1.3)=(1.3-1)-{1\over 2}(1.3-1)^2=\color{blue}{0.255}. $$ Looks like your book just put the decimal in the wrong place.