Math 141: Lecture 19 Convergence of Infinite Series

Total Page:16

File Type:pdf, Size:1020Kb

Math 141: Lecture 19 Convergence of Infinite Series Math 141: Lecture 19 Convergence of infinite series Bob Hough November 16, 2016 Bob Hough Math 141: Lecture 19 November 16, 2016 1 / 44 Series of positive terms 1 P1 Recall that, given a sequence fangn=1, we say that its series n=1 an 1 converges if the sequence of partial sums fsngn=1 n X sn = ak ; k=1 converges. We begin by giving some criteria for the convergence in the case when the terms an are non-negative. Bob Hough Math 141: Lecture 19 November 16, 2016 2 / 44 Comparison test Theorem (Comparison test) 1 1 Let fangn=1 and fbngn=1 be two sequences such that an ≥ 0 and bn ≥ 0 for all n ≥ 1. Suppose there is a number N and a constant c > 0 such that an ≤ cbn P1 for all n > N. Then convergence of n=1 bn implies convergence of P1 n=1 an. In this case, we say that the sequence bn dominates the sequence an. Bob Hough Math 141: Lecture 19 November 16, 2016 3 / 44 Comparison test Proof of the comparison test. P1 Suppose that n=1 bn converges. Given > 0, apply the Cauchy property of the sequence of partial sums of bn to choose M > N such that m > n > M implies n X b < : n c k=m+1 It follows that n n X X an ≤ cbn < , k=m+1 k=m+1 so the sequence of partial sums of an is Cauchy, hence converges. Bob Hough Math 141: Lecture 19 November 16, 2016 4 / 44 Limit comparison test Theorem (Limit comparison test) 1 1 Let fangn=1 and fbngn=1 be sequences satisfying an > 0 and bn > 0 for all n ≥ 1. Suppose that a lim n = 1: n!1 bn P1 P1 Then n=1 an converges if and only if n=1 bn converges. Proof. The condition implies that there is N such that n > N implies a n ≤ b ≤ 2a : 2 n n P1 It now follows from the comparison test that n=1 an converges if and P1 only if n=1 bn converges. Bob Hough Math 141: Lecture 19 November 16, 2016 5 / 44 Examples Recall that last class we checked 1 1 1 X 1 X 1 X 1 1 = = − = 1 n2 + n n(n + 1) n n + 1 n=1 n=1 n=1 n2+n 1 since the series telescopes. Since limn!1 n2 = limn!1 1 + n = 1, P1 1 it follows that n=1 n2 converges. P1 1 By comparison, it follows that n=1 ns converges for all s ≥ 2. Bob Hough Math 141: Lecture 19 November 16, 2016 6 / 44 Examples P1 1 Recall that the harmonic series satisfies n=1 n = 1. One may check that 1 1 X 1 X 1 = 1; sin = 1 p n n=1 n(n + 10) n=1 by noting that pn(n + 10) r 10 lim = lim 1 + = 1; n!1 n n!1 n and sin 1 1 1 1 lim n = lim n + O = lim 1 + O = 1: n!1 1 n!1 n n3 n!1 n2 n Bob Hough Math 141: Lecture 19 November 16, 2016 7 / 44 Integral test Theorem (Integral test) Let f be a positive decreasing function, defined for all real x ≥ 1. The P1 infinite series n=1 f (n) converges if and only if the improper integral R 1 1 f (x)dx converges. Bob Hough Math 141: Lecture 19 November 16, 2016 8 / 44 Integral test Proof of the integral test. We first check that the improper integral converges if and only if the R n 1 sequence tn = 1 f (x)dx n=1 converges. Recall that convergence of the improper integral is defined by the R x existence of the limit limx!1 1 f (t)dt. Evidently convergence of the integral entails convergence of the sequence as a special case. To check the reverse direction, note that for n ≤ x ≤ n + 1, R x tn ≤ 1 f (t)dt ≤ tn+1, and hence, if jtn − Lj < for all n ≥ N, then Z x f (t)dt − L < 1 for all x ≥ N also. Bob Hough Math 141: Lecture 19 November 16, 2016 9 / 44 Integral test Proof of the integral test. 1 We now show that ftngn=1 converges if and only if the sequence of Pn 1 partial sums fsn = k=1 f (k)gk=1 converges. Given m > n, note that by taking upper and lower step functions for the integral, m−1 m X Z m X f (k) ≥ tm − tn = f (t)dt ≥ f (k) k=n n k=n+1 1 1 and hence ftngn=1 is Cauchy if and only if fsngn=1 is Cauchy, which proves the claim. Bob Hough Math 141: Lecture 19 November 16, 2016 10 / 44 Examples P1 1 We can show that the series n=1 ns , s real, converges if and only if s > 1. To check this, note that ( 1−s Z n dt n −1 1−s s 6= 1 tn = s = : 1 t log n s = 1 This sequence converges if and only if s > 1. 1 1 For complex s = σ + it, ns = nσ exp (it log n) : Since jexp (it log n)j = 1, the sum 1 X 1 ζ(s) = ns n=1 converges absolutely if σ = <(s) > 1. This function is called the Riemann zeta function. Bob Hough Math 141: Lecture 19 November 16, 2016 11 / 44 Examples The study of the analytic properties of the Riemann zeta function and related functions is responsible for a great deal of the information that we know about the prime numbers. Bob Hough Math 141: Lecture 19 November 16, 2016 12 / 44 Root test Theorem (Root test) P1 Let n=1 an be a series of non-negative terms. Suppose that 1 n an ! R; n ! 1: If R < 1 then the series converges. If R > 1 then the series diverges. Bob Hough Math 141: Lecture 19 November 16, 2016 13 / 44 Root test Proof of the root test. R+1 Let x = 2 so that R < x < 1 if x < 1 and 1 < x < R if R > 1. Suppose R < 1. Then, for all n sufficiently large, n an < x : P1 n The series converges by comparison with the geometric series n=1 x . Suppose instead that R > 1. Then for all n sufficiently large, n an > x so that the series diverges by comparison with the geometric series P1 n n=1 x . Bob Hough Math 141: Lecture 19 November 16, 2016 14 / 44 Example n2 P1 n We apply the root test to the series n=1 n+1 : Calculate n !n 1 n 1 1 a n = = ! : n n + 1 1 e 1 + n Thus the series converges. Bob Hough Math 141: Lecture 19 November 16, 2016 15 / 44 Ratio test Theorem P1 Let n=1 an be a sum of positive terms such that a n+1 ! L; n ! 1: an The series converges if L < 1 and diverges if L > 1. Bob Hough Math 141: Lecture 19 November 16, 2016 16 / 44 Ratio test Proof of the ratio test. If L > 1 then the series does not converge since the terms do not tend to 0. If L < 1, let L + 1 L < x = < 1: 2 Choose N sufficiently large, so that if n ≥ N then an+1 < x. It follows an that, for all n > N, n−1 Y ak+1 n−N aN n an = aN ≤ aN x = N x : ak x k=N aN Since xN is just a constant, the series converges by comparison with the P1 n geometric series n=1 x . Bob Hough Math 141: Lecture 19 November 16, 2016 17 / 44 Examples P1 n! Consider the series n=1 nn . Applying the ratio test, as n ! 1, n n an+1 (n + 1)! n n 1 1 = n+1 · = = n ! : an (n + 1) n! n + 1 (1 + 1=n) e Hence the series converges. Bob Hough Math 141: Lecture 19 November 16, 2016 18 / 44 Edge cases The ratio and root tests are not useful in the case an+1 ! 1 as n ! 1. an P1 1 P1 1 Note that n=1 n = 1 while n=1 n2 converges. The ratios of consecutive terms in these cases are given by n 1 1 n2 2 1 = 1 − + O ; = 1 − + O : n + 1 n n2 (n + 1)2 n n2 The following two tests of Raabe and Gauss sometimes help to decide convergence in cases where the limiting ratio is 1. Bob Hough Math 141: Lecture 19 November 16, 2016 19 / 44 Raabe's test Theorem (Raabe's test) P1 Let n=1 an be a sum of positive terms. If there is an r > 0 and N ≥ 1 such that, for all n ≥ N, a 1 r n+1 ≤ 1 − − an n n P1 then n=1 an converges. If, for all n ≥ N, a 1 n+1 ≥ 1 − an n P1 then n=1 an = 1: Bob Hough Math 141: Lecture 19 November 16, 2016 20 / 44 An inequality for the logarithm In the first part of the proof of Raabe's test we use the inequality log(1 + x) ≤ x; −1 < x: To check this inequality, note equality holds at x = 0. Also, x − log(1 + x) 1 has derivative 1 − 1+x , which changes sign at x = 0. It follows that the function decreases to 0, and increases thereafter.
Recommended publications
  • Abel's Identity, 131 Abel's Test, 131–132 Abel's Theorem, 463–464 Absolute Convergence, 113–114 Implication of Condi
    INDEX Abel’s identity, 131 Bolzano-Weierstrass theorem, 66–68 Abel’s test, 131–132 for sequences, 99–100 Abel’s theorem, 463–464 boundary points, 50–52 absolute convergence, 113–114 bounded functions, 142 implication of conditional bounded sets, 42–43 convergence, 114 absolute value, 7 Cantor function, 229–230 reverse triangle inequality, 9 Cantor set, 80–81, 133–134, 383 triangle inequality, 9 Casorati-Weierstrass theorem, 498–499 algebraic properties of Rk, 11–13 Cauchy completeness, 106–107 algebraic properties of continuity, 184 Cauchy condensation test, 117–119 algebraic properties of limits, 91–92 Cauchy integral theorem algebraic properties of series, 110–111 triangle lemma, see triangle lemma algebraic properties of the derivative, Cauchy principal value, 365–366 244 Cauchy sequences, 104–105 alternating series, 115 convergence of, 105–106 alternating series test, 115–116 Cauchy’s inequalities, 437 analytic functions, 481–482 Cauchy’s integral formula, 428–433 complex analytic functions, 483 converse of, 436–437 counterexamples, 482–483 extension to higher derivatives, 437 identity principle, 486 for simple closed contours, 432–433 zeros of, see zeros of complex analytic on circles, 429–430 functions on open connected sets, 430–432 antiderivatives, 361 on star-shaped sets, 429 for f :[a, b] Rp, 370 → Cauchy’s integral theorem, 420–422 of complex functions, 408 consequence, see deformation of on star-shaped sets, 411–413 contours path-independence, 408–409, 415 Cauchy-Riemann equations Archimedean property, 5–6 motivation, 297–300
    [Show full text]
  • Arxiv:1207.1472V2 [Math.CV]
    SOME SIMPLIFICATIONS IN THE PRESENTATIONS OF COMPLEX POWER SERIES AND UNORDERED SUMS OSWALDO RIO BRANCO DE OLIVEIRA Abstract. This text provides very easy and short proofs of some basic prop- erties of complex power series (addition, subtraction, multiplication, division, rearrangement, composition, differentiation, uniqueness, Taylor’s series, Prin- ciple of Identity, Principle of Isolated Zeros, and Binomial Series). This is done by simplifying the usual presentation of unordered sums of a (countable) family of complex numbers. All the proofs avoid formal power series, double series, iterated series, partial series, asymptotic arguments, complex integra- tion theory, and uniform continuity. The use of function continuity as well as epsilons and deltas is kept to a mininum. Mathematics Subject Classification: 30B10, 40B05, 40C15, 40-01, 97I30, 97I80 Key words and phrases: Power Series, Multiple Sequences, Series, Summability, Complex Analysis, Functions of a Complex Variable. Contents 1. Introduction 1 2. Preliminaries 2 3. Absolutely Convergent Series and Commutativity 3 4. Unordered Countable Sums and Commutativity 5 5. Unordered Countable Sums and Associativity. 9 6. Sum of a Double Sequence and The Cauchy Product 10 7. Power Series - Algebraic Properties 11 8. Power Series - Analytic Properties 14 References 17 arXiv:1207.1472v2 [math.CV] 27 Jul 2012 1. Introduction The objective of this work is to provide a simplification of the theory of un- ordered sums of a family of complex numbers (in particular, for a countable family of complex numbers) as well as very easy proofs of basic operations and properties concerning complex power series, such as addition, scalar multiplication, multipli- cation, division, rearrangement, composition, differentiation (see Apostol [2] and Vyborny [21]), Taylor’s formula, principle of isolated zeros, uniqueness, principle of identity, and binomial series.
    [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]
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • 3.3 Convergence Tests for Infinite Series
    3.3 Convergence Tests for Infinite Series 3.3.1 The integral test We may plot the sequence an in the Cartesian plane, with independent variable n and dependent variable a: n X The sum an can then be represented geometrically as the area of a collection of rectangles with n=1 height an and width 1. This geometric viewpoint suggests that we compare this sum to an integral. If an can be represented as a continuous function of n, for real numbers n, not just integers, and if the m X sequence an is decreasing, then an looks a bit like area under the curve a = a(n). n=1 In particular, m m+2 X Z m+1 X an > an dn > an n=1 n=1 n=2 For example, let us examine the first 10 terms of the harmonic series 10 X 1 1 1 1 1 1 1 1 1 1 = 1 + + + + + + + + + : n 2 3 4 5 6 7 8 9 10 1 1 1 If we draw the curve y = x (or a = n ) we see that 10 11 10 X 1 Z 11 dx X 1 X 1 1 > > = − 1 + : n x n n 11 1 1 2 1 (See Figure 1, copied from Wikipedia) Z 11 dx Now = ln(11) − ln(1) = ln(11) so 1 x 10 X 1 1 1 1 1 1 1 1 1 1 = 1 + + + + + + + + + > ln(11) n 2 3 4 5 6 7 8 9 10 1 and 1 1 1 1 1 1 1 1 1 1 1 + + + + + + + + + < ln(11) + (1 − ): 2 3 4 5 6 7 8 9 10 11 Z dx So we may bound our series, above and below, with some version of the integral : x If we allow the sum to turn into an infinite series, we turn the integral into an improper integral.
    [Show full text]
  • The Binomial Series 16.3   
    The Binomial Series 16.3 Introduction In this Section we examine an important example of an infinite series, the binomial series: p(p − 1) p(p − 1)(p − 2) 1 + px + x2 + x3 + ··· 2! 3! We show that this series is only convergent if |x| < 1 and that in this case the series sums to the value (1 + x)p. As a special case of the binomial series we consider the situation when p is a positive integer n. In this case the infinite series reduces to a finite series and we obtain, by replacing x with b , the binomial theorem: a n(n − 1) (b + a)n = bn + nbn−1a + bn−2a2 + ··· + an. 2! Finally, we use the binomial series to obtain various polynomial expressions for (1 + x)p when x is ‘small’. ' • understand the factorial notation $ Prerequisites • have knowledge of the ratio test for convergence of infinite series. Before starting this Section you should ... • understand the use of inequalities '& • recognise and use the binomial series $% Learning Outcomes • state and use the binomial theorem On completion you should be able to ... • use the binomial series to obtain numerical approximations & % 26 HELM (2008): Workbook 16: Sequences and Series ® 1. The binomial series A very important infinite series which occurs often in applications and in algebra has the form: p(p − 1) p(p − 1)(p − 2) 1 + px + x2 + x3 + ··· 2! 3! in which p is a given number and x is a variable. By using the ratio test it can be shown that this series converges, irrespective of the value of p, as long as |x| < 1.
    [Show full text]
  • Series: Convergence and Divergence Comparison Tests
    Series: Convergence and Divergence Here is a compilation of what we have done so far (up to the end of October) in terms of convergence and divergence. • Series that we know about: P∞ n Geometric Series: A geometric series is a series of the form n=0 ar . The series converges if |r| < 1 and 1 a1 diverges otherwise . If |r| < 1, the sum of the entire series is 1−r where a is the first term of the series and r is the common ratio. P∞ 1 2 p-Series Test: The series n=1 np converges if p1 and diverges otherwise . P∞ • Nth Term Test for Divergence: If limn→∞ an 6= 0, then the series n=1 an diverges. Note: If limn→∞ an = 0 we know nothing. It is possible that the series converges but it is possible that the series diverges. Comparison Tests: P∞ • Direct Comparison Test: If a series n=1 an has all positive terms, and all of its terms are eventually bigger than those in a series that is known to be divergent, then it is also divergent. The reverse is also true–if all the terms are eventually smaller than those of some convergent series, then the series is convergent. P P P That is, if an, bn and cn are all series with positive terms and an ≤ bn ≤ cn for all n sufficiently large, then P P if cn converges, then bn does as well P P if an diverges, then bn does as well. (This is a good test to use with rational functions.
    [Show full text]
  • Math 263A Notes: Algebraic Combinatorics and Symmetric Functions
    MATH 263A NOTES: ALGEBRAIC COMBINATORICS AND SYMMETRIC FUNCTIONS AARON LANDESMAN CONTENTS 1. Introduction 4 2. 10/26/16 5 2.1. Logistics 5 2.2. Overview 5 2.3. Down to Math 5 2.4. Partitions 6 2.5. Partial Orders 7 2.6. Monomial Symmetric Functions 7 2.7. Elementary symmetric functions 8 2.8. Course Outline 8 3. 9/28/16 9 3.1. Elementary symmetric functions eλ 9 3.2. Homogeneous symmetric functions, hλ 10 3.3. Power sums pλ 12 4. 9/30/16 14 5. 10/3/16 20 5.1. Expected Number of Fixed Points 20 5.2. Random Matrix Groups 22 5.3. Schur Functions 23 6. 10/5/16 24 6.1. Review 24 6.2. Schur Basis 24 6.3. Hall Inner product 27 7. 10/7/16 29 7.1. Basic properties of the Cauchy product 29 7.2. Discussion of the Cauchy product and related formulas 30 8. 10/10/16 32 8.1. Finishing up last class 32 8.2. Skew-Schur Functions 33 8.3. Jacobi-Trudi 36 9. 10/12/16 37 1 2 AARON LANDESMAN 9.1. Eigenvalues of unitary matrices 37 9.2. Application 39 9.3. Strong Szego limit theorem 40 10. 10/14/16 41 10.1. Background on Tableau 43 10.2. KOSKA Numbers 44 11. 10/17/16 45 11.1. Relations of skew-Schur functions to other fields 45 11.2. Characters of the symmetric group 46 12. 10/19/16 49 13. 10/21/16 55 13.1.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Learning Goals: Power Series • Master the Art of Using the Ratio Test
    Learning Goals: Power Series • Master the art of using the ratio test to find the radius of convergence of a power series. • Learn how to find the series associated with the end points of the interval of convergence. 1 X xn • Become familiar with the series : n! n=0 xn • Become familiar with the limit lim : n!1 n! • Know the Power series representation of ex • Learn how to manipulate the power series representation of ex using tools previously mastered such as substitution, integration and differentiation. • Learn how to use power series to calculate limits. 1 Power Series, Stewart, Section 11.8 In this section, we will use the ratio test to determine the Radius of Convergence of a given power series. We will also determine the interval of convergence of the given power series if this is possible using the tests for convergence that we have already developed, namely, recognition as a geometric series, harmonic series or alternating harmonic series, telescoping series, the divergence test along with the fact that a series is absolutely convergent converges. The ratio and root tests will be inconclusive at the end points of the interval of convergence in the examples below since we use them to determine the radius of convergence. We may not be able to decide on convergence or divergence for some of the end points with our current tools. We will expand our methods for testing individual series for convergence in subsequent sections and tie up any loose ends as we proceed. We recall the definition of the Radius of Convergence and Interval of Convergence of a power series below.
    [Show full text]
  • Sequences, Series and Taylor Approximation (Ma2712b, MA2730)
    Sequences, Series and Taylor Approximation (MA2712b, MA2730) Level 2 Teaching Team Current curator: Simon Shaw November 20, 2015 Contents 0 Introduction, Overview 6 1 Taylor Polynomials 10 1.1 Lecture 1: Taylor Polynomials, Definition . .. 10 1.1.1 Reminder from Level 1 about Differentiable Functions . .. 11 1.1.2 Definition of Taylor Polynomials . 11 1.2 Lectures 2 and 3: Taylor Polynomials, Examples . ... 13 x 1.2.1 Example: Compute and plot Tnf for f(x) = e ............ 13 1.2.2 Example: Find the Maclaurin polynomials of f(x) = sin x ...... 14 2 1.2.3 Find the Maclaurin polynomial T11f for f(x) = sin(x ) ....... 15 1.2.4 QuestionsforChapter6: ErrorEstimates . 15 1.3 Lecture 4 and 5: Calculus of Taylor Polynomials . .. 17 1.3.1 GeneralResults............................... 17 1.4 Lecture 6: Various Applications of Taylor Polynomials . ... 22 1.4.1 RelativeExtrema .............................. 22 1.4.2 Limits .................................... 24 1.4.3 How to Calculate Complicated Taylor Polynomials? . 26 1.5 ExerciseSheet1................................... 29 1.5.1 ExerciseSheet1a .............................. 29 1.5.2 FeedbackforSheet1a ........................... 33 2 Real Sequences 40 2.1 Lecture 7: Definitions, Limit of a Sequence . ... 40 2.1.1 DefinitionofaSequence .......................... 40 2.1.2 LimitofaSequence............................. 41 2.1.3 Graphic Representations of Sequences . .. 43 2.2 Lecture 8: Algebra of Limits, Special Sequences . ..... 44 2.2.1 InfiniteLimits................................ 44 1 2.2.2 AlgebraofLimits.............................. 44 2.2.3 Some Standard Convergent Sequences . .. 46 2.3 Lecture 9: Bounded and Monotone Sequences . ..... 48 2.3.1 BoundedSequences............................. 48 2.3.2 Convergent Sequences and Closed Bounded Intervals . .... 48 2.4 Lecture10:MonotoneSequences .
    [Show full text]
  • Calculus Online Textbook Chapter 10
    Contents CHAPTER 9 Polar Coordinates and Complex Numbers 9.1 Polar Coordinates 348 9.2 Polar Equations and Graphs 351 9.3 Slope, Length, and Area for Polar Curves 356 9.4 Complex Numbers 360 CHAPTER 10 Infinite Series 10.1 The Geometric Series 10.2 Convergence Tests: Positive Series 10.3 Convergence Tests: All Series 10.4 The Taylor Series for ex, sin x, and cos x 10.5 Power Series CHAPTER 11 Vectors and Matrices 11.1 Vectors and Dot Products 11.2 Planes and Projections 11.3 Cross Products and Determinants 11.4 Matrices and Linear Equations 11.5 Linear Algebra in Three Dimensions CHAPTER 12 Motion along a Curve 12.1 The Position Vector 446 12.2 Plane Motion: Projectiles and Cycloids 453 12.3 Tangent Vector and Normal Vector 459 12.4 Polar Coordinates and Planetary Motion 464 CHAPTER 13 Partial Derivatives 13.1 Surfaces and Level Curves 472 13.2 Partial Derivatives 475 13.3 Tangent Planes and Linear Approximations 480 13.4 Directional Derivatives and Gradients 490 13.5 The Chain Rule 497 13.6 Maxima, Minima, and Saddle Points 504 13.7 Constraints and Lagrange Multipliers 514 CHAPTER Infinite Series Infinite series can be a pleasure (sometimes). They throw a beautiful light on sin x and cos x. They give famous numbers like n and e. Usually they produce totally unknown functions-which might be good. But on the painful side is the fact that an infinite series has infinitely many terms. It is not easy to know the sum of those terms.
    [Show full text]