1st degree taylor polynomial question

pakmingki
Messages
93
Reaction score
1

Homework Statement


find an interval I such that the tangent line error bound is always less than or equal to 0.01 on I

f(x) = ln(x)
b = 1

The Attempt at a Solution


so basically, i found the tangent line approximation at b = 1, which is t(x) = x -1.

From there though, i have no idea how to continue.
I figured out that abs[f(x) - t(x)]is always supposed to be less than 0.01 on I, but i have no idea how to find I.

thanks alot.
 
Physics news on Phys.org
I think you'll want to think about writing down some form of remainder term for the taylor series. There are several. Which one are you expected to use?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top