DivGradCurl
- 364
- 0
Problem
Let \sum a_n be a series with positive terms and let r_n = \frac{a_{n+1}}{a_n}. Suppose that \lim _{n \to \infty} r_n = L < 1, so \Sum a_n converges by the Ratio Test. As usual, we let R_n be the remainder after n terms, that is,
(a) If \left\{ r_n \right\} is a decreasing sequence and r_{n+1} < 1, show by summing a geometric series, that
(b) If \left\{ r_n \right\} is an increasing sequence, show that
My Solution
(a) The first term r_{n+1} prevails, since it represents an upper bound to other terms of \left\{ r_n \right\} . Then,
R_n \leq a_{n+1} + a_{n+1}r_{n+1} + a_{n+1}\left( r_{n+1} \right) ^2 + a_{n+1}\left( r_{n+1} \right) ^3 + \cdots = \sum _{n=1} ^{\infty} a_{n+1}\left( r_{n+1} \right) ^{n-1} = \frac{a_{n+1}}{1-r_{n+1}}
(b) The last term L prevails, since it represents an upper bound to other terms of \left\{ r_n \right\} . Then,
R_n \leq a_{n+1} + a_{n+1}L + a_{n+1}L ^2 + a_{n+1} L ^3 + \cdots = \sum _{n=1} ^{\infty} a_{n+1}L ^{n-1} = \frac{a_{n+1}}{1-L}
Questions
1. Did I get it right?
2. Why use "\leq" instead of "<", since all terms of \left\{ r_n \right\} are smaller then their respective upper bounds?
3. Isn't an increasing \left\{ r_n \right\} rather contra-intuitive when we consider a convergent series \sum a_n, which obeys: \lim _{n \to \infty} a_n =0?
Let \sum a_n be a series with positive terms and let r_n = \frac{a_{n+1}}{a_n}. Suppose that \lim _{n \to \infty} r_n = L < 1, so \Sum a_n converges by the Ratio Test. As usual, we let R_n be the remainder after n terms, that is,
R_n = a_{n+1} + a_{n+2} + a_{n+3} + \cdots
(a) If \left\{ r_n \right\} is a decreasing sequence and r_{n+1} < 1, show by summing a geometric series, that
R_n \leq \frac{a_{n+1}}{1-r_{n+1}}
(b) If \left\{ r_n \right\} is an increasing sequence, show that
R_n \leq \frac{a_{n+1}}{1-L}
My Solution
(a) The first term r_{n+1} prevails, since it represents an upper bound to other terms of \left\{ r_n \right\} . Then,
R_n \leq a_{n+1} + a_{n+1}r_{n+1} + a_{n+1}\left( r_{n+1} \right) ^2 + a_{n+1}\left( r_{n+1} \right) ^3 + \cdots = \sum _{n=1} ^{\infty} a_{n+1}\left( r_{n+1} \right) ^{n-1} = \frac{a_{n+1}}{1-r_{n+1}}
(b) The last term L prevails, since it represents an upper bound to other terms of \left\{ r_n \right\} . Then,
R_n \leq a_{n+1} + a_{n+1}L + a_{n+1}L ^2 + a_{n+1} L ^3 + \cdots = \sum _{n=1} ^{\infty} a_{n+1}L ^{n-1} = \frac{a_{n+1}}{1-L}
Questions
1. Did I get it right?
2. Why use "\leq" instead of "<", since all terms of \left\{ r_n \right\} are smaller then their respective upper bounds?
3. Isn't an increasing \left\{ r_n \right\} rather contra-intuitive when we consider a convergent series \sum a_n, which obeys: \lim _{n \to \infty} a_n =0?
That's it. Thank you very much!