Midterm 1
This page will only include solutions to Problems 1 and 4, which were the ones I graded. The professor will provide solutions for Problems 2 and 3 elsewhere.
The solutions I write down here would receive full points from me. They aren't the only solutions that can receive full points, of course.
Table of Contents
Problem 1
- State Denseness of Q.
- Let a be a real number. Prove that the set S={r∈Q∣r<a} does not have a maximum.
Solution.
- For any a,b∈R such that a<b, there exists q∈Q such that a<q<b.
- Suppose S has a maximum, say, q0∈S. Since q0∈S, we have q0<a, so by density of Q, there exists q′∈Q such that q0<q′<a. But this means q′∈S is a larger element than q0, which is impossible.
Problem 4
Let t1=2 and tn+1=5tn2+4 for every n∈N. Then (tn) converges to a positive number t>0. Find t (you may use without proof the fact that 0<tn<3 for all n∈N, but you need to justify all other steps).
Solution.
Since 5=0, we may apply limit laws and the fact that limn→∞tn+1=t to get
n→∞limtn+1=n→∞lim5tn2+4⟹t=5t2+4.
Thus, t satisfies t2−5t+4=0, so t∈{1,4}. Since 0<tn<3, the lemma from discussion tells us 0≤t≤3 (notice the non-strict inequalities). In particular, this means t=4, so t=1.