MAT2125B_2024Winter_Midterm sols
MAT2125B_2024Winter_Midterm sols
[8pts] 1. Label the following statements as true (T) or false (F). No justification is needed.
(1 mark for each correct answer, 0 marks for an incorrect answer or no answer.)
F If (an )∞ a sequence such that an ≥ 0 for all n and an → 0 then by the Alternating
n=1 is P
Series Test, ∞ n=1 (−1)
n+1
an must converge.
Solution. We also need the condition that (an ) is decreasing. Without P∞ that,n+1 here is
aPcounter-example: if a2k = 1/k and am = 0 when m is odd, then n=1 (−1) an =
∞
k=1 1/k, which diverges.
P P∞
F If 0 ≤ an ≤ bn for all n ∈ N and ∞n=1 an converges then n=1 bn converges.
P P
Solution. The comparison test is the other way round: if bn converges then an
converges. The statement in the question is not always true. E.g. if an = 0 for all n, then
P
the statement given here would imply that every bn converges!
(d) Is it true that every non-empty set of real numbers that is bounded above has a supremum?
Justify your answer briefly. (2)
Solution. Yes, this is the Completeness Axiom of the real numbers.
MAT 2125B Winter 2024 Midterm Exam 4
or (equivalently):
an ≤ b n ≤ c n for all n ∈ N,
L − ε < cn < L + ε.
L − ε < an ≤ bn ≤ cn < L + ε,
so
|bn − L| < ε
as required.
MAT 2125B Winter 2024 Midterm Exam 5
(c) Give an example of a series that converges but does not converge absolutely.
(No justification required) (2)
P∞ (−1)n+1
Solution. n=1 n
is an example.
Justification (not required): It converges by the Alternating Series Test. It does not
convergePabsolutely, because when taking the series with the absolute values of the terms
∞ 1
we get n=1 n , which is the Harmonic Series, which does not converge.
X
∞
sin(2n ) + 1
n=1
2n
(3)
Solution.
sin(2n ) + 1 2
0≤ < .
2n 2n
P∞ P
Since the geometric series converges (since 21 < 1), its multiple ∞
1
n=1 2n
2
n=1 2n con-
P∞ sin(2n )+1 P∞ sin(2 n
verges too, so by the Comparison test, n=1 2n
converges. Hence n=1 2n)+1
converges absolutely.
MAT 2125B Winter 2024 Midterm Exam 6
[5pts] 6. (Bonus)
Prove that if (an )∞ ∞
n=1 is a bounded sequence then there exists a subsequence (ank )k=1 that
converges to lim sup an .
n→∞
Set L := lim sup an . Note that every number greater than L is an eventual upper bound, while
every number less than L is not an eventual upper bound.
We will construct a subsequence (ank )∞
k=1 such that |ank − L| ≤
1
k
for all k. By the Squeeze
Theorem, it will follow that ank → L.
For k = 1, we note that L + 1 is an eventual upper bound so there is some n0 such that
an ≤ L + 1 for all n ≥ n0 . We also note that L − 1 is not an eventual upper bound, so there
exists n1 ≥ n0 such that an1 ≥ L − 1. Since n1 ≥ n0 , we also have an1 ≤ L + 1, and thus
|an1 − L| ≤ 1.
Next for k = 2, L + 1/2 is an eventual upper bound, so there is some new n0 such that
an ≤ L + 1/2 for all n ≥ n0 . We also note that L − 1/2 is not an eventual upper bound, so
there exists n2 ≥ max{n0 , n1 } such that an2 ≥ L − 1/2.
Next for k = 3, L + 1/3 is an eventual upper bound, so there is some new n0 such that
an ≤ L + 1/3 for all n ≥ n0 . We also note that L − 1/3 is not an eventual upper bound, so
there exists n3 ≥ max{n0 , n2 } such that an3 ≥ L − 1/3.
Continuing in this way produces the desired subsequence.