Student/Calculus1/LimitRulesAndInfinity - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : Student/Calculus1/LimitRulesAndInfinity

Limit Rules and Infinity

 

Background

Maple's approach

Statement of Rules

Background

• 

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  cannot be solved using the sum rule as normally stated, as the sum rule requires that the component limits,  and  both exist, which means that they must be finite.  Since this clearly fails for , some method other than the sum rule must be found to evaluate the original limit.

Maple's approach

• 

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  or , 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,  is a determinate form, because both terms are diverging to positive infinity, hence so is their sum.  Similarly,  is a determinate form, since only one component,  is diverging to infinity, while the other,  remains bounded.

Statement of Rules

• 

The limit rules used by Maple, when one or more component limits is infinity, are as follows.  For brevity and clarity, let  and , where at least one of  or  is infinite  Further, we will take " is finite" to mean " exists and is finite".  Then:

  

Constant multiple: For ,  for any .

  

Sum:  if only one of  or  is infinite or if  and  are both infinite with the same sign.

  

Power: For ,  for any .

  

Product:  if only one of  or  is infinite and the other is non-zero (or simply bounded away from 0 and of constant sign in a neighborhood of ) or both are infinite.

  

Quotient:  if  is infinite and  is finite and non-zero (or simply bounded and of constant sign in a neighborhood of ) or  is bounded and  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:

  

  

  

 for any constant .

  

 for any non-zero constant , where  is the sign of .

  

 for any constant .

  

 for any constant .

See Also

limit

Limit

Student

Student[Calculus1]

Student[Calculus1][LimitTutor]

Student[Calculus1][SingleStepOverview]

 


Download Help Document