While in this class we mainly deal with sequences that are d
While in this class we mainly deal with sequences that are defined explicitly there are another class of sequences out their that are defined inductively. For instance: Let a_n = { 1 if n = 1 2 Squareroot a_n - 1 if n > 1 Write out the first 5 terms of this sequence
Solution
Here the sequence is given by an = 1 if n=1
= 2 (an-1) if n > 1
(a) So the first 5 terms are a1 = 1, a2 = 2 (a1) = 2 (1) = 2, a3 = 2 (a2) = 2 (2) = 2 2
a4 = 2 (a3) = 2 (2 2)
a5 = 2 (a4) = 2 (2 (2 2))
(b) A sequence {an } is said to coverge if it approaches to some limit. In other words, {fn(x)} is said ito be convergent if fn(x) tends to l as n tends to .
(c) Let F be a complete ordered field such as R. Let (an) be a sequence of numbers from F such that (an) is bounded and monotonic nondecreasing. Then there is lF such that anl as n.
Here as n, Lim n an = Lim n 2 1+1/2+1/4+1/8+.......... = 2 1/(1-1/2) = 22 = 4
