I'm trying to understand how many times you should derivate the function which you are working with when using Maclaurin or Taylor. To my understanding the more times you do it the more accurate it becomes, but how do you know when it is enough?
For example:
Determine the limit of:
lim ( (e^x - (1-2x)^1/2) / x^2 )
x->0
When i look at the answer it says to start like this: https://i.stack.imgur.com/8gmfs.png
How do you know to stop develop the expression when you get to the second derivative, like in the example? Why not keep going to third, forth, fifth, etc?
You can proceed by trial and error. Develop up to a certain degree and plug in the limit. If all terms cancel out, you need to increase the degree.
With $$\frac{e^x-\sqrt{1+2x}}{x^2},$$ we can try up to degree $1$:
$$\frac{1+x+o(x^2)-(1+x)+o(x^2)}{x^2}$$
As all terms vanish, you know that you need more.
A little trick:
Pretty often the exercises are arranged so that the limit is a finite number, and you can sometimes guess the degree from the numerator or denominator. In the given example, you can guess degree $2$.