6.1 Sigma Notation & Convergence / Divergence

6.1 Sigma Notation & Convergence / Divergence

Math 123 - Shields Infinite Series Week 6 Zeno of Elea posed some philosophical problems in the 400s BC. His actual reasons for doing so are somewhat murky, but they are troubling regardless. In his Dichotomy paradox he argues that any objects in motion must arrive at the halfway point before they arrive at their goal. However, we can iterate the reasoning, and an object must also arrive at the halfway point to the halfway point first, and so on :::. If the goal is m meters away and you travel at a speed of v, then the time needed to traverse the distance is x x x x t = + + + + ::: 2v 4v 8v 16v x1 1 1 1 = + + + + ::: v 2 4 8 16 The parenthetical expression is an infinite sum. Zeno said that the time for the motion then must be infinite since if we add infinitely many positive numbers together then this must result in a positive number. As beings of logic we are forced to conclude that motion is an illusion. We have all been duped. On a completely unrelated note recall from Calc I that for small angles θ we can use a local linear approxi- mation to eθ. That is eθ ≈ 1 + θ This approximation is pretty good, but it's not perfect because the approximation is a line and eθ bends. Well in a similar way we can make our estimate better by taking a quadratic approximation and say 1 eθ ≈ 1 + θ + θ2 2 This is better, but still ultimately an approximation with some built in error. However, we can keep making this more precise by adding on a cubed term, then a quadratic term, etc. What if we go off our rockers and decide to add infinitely many terms. Then maybe our approximation wouldn't be an approximation at all, but it would become an identity? 1 1 1 eθ = 1 + θ + θ2 + θ3 + ::: + θn + ::: 2 6 n! Maybe that could make senes. But right now it doesn't because we haven't defined what an infinite series even means. The same thing holds for Mr. Zeno. He may have a point, but we need to be sure we have things defined before we start talking about properties that they may or may not have. 6.1 Sigma Notation & Convergence / Divergence First we start by discussing finite sums. Consider the sum 1 + 2 + 3 + 4: It's all well and good to write this out when the sum is short, but it would be frustrating if the sum were instead S =1+2+3+4+5+ ::: + 98 + 99 + 100: Instead we utilize sigma notation and write the above as 100 X S = n: n=1 The variable n is referred to as the index of the summation. The numbers 1 and 100 are called the bounds. The notation tells us to evaluate the expression inside the sum at all whole number values of the index n inclusively between the lower and upper numbers. More generally for example we have 1 Math 123 - Shields Infinite Series Week 6 1 X 2an = a7 + a8 + a9 + a10 + a11 + a12: n=7 Notice that the indexing is somewhat arbitrary and can be manipulated. For example both expressions below define the same sum. 3 X 1 1 1 1 = 1 + + + 2n 2 4 8 n=0 5 X 1 1 1 1 = 1 + + + 2n−2 2 4 8 n=2 How do we bridge the gap to the infinite? Thinking about how we handled infinitely nested roots is produc- tive. An infinite sum is naturally realized as a sequence of finite sums which continually grow in length. th Definition Let fangn=i be a sequence. We define the k partial sum of the sequence as i+k−1 X Sk = an = ai + ai+1 + ai+2 + ::: + ai+k−2 + ai+k−2 n=i th 1 Example The 4 partial sum of the sequence f n gn=1 is 4 X 1 1 1 1 S = = 1 + + + 4 n 2 3 4 n=1 Note: The kth partial sum will contain k terms. 1 X n o Definition Let fangn=i be a sequence. By the infinite sum an we mean the sequence Sk where k=1 n=i th Sk represents the k partial sum. If the sequence of partial sums converges, that is if lim Sk exists and is k!1 equal to sum finite value S then we say that the sum converges to S. Otherwise we say that it diverges. 1 X Example Does the series n converge? n=1 Examine the partial sums. S1 = 1 S2 = 1 + 2 = 3 S3 = 1 + 2 + 3 = 6 S4 = 1 + 2 + 3 + 4 = 10 : : : n(n + 1) S = n 2 We have that lim Sn = 1 so the series diverges. n!1 2 Math 123 - Shields Infinite Series Week 6 X 1 1 Example Does the series − converge? n n + 1 n=1 Again, look at the sequence of partial sums. 1 1 S = 1 − = 1 2 2 1 1 1 2 S = 1 − + − = 2 2 2 3 3 1 1 1 1 1 3 S = 1 − + − + − = 3 2 2 3 3 4 4 : : : 1 S = 1 − n n + 1 We have that lim Sn = 1. Therefore the series converges to 1. n!1 A large part of the remainder of the course will be devoted to developing and applying tests to determine if series converge or diverge. 6.2 Divergence Test Our first test gives us a condition which guarantees if a given series will diverge. It does not allows us to ever conclude that a series converges however. 1 X Divergence Test The the series an converges then lim an = 0. In particular, if lim an 6= 0 then the n!1 n!1 n=i series diverges. Proof For convenience assume that the series index begins at 1 and the series converges to the value S. In that case Sn = a1 + a2 + ::: + +an−1 + an Sn−1 = a1 + a2 + ::: + +an−1 + an and an = Sn − Sn−1. lim an = lim Sn − Sn−1 = S − S = 0 n!1 n!1 X n Example Does the series converge? n + 1 n=0 n lim an = lim = 1 6= 0 n!1 n!1 n + 1 so the series diverges. 3 Math 123 - Shields Infinite Series Week 6 6.3 The Harmonic Series Diverges As an important example of what the divergence test does not imply we have the harmonic series. Definition The harmonic series is the series 1 X 1 1 1 1 = 1 + + + + ::: n 2 3 4 n=1 Theorem The harmonic series diverges. Proof Look at the partial sums given by the powers of 2. S1 = 1 1 S = S + 2 1 2 1 1 1 1 1 1 1 1 1 S = 1 + + + > 1 + + + = 1 + + 2 · = 1 + 2 · 4 2 3 4 2 4 4 2 4 2 1 1 1 1 1 1 S = S + + + + > S + 4 · > 1 + 3 · 8 3 5 6 7 8 3 8 2 Continuing this style of estimation we have that 1 S n > 1 + n · 2 2 1 This shows that the sequence Sn is not bounded above. Since Sn = Sn−1 + n , we can see that the sequence is also increasing. Therefore, it must diverge. 1 Note: lim = 0 and yet the harmonic series diverges. The divergent series test only gives us a condition n!1 n for when a series will diverge. It cannot tell us that a series converges. 4 Math 123 - Shields Infinite Series Week 6 6.4 Geometric Series Definition A geometric series is any series which can be written in the form 1 X arn i=0 Usually we do not care about the value at which our index begins. However, for geometric series we will assume that the series begin at 0. Geometric series are notably because, unlike most series we will encounter, they allow us to precisely determine the value of the sum. 1 X Geometric Series Theorem The geometric series arn converges if jrj < 1 and otherwise diverges. The n=0 a value of the convergent sum is . 1 − r Proof 2 n Sn = a + ar + ar + ::: + ar 2 n n+1 rSn = ar + ar + ::: + ar + ar a =) S − rSn = a − arn+1 =) S (1 − r) = a(1 − rn+1) =) S = (1 − rn+1) n n n 1 − r n Now look at the limit, lim Sn. The only term dependent on n is the r . This converges if and only if n!1 −1 < r ≤ 1 as we saw in the sequences section. However, the partial sum is not valid when r = 1. When r = 1, the divergence test shows us the series diverges. Therefore the series converges exactly when jrj < 1. With that assumption, taking the limit we have that a a S = lim Sn = (1 − 0) = n!1 1 − r 1 − r Examples Determine if the following sums converge or diverge. If they converge, then find the value. 1 X 1n (i) 2 i=0 1 1 This is geometric with a = 1 and r = 2 . jrj < 1 so the sum converges to 1 = 2. 1 − 2 1 X 3 (ii) 5n i=1 1 This is geometric with a = 3 and r = 5 . jrj < 1 so the series will converge. However, we cannot use the formula to determine its value. The formula assumes that the sum is indexed beginning at 0. We must first reindex. 1 1 1 X 3 X 1 3 1 X 3 1 3 3 = = = · = 5n 5 5n−1 5 5n 5 1 − 1 4 i=1 i=1 i=0 5 1 X (iii) πne−n i=0 1 X π n This can be rewritten as .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    8 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us