Limit is linear

From Calculus
Revision as of 01:27, 16 October 2011 by Vipul (talk | contribs) (→‎One-sided version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Statement

In terms of additivity and pulling out scalars

Additive:

Suppose f and g are functions of one variable. Suppose cR is such that both f and g are defined on the immediate left and the immediate right of c. Further, suppose that the limits limxcf(x) and limxcg(x) both exist (as finite numbers). In that case, the limit of the pointwise sum of functions f+g exists and is the sum of the individual limits:

limxc(f+g)(x)=limxcf(x)+limxcg(x)

An equivalent formulation:

limxc[f(x)+g(x)]=limxcf(x)+limxcg(x)

Scalars: Suppose f is a function of one variable and λ is a real number. Suppose cR is such that f is defined on the immediate left and immediate right of c, and that limxcf(x) exists. Then:

limxc(λf)(x)=λlimxcf(x)

An equivalent formulation:

limxcλf(x)=λlimxcf(x)

In terms of generalized linearity

Suppose f1,f2,,fn are functions and a1,a2,,an are real numbers.

limxc[a1f1(x)+a2f2(x)++anfn(x)]=a1limxcf1(x)+a2limxcf2(x)++anlimxcfn(x)

if the right side expression makes sense.

In particular, setting n=2,a1=1,a2=1, we get that the limit of the difference is the difference of the limits.

One-sided version

One-sided limits (i.e., the left hand limit and the right hand limit) are also linear. In other words, we have the following, whenever the respective right side expressions make sense:

  • limxc[f(x)+g(x)]=limxcf(x)+limxcg(x)
  • limxc+[f(x)+g(x)]=limxc+f(x)+limxc+g(x)
  • limxcλf(x)=λlimxcf(x)
  • limxc+λf(x)=λlimxc+f(x)
  • limxc[a1f1(x)+a2f2(x)++anfn(x)]=a1limxcf1(x)+a2limxcf2(x)++anlimxcfn(x)
  • limxc+[a1f1(x)+a2f2(x)++anfn(x)]=a1limxc+f1(x)+a2limxc+f2(x)++anlimxc+fn(x)