This should be familiar from the squeeze theorem for functions:
Theorem (squeeze theorem for sequences)
Let {an},{bn},{cn} be sequences such that bn≤an≤cn for all n≥1. Then
n→∞limbn=n→∞limcn=L⟹n→∞liman=L.
Note that this works even if L=±∞.
Generally, this is hard to apply since it's hard to find the "squeezing" sequences. Usually, we use this to show that something goes to 0. For example:
Example 1.
Show that n→∞limnsinn=0.
Solution.
To show that something goes to 0, we can just show that its absolute value goes to 0. So, since ∣sinn∣≤1,
0≤∣∣nsinn∣∣≤n1.
So, if we use the squeeze theorem with bn=0 and cn=n1, we get
n→∞lim∣∣nsinn∣∣=0⟹n→∞limnsinn=0.
Bounded Monotone Sequences
Theorem
Let {an} be a sequence.
If {an} is monotone increasing and bounded from above, then {an} converges.
If {an} is monotone decreasing and bounded from below, then {an} converges.
Notice that this just tells you that the sequences converges, but it doesn't tell you what it converges to. It can still be used to calculate limits though, especially for recursively defined sequences:
Example 2.
(11.1.88(c))
Consider the sequence defined by
a0=0andan+1=2+an.
Determine n→∞liman.
Solution.
In part (a) and (b), you will show that {an} is an increasing sequence bounded from above. By the theorem above, you know that there exists a (finite) number L such that n→∞liman=L. Now that we know that the limit exists, we can apply limit laws:
From here, you can solve for L using the quadratic formula. (This is a homework problem, so I don't want to do the problem entirely.)
Induction
An important proof technique for sequences is induction. The theorem statement is a little technical, so I think it's easier to just describe it.
Process
Let's say you want to prove something for natural numbers n, e.g., an inequality like n2≤2n for n≥2. We'll represent the statement we want to prove by P(n). There are two steps to use mathematical induction to prove it:
Base Case
You need to establish P(n) for some concrete n, usually smallest possible value of n. For example, if P(n) is the statement "n2≤2n", we want to prove P(2) first, i.e., prove the inequality is true when we set n=2.
Inductive Step
Next, you need to prove that P(k)⟹P(k+1), i.e., prove that if the statement is true for some number k, then it's true for the next number, k+1. In our example, this means that we need to assume that k2≤2k, and somehow use this to show that (k+1)2≤2k+1. In this step, we call P(k) the inductive hypothesis.
After you complete both steps, you set up an "implication chain" like this:
P(1)⟹P(2)⟹P(3)⟹⋯⟹P(k)⟹P(k+1)⟹⋯
You can think of it as dominoes: the inductive step is putting the dominoes next to each other, and the base case is knocking over the first domino. Once you do both, you will end up knocking over every dominoes.
Example 3.
(11.1.88(a))
Consider the sequence defined by
a0=0andan+1=2+an.
Show that an<2 for all n≥1.
Solution.
Here, the statement we want to prove is "an<2", and we will do this by induction.
Base case:n=0
We already know that a0=0<2, so we have established the base case.
Inductive step:P(k)⟹P(k+1)
To prove an implication, we assume P(k) is true, and we need to show that P(k+1) is true. In this example, we assume ak<2, and we need to show that ak+1<2 also. Whenever you have a recursively defined sequence, it's always a good idea to write out the recursion:
ak+1=2+ak<2+2=4=2.
This proves P(k+1), so the inductive step is complete.
It doesn't look like we did anything, but we've prove that an<2 for all n≥1.
Infinite Series
Definition
Infinite series are a lot like improper integrals. For instance, they're both defined through limits:
Definition
Let {an} be a sequence, and consider the sequence {SN} defined by
SN=n=0∑Nan=a0+a1+⋯+aN.
If {SN} converges, then we say that n=0∑∞anconverges, and we write
n=0∑∞an=N→∞limSN.
Otherwise, if {SN} diverges, we say that the infinite series diverges.
The main example we have is the geometric series:
Example 4.
(Geometric series)
Determine when n=0∑∞crn converges, and calculate the sum when it does.
Solution.
Whenever you need to calculate the sum explicitly, it's a good idea to look at the partial sums first:
Another very useful convergence test is the integral test:
Theorem (integral test)
Let {an} be a sequence and suppose that there is a function f such that f(n)=an for all n≥1. If f(x) is positive, decreasing, and continuous on [1,∞), then
n=1∑∞an converges⟺∫1∞f(x)dx converges.
The "⟺" symbol means "if and only if", and in this case, this means that the infinite series and the improper integral converge together or diverge together. In other words, if one converges, then the other converges, and if one diverges, then the other diverges also. The picture looks like this:
On [0,1], you can see that a2≤f(x)≤a1, so if you integrate both sides from 1 to 2, you get