Course MT2002 Analysis

Solution 4

  1. If a, b are both ≥ 0 or both ≤ 0 then we have equality. If (say) a > 0, b < 0 so that -b = c > 0 then the LHS = a - c and the RHS = a + c and -c < c. Similarly if a < 0, b > 0.

    It is called the triangle inequality since if a, bC and | | denotes the modulus of a complex number, this is the geometric theorem that the sum of the lengths of any two sides of a triangle is ≥ the length of the third side.

    The above proves the result for n = 2. Assume that it is true for n = k and consider it for n = k + 1.
    |a1+ a2+ ... + ak+ ak+1| ≤ |a1+ a2+ ... + ak| + |ak+1| by the n = 2 case and this is ≤ (|a1| + |a2| + ... + |ak|) + |ak+1| by the inductive assumption.

  2. (an)→ α and (bn)→ α. Since anxnbn we have an- αxn- αbn-α. Now, given ε > 0, when n is large enough, an- α and bn- α both lie in an interval (-ε, ε) around 0 and since xn- α is between them it also lies in this interval. This is the condition for convergence.

  3. (a) (1, -1/2, 1/3, -1/4, ... )→ 0 but is not monotonic.
    (b) (1, 0, 1, 0, ... ) is bounded but not convergent.
    (c) Every convergent sequence is bounded.
    (d) (1, 2, 3, ... ) is monotonic (increasing) but not bounded.
    (e) (1, 12, 2, 22, 3, 32, ... ) diverges to ∞ but not monotonically.
    (f) Monotonic bounded sequences are always convergent.
    (g) (1, -1, 2, -2, ... ) is unbonded and not monotonic.
    (h) (1/2, 1/22,1/3, 1/32,... )→ ∞ but is not monotonic.

  4. We must choose N so that |(2n + 1)/(n + 1) - 2| < ε for n > N. That is 2/(n + 1) < ε or n > 2/ε - 1. So for the three values of ε given we can take N = 19, 199, 1999.
    For the second sequence, |(2n2+1)/(n2+ 1) - 2| = 1/(n2+ 1) and for this to be < ε we must take n > √(1/ε - 1) which gives N = 3, 9, 99.

  5. (a) If (an) = (1, -1, 1, -1, ... ) then (|an|) converges even though (an) does not.
    (b) If (an)→ α then (|an|)→|α| as is esy to check from the definition.
    (c) Take an= -bn= n. Then (an), (bn) do not converge, but (an+ bn) does.
    (d) Since (an+ bn) and (an) converge, so does the sequence (an+ bn- an) = (bn).

  6. If (an) converges, the kth decimal place α must be close to (and hence equal to) the (k+1)st, (k+2)nd, etc. That is, the decimal expansion must end in either repeating 0's, repeating 1's, ... , repeating 9's. Such an α is an integer multiple of 1/9± something with a terminating decimal expansion.
    The limit of the sequence will then be of the form k/9 with k an integer in the range 0, ... , 9. (The cases k = 0, 9 are 0.0 and 1.0 respectively.)