Limits - End Behavior and Asymptotes
Key Questions
-
Answer:
Depends on the approaching number and complexity of function.
Explanation:
If the function is simple, functions such as
sinxsinx andcosxcosx are defined for(-oo,+oo)(−∞,+∞) so it's really not that hard.However, as x approaches infinity, the limit does not exist, since the function is periodic and could be anywhere between
[-1, 1][−1,1] In more complex functions, such as
sinx/xsinxx atx=0x=0 there is a certain theorem that helps, called the squeeze theorem. It helps by knowing the limits of the function (eg sinx is between -1 and 1), transforming the simple function to the complex one and, if the side limits are equal, then they squeeze the answer between their common answer. More examples can be seen here.For
sinx/xsinxx the limit as it approaches 0 is 1 (proof too hard), and as it approaches infinity:-1<=sinx<=1−1≤sinx≤1 -1/x<=sinx/x<=1/x−1x≤sinxx≤1x lim_(x->oo)-1/x<=lim_(x->oo)sinx/x<=lim_(x->oo)1/x 0<=lim_(x->oo)sinx/x<=0 Due to the squeeze theorem
lim_(x->oo)sinx/x=0 graph{sinx/x [-14.25, 14.23, -7.11, 7.14]}
-
The limit of a polynomial function P(x) as x
->c is P(c). That means limit can be found by evaluting P(x) at x=c. -
One confusing, but fundamental, fact about a mathematical limit of a function
f(x) asx approaches some numberc is that the value off(c) is technically irrelevant, though often useful (when the function is continuous atc ).For example, if
f(x)=(x^2+2x-3)/(x-1) as in the example above, technically the valuef(1) is undefined. However,lim_{x->1}f(x)=4 because the outputs off(x) can be made as close to 4 as we want by takingx sufficiently close to, but not equal to, 1. For instance, if we want the value off(x) to get within a distance 0.1 of 4, we can takex to be within a distance 0.1 of 1 (note that, for example,f(0.95)=3.95 andf(1.05)=4.05 ).Why does this happen for this example? Because we can factor the top to get
f(x)=((x-1)(x+3))/(x-1) and then cancel thex-1 factor to sayf(x)=x+3 whenx is NOT equal to 1. So the functionf(x) has a graph that is a straight line with a slope of 1 and a y-intercept of 3, except that the point(1,4) is "missing" from the graph (the graph has a "hole" in it). In other words,f(x) is not continuous atx=1 .A continuous function, whose graph can be drawn without picking up your pencil, such as
f(x)=x^2 , can have its limit evaluated asx approaches any numberc just by findingf(c) .An interesting example involving a trigonometric function to consider is
lim_{x->0}(sin(x))/x . See if you can find this limit and prove that you are right.