
Francisco P. answered 11/05/14
Tutor
5.0
(297)
Well-Versed in Calculus
f(x) = (1 + x)k
a) Taylor series for (1 + x)k at x = 0:
f(x) = f(0) + f'(0)x + ½f"(0)x2 + ...
f(x) = 1k + k(1k-1)x + ½k(k -1)(1k-2)x2 + ... =
1 + kx + ½k(k - 1)x2 + ...
Keeping up to the linear term, f(x) ≅ 1 + kx
b) Use the result above to estimate √1.1:
√1.1 = (1 + 0.1)½ ≅ 1 + (½)(0.1) = 1.05 with x = 0.1 ant k = ½.
The closer x is to zero, the better the approximation.
c) The next term in the Taylor series is ½k(k-1)x2. Each succeeding term in the Taylor series will be at least an order of magnitude less than the previous since x = 0.1.
For x = 0.1 and k = ½, the quadratic term will be negative and this will decrease the approximation for √1.1 when it is included as the third term in the Taylor expansion of f(x).
We expect the actual value of √1.1 to be less than 1.05.