Chapter 1: Limits
Section 1.5: Limits at Infinity and Infinite Limits
Example 1.5.8
Graph the function fx=arctanx, and determine all its asymptotes.
Solution
Figure 1.5.8(a) suggests that there are only horizontal asymptotes for the graph of arctanx. In fact, the limits at ±∞ support this observation.
limx→−∞arctanx = −12⁢π
limx→∞arctanx = 12⁢π
p1:=plot(arctan(x),x=-5..5,tickmarks=[spacing(1,0),spacing(Pi/2,0)],view=[-5..5,-2..2],color=black): p2:=plot([Pi/2,-Pi/2],x=-5..5,color=red,linestyle=dot): plots:-display(p1,p2,scaling=constrained);
Figure 1.5.8(a) Graph of arctanx (black) and its horizontal asymptotes (red)
<< 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
Download Help Document