10.3 Integral and Comparison Tests

Total Page:16

File Type:pdf, Size:1020Kb

10.3 Integral and Comparison Tests 10.3 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. Example: 1 2017 • X p n n n=1 2 1 1 P P Comparison Test: Suppose an and bn are two series with positive terms. n=1 n=1 1 1 P P • If an ≤ bn for all n and if bn converges, then an also converges. Just like with improper integrals, n=1 n=1 if the larger converges, so does the smaller. 1 1 P P • If an ≥ bn for all n and if bn diverges, then an also diverges. Just like with improper integrals, if n=1 n=1 the smaller diverges, so does the larger. Examples: Determine whether the following series converge or diverge. 1 n2 • X p 9 3 n=1 n + n + 10 1 6n + 1 • X n2 − n − 3 n=3 1 n3 − 2 • X 8n4 + 6n n=5 1 1 • X 7n + n n=2 3 1 5n • X 6n − 3 n=1 1 sin2 n + arctan n + e−n • X p 9=5 3 n=1 n + n 1 cos n + 4 + e−n • X p n n=1 4 If a correct inequality cannot be established for the Comparison Test, the following test may be more helpful. 1 1 P P Limit Comparison Test: Suppose an and bn are two series with positive terms. n=1 n=1 a If lim n = L where L > 0 (and is finite), then either BOTH SERIES DIVERGE OR BOTH n!1 bn SERIES CONVERGE. If the limit is 0 or 1, no conclusion can be made. 1 n3 − 2 • X 8n4 + 6n n=5 p 1 n + 3 • X n2 + n − 1 n=1 **The Limit Comparison Test tells us that for rational/algebraic fractions, we can just look at the ratio of the highest powers from the numerator and denominator to determine whether the series converges or diverges.** It is often easier to use than the Comparison Test, especially if you don't want to think about inequalities. 5 1 arctan n • X p n n=1 1 5n • X 6n − 3 n=1 1 1 • X sin n n=1 1 1 • X sin n2 n=1 6 1 P Remainder Estimate for the Integral Test: Suppose we know that the series an converges by using the n=1 Integral Test where f(n) = an. This means we know that the series has a finite sum S. If we use the nth partial sum, sn, to approximate the actual sum S, then the remainder of this estimate is Rn = S − sn, and it satisfies the following inequalities: Z 1 Z 1 f(x) dx ≤ Rn ≤ f(x) dx n+1 n So, if we find that A ≤ Rn ≤ B, then we can say that the actual sum of the series S satisfies sn + A ≤ S ≤ sn + B 1 5 Example: Consider the series X , which is a convergent p-series. n5 n=1 • Find s10 and the upper and lower bounds on the remainder. • Find upper and lower bounds on the actual sum S. • How many terms would be needed to guarantee accuracy to within 0.00001? 7 1 1 Example: Consider the series X . It can be shown this series converges by the Integral Test. n(1 + ln n)2 n=1 • Estimate the error in using s6 to approximate the sum of the series. • How many terms are needed to guarantee the approximation is accurate to within 0.001? 1 sin n + 2 Example: Consider the series X . n3 n=1 • Show the series converges. • Estimate the error in using s5 to approximate the sum of the series. 8 10.4 Other Convergence Tests In the previous section, the convergence tests we used were for series with positive terms. However, some series do not have all positive terms. An alternating series is a series whose terms alternate positive and negative. Alternating Series Test: 1 P n Suppose you have an alternating series (−1) bn where the bn's are just the positive parts (the absolute n=1 values) of each term. This alternating series converges if: (1) lim bn = 0 n!1 (2) bn+1 ≤ bn for all n. In other words, the absolute values of the terms are decreasing. Notes: • Criteria (1) above is basically just the Test for Divergence. If lim bn is NOT 0, then the limit of the n!1 alternating terms themselves DNE and the series diverges by the Test for Divergence. • As with the Integral Test, criteria (2) just has to be always true eventually. As long as bn+1 ≤ bn is always true after some finite point, we're good to go. Examples: Determine whether the following series converge or diverge. 1 n X (−1) n n=1 1 n−1 2 X (−1) 5n 7n2 + n n=1 9 1 n+1 2 X (−1) n n3 + 4 n=1 1 P n Alternating Series Estimation Theorem: If an alternating series (−1) bn converges, then the error (re- n=1 mainder) in using the nth partial sum sn to approximate the sum of the series satisfies the inequality jRnj ≤ bn+1 Example: 1 (−1)n Consider the convergent alternating series X p . n=1 n + 3 • Estimate the error in using s10 to approximate the sum of the series. • How many terms are needed to approximate the sum to within 0.01? 10 1 (−1)n+1 Example: Approximate the sum of the series X to within 0.00005. 3nn! n=1 P P Absolute Convergence: A series an is said to be absolutely convergent if the series janj is convergent. In other words, if the series of just the absolute values of the terms converges, the series is absolutely convergent. Notes: • It is possible for a series to be convergent, but not absolutely convergent. This is called conditional convergence. • **If a series is absolutely convergent, then it is convergent.** Examples: Determine whether the following series are absolutely convergent, convergent, or divergent. 1 X 1 n3 n=2 1 n X (−1) n n=2 11 1 n X (−1) n n3 + 9 n=3 1 n−1 X (−1) n ln n n=2 1 X cos n 3=2 n=1 n 12 The following is a VERY VERY USEFUL test for absolute convergence, and thus convergence. 1 P an+1 The Ratio Test: For a series an, let lim = L. n=1 n!1 an (i) If L < 1, the series is absolutely convergent, and thus convergent. (ii) If L > 1 or if the limit is infinite, the series is divergent. (iii) If L = 1, the Ratio Test is inconclusive. You cannot say whether the series converges or diverges. Use another test. Notes: • Use the Ratio Test when the series involves factorials and/or exponentials. • The Ratio Test will NOT work if the series involves only algebraic expressions involving powers of n. • The Ratio Test can be used on positive series and/or alternating series. Examples: Determine if the following seres are absolutely convergent, convergent, or divergent. 1 n X (−5) n7n+1 n=1 1 X n! 62n+1 n=1 13 1 n 2 n−1 X (−1) n 8 (3n + 1)! n=1 1 n X (−1) (n + 2) (n + 1)3 n=1 1 X 5 · 9 · 13 ··· (4n + 1) (−1)n+1n4(n + 2)! n=1 14.
Recommended publications
  • 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]
  • 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]
  • Mathematics 1
    Mathematics 1 MATH 1141 Calculus I for Chemistry, Engineering, and Physics MATHEMATICS Majors 4 Credits Prerequisite: Precalculus. This course covers analytic geometry, continuous functions, derivatives Courses of algebraic and trigonometric functions, product and chain rules, implicit functions, extrema and curve sketching, indefinite and definite integrals, MATH 1011 Precalculus 3 Credits applications of derivatives and integrals, exponential, logarithmic and Topics in this course include: algebra; linear, rational, exponential, inverse trig functions, hyperbolic trig functions, and their derivatives and logarithmic and trigonometric functions from a descriptive, algebraic, integrals. It is recommended that students not enroll in this course unless numerical and graphical point of view; limits and continuity. Primary they have a solid background in high school algebra and precalculus. emphasis is on techniques needed for calculus. This course does not Previously MA 0145. count toward the mathematics core requirement, and is meant to be MATH 1142 Calculus II for Chemistry, Engineering, and Physics taken only by students who are required to take MATH 1121, MATH 1141, Majors 4 Credits or MATH 1171 for their majors, but who do not have a strong enough Prerequisite: MATH 1141 or MATH 1171. mathematics background. Previously MA 0011. This course covers applications of the integral to area, arc length, MATH 1015 Mathematics: An Exploration 3 Credits and volumes of revolution; integration by substitution and by parts; This course introduces various ideas in mathematics at an elementary indeterminate forms and improper integrals: Infinite sequences and level. It is meant for the student who would like to fulfill a core infinite series, tests for convergence, power series, and Taylor series; mathematics requirement, but who does not need to take mathematics geometry in three-space.
    [Show full text]
  • Convergence Tests: Divergence, Integral, and P-Series Tests
    Convergence Tests: Divergence, Integral, and p-Series Tests SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference your lecture notes and the relevant chapters in a textbook/online resource. EXPECTED SKILLS: • Recognize series that cannot converge by applying the Divergence Test. • Use the Integral Test on appropriate series (all terms positive, corresponding function is decreasing and continuous) to make a conclusion about the convergence of the series. • Recognize a p-series and use the value of p to make a conclusion about the convergence of the series. • Use the algebraic properties of series. PRACTICE PROBLEMS: For problems 1 { 9, apply the Divergence Test. What, if any, conlcusions can you draw about the series? 1 X 1. (−1)k k=1 lim (−1)k DNE and thus is not 0, so by the Divergence Test the series diverges. k!1 Also, recall that this series is a geometric series with ratio r = −1, which confirms that it must diverge. 1 X 1 2. (−1)k k k=1 1 lim (−1)k = 0, so the Divergence Test is inconclusive. k!1 k 1 X ln k 3. k k=3 ln k lim = 0, so the Divergence Test is inconclusive. k!1 k 1 1 X ln 6k 4. ln 2k k=1 ln 6k lim = 1 6= 0 [see Sequences problem #26], so by the Divergence Test the series diverges. k!1 ln 2k 1 X 5. ke−k k=1 lim ke−k = 0 [see Limits at Infinity Review problem #6], so the Divergence Test is k!1 inconclusive.
    [Show full text]
  • Geometric Series Test Examples
    Geometric Series Test Examples andunfairly.External conquering Percussionaland clannish Isador RickieChristofer often propagaterevalidating: filiated someher he scabies debruised pennyworts parches his tough spikiness while or Vergilfluidizing errantly legitimate outward. and exceeding. some intestines Scalene Compare without a geometric series. Then most series converges to a11q if q1 Solved Problems Click the tap a problem will see her solution Example 1 Find one sum. Worksheet 24 PRACTICE WITH ALL OF surrender SERIES TESTS. How dope you tell you an infinite geometric series converges or diverges? IXL Convergent and divergent geometric series Precalculus. Start studying Series Tests for Convergence or Divergence Learn their terms sound more with. Each term an equal strain the family term times a constant, meaning that the dice of successive terms during the series of constant. You'll swear in calculus you can why the grumble of both infinite geometric sequence given only. MATH 21-123 Tips on Using Tests of CMU Math. Here like two ways. In this tutorial we missing some talk the outdoor common tests for the convergence of an. Test and take your century of Arithmetic & Geometric Sequences with fun multiple choice exams you might take online with Studycom. You cannot select a question if the current study step is not a question. Fundamental Theorem of Calculus is now much for transparent. That is, like above ideas can be formalized and written prompt a theorem. While alternating series test is a fixed number of infinite series which the distinction between two examples! The series test, and examples of a goal to? Drift snippet included twice.
    [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]
  • 3.2 Introduction to Infinite Series
    3.2 Introduction to Infinite Series Many of our infinite sequences, for the remainder of the course, will be defined by sums. For example, the sequence m X 1 S := : (1) m 2n n=1 is defined by a sum. Its terms (partial sums) are 1 ; 2 1 1 3 + = ; 2 4 4 1 1 1 7 + + = ; 2 4 8 8 1 1 1 1 15 + + + = ; 2 4 8 16 16 ::: These infinite sequences defined by sums are called infinite series. Review of sigma notation The Greek letter Σ used in this notation indicates that we are adding (\summing") elements of a certain pattern. (We used this notation back in Calculus 1, when we first looked at integrals.) Here our sums may be “infinite”; when this occurs, we are really looking at a limit. Resources An introduction to sequences a standard part of single variable calculus. It is covered in every calculus textbook. For example, one might look at * section 11.3 (Integral test), 11.4, (Comparison tests) , 11.5 (Ratio & Root tests), 11.6 (Alternating, abs. conv & cond. conv) in Calculus, Early Transcendentals (11th ed., 2006) by Thomas, Weir, Hass, Giordano (Pearson) * section 11.3 (Integral test), 11.4, (comparison tests), 11.5 (alternating series), 11.6, (Absolute conv, ratio and root), 11.7 (summary) in Calculus, Early Transcendentals (6th ed., 2008) by Stewart (Cengage) * sections 8.3 (Integral), 8.4 (Comparison), 8.5 (alternating), 8.6, Absolute conv, ratio and root, in Calculus, Early Transcendentals (1st ed., 2011) by Tan (Cengage) Integral tests, comparison tests, ratio & root tests.
    [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]
  • 1 General Series: Convergence and Divergence P∞ an Infinite Series, K=1 Ak, Converges If Its Sequence of Partial Sums Converges to a finite Number
    1 General Series: Convergence and Divergence P∞ An infinite series, k=1 ak, converges if its sequence of partial sums converges to a finite number. In other words, to determine the convergence of a series, Pn look at limn→∞ sn where sn = k=1 ak. We know that if the sequence of partial sums is increasing and bounded the series converges; if the sequence of partial sums is increasing and unbounded then the series diverges. This is what comparison tests are based on (and why they apply only to series where the terms are eventually all positive). 1.1 Convergence Tests Series that we know about: P∞ n • Geometric Series: A geometric series is a series of the form n=0 ar . The series diverges if |r| > 1 and converges if |r| < 1. In the latter case a the sum of the entire series is 1−r where a is the first term of the series and r is the common ratio. We proved this by writing the partial sums in closed form and computing a limit. P∞ 1 • p-Series: The series n=1 np converges if p > 1 and diverges otherwise. We proved this using the Integral Test. Intrinsic Tests that can be used for all series without restiction 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: the series can either converge P∞ 1 or diverge. (Think about the harmonic series n=1 n ) P∞ an+1 • Ratio Test: Given an, look at limn→∞ | |.
    [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]
  • Series Convergence Tests Math 122 Calculus III D Joyce, Fall 2012
    Series Convergence Tests Math 122 Calculus III D Joyce, Fall 2012 Some series converge, some diverge. Geometric series. We've already looked at these. We know when a geometric series 1 X converges and what it converges to. A geometric series arn converges when its ratio r lies n=0 a in the interval (−1; 1), and, when it does, it converges to the sum . 1 − r 1 X 1 The harmonic series. The standard harmonic series diverges to 1. Even though n n=1 1 1 its terms 1, 2 , 3 , . approach 0, the partial sums Sn approach infinity, so the series diverges. The main questions for a series. Question 1: given a series does it converge or diverge? Question 2: if it converges, what does it converge to? There are several tests that help with the first question and we'll look at those now. The term test. The only series that can converge are those whose terms approach 0. That 1 X is, if ak converges, then ak ! 0. k=1 Here's why. If the series converges, then the limit of the sequence of its partial sums n th X approaches the sum S, that is, Sn ! S where Sn is the n partial sum Sn = ak. Then k=1 lim an = lim (Sn − Sn−1) = lim Sn − lim Sn−1 = S − S = 0: n!1 n!1 n!1 n!1 The contrapositive of that statement gives a test which can tell us that some series diverge. Theorem 1 (The term test). If the terms of the series don't converge to 0, then the series diverges.
    [Show full text]
  • Infinite Sequences and Series Were Introduced Briely in a Preview of Calculus in Con- Nection with Zeno’S Paradoxes and the Decimal Representation of Numbers
    11 Infinite Sequences and Series Betelgeuse is a red supergiant star, one of the largest and brightest of the observable stars. In the project on page 783 you are asked to compare the radiation emitted by Betelgeuse with that of other stars. STScI / NASA / ESA / Galaxy / Galaxy Picture Library / Alamy INFINITE SEQUENCES AND SERIES WERE introduced briely in A Preview of Calculus in con- nection with Zeno’s paradoxes and the decimal representation of numbers. Their importance in calculus stems from Newton’s idea of representing functions as sums of ininite series. For instance, in inding areas he often integrated a function by irst expressing it as a series and then integrating each term of the series. We will pursue his idea in Section 11.10 in order to integrate such functions as e2x 2. (Recall that we have previously been unable to do this.) Many of the func- tions that arise in mathematical physics and chemistry, such as Bessel functions, are deined as sums of series, so it is important to be familiar with the basic concepts of convergence of ininite sequences and series. Physicists also use series in another way, as we will see in Section 11.11. In studying ields as diverse as optics, special relativity, and electromagnetism, they analyze phenomena by replacing a function with the irst few terms in the series that represents it. 693 Copyright 2016 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
    [Show full text]