Limit is linear: Difference between revisions

From Calculus
(Created page with "==Statement== ===In terms of additivity and pulling out scalars=== ''Additive'': Suppose <math>f</math> and <math>g</math> are functions of one variable. Suppose <math>c \...")
 
Line 19: Line 19:
An equivalent formulation:
An equivalent formulation:


<math>\lim_{x \to c} \lambda f(x) = \lamba \lim_{x \to c} f(x)</math>
<math>\lim_{x \to c} \lambda f(x) = \lambda \lim_{x \to c} f(x)</math>


===In terms of generalized linearity===
===In terms of generalized linearity===

Revision as of 01:04, 16 October 2011

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.