When we described arithmetic operations on limits, we made assumption that sequences approach finite limits.
Now, let's consider case when limits are infinite or, in the case of quotient, limit of denominator equals 0.
There are four basic cases.
Case 1. Consider a quotient ynxn where xn→0 and yn→0. Here we first face with special situation: although we know limit of sequences xn and yn, but we can't say what is limit of ratio ynxn without knowing sequences xn and yn. Limit of ratio can have different values or even doesn't exist.
Let xn=n21 and yn=n1. Clearly xn→0 and yn→0. Then ynxn=n1n21=n1→0.
Now let xn=n1 and yn=n21. Clearly xn→0 and yn→0. Then ynxn=n21n1=n→∞.
Now let's take number a=0 and construct sequences xn=na and yn=n1. Clearly xn→0 and yn→0. Then ynxn=n1na=a→a (because sequence is constant and each member equals a).
At last let xn=n(−1)n+1 and yn=n1 (both have limit 0), but ynxn=(−1)n+1 doesn't have limit.
Therefore, in general case we can't find limit of ratio without knowing sequences.
To characterize this special case we say that when xn→0 and yn→0, expression ynxn is indeterminate form of type00.
Case 2. When simultaneously xn→±∞ and yn→±∞, we face with same situation. Without knowing sequences we can't say what is limit of their ratio.
Let xn=n and yn=n2. Clearly xn→∞ and yn→∞. Then ynxn=n1→0.
Now let xn=n2 and yn=n. Clearly xn→∞ and yn→∞. Then ynxn=n→∞.
Now let's take number a>0 and construct sequences xn=an and yn=n. Clearly xn→∞ and yn→∞. Then ynxn=a→a (because sequence is constant and each member equals a).
At last let xn=(2+(−1)n+1)n and yn=n (both have limit ∞), but ynxn=2+(−1)n+1 doesn't have limit.
In this case we say that when xn→±∞ and yn→±∞, expression ynxn is indeterminate form of type∞∞.
Case 3. Now consider product xnyn. Here we will have indetermination when xn→0 and yn→±∞ or vice versa.
If we take bn=yn1 then bn→0. So, xnyn=yn1xn=bnxn and we again have indeterminate form of type 00.
Therefore, when xn→0 and yn→±∞ we say that expression xnyn is indeterminate form of type0⋅∞. This form can be transformed into indeterminate form of type 00.
Case 4. Finally consider sum xn+yn. Here we will have indeterminate form when xn and yn approach infinity with with diffferent signs.
Let xn=2n and yn=−n. Clearly xn→∞ and yn→−∞. Then xn+yn=2n−n=n>∞.
Now let xn=n and yn=−2n. Clearly xn→∞ and yn−∞. Then xn+yn=n−2n=−n→−∞.
Let xn=a+n and yn=−n. Clearly xn→∞ and yn→−∞. Then xn+yn=a+n−a=a→a (because sequence is constant and each member equals a).
At last let xn=n+(−1)n+1 and yn=−n. In this case xn+yn=(−1)n+1 doesn't have limit.
In this case we say that when xn→+∞ and yn→−∞, expression xn+yn is indeterminate form of type∞−∞.
So, we have seen four types of indeterminate forms. In these cases we need to know sequences xn and yn. To get rid of indetermination it is often useful to perform algebraic manipulations. Now, let's go through a couple of examples.
Example 1. Let xn=3n2−5n. Find limit of this sequence.
Since 3n2→∞ and −5n→−∞ we have indeterminate form of type ∞−∞.
To handle it, let's perform algebraic manipulations: xn=n2(3−n5).
Now, since n2→∞ and 3−n5→3 then xn→∞.
Example 2. Let xn=−4n3+5n2. Find limit of this sequence.
Since −4n3→−∞ and 5n2→∞ we have indeterminate form of type ∞−∞.
To handle it, let's perform algebraic manipulations: xn=n3(−4+n5).
Now, since n3→∞ and −4+n5→−4 then xn→−∞.
Example 3. Let xn=a0nk+a1nk−1+…+ak−1n+ak, where a0,a1,…ak are constants. Find limit of this sequence.
This is generalization of above two examples. If all coefficients a0,a1,…,ak have same sign then limit of this sequence is ∞ (or −∞). But if coeffcients have different signs then we have indeterminate form of type ∞−∞.
To handle it, let's perform algebraic manipulations: xn=nk(a0+na1+…+nk−1ak−1+nkak).
Now, since nk→∞ and a0+na1+…+nk−1ak−1+nkak→a0 then xn→∞ if a0>0 and xn→−∞ if a0<0.
Example 4. Let xn=7n+33n2−5n. Find limit of this sequence.
Since 3n2−5n→∞ and 7n+3→∞ we have indeterminate form of type ∞∞.
To handle it, let's perform algebraic manipulations. Factor out n raised to the greatest degree in numerator and denominator (in this case n2): xn=n2(n7+n23)n2(3−n5)=n7+n233−n5.
Now, since 3−n5→3 and n7+n23→0 then xn→∞.
Example 5. Let xn=8n7+36n4−3n2. Find limit of this sequence.
Since 6n4−3n2→∞ and 8n7+3n→∞ we have indeterminate form of type ∞∞.
To handle it, let's perform algebraic manipulations. Factor out n raised to the greatest degree in numerator and denominator (in this case n7): xn=n7(8+n63)n7(n36−n53)=8+n63n36−n53.
Now, since n36−n53→0 and 8+n63→8 then xn→0.
Example 6. Let xn=7n2+33n2−5n. Find limit of this sequence.
Since 3n2−5n→∞ and 7n2+3→∞ we have indeterminate form of type ∞∞.
To handle it, let's perform algebraic manipulations. Factor out n raised to the greatest degree in numerator and denominator (in this case n2): xn=n2(7+n23)n2(3−n5)=7+n233−n5.
Now, since 3−n5→3 and 7+n23→7 then xn→73.
Example 7. Let xn=b0nm+b1nm−1+..+bm−1n+bma0nk+a1nk−1+…+ak−1n+ak where a0,a1,…,ak and b0,b1,…,bm are constants. Find limit of this sequence.
This is generalization of above three examples. We have indeterminate form of type ∞∞.
To handle it, let's perform algebraic manipulations. Factor out nk from numerator and nm from denominator: xn=nm(b0+nb1+…+nmbm)nk(a0+na1+…+nkak)=nk−m(b0+nb1+…+nmbma0+na1+…+nkak).
Second factor has limit b0a0. If k=m then nk−m=1→1 and xn→b0a0. If k>m then nk−m→∞ and xn→∞ (or −∞, sign depends on sign of b0a0). If k<m then nk−m→0 and xn→0.
Example 8. Prove that for 0<k<1lim((n+1)k−nk)=0.
We have indeterminate form of type ∞−∞.
We have that 0<(n+1)k−nk=nk((1+k1)k−1)<nk((1+n1)−1)=nk−1=n1−k1.