deepdream of
          a sidewalk
Show Question
Math and science::Analysis::Tao::10: Differentiation of functions

Newton's approximation

Informally, if f is differentiable at x0, then one has the approximation f(x)f(x0)+f(x0)(xx0), and conversely.

The formal version:

Newton's approximation

Let X be a subset of R, let x0X be a limit point of X, let f:XR be a function, and let L be a real number. Then the following statements are logically equivalent:

  1. f is differentiable at x0 with derivative f.
  2. For any ε>0, there exists a δ>0 such that for all x{iX:|ix0|<δ}, f(x) is ε|xx0|-close to f(x0)+f(x0)(xx0).

    In other words, we have:
    |f(x)(f(x0)+f(x0)(xx0))|ε|xx0|

2. can be prased as: fix x0. Given a challenge of ε, it's possible to find a neighbourhood around x0 for which x0 along with f(x0) and f(x0) can be used to approximate f for all of the neighbourhood, with an approximation error at most ε.


This seems like such a confusing way to formulate the idea. 

An attempt at the formal version in words as a challenge: for any x0 at which f is differentiable you may choose any ε>0 and I can can give you a δ>0 such that any point that is within δ from x0, an estimate of f(x0)+f(x0)(xx0) will be at most δε off. And in fact, I can do slightly better, the error will be within |xx0|ε


Source

p255