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

  1. State Denseness of Q\Q.
  2. Let aa be a real number. Prove that the set S={rQr<a}S = \set{r \in \Q \mid r < a} does not have a maximum.
Solution.
  1. For any a,bRa, b \in \R such that a<ba < b, there exists qQq \in \Q such that a<q<ba < q < b.
  2. Suppose SS has a maximum, say, q0Sq_0 \in S. Since q0Sq_0 \in S, we have q0<aq_0 < a, so by density of Q\Q, there exists qQq' \in \Q such that q0<q<aq_0 < q' < a. But this means qSq' \in S is a larger element than q0q_0, which is impossible.

Problem 4

Let t1=2t_1 = 2 and tn+1=tn2+45t_{n+1} = \frac{t_n^2 + 4}{5} for every nNn \in \N. Then (tn)\p{t_n} converges to a positive number t>0t > 0. Find tt (you may use without proof the fact that 0<tn<30 < t_n < 3 for all nNn \in \N, but you need to justify all other steps).

Solution.

Since 505 \neq 0, we may apply limit laws and the fact that limntn+1=t\lim_{n\to\infty} t_{n+1} = t to get

limntn+1=limntn2+45    t=t2+45.\lim_{n\to\infty} t_{n+1} = \lim_{n\to\infty} \frac{t_n^2 + 4}{5} \implies t = \frac{t^2 + 4}{5}.

Thus, tt satisfies t25t+4=0t^2 - 5t + 4 = 0, so t{1,4}t \in \set{1, 4}. Since 0<tn<30 < t_n < 3, the lemma from discussion tells us 0t30 \leq t \leq 3 (notice the non-strict inequalities). In particular, this means t4t \neq 4, so t=1t = 1.