Chapter 1: Limits
Section 1.5: Limits at Infinity and Infinite Limits
|
Example 1.5.3
|
|
Evaluate , where and are respectively, the cubic polynomials , and .
|
|
|
|
Solution
|
|
Enter the data
|
•
|
Control-drag (or type) .
|
•
|
Context Panel: Assign to a Name≻
|
|
|
•
|
Control-drag (or type) .
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Apply Maple's limit operator
|
•
|
Expression palette: Limit operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Draw a graph
|
•
|
Code for Figure 1.5.3(a) is hidden in the cell containing the graph.
|
•
|
To obtain Figure 1.5.3(a) interactively, write the sequence and invoke the Plot Builder from the Context Panel.
|
•
|
The line is a horizontal asymptote.
|
(The relevant options for the Plot Builder are: Click Edit in the context panel beside each plot thumbnail to set the range for x and change the color of the curve, and then in Global Options set the view for axis[2].)
|
>
|
use plots in
module()
local p1,p2,p3,p,q;
p:=4*x^3+5*x^2+6*x+7;
q:=7*x^3+6*x^2+5*x+4;
p1:=plot([4/7,p/q],x=-20..-1,y=0..1,color=[red,black]):
p2:=textplot([-10,.7,typeset(y=4/7)]):
p3:=display(p1,p2);
print(p3);
end module:
end use:
|
|
Figure 1.5.3(a) Graph of and its horizontal asymptote (red)
|
|
|
|
Stepwise solution
|
•
|
Divide by , where 3 is the highest power in the denominator.
Press the Enter key.
|
•
|
Context Panel: Expand≻Expand
|
•
|
Context Panel: Assign to a Name≻
|
|
|
•
|
Expression palette: Limit operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
•
|
Divide by , where 3 is the highest power in the denominator.
Press the Enter key.
|
•
|
Context Panel: Expand≻Expand
|
•
|
Context Panel: Assign to a Name≻
|
|
|
•
|
Expression palette: Limit operator
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
•
|
The limit of the rational function is the limit of . Since , apply the Quotient rule.
|
|
|
|
|
The limit of is the quotient of the limits, namely, .
|
|
<< 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
|