Chapter 1: Limits
Section 1.5: Limits at Infinity and Infinite Limits
|
Example 1.5.7
|
|
Graph on and determine all its asymptotes.
|
|
|
|
Solution
|
|
Figure 1.5.7(a) contains a graph of and its vertical asymptotes that appear to be at , where is an integer. Writing as shows that the vertical asymptotes occur at the zeros of , namely, at the odd half-multiples of , that is, at:
|
>
|
Z:=[ seq((2*k+1)*Pi/2,k=($-3..3))]:
t1:=plot(tan(x),x=-3*Pi..3*Pi,y=-10..10,discont=true, color=green,tickmarks = [spacing((1/2)*Pi, 0), default]):
t2:=plots:-implicitplot({seq(x=a,a=Z)},x=-8..12, y=-10..10,color=red,linestyle=dot):
plots:-display([t1,t2]);
|
|
Figure 1.5.7(a) Graph of (green) and its vertical 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
|