a. Prove: if 0 ≤ x ≤ 10, then 0 ≤ √(x+ 1) ≤ 10.
b. Prove: if 0 ≤ μ ≤ ν ≤ 10, then 0 ≤ √(μ + 1) ≤ √(ν + 1) ≤ 10.
c. Consider the following recursively defined sequence:
a1 = 0.3; an+1 = √(an + 1) for n > 1.
and compute its first five terms. Prove that this sequence converges. You should mention specific THEOREM which, together with the algebraic results of parts a) and b). will guarantee convergence.
d. What is the exact limit of the sequence defined in c)? (Square the recursive equation and take limits using some limit theorems.)
Note Many sequences encountered in "real life" are recursively defined, and the method in d) is often used. On many calculators, you can define the function √(x + 1) and then use the key repeatedly to calculate many terms of the sequence easily.