Chapter 1: Limits
Section 1.5: Limits at Infinity and Infinite Limits
|
Example 1.5.5
|
|
Find the horizontal asymptote(s) for .
|
|
|
|
Solution
|
|
Define the function
|
•
|
Control-drag (or type)
|
•
|
Context Panel: Assign Function
|
|
|
Graphical analysis
|
•
|
Figure 1.5.5(a), a graph of , suggests that the lines are horizontal asymptotes.
|
•
|
Notice that the graph of approaches the line only for large positive values of , and that the graph of approaches the line for only for .
|
|
>
|
plot([(3*x^5+1)/(abs(x)^5+5*x^2+1)+10*sin(x)/(x^2+1),3,-3],x=-20..20,y=-5..5, color=[red,blue,green],thickness=3,legend =[typeset('f'(x)),typeset(y=3),typeset(y = -3)]);
|
|
Figure 1.5.5(a) Graph of in red, and asymptotes in blue and green, respectively
|
|
|
|
Application of Maple's limit operator
|
•
|
Expression palette: Limit operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
•
|
Expression palette: Limit operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Solution from first principles
|
Application of the Sum rule is valid if the limit of each summand exists. There are two summands:
and
The limits at for are handled by Principle 1.1.1 or the Squeeze theorem, as per Example 1.5.4. These limits will certainly be zero.
In evaluating the limit at for , the absolute value in the denominator can be ignored because for large . Hence, the limit is that of a rational function in which both numerator and denominator have the same degree. The limit will be the ratio of the leading coefficients of the numerator and denominator, that is, 3.
In evaluating the limit at for , the absolute value in the denominator is replaced by , so that again, the limit is taken of a rational function, namely, the rational function
Dividing the numerator and denominator of this fraction by , the degree of the denominator, leads to
from which the limit is readily obtained.
|
|
|
|
|
<< Previous Example Section 1.5
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|