Limit of a function
Encyclopedia : L : LI : LIM : Limit of a function
mathematics, the limit of a function is a fundamental concept in mathematical analysis.
Rather informally, to say that a function f has limit L at a point p, is to say that we can make the value of f as close to L as we want, by taking points close enough to p. Formal definitions, first devised around the end of the 19th century, are given below.
History
Definition
To motivate the definition of a limit, consider the following informal statement:
- :A real-valued function f(x) has limit L as x approaches the real number c if the values of f(x) become closer and closer to L as the value of x gets closer and closer to c.
What, then, does it mean to say that her altitude approaches L? It means that her altitude gets nearer and nearer to L. In other words, she gets close to L except for a possible small error in accuracy. For example, suppose we set a particular accuracy goal for our traveler: she must get within a meter of L. She reports back that indeed she can get within one meter: she notes that when she is within five meters from x=c, her altitude is always one meter or less from L. We then change our accuracy goal: can she get within one centimeter? Yes. If she is within seven centimeters of x=c, then her altitude remains within one centimeter of the target L. In summary, to say that the traveler's altitude approaches L as her horizontal position approaches c means that for every target accuracy goal, there is some neighborhood of c whose altitude remains within that accuracy goal.
The initial informal statement can now be explicated
- :The limit of a function f(x) as x approaches c is a number L with the following property: given any target neighborhood of L, there is a neighborhood of c over which the values of f(x) remain within the target neighborhood.
Functions into a Hausdorff space
Let X be a topological space and Y a Hausdorff space. Let c ε X be a limit point of X and f : X- → Y a function. Then:- L ε Y is the limit of f(x) as x approaches c if, for every neighborhood V of L, there exists a neighborhood U of c such that f(U-) ⊂ V.
- :[\lim_f(x) = L].
Functions on metric spaces
Suppose f : (M,dM) -> (N,dN) is a map between two metric spaces, p is a limit point of M and L∈N. We say that the limit of f at p is L and write
- [ \lim_f(x) = L ]
Real-valued functions
The real line with metric [d(x, y) := |x-y|] is a metric space. Also the extended real line with metric [d(x, y) := |arctan(x)-arctan(y)|] is a metric space.
Limit of a function at infinity
Suppose f(x) is a real-valued function. We can also consider the limit of function when x increases or decreases indefinitely.
We write
- [ \lim_f(x) = L]
- for every ε > 0 there exists S >0 such that for all real numbers x>S, we have |f(x)-L|<ε
- [ \lim_f(x) = \infty]
- for every R > 0 there exists S >0 such that for all real numbers x>S, we have f(x)>R.
- [ \lim_f(x) = -\infty, \lim_f(x) = L, \lim_f(x) = \infty, \lim_f(x) = -\infty].
- If the degree of p is greater than the degree of q, then the limit is positive or negative infinity depending on the signs of the leading coefficients
- If the degree of p and q are equal, the limit is the leading coefficient of p divided by the leading coefficient of q
- If the degree of p is less than the degree of q, the limit is 0
Complex-valued functions
The complex plane with metric [d(x, y) := |x-y|] is also a metric space. There are two different types of limits when we consider complex-valued functions.
Limit of a function at a point
Suppose f is a complex-valued function, then we write
- [ \lim_f(x) = L ]
- for every ε > 0 there exists a δ >0 such that for all real numbers x with 0<|x-p|<δ, we have |f(x)-L|<ε
Limit of a function of more than one variable
By noting that |x-p| represents a distance, the definition of a limit can be extended to functions of more than one variable.
- [ \lim_ f(x, y) = L ]
- for every ε > 0 there exists a δ > 0 such that for all real numbers x with 0 < ||(x,y)-(p,q)|| < δ, we have |f(x,y)-L| < ε
Examples
Real-valued functions
[\lim_x^2=9]
- The limit of x2 as x approaches 3 is 9. In this case, the function happens to be continuous and the value is defined at the point, so the limit is equal to the direct evaluation of the function.
- The limit of xx as x approaches 0 from the right is 1.
[\lim_ = -\infty]
- The two-sided limit of 1/x as x approaches 0 does not exist.
The limit of 1/x as x approaches 0 from the left is -∞.
[\lim_=-1]
- The one-sided limit of |x|/x as x approaches 0 is 1 from the positive side and -1 from the negative side. Note that |x|/x = -1 if x is negative and |x|/x = 1 if x is positive.
- The limit of x sin(1/x) as x approaches 0 is 0.
- Any negative power function approaches 0 as the magnitude of x approaches infinity.
- Any power function vanishes in magnitude compared to any increasing exponential function as x approaches infinity.
- Any logarithm function vanishes in magnitude compared to any positive power function as x approaches infinity.
- Any exponential function vanishes in magnitude compared to the factorial function as x approaches infinity.
Functions on metric spaces
- If z is a complex number with |z| < 1, then the sequence z, z2, z3, ... of complex numbers converges with limit 0. Geometrically, these numbers "spiral into" the origin, following a logarithmic spiral.
- In the metric space C[a,b] of all continuous functions defined on the interval [a,b], with distance arising from the supremum norm, every element can be written as the limit of a sequence of polynomial functions. This is the content of the Stone-Weierstrass theorem.
Properties
To say that the limit of a function f at p is L is equivalent to saying
- for every convergent sequence (xn) in M with limit equal to p, the sequence (f(xn)) converges with limit L.
The function f is continuous at p if and only if the limit of f(x) as x approaches p exists and is finite. Equivalently, f transforms every sequence in M which converges towards p into a sequence in N which converges towards f(p).
Again, if N is a normed vector space, then the limit operation is linear in the following sense: if the limit of f(x) as x approaches p is L and the limit of g(x) as x approaches p is P, then the limit of f(x) + g(x) as x approaches p is L + P. If a is a scalar from the base field, then the limit of af(x) as x approaches p is aL.
Taking the limit of functions is compatible with the algebraic operations, provided the limits on the right sides of the identity below exist:
- [\begin\lim_ & (f(x) + g(x)) & = & \lim_ f(x) + \lim_ g(x) \\\lim_ & (f(x) - g(x)) & = & \lim_ f(x) - \lim_ g(x) \\\lim_ & (f(x) g(x)) & = & \lim_ f(x) \cdot \lim_ g(x) \\\lim_ & (f(x)/g(x)) & = & f(x) / \lim_ g(x)}\end]
These rules are also valid for one-sided limits, for the case p = ±∞, and also for infinite limits using the rules
- q + ∞ = ∞ for q ≠ -∞
- q × ∞ = ∞ if q > 0
- q × ∞ = −∞ if q < 0
- q / ∞ = 0 if q ≠ ± ∞
Note that there is no general rule for the case q / 0; it all depends on the way 0 is approached. Indeterminate forms — for instance, 0/0, 0×∞, ∞−∞, and ∞/∞ — are also not covered by these rules, but the corresponding limits can often be determined with L'Hôpital's rule.
See also
- How to evaluate the limit of a real-valued function
- Limit of a sequence
- Net (topology)
- Big O notation
- Limit superior and limit inferior
References
- [Visual Calculus] by Lawrence S. Husch, University of Tennessee (2001)
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
