[Math] First Order Approximation Taylor Series

asymptoticstaylor expansion

I have the taylor series $f(z)=f(x_0)+(x-x_0)f'(z)+1/2(x-x_0)^2f''(z) …$

and I am told that "As a first order approximation," $x-x_0$ ~ $\frac{f(x)-f(x_0)}{f'(x_0)}$ assuming $f'(x_0) \neq 0$

I see how to solve for $x-x_0$ in the original by ignoring all but the first two terms of Taylor series, but can someone explain why this is a "first order approximation" and why this is how you arrive at it?

Thanks!

Best Answer

It is a first order approximation because the polynomial used to approximate $ f(z) $ is first order (i.e. of degree 1). This is simply a name for the approximation, so when we say we want the second order approximation, we are looking for the Taylor series written to more terms.