Analysis: Approximate function using Taylor Series.

362 Views Asked by At

Question: Find an approximation of $\sqrt(11)$ using some quadratic Taylor polynomial. Estimate the error using Lagrange's Form of Remainder.

Attempt: Consider $f(x)=\sqrt(1+x)$. Taylor Series for this function around x=0 is:$1+1/2x-1/8x^2+R_2(x)$.

$R_2(x)=1/16$* $(1+c)^-5/2 x^3$ $\leq 1/16x^3$, as $c\in[0,x]$.

Thus, plugging in x=10, to find the approximation of $\sqrt(11)$ , I get: $1+(1/2*10)-1/8*(10^2)$=$-6.5$, which is clearly wrong.

Error$\leq$ $(1/16)*(10^3)$=$62.5$

Obviously,I am doing something wrong as I'm getting numbers that don't make any sense, so I could really use some help. Thank you.

1

There are 1 best solutions below

3
On

$x=10$ is too far away to expect good results out of a series expansion of $\sqrt{1+x}$ about $x=0$. But you could take an expansion of $\sqrt{9+x}$ about $x=0$; then you know the first term of the expansion so you can continue.

Also, there is a way to reuse your work by writing $\sqrt{9+x}=a\sqrt{1+bx}$ for appropriate constants $a,b$.