Evaluating Sequence Limits
Now that we understand the basic theory of sequence limits, let’s put our tools to work. We’ll start by analyzing geometric sequences and then move on to more complex examples using algebraic limit laws.
Geometric Sequences and Their Limits
We can use our theorem about function limits to evaluate [latex]\underset{n\to \infty }{\text{lim}}r^n[/latex] for different values of [latex]r[/latex].
This pattern extends to all geometric sequences:
limits of geometric sequences [latex]{r^n}[/latex]
- If [latex]0 < r < 1[/latex]: [latex]r^n \to 0[/latex]
- If [latex]r = 1[/latex]: [latex]r^n \to 1[/latex]
- If [latex]r > 1[/latex]: [latex]r^n \to \infty[/latex] (diverges)
Working with More Complex Sequences
Now let’s tackle sequences with more complicated terms. Consider the sequence [latex]{(\frac{2}{3})^n + (\frac{1}{4})^n}[/latex].
Rather than analyzing this directly, we can break it down using what we know about simpler sequences. Since both [latex]{(\frac{2}{3})^n}[/latex] and [latex]{(\frac{1}{4})^n}[/latex] converge to 0, their sum should converge to [latex]0 + 0 = 0[/latex].
This intuitive approach works because of algebraic limit laws for sequences, which parallel the limit laws you learned for functions.
algebraic limit laws for sequences
Given sequences [latex]\{{a}_{n}\}[/latex] and [latex]\{{b}_{n}\}[/latex] and any real number [latex]c[/latex], if there exist constants [latex]A[/latex] and [latex]B[/latex] such that [latex]\underset{n\to \infty }{\text{lim}}{a}_{n}=A[/latex] and [latex]\underset{n\to \infty }{\text{lim}}{b}_{n}=B[/latex], then:
- Constant: [latex]\underset{n\to \infty }{\text{lim}}c=c[/latex]
- Scalar multiplication: [latex]\underset{n\to \infty }{\text{lim}}c{a}_{n}=c\underset{n\to \infty }{\text{lim}}{a}_{n}=cA[/latex]
- Addition/Subtraction: [latex]\underset{n\to \infty }{\text{lim}}({a}_{n}\pm {b}_{n})=\underset{n\to \infty }{\text{lim}}{a}_{n}\pm \underset{n\to \infty }{\text{lim}}{b}_{n}=A\pm B[/latex]
- Multiplication: [latex]\underset{\text{n}\to \infty }{\text{lim}}({a}_{n}\cdot {b}_{n})=(\underset{n\to \infty }{\text{lim}}{a}_{n})\cdot (\underset{n\to \infty }{\text{lim}}{b}_{n})=A\cdot B[/latex]
- Division: [latex]\underset{n\to \infty }{\text{lim}}(\frac{{a}_{n}}{{b}_{n}})=\frac{\underset{n\to \infty }{\text{lim}}{a}_{n}}{\underset{n\to \infty }{\text{lim}}{b}_{n}}=\frac{A}{B}[/latex], provided [latex]B\ne 0[/latex] and each [latex]{b}_{n}\ne 0[/latex].
Proof
We prove part iii.
Let [latex]>0[/latex]. Since [latex]\underset{n\to \infty }{\text{lim}}{a}_{n}=A[/latex], there exists a constant positive integer [latex]{N}_{1}[/latex] such that for all [latex]n\ge {N}_{1}[/latex]. Since [latex]\underset{n\to \infty }{\text{lim}}{b}_{n}=B[/latex], there exists a constant [latex]{N}_{2}[/latex] such that [latex]|{b}_{n}-B|<\frac{\epsilon}{2}[/latex] for all [latex]n\ge {N}_{2}[/latex]. Let [latex]N[/latex] be the largest of [latex]{N}_{1}[/latex] and [latex]{N}_{2}[/latex]. Therefore, for all [latex]n\ge N[/latex],
[latex]|\left({a}_{n}+{b}_{n}\right)\text{-}\left(A+B\right)|\le |{a}_{n}-A|+|{b}_{n}-B|<\frac{\epsilon }{2}+\frac{\epsilon }{2}=\epsilon[/latex].
[latex]_\blacksquare[/latex]
These laws let you break complex sequences into simpler pieces. Look for:
- Terms you can factor out (use scalar multiplication)
- Sums or differences of familiar sequences
- Products of sequences you already understand
Just like with function limits, these tools make seemingly difficult problems much more manageable.
The algebraic limit laws give us powerful tools for evaluating many sequence limits. Let’s start with a fundamental result that we’ll use repeatedly.
Since we know [latex]\underset{n\to \infty }{\text{lim}}\frac{1}{n} = 0[/latex], we can extend this to any positive power:
Key result: For any positive integer [latex]k[/latex]: [latex]\underset{n\to \infty }{\text{lim}}\frac{1}{n^k} = 0[/latex]
This simple fact, combined with our limit laws, allows us to handle many complex sequences. But first, let’s recall an important technique from precalculus that will help us with rational expressions.
End Behavior of Rational Functions
For [latex]\underset{x\to \infty }{\text{lim}}\frac{P(x)}{Q(x)}[/latex] where [latex]P(x)[/latex] and [latex]Q(x)[/latex] are polynomials:
Case 1: If degree of [latex]P(x) <[/latex] degree of [latex]Q(x)[/latex]: [latex]\underset{x\to \infty }{\text{lim}} \frac{P(x)}{Q(x)} = 0[/latex]
Case 2: If degree of [latex]P(x) >[/latex] degree of [latex]Q(x)[/latex]: [latex]\underset{x\to \infty }{\text{lim}} \frac{P(x)}{Q(x)} = \infty[/latex] (or [latex]-\infty[/latex])
Case 3: If degree of [latex]P(x) =[/latex] degree of [latex]Q(x)[/latex]: [latex]\underset{x\to \infty }{\text{lim}}\frac{P(x)}{Q(x)} = \frac{\text{leading coefficient of }P(x)}{\text{leading coefficient of }Q(x)}[/latex]
For each of the following sequences, determine whether or not the sequence converges. If it converges, find its limit.
- [latex]\left\{5-\frac{3}{{n}^{2}}\right\}[/latex]
- [latex]\left\{\frac{3{n}^{4}-7{n}^{2}+5}{6 - 4{n}^{4}}\right\}[/latex]
- [latex]\left\{\frac{{2}^{n}}{{n}^{2}}\right\}[/latex]
- [latex]\left\{{\left(1+\frac{4}{n}\right)}^{n}\right\}[/latex]