6.1: Best Linear Approximations
( \newcommand{\kernel}{\mathrm{null}\,}\)
We say a function f:R→R is linear if for every x,y∈R,
f(x+y)=f(x)+f(y)
and for every α∈R and x∈R,
f(αx)=αf(x).
Show that if f:R→R is linear, then there exists m∈R such that f(x)=mx for all x∈R.
Suppose D∈R,f:D→R, and a is an interior point of D. We say f is differentiable at a if there exists a linear function dfa:R→R such that
limx→af(x)−f(a)−dfa(x−a)x−a=0.
We call the function dfa the best linear approximation to f at a, or the differential of f at a.
Suppose D⊂R,f:D→R, and a is an interior point of D. Then f is differentiable at a if and only if
limx→af(x)−f(a)x−a
exists, in which case dfa(x)=mx where
m=limx→af(x)−f(a)x−a.
- Proof
-
Let m∈R and let L:R→R be the linear function L(x)=mx. Then
f(x)−f(a)−L(x−a)x−a=f(x)−f(a)−m(x−a)x−a=f(x)−f(a)x−a−m.
Hence
limx→af(x)−f(a)−L(x−a)x−a=0
if and only if
limx→af(x)−f(a)x−a=m.
Q.E.D.