A real number L is the limit of a sequence {an} if an becomes arbitrarily
close to L as n→∞.
If the limit exists, the sequence is convergent; otherwise, it is
divergent.
Beginner Computation Pattern
Simplify using dominant terms
Take the limit as n→∞
State convergence or divergence
Exercises
Exercise 1
Question
Check whether
{n4+8n31−6n4}
converges or diverges.
Show solution ↓Hide solution ↑
Solution
Simplify:
n4+8n31−6n4=1+8/n1/n4−6.
Take the limit:
n→∞lim1+8/n1/n4−6=−6.
Conclusion: The sequence converges to −6.
Exercise 2
Question
Check whether
{n−12n2−2n+1}
converges or diverges.
Show solution ↓Hide solution ↑
Solution
Simplify: The degree of the numerator exceeds the denominator.
Take the limit:
n→∞limn−12n2−2n+1=∞.
Conclusion: The sequence diverges.
Exercise 3
Question
Check whether
{2n+3n+521000+2n−1+3n−2}
converges or diverges.
Show solution ↓Hide solution ↑
Solution
Simplify: Dominant terms are 3n−2 and 3n.
2n+3n+521000+2n−1+3n−2∼3n3n−2.
Take the limit:
n→∞lim3n3n−2=91.
Conclusion: The sequence converges to 91.
Exercise 4
Question
Check whether
{n−n2−n}
converges or diverges.
Show solution ↓Hide solution ↑
Solution
Simplify: Multiply by the conjugate.
n−n2−n=n+n2−nn.
Take the limit:
n→∞limn+n2−nn=21.
Conclusion: The sequence converges to 21.
Exercise 5
Question
Check whether
{lnn−ln(2n3+1)}
converges or diverges.
Show solution ↓Hide solution ↑
Solution
Simplify:
lnn−ln(2n3+1)=ln(2n3+1n).
Take the limit:
n→∞limln(2n3+1n)=−∞.
Conclusion: The sequence diverges.
Exercise 6
Question
Find the limit of the sequence
{(n−1n+1)n}.
Show solution ↓Hide solution ↑
Solution
Simplify:
(n−1n+1)n=(1+n−12)n.
Take the limit:
n→∞lim(1+n−12)n=e2.
Conclusion: The sequence converges to e2.
Exercise 7
Question
Show that
{nsinn}
converges.
Show solution ↓Hide solution ↑
Solution
Simplify:
−n1≤nsinn≤n1.
Take the limit:
n→∞lim(−n1)=n→∞limn1=0.
Conclusion: By the Sandwich Theorem, the sequence converges to 0.