Limit Rules and Infinity
Background
Maple's approach
Statement of Rules
The limit rules as normally stated in introductory calculus texts are careful to avoid the problem of arithmetic involving infinity. While there is no issue regarding limits at infinity, infinite limits present some concerns. As a consequence, the problem limx→∞⁡x+1 cannot be solved using the sum rule as normally stated, as the sum rule requires that the component limits, limx→∞⁡x and limx→∞⁡1 both exist, which means that they must be finite. Since this clearly fails for limx→∞⁡x, some method other than the sum rule must be found to evaluate the original limit.
There are three approaches which could be taken to handle such situations: (1) Exclude such problems from the set which can be handled by the Student[Calculus1] package; (2) Introduce new rules to handle such cases; or (3) Extend the standard rules to cover cases where the necessary arithmetic involving infinities is unambiguous. Maple takes the third approach.
Specifically, problems involving arithmetic combinations of terms, some of which have infinite limits at the limit point in question, can be divided into two groups: indeterminate forms and determinate forms. Indeterminate forms are expressions such as limx→∞⁡ⅇxx or limx→0+⁡x+11x, where care must be taken to understand which component dominates the overall computation. Methods such as l'Hopital's Rule often must be used for these types of problems. Determinate forms are arithmetic expressions involving infinity where either one term dominates (for example, only one component has an infinite limit) or where the effect of multiple infinities is to simply amplify each other. (Note that it often happens that an indeterminate form can be transformed to a determinate form by algebraic manipulation.)
For example, limx→∞⁡x+ⅇx is a determinate form, because both terms are diverging to positive infinity, hence so is their sum. Similarly, limx→∞⁡1x is a determinate form, since only one component, limx→∞⁡x is diverging to infinity, while the other, limx→∞⁡1 remains bounded.
The limit rules used by Maple, when one or more component limits is infinity, are as follows. For brevity and clarity, let F=limx→a⁡f⁡x and G=limx→a⁡g⁡x, where at least one of F or G is infinite Further, we will take "F is finite" to mean "limx→a⁡f⁡x exists and is finite". Then:
Constant multiple: For c≠0, limx→a⁡c⁢f⁡x=c⁢F for any F.
Sum: limx→a⁡f⁡x+g⁡x=F+G if only one of F or G is infinite or if F and G are both infinite with the same sign.
Power: For r≠0, limx→a⁡f⁡xr=Fr for any F.
Product: limx→a⁡f⁡x⁢g⁡x=F⁢G if only one of F or G is infinite and the other is non-zero (or simply bounded away from 0 and of constant sign in a neighborhood of x=a) or both are infinite.
Quotient: limx→a⁡f⁡xg⁡x=FG if F is infinite and G is finite and non-zero (or simply bounded and of constant sign in a neighborhood of x=a) or F is bounded and G is infinite.
To complete the calculation of limits where any of the above rules has been applied and an infinite limit is involved, it is only necessary to be able to do some simple arithmetic involving infinity:
∞+∞=∞
∞⋅∞=∞
c∞=0 for any constant c.
c⋅∞=signc⋅∞ for any non-zero constant c, where sign⁡c=cc is the sign of c.
∞r=∞ for any constant 0<r.
∞r=0 for any constant r<0.
See Also
limit
Limit
Student
Student[Calculus1]
Student[Calculus1][LimitTutor]
Student[Calculus1][SingleStepOverview]
Download Help Document