11.6 Absolute Convergence and the Ratio Test

Total Page:16

File Type:pdf, Size:1020Kb

11.6 Absolute Convergence and the Ratio Test MA 146 Steve Sawin 11.6 Absolute Convergence and the Ratio Test Absolute and Conditional Convergence Last time we distinguished between the terms ak of a series, and the positive version of those terms, which for alternating series we called bk but in general are just jakj, the absolute values of the terms. We say that a series is Absolutely Convergent if the series made up of the absolute values jakj of the original terms is convergent. This 1 X (−1)k k2 k=1 is absolutely convergent because 1 X 1 k2 k=1 converges (PST with p = 2) and 1 X (−1)k k k=1 is not absolutely convergent because 1 X 1 k k=1 diverges (PST with p = 1). The first key fact about absolute convergence is that P Absolute Convergence Test If a series ak is absolutely convergent then it is con- vergent. This makes sense because changing the sign on some of the terms is only going to cancel out some of the growth of the partial sums and therefore make it easier to converge. If a series converges but is not absolutely convergent, we say it is conditionally con- vergent. So is exactly one of the three choices absolutely convergent/conditionally convergent/divergent. Examples: Are the following series absolutely convergent, conditionally convergent or divergent? 1 X (−1)k−1 • k2 k=1 1 X (−1)n • n n=1 Answers: For the first one, try first if it is absolutely convergent. The absolute value series is 1 X 1 : k2 k=1 This a p-series with p = 2, so by the PST it is convergent. So the original series is absolutely convergent, we need do no more. For the second series, the absolute version is 1 X 1 n n=1 which is a p-series with p = 1 so by PST it is divergent. That means the original series can be conditionally convergnt or divergent. The only thing that will decide that for us is the AST. It is an alternating series and the positive version of the terms 1=n are clearly decreasing, so since lim 1=n = 0 n!1 by the AST the original series is conditionally convergent. 1 X (−1)k+1 • 3k k=0 1 X (−2)k • k3 + 1 k=1 1 X (−1)nn2 • : n3 + n + 2 n=1 The reason we care about absolute versus conditional convergence is technical. There are certain things you can do with finite sums that you would like also to do with infinite sums. For instance if you take the derivative of a sum of functions, the derivative of the sum is the sum of the derivative. Believe it or not, we will want that to be true of an infinite sum of functions! This, and lots of similar things, work as long as the sum is absolutely convergent. Here is one cool example. P1 k+1 We know that the alternating harmonic series k=1(−1) =k is conditionally conver- gent. What does it converge to? We will see later in the semester that it converges to ln(2) 1 1 1 1 1 ln(2) = 1 − + − + − + ··· 2 3 4 5 6 But, if you rearrange the terms of this sum into a different order you can make it converge to whatever you like!. Rearranging terms in a finite sum does not change the result (com- mutativity of addition), but in an infinite sum it can, unless you are in the happy situation of absolute convergence. Using the Ratio Test The LCT (Limit Comparison Test) is a really precise tool, that always works as long as the simplifed series is p-series or a geometric series. If you have things in your term like k! or k2k or ln(k), this may not happen. For these situations the ratio test, may work, although it m,isses a lot of subtlety. Here is the idea. In a geometric series, each term is r times the previous, and if jrj < 1 the terms are getting small so fast that the sum converges, otherwise it diverges. If you look at the ratio of successive terms of your series and that ratio gets very close to some constant r as k gets large, then it will behave more or less like a geometric series with that r, and either converge or diverge according to the Geometric Series Test. The care statement is Ratio Test: If the absolute value of the ratio of successive terms of a series approaches a number r as the index goes to 1 ak+1 lim = r k!1 ak then 8 Converges Absolutely if r < 1 > 1 > X <Diverges if r > 1 ak > k=0 > if r = 1 :> Warmup with silly examples: First we will do three examples that we can do by other means. This will give us a feel for how the calculation goes. Let's see what the ratio test says about the convergence of the following three series 1 X 1 • 3k k=0 Answer: We always put the term of the original series in the denominator, and we put the same formula but with every k replaced by k + 1 in the numerator. This is k+1 1=3 lim : k!1 1=3k Like in LCT, we always will start this process by flipping the denominator over. Also, everything is positive, so we can erase the absolute value signs. This gives us 3k = lim : k!1 3k+1 Now we need ... wait for it... the rules of exponents! Same base, different exponents, so subtract exponents to get 1 1 = lim = : k!1 3 3 Savor this, because the same thing will always happen with exponential terms: subtracting exponents makes the k disappear and we are just left with the base if the exponent. We can now apply the RT to conclude 1 r = < 1 =) Absolutely Convergent: 3 You can think of this calculation as telling you the r of the Geometric Series which your series behaves most like. Of course, our series is already Geometric with r = 1=3 so of course we got 1=3 out. 1 X 1 • k2 k=1 Answer: We always put the term of the original series in the denominator, and we put the same formula but with every k replaced by k + 1 in the numerator. This is 2 1=(k + 1) lim : k!1 1=k2 Notice what replacing k with k + 1 looks like here. Flip the denominator over, erase the absolute value signs. This gives us k2 = lim : k!1 (k + 1)2 Here we can just do our usual limit finding tricks, throwing away the lower order terms (which is just the +1 in the denominator) to get k2 = lim = 1: k!1 k2 Savor this, because the same thing will always happen with polynomial terms: A big messy ratio will just turn out to be 1. r = 1 =) : The original series did not really look like any geometric series, so we got no value out of the test. 1 X 1 • k! k=1 Answer: Original terms in the denominator, same but with every k replaced by k + 1 in the numerator 1=(k + 1)! lim : k!1 1=k! Flip denominator, erase the absolute value signs k! = lim : k!1 (k + 1)! Now Remember the recursive definition of the factorial sequence! we know that (k + 1)! = (k + 1)k!. That means that (k + 1)!=k! = k + 1 and k!=(k + 1)! = 1=(k + 1). So 1 = lim = 0: k!1 k Savor this, because the same thing will always happen with factorial terms: The recursive trick for factorials will make it into a very simple limit which will generally go to 0 or infinity. r = 0 =) Absolutely Convergent: Because k! grows faster than any exponential, 1=k! gets smaller than any exponential, so it sum is smaller than any geometric series, so it acts as if r = 0. Everything else puts these three cases together somehow. Examples: Determine if the following series are absolutely convergent or divergent with the ratio test 1 X k2 • 2k k=0 1 X k + 1 • k3 + 1 k=0 1 X 2k • k! n=0 Answer 2 k+1 k 2 (k + 1) =2 2 (k + 1) lim = lim k!1 k2=2k k!1 k22k+1 2k(k + 1)2 2k (k + 1)2 = lim = lim lim k!1 2k+1k2 k!1 2k+1 k!1 k2 1 k2 1 = lim = < 1 2 k!1 k2 + 2k + 1 2 so the series is absolutely convergent by the RT. Notice we collected exponentials and polynomials and took their limits separately, modeling on the three previous examples. Answer 3 3 ((k + 1) + 1)=((k + 1) + 1) (k + 1)(k + 2) lim = lim k!1 (k + 1)=(k3 + 1) k!1 (k + 1)((k + 1)3 + 1) k · k3 = lim = 1 k!1 k · k3 so we learn nothing. If all you see in the original problem is polynomials and square roots, this is how it will always go, so only use RT when you see big ticket items like 2k and k! in your terms. Answer k+1 k+1 2 =(k + 1)! k!2 lim = lim k!1 2k=k! k!1 2k(k + 1)! 2k+1 k! = lim = lim k!1 2k k!1 (k + 1)! 1 = 2 lim = 0 < 1 k!1 k + 1 and the series converges. More examples: Use RT to decide which series converge and diverge 1 X 3k • k22k k=1 1 X k25k • k! k=1.
Recommended publications
  • Riemann Sums Fundamental Theorem of Calculus Indefinite
    Riemann Sums Partition P = {x0, x1, . , xn} of an interval [a, b]. ck ∈ [xk−1, xk] Pn R(f, P, a, b) = k=1 f(ck)∆xk As the widths ∆xk of the subintervals approach 0, the Riemann Sums hopefully approach a limit, the integral of f from a to b, written R b a f(x) dx. Fundamental Theorem of Calculus Theorem 1 (FTC-Part I). If f is continuous on [a, b], then F (x) = R x 0 a f(t) dt is defined on [a, b] and F (x) = f(x). Theorem 2 (FTC-Part II). If f is continuous on [a, b] and F (x) = R R b b f(x) dx on [a, b], then a f(x) dx = F (x) a = F (b) − F (a). Indefinite Integrals Indefinite Integral: R f(x) dx = F (x) if and only if F 0(x) = f(x). In other words, the terms indefinite integral and antiderivative are synonymous. Every differentiation formula yields an integration formula. Substitution Rule For Indefinite Integrals: If u = g(x), then R f(g(x))g0(x) dx = R f(u) du. For Definite Integrals: R b 0 R g(b) If u = g(x), then a f(g(x))g (x) dx = g(a) f( u) du. Steps in Mechanically Applying the Substitution Rule Note: The variables do not have to be called x and u. (1) Choose a substitution u = g(x). du (2) Calculate = g0(x). dx du (3) Treat as if it were a fraction, a quotient of differentials, and dx du solve for dx, obtaining dx = .
    [Show full text]
  • The Radius of Convergence of the Lam\'{E} Function
    The radius of convergence of the Lame´ function Yoon-Seok Choun Department of Physics, Hanyang University, Seoul, 133-791, South Korea Abstract We consider the radius of convergence of a Lame´ function, and we show why Poincare-Perron´ theorem is not applicable to the Lame´ equation. Keywords: Lame´ equation; 3-term recursive relation; Poincare-Perron´ theorem 2000 MSC: 33E05, 33E10, 34A25, 34A30 1. Introduction A sphere is a geometric perfect shape, a collection of points that are all at the same distance from the center in the three-dimensional space. In contrast, the ellipsoid is an imperfect shape, and all of the plane sections are elliptical or circular surfaces. The set of points is no longer the same distance from the center of the ellipsoid. As we all know, the nature is nonlinear and geometrically imperfect. For simplicity, we usually linearize such systems to take a step toward the future with good numerical approximation. Indeed, many geometric spherical objects are not perfectly spherical in nature. The shape of those objects are better interpreted by the ellipsoid because they rotates themselves. For instance, ellipsoidal harmonics are shown in the calculation of gravitational potential [11]. But generally spherical harmonics are preferable to mathematically complex ellipsoid harmonics. Lame´ functions (ellipsoidal harmonic fuctions) [7] are applicable to diverse areas such as boundary value problems in ellipsoidal geometry, Schrodinger¨ equations for various periodic and anharmonic potentials, the theory of Bose-Einstein condensates, group theory to quantum mechanical bound states and band structures of the Lame´ Hamiltonian, etc. As we apply a power series into the Lame´ equation in the algebraic form or Weierstrass’s form, the 3-term recurrence relation starts to arise and currently, there are no general analytic solutions in closed forms for the 3-term recursive relation of a series solution because of their mathematical complexity [1, 5, 13].
    [Show full text]
  • Ch. 15 Power Series, Taylor Series
    Ch. 15 Power Series, Taylor Series 서울대학교 조선해양공학과 서유택 2017.12 ※ 본 강의 자료는 이규열, 장범선, 노명일 교수님께서 만드신 자료를 바탕으로 일부 편집한 것입니다. Seoul National 1 Univ. 15.1 Sequences (수열), Series (급수), Convergence Tests (수렴판정) Sequences: Obtained by assigning to each positive integer n a number zn z . Term: zn z1, z 2, or z 1, z 2 , or briefly zn N . Real sequence (실수열): Sequence whose terms are real Convergence . Convergent sequence (수렴수열): Sequence that has a limit c limznn c or simply z c n . For every ε > 0, we can find N such that Convergent complex sequence |zn c | for all n N → all terms zn with n > N lie in the open disk of radius ε and center c. Divergent sequence (발산수열): Sequence that does not converge. Seoul National 2 Univ. 15.1 Sequences, Series, Convergence Tests Convergence . Convergent sequence: Sequence that has a limit c Ex. 1 Convergent and Divergent Sequences iin 11 Sequence i , , , , is convergent with limit 0. n 2 3 4 limznn c or simply z c n Sequence i n i , 1, i, 1, is divergent. n Sequence {zn} with zn = (1 + i ) is divergent. Seoul National 3 Univ. 15.1 Sequences, Series, Convergence Tests Theorem 1 Sequences of the Real and the Imaginary Parts . A sequence z1, z2, z3, … of complex numbers zn = xn + iyn converges to c = a + ib . if and only if the sequence of the real parts x1, x2, … converges to a . and the sequence of the imaginary parts y1, y2, … converges to b. Ex.
    [Show full text]
  • Topic 7 Notes 7 Taylor and Laurent Series
    Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7.1 Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove Cauchy's theorem and Cauchy's integral formula. These revealed some deep properties of analytic functions, e.g. the existence of derivatives of all orders. Our goal in this topic is to express analytic functions as infinite power series. This will lead us to Taylor series. When a complex function has an isolated singularity at a point we will replace Taylor series by Laurent series. Not surprisingly we will derive these series from Cauchy's integral formula. Although we come to power series representations after exploring other properties of analytic functions, they will be one of our main tools in understanding and computing with analytic functions. 7.2 Geometric series Having a detailed understanding of geometric series will enable us to use Cauchy's integral formula to understand power series representations of analytic functions. We start with the definition: Definition. A finite geometric series has one of the following (all equivalent) forms. 2 3 n Sn = a(1 + r + r + r + ::: + r ) = a + ar + ar2 + ar3 + ::: + arn n X = arj j=0 n X = a rj j=0 The number r is called the ratio of the geometric series because it is the ratio of consecutive terms of the series. Theorem. The sum of a finite geometric series is given by a(1 − rn+1) S = a(1 + r + r2 + r3 + ::: + rn) = : (1) n 1 − r Proof.
    [Show full text]
  • Absolute and Conditional Convergence, and Talk a Little Bit About the Mathematical Constant E
    MATH 8, SECTION 1, WEEK 3 - RECITATION NOTES TA: PADRAIC BARTLETT Abstract. These are the notes from Friday, Oct. 15th's lecture. In this talk, we study absolute and conditional convergence, and talk a little bit about the mathematical constant e. 1. Random Question Question 1.1. Suppose that fnkg is the sequence consisting of all natural numbers that don't have a 9 anywhere in their digits. Does the corresponding series 1 X 1 nk k=1 converge? 2. Absolute and Conditional Convergence: Definitions and Theorems For review's sake, we repeat the definitions of absolute and conditional conver- gence here: P1 P1 Definition 2.1. A series n=1 an converges absolutely iff the series n=1 janj P1 converges; it converges conditionally iff the series n=1 an converges but the P1 series of absolute values n=1 janj diverges. P1 (−1)n+1 Example 2.2. The alternating harmonic series n=1 n converges condition- ally. This follows from our work in earlier classes, where we proved that the series itself converged (by looking at partial sums;) conversely, the absolute values of this series is just the harmonic series, which we know to diverge. As we saw in class last time, most of our theorems aren't set up to deal with series whose terms alternate in sign, or even that have terms that occasionally switch sign. As a result, we developed the following pair of theorems to help us manipulate series with positive and negative terms: 1 Theorem 2.3. (Alternating Series Test / Leibniz's Theorem) If fangn=0 is a se- quence of positive numbers that monotonically decreases to 0, the series 1 X n (−1) an n=1 converges.
    [Show full text]
  • 11.3-11.4 Integral and Comparison Tests
    11.3-11.4 Integral and Comparison Tests The Integral Test: Suppose a function f(x) is continuous, positive, and decreasing on [1; 1). Let an 1 P R 1 be defined by an = f(n). Then, the series an and the improper integral 1 f(x) dx either BOTH n=1 CONVERGE OR BOTH DIVERGE. Notes: • For the integral test, when we say that f must be decreasing, it is actually enough that f is EVENTUALLY ALWAYS DECREASING. In other words, as long as f is always decreasing after a certain point, the \decreasing" requirement is satisfied. • If the improper integral converges to a value A, this does NOT mean the sum of the series is A. Why? The integral of a function will give us all the area under a continuous curve, while the series is a sum of distinct, separate terms. • The index and interval do not always need to start with 1. Examples: Determine whether the following series converge or diverge. 1 n2 • X n2 + 9 n=1 1 2 • X n2 + 9 n=3 1 1 n • X n2 + 1 n=1 1 ln n • X n n=2 Z 1 1 p-series: We saw in Section 8.9 that the integral p dx converges if p > 1 and diverges if p ≤ 1. So, by 1 x 1 1 the Integral Test, the p-series X converges if p > 1 and diverges if p ≤ 1. np n=1 Notes: 1 1 • When p = 1, the series X is called the harmonic series. n n=1 • Any constant multiple of a convergent p-series is also convergent.
    [Show full text]
  • Dirichlet’S Test
    4. CONDITIONALLY CONVERGENT SERIES 23 4. Conditionally convergent series Here basic tests capable of detecting conditional convergence are studied. 4.1. Dirichlet’s test. Theorem 4.1. (Dirichlet’s test) n Let a complex sequence {An}, An = k=1 ak, be bounded, and the real sequence {bn} is decreasing monotonically, b1 ≥ b2 ≥ b3 ≥··· , so that P limn→∞ bn = 0. Then the series anbn converges. A proof is based on the identity:P m m m m−1 anbn = (An − An−1)bn = Anbn − Anbn+1 n=k n=k n=k n=k−1 X X X X m−1 = An(bn − bn+1)+ Akbk − Am−1bm n=k X Since {An} is bounded, there is a number M such that |An|≤ M for all n. Therefore it follows from the above identity and non-negativity and monotonicity of bn that m m−1 anbn ≤ An(bn − bn+1) + |Akbk| + |Am−1bm| n=k n=k X X m−1 ≤ M (bn − bn+1)+ bk + bm n=k ! X ≤ 2Mbk By the hypothesis, bk → 0 as k → ∞. Therefore the right side of the above inequality can be made arbitrary small for all sufficiently large k and m ≥ k. By the Cauchy criterion the series in question converges. This completes the proof. Example. By the root test, the series ∞ zn n n=1 X converges absolutely in the disk |z| < 1 in the complex plane. Let us investigate the convergence on the boundary of the disk. Put z = eiθ 24 1. THE THEORY OF CONVERGENCE ikθ so that ak = e and bn = 1/n → 0 monotonically as n →∞.
    [Show full text]
  • Chapter 3: Infinite Series
    Chapter 3: Infinite series Introduction Definition: Let (an : n ∈ N) be a sequence. For each n ∈ N, we define the nth partial sum of (an : n ∈ N) to be: sn := a1 + a2 + . an. By the series generated by (an : n ∈ N) we mean the sequence (sn : n ∈ N) of partial sums of (an : n ∈ N) (ie: a series is a sequence). We say that the series (sn : n ∈ N) generated by a sequence (an : n ∈ N) is convergent if the sequence (sn : n ∈ N) of partial sums converges. If the series (sn : n ∈ N) is convergent then we call its limit the sum of the series and we write: P∞ lim sn = an. In detail: n→∞ n=1 s1 = a1 s2 = a1 + a + 2 = s1 + a2 s3 = a + 1 + a + 2 + a3 = s2 + a3 ... = ... sn = a + 1 + ... + an = sn−1 + an. Definition: A series that is not convergent is called divergent, ie: each series is ei- P∞ ther convergent or divergent. It has become traditional to use the notation n=1 an to represent both the series (sn : n ∈ N) generated by the sequence (an : n ∈ N) and the sum limn→∞ sn. However, this ambiguity in the notation should not lead to any confu- sion, provided that it is always made clear that the convergence of the series must be established. Important: Although traditionally series have been (and still are) represented by expres- P∞ sions such as n=1 an they are, technically, sequences of partial sums. So if somebody comes up to you in a supermarket and asks you what a series is - you answer “it is a P∞ sequence of partial sums” not “it is an expression of the form: n=1 an.” n−1 Example: (1) For 0 < r < ∞, we may define the sequence (an : n ∈ N) by, an := r for each n ∈ N.
    [Show full text]
  • Chapter 11 Outline Math 236 Summer 2002
    Chapter 11 Outline Math 236 Summer 2002 11.1 Infinite Series Sigma notation: Be able to go from a written-out sum to sigma notation and back. • Know how to change indicies and algebraically manipulate a sum in sigma notation. Infinite series as sequences of partial sums: What does it mean to say that an • infinite series converges? See Definition 11.1.1 which describes a series as the limit of its sequence of partial sums. Do not confuse the series with the corresponding sequence! Telescoping series: Sometimes the terms of a series can be rewritten using partial • fractions so that you can find a formula for the nth partial sum for the series. Then you can take the limit of this sequence of partial sums to get the sum of the series (if it exists). Be able to do this and be able to explain what you are doing (including notation) while you do it. Not all series are \telescoping" like this. The geometric series: What is the general form of a geometric series? When • does it converge, and to what? Notice that the formula for the sum of a convergent geometric series only works if you start from k = 0. Be able to prove (in a particular 1 case like x = 4 or in general) the formula for the sum of a convergent geometric series. The proof involves finding a formula for the nth partial sum of the series (start by computing sn xsn) and then taking the limit of that formula to get the sum of the series.
    [Show full text]
  • 2.53 Means the Reference Is to Be Found in Question 53 of Chapter 2
    Cambridge University Press 978-1-107-44453-9 - Numbers and Functions: Steps into Analysis: Third Edition R. P. Burn Index More information Index 2.53 means the reference is to be found in question 53 of chapter 2. 2.53− means that the reference is to be found before that question. 2.53+ means that the reference is to be found after that question. 2.53–58 refers to questions 53 to 58 of chapter 2. 2.53,64 refers to questions 53 and 64 of chapter 2. 2H means that the reference is to be found in the historical note to chapter 2. − Abel 5.91, 5H, 12.40 , 12H binomial theorem 1.5, 5.98, 112–113, 8H, absolute convergence 5.66–67, 77 11H, 12.45, 12H absolute value 2.52–64, 3.33, 54(vii) blancmange function 12.46 − accumulation point (cluster point) 4.48 Bolzano 2H, 4.53, 4H, 5H, 6.70, 6H, 7.12, alternating series test 5.62–63 7H, 12H + + + anti-derivative 10.52 , 54 Bolzano–Weierstrass theorem 4.46 , 53 + arc cosine 10.49–50 bound 3.48 , 3H − − Archimedean order 3.19 , 3.24, 3H, App. 1 lower: for sequence 3.5–7;forset4.53 , + Archimedes 1H, 2H, 3.25, 3H, 5H, 10H 7.8 − arc length 10.43–48 upper: for sequence 3.5–7;forset4.53 , + arc sine 8.44 7.8 arc tangent 1.8, 5.84, 8.45, 11.60–62 bounded sequence 3.5, 13–14, 62, 4.43–47, area 10.1–9 83–84, 5.25 under y = xk 10.3–5 convergent subsequence 3.80, 4.46–47, under y = x2 10.1 83–84 under y = x3 10.2 eventually 3.13, 62 under y = 1/x 10.8–9 monotonic 3.80, 4.33–35 arithmetic mean 2.30–39 Bouquet and Briot 5H Ascoli 4H Bourbaki 6H + associative law 5.1 , App.
    [Show full text]
  • The Ratio Test, Integral Test, and Absolute Convergence
    MATH 1D, WEEK 3 { THE RATIO TEST, INTEGRAL TEST, AND ABSOLUTE CONVERGENCE INSTRUCTOR: PADRAIC BARTLETT Abstract. These are the lecture notes from week 3 of Ma1d, the Caltech mathematics course on sequences and series. 1. Homework 1 data • HW average: 91%. • Comments: none in particular { people seemed to be pretty capable with this material. 2. The Ratio Test So: thus far, we've developed a few tools for determining the convergence or divergence of series. Specifically, the main tools we developed last week were the two comparison tests, which gave us a number of tools for determining whether a series converged by comparing it to other, known series. However, sometimes this P 1 P n isn't enough; simply comparing things to n and r usually can only get us so far. Hence, the creation of the following test: Theorem 2.1. If fang is a sequence of positive numbers such that a lim n+1 = r; n!1 an for some real number r, then P1 • n=1 an converges if r < 1, while P1 • n=1 an diverges if r > 1. If r = 1, this test is inconclusive and tells us nothing. Proof. The basic idea motivating this theorem is the following: if the ratios an+1 an eventually approach some value r, then this series eventually \looks like" the geo- metric series P rn; consequently, it should converge whenever r < 1 and diverge whenever r > 1. an+1 To make the above concrete: suppose first that r > 1. Then, because limn!1 = an r;, we know that there is some N 2 N such that 8n ≥ N, a n+1 > 1 an )an+1 > an: But this means that the an's are eventually an increasing sequence starting at some value aN > 0; thus, we have that limn!1 an 6= 0 and thus that the sum P1 n=1 an cannot converge.
    [Show full text]
  • 1 Convergence Tests
    Lecture 24Section 11.4 Absolute and Conditional Convergence; Alternating Series Jiwen He 1 Convergence Tests Basic Series that Converge or Diverge Basic Series that Converge X Geometric series: xk, if |x| < 1 X 1 p-series: , if p > 1 kp Basic Series that Diverge X Any series ak for which lim ak 6= 0 k→∞ X 1 p-series: , if p ≤ 1 kp Convergence Tests (1) Basic Test for Convergence P Keep in Mind that, if ak 9 0, then the series ak diverges; therefore there is no reason to apply any special convergence test. P k P k k Examples 1. x with |x| ≥ 1 (e.g, (−1) ) diverge since x 9 0. [1ex] k X k X 1 diverges since k → 1 6= 0. [1ex] 1 − diverges since k + 1 k+1 k 1 k −1 ak = 1 − k → e 6= 0. Convergence Tests (2) Comparison Tests Rational terms are most easily handled by basic comparison or limit comparison with p-series P 1/kp Basic Comparison Test 1 X 1 X 1 X k3 converges by comparison with converges 2k3 + 1 k3 k5 + 4k4 + 7 X 1 X 1 X 2 by comparison with converges by comparison with k2 k3 − k2 k3 X 1 X 1 X 1 diverges by comparison with diverges by 3k + 1 3(k + 1) ln(k + 6) X 1 comparison with k + 6 Limit Comparison Test X 1 X 1 X 3k2 + 2k + 1 converges by comparison with . diverges k3 − 1 √ k3 k3 + 1 X 3 X 5 k + 100 by comparison with √ √ converges by comparison with k 2k2 k − 9 k X 5 2k2 Convergence Tests (3) Root Test and Ratio Test The root test is used only if powers are involved.
    [Show full text]