The sum of the series of reciprocals of the quadratic polynomial with different negative integer roots

Size: px
Start display at page:

Download "The sum of the series of reciprocals of the quadratic polynomial with different negative integer roots"

Transcription

1 RATIO MATHEMATICA ISSUE N pp ISSN print: ISSN online: The sum of the series of reciprocals of the quadratic polynomial with different negative integer roots Radovan Potůček Department of Mathematics and Physics, Faculty of Military Technology, University of Defence, Brno, Czech Republic Abstract This contribution, which is a follow-up to author s paper [] and [2] dealing with the sums of the series of reciprocals of some quadratic polynomials, deals with the series of reciprocals of the quadratic polynomials with different negative integer roots. We derive the formula for the sum of this series and verify it by some examples evaluated using the basic programming language of the CAS Maple 6. Keywords: sequence of partial sums, telescoping series, harmonic number, computer algebra system Maple. 200 AMS subject classifications: 40A05, 65B0. Introduction and basic notions Let us recall the basic terms, concepts and notions. For any sequence {a k } of numbers the associated series is defined as the sum a k = a + a 2 + a 3 +. k= 59

2 Radovan Potůček The sequence of partial sums {s n } associated to a series n as the sum of the sequence {a k } from a to a n, i.e. n s n = a k = a + a a n. The series k= a k is defined for each a k converges to a limit s if and only if the sequence of partial sums k= k= {s n } converges to s, i.e. lim s n = s. We say that the series and write a k = s. k= a k has a sum s The telescoping series is any series where nearly every term cancels with a preceding or following term, so its partial sums eventually only have a fixed number of terms after cancellation. Telescoping series are not very common in mathematics but are interesting to study. The method of changing series whose terms are rational functions into telescoping series is that of transforming the rational functions by the method of partial fractions. For example, the series has the general nth term k 2 + k k= a n = nn + = A n + B n +. After removing the fractions we get the equation = An + + Bn. Solving it for A and B we obtain a n = /n /n +. After that we arrange the terms of the nth partial sum s n = a + a a n in a form where can be seen what is cancelling. Then we find the limit of the sequence of the partial sums s n in order to find the sum s of the infinite telescoping series as s = lim s n. In our case we get s n = n n k= + n = n + n +. So we have s = lim =. n + The nth harmonic number is the sum of the reciprocals of the first n natural numbers: H n = n = 60 n k= k.

3 The sum of the series of reciprocals of the quadratic polynomial The values of the sequence {H n ln n} decrease monotonically towards the limit γ = , which is so-called the Euler-Mascheroni constant. Basic information about harmonic numbers can be found e.g. in the web-sites [3] or [4], interesting information are included e.g. in the paper [5]. First ten values of the harmonic numbers are presented in this table: n H n The sum of the series of reciprocals of the quadratic polynomial with different negative integer roots Now, we deal with the series formed by reciprocals of the normalized quadratic polynomial k ak b, where a < b < 0 are integers. Let us consider the series k ak b, k= and determine its sum sa, b. We express the nth term a n of this series as the sum of two partial fractions a n = n an b = A n a + B n b. From the equality of two linear polynomials = An b + Bn a for n = a we get A = /a b and for n = b we get B = /b a = /a b. So we have a n = a b n a = n b b a n b. n a For the nth partial sum of the given series so we get s n = [ b a b + a 2 b + 2 a + n b + n a n b n a ]. The first terms that cancel each other will be obviously the terms for which for the suitable index l it holds / a = /l b. Therefore the last term from the beginning of the expression of the nth partial sum s n, which will not cancel, will 6

4 Radovan Potůček be the term / a, so that the first terms from the beginning of the expression the sum s n, which will not cancel, will be the terms generating the sum b + 2 b + + a. Analogously, the last terms that cancel each other will be the terms for which for the suitable index m it holds /n b = /m a. Therefore the first term from the ending of the expression of the nth partial sum s n, which will not cancel, will be the term /n + b, so that the last terms from the ending in the expression of the sum s n, which will not cancel, will be the terms generating the sum n + b n + 2 b n a. After cancelling all the inside terms with the opposite signs we get the nth partial sum s n = b a b b a n + b. n + 2 b n a Because for integer c it holds lim a < b < 0, is sa, b = lim s n = so we get n + c = 0, then the searched sum, where b a b + 2 b + + = a = [ b a a b ], Theorem 2.. The series, where a < b < 0 are integers, has k ak b k= the sum sa, b = H a H b, 2 b a where H n is the nth harmonic number. Corolary 2.. For the sum sa, b above it obviously hold:. sa, b = sb, a, 2. sa, a + = H a H a = a, 62

5 The sum of the series of reciprocals of the quadratic polynomial 3. sa, a+i = i i N. H a H a i = i a i a i + 2 a Remark 2.. Let us note, that the formula 2 holds also in the case a < b = 0. Because H 0 is defined as 0, it has the form Example 2.. The series k=, sa, 0 = H a H a H 0 = 0 a a. 3 k 5 k 2 = where a = 5, b = 2, has the nth partial sum s n = 3 k= k + 2k + 5, n + 3 n + 4. n + 5 By the relation s 5, 2 = lim s n, since lim = 0, or by Theorem 2. n + c we get its sum s 5, 2 = 3 Example 2.2. The series = 37 H5 H 2 = = = k= k 5 k = where a = 5, b = 0, has the nth partial sum s n = 5 k= kk + 5, n + n + 2 n + 3 n + 4. n + 5 By the relation s 5, 0 = lim s n, since lim = 0, or by Theorem 2., or n + c by the Remark 2. we get its sum s 5, 0 = = H = 37/ = =

6 Radovan Potůček 3 Numerical verification We solve the problem to determine the values of the sum sa, b = k= k ak b for a =, 2,..., 9 and b = a +, a + 2,..., 8. We use on the one hand an approximative direct evaluation of the sum sa, b, t = t k= k ak b, where t = 0 8, using the basic programming language of the computer algebra system Maple 6, and on the other hand the formula 2 for evaluation the sum sa, b. We compare 45 = pairs of these ways obtained sums sa, b, 0 8 and sa, b to verify the formula 2. We use following simple procedures hnum, rp2abneg and two for statements: hnum:=proch local i,s; s:=0; if h=0 then s:=0 else for i from to h do s:=s+/i; end do; end if; end proc: rp2abneg:=proca,b,n local k,sab,sumab; sumab:=0; sab:=hnum-a-hnum-b/b-a; print"n=",n,"s",a,b,"=",evalf[20]sab; for k from to n do sumab:=sumab+/k-a*k-b; end do; print"sum",a,b,"=",evalf[20]sumab, "diff=",evalf[20]abssumab-sab; end proc: for i from - by - to -9 do for j from i+ by - to -8 do rp2abnegi,j, ; end do; end do; 64

7 The sum of the series of reciprocals of the quadratic polynomial The approximative values of the sums sa, b rounded to 3 decimals obtained by these procedures are written into the following table: sa, b a = a= 2 a= 3 a= 4 a= 5 a= 6 a= 7 a= 8 a= 9 b = b = b = b = b = b = b = b = b = 8 0. Computation of 45 couples of the sums sa, b, 0 8 and sa, b took over 8 minutes. The absolute errors, i.e. the differences sa, b sa, b, 0 8, have here place value about Conclusion We dealt with the sum of the series of reciprocals of the quadratic polynomials with different negative integer roots a and b, i.e. with the series k= k ak b, where a < b < 0 are integers. We derived that the sum sa, b of this series is given by the formula sa, b = H a H b, b a where H n is the nth harmonic number. We verified this result by computing 45 various sums by using the CAS Maple 6. We also stated that this formula holds also for a < b = 0, when it has the form sa, 0 = H a H a H 0 = 0 a a. The series of reciprocals of the quadratic polynomials with different negative integer roots so belong to special types of infinite series, such as geometric and telescoping series, which sums are given analytically by means of a simple formula. 65

8 Radovan Potůček References [] R. Potůček, The sums of the series of reciprocals of some quadratic polynomials. In: Proceedings of AFASES 200, 2th International Conference Scientific Research and Education in the Air Force CD-ROM. Brasov, Romania, 200, p ISBN [2] R. Potůček, The sum of the series of reciprocals of the quadratic polynomials with double non-positive integer root. In: Proceedings of the 5th Conference on Applied Mathematics APLIMAT 206. Faculty of Mechanical Engineering, Slovak University of Technology in Bratislava, 206, p ISBN [3] Wikipedia contributors: Harmonic number. Wikipedia, The Free Encyclopedia, [online], [cit ]. Available from: number. [4] E. W. Weisstein, Harmonic Number. From MathWorld A Wolfram Web Resource, [online], [cit ]. Available from: [5] A. T. Benjamin, G. O. Preston, and J. J. Quinn, A Stirling Encounter with Harmonic Numbers. Mathematics Magazine 75 2, 2002, p , [online], [cit ]. Available from: benjamin/papers/harmonic.pdf 66

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

10.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 10.1 Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1 Examples: EX1: Find a formula for the general term a n of the sequence,

More information

10.1 Sequences. A sequence is an ordered list of numbers: a 1, a 2, a 3,..., a n, a n+1,... Each of the numbers is called a term of the sequence.

10.1 Sequences. A sequence is an ordered list of numbers: a 1, a 2, a 3,..., a n, a n+1,... Each of the numbers is called a term of the sequence. 10.1 Sequences A sequence is an ordered list of numbers: a 1, a 2, a 3,..., a n, a n+1,... Each of the numbers is called a term of the sequence. Notation: A sequence {a 1, a 2, a 3,...} can be denoted

More information

8.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1.

8.1 Sequences. Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = 1. 8. Sequences Example: A sequence is a function f(n) whose domain is a subset of the integers. Notation: *Note: n = 0 vs. n = Examples: 6. Find a formula for the general term a n of the sequence, assuming

More information

ENHANCING THE CONCEPTUAL UNDERSTANDING OF SEQUENCES AND SERIES WITH TECHNOLOGY. Jay L. Schiffman. Rowan University. 201 Mullica Hill Road

ENHANCING THE CONCEPTUAL UNDERSTANDING OF SEQUENCES AND SERIES WITH TECHNOLOGY. Jay L. Schiffman. Rowan University. 201 Mullica Hill Road ENHANCING THE CONCEPTUAL UNDERSTANDING OF SEQUENCES AND SERIES WITH TECHNOLOGY Jay L. Schiffman Rowan University 20 Mullica Hill Road Glassboro, NJ 08028-70 schiffman@rowan.edu Abstract: The TI-89 and

More information

Homework problem: Find all digits to the repeating decimal 1/19 = using a calculator.

Homework problem: Find all digits to the repeating decimal 1/19 = using a calculator. MAE 501 March 3, 2009 Homework problem: Find all digits to the repeating decimal 1/19 = 0.052631578947368421 using a calculator. Katie s way On calculator, we find the multiples of 1/19: 1/19 0.0526315789

More information

Testing Series with Mixed Terms

Testing Series with Mixed Terms Testing Series with Mixed Terms Philippe B. Laval KSU Today Philippe B. Laval (KSU) Series with Mixed Terms Today 1 / 17 Outline 1 Introduction 2 Absolute v.s. Conditional Convergence 3 Alternating Series

More information

Sequences and infinite series

Sequences and infinite series Sequences and infinite series D. DeTurck University of Pennsylvania March 29, 208 D. DeTurck Math 04 002 208A: Sequence and series / 54 Sequences The lists of numbers you generate using a numerical method

More information

THE DYNAMICS OF SUCCESSIVE DIFFERENCES OVER Z AND R

THE DYNAMICS OF SUCCESSIVE DIFFERENCES OVER Z AND R THE DYNAMICS OF SUCCESSIVE DIFFERENCES OVER Z AND R YIDA GAO, MATT REDMOND, ZACH STEWARD Abstract. The n-value game is a dynamical system defined by a method of iterated differences. In this paper, we

More information

Series. Definition. a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by. n=1

Series. Definition. a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by. n=1 Definition a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by a n, or a n. Chapter 11: Sequences and, Section 11.2 24 / 40 Given a series a n. The partial sum is the sum of the first

More information

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable.

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable. C H A P T E R 6 Algebra Review This chapter reviews key skills and concepts of algebra that you need to know for the SAT. Throughout the chapter are sample questions in the style of SAT questions. Each

More information

Introduction to Series and Sequences Math 121 Calculus II Spring 2015

Introduction to Series and Sequences Math 121 Calculus II Spring 2015 Introduction to Series and Sequences Math Calculus II Spring 05 The goal. The main purpose of our study of series and sequences is to understand power series. A power series is like a polynomial of infinite

More information

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes

PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES. Notes PUTNAM PROBLEMS SEQUENCES, SERIES AND RECURRENCES Notes. x n+ = ax n has the general solution x n = x a n. 2. x n+ = x n + b has the general solution x n = x + (n )b. 3. x n+ = ax n + b (with a ) can be

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Math 00 Calculus Lectures Chapter 8 Series Numeration of sections corresponds to the text James Stewart, Essential Calculus, Early Transcendentals, Second edition. Section 8. Sequences A sequence is a

More information

Solutions to Homework 2

Solutions to Homework 2 Solutions to Homewor Due Tuesday, July 6,. Chapter. Problem solution. If the series for ln+z and ln z both converge, +z then we can find the series for ln z by term-by-term subtraction of the two series:

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

Infinite Series - Section Can you add up an infinite number of values and get a finite sum? Yes! Here is a familiar example:

Infinite Series - Section Can you add up an infinite number of values and get a finite sum? Yes! Here is a familiar example: Infinite Series - Section 10.2 Can you add up an infinite number of values and get a finite sum? Yes! Here is a familiar example: 1 3 0. 3 0. 3 0. 03 0. 003 0. 0003 Ifa n is an infinite sequence, then

More information

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5 Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x - 15 2. x 2-9x + 14 3. x 2 + 6x + 5 Solving Equations by Factoring Recall the factoring pattern: Difference of Squares:...... Note: There

More information

Introduction to Techniques for Counting

Introduction to Techniques for Counting Introduction to Techniques for Counting A generating function is a device somewhat similar to a bag. Instead of carrying many little objects detachedly, which could be embarrassing, we put them all in

More information

Math Bootcamp 2012 Miscellaneous

Math Bootcamp 2012 Miscellaneous Math Bootcamp 202 Miscellaneous Factorial, combination and permutation The factorial of a positive integer n denoted by n!, is the product of all positive integers less than or equal to n. Define 0! =.

More information

Let s Get Series(ous)

Let s Get Series(ous) Department of Mathematics, Computer Science, and Statistics Bloomsburg University Bloomsburg, Pennsylvania 785 Let s Get Series(ous) Summary Presenting infinite series can be (used to be) a tedious and

More information

The infinite series is written using sigma notation as: lim u k. lim. better yet, we can say if the

The infinite series is written using sigma notation as: lim u k. lim. better yet, we can say if the Divergence and Integral Test With the previous content, we used the idea of forming a closed form for the n th partial sum and taking its limit to determine the SUM of the series (if it exists). *** It

More information

NUMBER SYSTEMS. Number theory is the study of the integers. We denote the set of integers by Z:

NUMBER SYSTEMS. Number theory is the study of the integers. We denote the set of integers by Z: NUMBER SYSTEMS Number theory is the study of the integers. We denote the set of integers by Z: Z = {..., 3, 2, 1, 0, 1, 2, 3,... }. The integers have two operations defined on them, addition and multiplication,

More information

Table of Contents. 2013, Pearson Education, Inc.

Table of Contents. 2013, Pearson Education, Inc. Table of Contents Chapter 1 What is Number Theory? 1 Chapter Pythagorean Triples 5 Chapter 3 Pythagorean Triples and the Unit Circle 11 Chapter 4 Sums of Higher Powers and Fermat s Last Theorem 16 Chapter

More information

Mu Sequences and Series Topic Test Solutions FAMAT State Convention 2018

Mu Sequences and Series Topic Test Solutions FAMAT State Convention 2018 . E The first term of the sum has a division by 0 and therefore the entire expression is undefined.. C We can pair off the elements in the sum, 008 008 ( (k + ) + (k + )) = 3. D We can once again pair

More information

THE N-VALUE GAME OVER Z AND R

THE N-VALUE GAME OVER Z AND R THE N-VALUE GAME OVER Z AND R YIDA GAO, MATT REDMOND, ZACH STEWARD Abstract. The n-value game is an easily described mathematical diversion with deep underpinnings in dynamical systems analysis. We examine

More information

Helping Students Understand Algebra

Helping Students Understand Algebra Helping Students Understand Algebra By Barbara Sandall, Ed.D., and Mary Swarthout, Ph.D. COPYRIGHT 2005 Mark Twain Media, Inc. ISBN 10-digit: 1-58037-293-7 13-digit: 978-1-58037-293-0 Printing No. CD-404020

More information

Review (11.1) 1. A sequence is an infinite list of numbers {a n } n=1 = a 1, a 2, a 3, The sequence is said to converge if lim

Review (11.1) 1. A sequence is an infinite list of numbers {a n } n=1 = a 1, a 2, a 3, The sequence is said to converge if lim Announcements: Note that we have taking the sections of Chapter, out of order, doing section. first, and then the rest. Section. is motivation for the rest of the chapter. Do the homework questions from

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

MTH 05. Basic Concepts of Mathematics I

MTH 05. Basic Concepts of Mathematics I MTH 05. Basic Concepts of Mathematics I Uma N. Iyer With Appendices by Sharon Persinger and Anthony Weaver Department of Mathematics and Computer Science Bronx Community College ii To my parents and teachers

More information

EXTRA CREDIT FOR MATH 39

EXTRA CREDIT FOR MATH 39 EXTRA CREDIT FOR MATH 39 This is the second, theoretical, part of an extra credit homework. This homework in not compulsory. If you do it, you can get up to 6 points (3 points for each part) of extra credit

More information

Mathematical Background

Mathematical Background Chapter 1 Mathematical Background When we analyze various algorithms in terms of the time and the space it takes them to run, we often need to work with math. That is why we ask you to take MA 2250 Math

More information

Continuity. The Continuity Equation The equation that defines continuity at a point is called the Continuity Equation.

Continuity. The Continuity Equation The equation that defines continuity at a point is called the Continuity Equation. Continuity A function is continuous at a particular x location when you can draw it through that location without picking up your pencil. To describe this mathematically, we have to use limits. Recall

More information

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer.

Math Review for Exam Answer each of the following questions as either True or False. Circle the correct answer. Math 22 - Review for Exam 3. Answer each of the following questions as either True or False. Circle the correct answer. (a) True/False: If a n > 0 and a n 0, the series a n converges. Soln: False: Let

More information

4.1 All in a Row (BC)

4.1 All in a Row (BC) 4.1 All in a Row (BC) Introduction to Series and Sequences You encounter sequences every day. Your monthly rent payments, the annual interest you earn on investments, a list of your car s miles per gallon

More information

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences AQA Level 2 Further mathematics Further algebra Section 4: Proof and sequences Notes and Examples These notes contain subsections on Algebraic proof Sequences The limit of a sequence Algebraic proof Proof

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

Gottfried Wilhelm Leibniz made many contributions to modern day Calculus, but

Gottfried Wilhelm Leibniz made many contributions to modern day Calculus, but Nikki Icard & Andy Hodges Leibniz's Harmonic Triangle MAT 5930 June 28, 202 Gottfried Wilhelm Leibniz made many contributions to modern day Calculus, but none of his contributions may have been as important

More information

Series. richard/math230 These notes are taken from Calculus Vol I, by Tom M. Apostol,

Series.  richard/math230 These notes are taken from Calculus Vol I, by Tom M. Apostol, Series Professor Richard Blecksmith richard@math.niu.edu Dept. of Mathematical Sciences Northern Illinois University http://math.niu.edu/ richard/math230 These notes are taken from Calculus Vol I, by Tom

More information

Ch 9/10/11/12 Exam Review

Ch 9/10/11/12 Exam Review Ch 9/0// Exam Review The vector v has initial position P and terminal point Q. Write v in the form ai + bj; that is, find its position vector. ) P = (4, 6); Q = (-6, -) Find the vertex, focus, and directrix

More information

Construction of the smallest common coarser of two and three set partitions

Construction of the smallest common coarser of two and three set partitions DOI: 10.2478/auom-2014-0019 An. Şt. Univ. Ovidius Constanţa Vol. 22(1),2014, 237 246 Construction of the smallest common coarser of two and three set partitions Radovan Potůček Abstract This paper is inspired

More information

Circle Chains Inscribed in Symmetrical Lunes and Integer Sequences

Circle Chains Inscribed in Symmetrical Lunes and Integer Sequences Forum Geometricorum Volume 17 (017) 1 9. FORUM GEOM ISSN 1534-1178 Circle Chains Inscribed in Symmetrical Lunes and Integer Sequences Giovanni Lucca Abstract. We derive the conditions for inscribing, inside

More information

Sequences. 1. Number sequences. 2. Arithmetic sequences. Consider the illustrated pattern of circles:

Sequences. 1. Number sequences. 2. Arithmetic sequences. Consider the illustrated pattern of circles: Sequences 1. Number sequences Consider the illustrated pattern of circles: The first layer has just one blue ball. The second layer has three pink balls. The third layer has five black balls. The fourth

More information

Chapter 1: Foundations for Algebra

Chapter 1: Foundations for Algebra Chapter 1: Foundations for Algebra 1 Unit 1: Vocabulary 1) Natural Numbers 2) Whole Numbers 3) Integers 4) Rational Numbers 5) Irrational Numbers 6) Real Numbers 7) Terminating Decimal 8) Repeating Decimal

More information

DIAGONALIZATION OF THE STRESS TENSOR

DIAGONALIZATION OF THE STRESS TENSOR DIAGONALIZATION OF THE STRESS TENSOR INTRODUCTION By the use of Cauchy s theorem we are able to reduce the number of stress components in the stress tensor to only nine values. An additional simplification

More information

AP Calc BC Convergence Tests Name: Block: Seat:

AP Calc BC Convergence Tests Name: Block: Seat: AP Calc BC Convergence Tests Name: Block: Seat: n th Term Divergence Test n=k diverges if lim n a n 0 a n diverges if lim n a n does not exist 1. Determine the convergence n 1 n + 1 Geometric Series The

More information

Integral approximations to π with nonnegative integrands

Integral approximations to π with nonnegative integrands Integral approximations to π with nonnegative integrands S.K. Lucas Department of Mathematics and Statistics James Madison University Harrisonburg VA 2287 Email: lucassk@jmu.edu May 27 One of the more

More information

Acta Mathematica et Informatica Universitatis Ostraviensis

Acta Mathematica et Informatica Universitatis Ostraviensis Acta Mathematica et Informatica Universitatis Ostraviensis Ladislav Mišík Big set of measure zero Acta Mathematica et Informatica Universitatis Ostraviensis, Vol. 9 (2001), No. 1, 53--57 Persistent URL:

More information

CHAPTER 4. Series. 1. What is a Series?

CHAPTER 4. Series. 1. What is a Series? CHAPTER 4 Series Given a sequence, in many contexts it is natural to ask about the sum of all the numbers in the sequence. If only a finite number of the are nonzero, this is trivial and not very interesting.

More information

OBJECTIVES UNIT 1. Lesson 1.0

OBJECTIVES UNIT 1. Lesson 1.0 OBJECTIVES UNIT 1 Lesson 1.0 1. Define "set," "element," "finite set," and "infinite set," "empty set," and "null set" and give two examples of each term. 2. Define "subset," "universal set," and "disjoint

More information

Generalized Near-Bell Numbers

Generalized Near-Bell Numbers 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 12 2009, Article 09.5.7 Generalized Near-Bell Numbers Martin Griffiths Department of Mathematical Sciences University of Esse Wivenhoe Par Colchester

More information

Luhn Primes of Order ω

Luhn Primes of Order ω Luhn Primes of Order ω Octavian Cira Aurel Vlaicu University of Arad, România Department of Mathematics and Computer Science octavian.cira@uav.ro Florentin Smarandache University of New Mexico, USA Mathematics

More information

On products of quartic polynomials over consecutive indices which are perfect squares

On products of quartic polynomials over consecutive indices which are perfect squares Notes on Number Theory and Discrete Mathematics Print ISSN 1310 513, Online ISSN 367 875 Vol. 4, 018, No. 3, 56 61 DOI: 10.7546/nntdm.018.4.3.56-61 On products of quartic polynomials over consecutive indices

More information

and the compositional inverse when it exists is A.

and the compositional inverse when it exists is A. Lecture B jacques@ucsd.edu Notation: R denotes a ring, N denotes the set of sequences of natural numbers with finite support, is a generic element of N, is the infinite zero sequence, n 0 R[[ X]] denotes

More information

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to SAT II - Math Level Test #0 Solution SAT II - Math Level Test No. 1. The positive zero of y = x + x 3/5 is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E). 3 b b 4ac Using Quadratic

More information

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1.

Sequences. Chapter 3. n + 1 3n + 2 sin n n. 3. lim (ln(n + 1) ln n) 1. lim. 2. lim. 4. lim (1 + n)1/n. Answers: 1. 1/3; 2. 0; 3. 0; 4. 1. Chapter 3 Sequences Both the main elements of calculus (differentiation and integration) require the notion of a limit. Sequences will play a central role when we work with limits. Definition 3.. A Sequence

More information

Partial Fraction Decompositions

Partial Fraction Decompositions Partial Fraction Rational Functions Partial Fraction Finding Partial Fractions Integrating Partial Fraction Eamples Rational Functions Definition Eample A function of the type P/Q, where both P and Q are

More information

Arithmetic Triangle. Luís Dias Ferreira 1

Arithmetic Triangle. Luís Dias Ferreira 1 Arithmetic Triangle Luís Dias Ferreira Colégio Valsassina, Av. Teixeira da Mota, Quinta das Teresinhas, 959-00 Lisboa, Portugal Journal of Mathematics Research; Vol. 9, No. 2; April 207 ISSN 96-9795 E-ISSN

More information

SECTION 9.2: ARITHMETIC SEQUENCES and PARTIAL SUMS

SECTION 9.2: ARITHMETIC SEQUENCES and PARTIAL SUMS (Chapter 9: Discrete Math) 9.11 SECTION 9.2: ARITHMETIC SEQUENCES and PARTIAL SUMS PART A: WHAT IS AN ARITHMETIC SEQUENCE? The following appears to be an example of an arithmetic (stress on the me ) sequence:

More information

Euler-Maclaurin summation formula

Euler-Maclaurin summation formula Physics 4 Spring 6 Euler-Maclaurin summation formula Lecture notes by M. G. Rozman Last modified: March 9, 6 Euler-Maclaurin summation formula gives an estimation of the sum N in f i) in terms of the integral

More information

Maths A Level Summer Assignment & Transition Work

Maths A Level Summer Assignment & Transition Work Maths A Level Summer Assignment & Transition Work The summer assignment element should take no longer than hours to complete. Your summer assignment for each course must be submitted in the relevant first

More information

CALC 2 CONCEPT PACKET Complete

CALC 2 CONCEPT PACKET Complete CALC 2 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

A number that can be written as, where p and q are integers and q Number.

A number that can be written as, where p and q are integers and q Number. RATIONAL NUMBERS 1.1 Definition of Rational Numbers: What are rational numbers? A number that can be written as, where p and q are integers and q Number. 0, is known as Rational Example:, 12, -18 etc.

More information

Sequences and Summations

Sequences and Summations COMP 182 Algorithmic Thinking Sequences and Summations Luay Nakhleh Computer Science Rice University Chapter 2, Section 4 Reading Material Sequences A sequence is a function from a subset of the set of

More information

On the Sum of Corresponding Factorials and Triangular Numbers: Some Preliminary Results

On the Sum of Corresponding Factorials and Triangular Numbers: Some Preliminary Results Asia Pacific Journal of Multidisciplinary Research, Vol 3, No 4, November 05 Part I On the Sum of Corresponding Factorials and Triangular Numbers: Some Preliminary Results Romer C Castillo, MSc Batangas

More information

Acta Acad. Paed. Agriensis, Sectio Mathematicae 28 (2001) POWER INTEGRAL BASES IN MIXED BIQUADRATIC NUMBER FIELDS

Acta Acad. Paed. Agriensis, Sectio Mathematicae 28 (2001) POWER INTEGRAL BASES IN MIXED BIQUADRATIC NUMBER FIELDS Acta Acad Paed Agriensis, Sectio Mathematicae 8 00) 79 86 POWER INTEGRAL BASES IN MIXED BIQUADRATIC NUMBER FIELDS Gábor Nyul Debrecen, Hungary) Abstract We give a complete characterization of power integral

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Algorithms: Background

Algorithms: Background Algorithms: Background Amotz Bar-Noy CUNY Amotz Bar-Noy (CUNY) Algorithms: Background 1 / 66 What is a Proof? Definition I: The cogency of evidence that compels acceptance by the mind of a truth or a fact.

More information

Chapter 1: Foundations for Algebra

Chapter 1: Foundations for Algebra Chapter 1: Foundations for Algebra 1 Unit 1: Vocabulary 1) Natural Numbers 2) Whole Numbers 3) Integers 4) Rational Numbers 5) Irrational Numbers 6) Real Numbers 7) Terminating Decimal 8) Repeating Decimal

More information

Sequences and Series, Induction. Review

Sequences and Series, Induction. Review Sequences and Series, Induction Review 1 Topics Arithmetic Sequences Arithmetic Series Geometric Sequences Geometric Series Factorial Notation Sigma Notation Binomial Theorem Mathematical Induction 2 Arithmetic

More information

Infinite Sequences and Series Section

Infinite Sequences and Series Section A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Infinite Sequences and Series Section 8.1-8.2 Dr. John Ehrke Department of Mathematics Fall 2012 Zeno s Paradox Achilles and

More information

Chapter 8. Infinite Series

Chapter 8. Infinite Series 8.4 Series of Nonnegative Terms Chapter 8. Infinite Series 8.4 Series of Nonnegative Terms Note. Given a series we have two questions:. Does the series converge? 2. If it converges, what is its sum? Corollary

More information

C.7. Numerical series. Pag. 147 Proof of the converging criteria for series. Theorem 5.29 (Comparison test) Let a k and b k be positive-term series

C.7. Numerical series. Pag. 147 Proof of the converging criteria for series. Theorem 5.29 (Comparison test) Let a k and b k be positive-term series C.7 Numerical series Pag. 147 Proof of the converging criteria for series Theorem 5.29 (Comparison test) Let and be positive-term series such that 0, for any k 0. i) If the series converges, then also

More information

A Note about the Pochhammer Symbol

A Note about the Pochhammer Symbol Mathematica Moravica Vol. 12-1 (2008), 37 42 A Note about the Pochhammer Symbol Aleksandar Petoević Abstract. In this paper we give elementary proofs of the generating functions for the Pochhammer symbol

More information

Module 1: Whole Numbers Module 2: Fractions Module 3: Decimals and Percent Module 4: Real Numbers and Introduction to Algebra

Module 1: Whole Numbers Module 2: Fractions Module 3: Decimals and Percent Module 4: Real Numbers and Introduction to Algebra Course Title: College Preparatory Mathematics I Prerequisite: Placement with a score below 20 on ACT, below 450 on SAT, or assessing into Basic Applied Mathematics or Basic Algebra using Accuplacer, ASSET

More information

2.1 Quadratic Functions

2.1 Quadratic Functions Date:.1 Quadratic Functions Precalculus Notes: Unit Polynomial Functions Objective: The student will sketch the graph of a quadratic equation. The student will write the equation of a quadratic function.

More information

Section 8.2: Integration by Parts When you finish your homework, you should be able to

Section 8.2: Integration by Parts When you finish your homework, you should be able to Section 8.2: Integration by Parts When you finish your homework, you should be able to π Use the integration by parts technique to find indefinite integral and evaluate definite integrals π Use the tabular

More information

Algorithms CMSC Homework set #1 due January 14, 2015

Algorithms CMSC Homework set #1 due January 14, 2015 Algorithms CMSC-27200 http://alg15.cs.uchicago.edu Homework set #1 due January 14, 2015 Read the homework instructions on the website. The instructions that follow here are only an incomplete summary.

More information

MAT335H1F Lec0101 Burbulla

MAT335H1F Lec0101 Burbulla Fall 2012 4.1 Graphical Analysis 4.2 Orbit Analysis Functional Iteration If F : R R, then we shall write F 2 (x) = (F F )(x) = F (F (x)) F 3 (x) = (F F 2 )(x) = F (F 2 (x)) = F (F (F (x))) F n (x) = (F

More information

Series. 1 Convergence and Divergence of Series. S. F. Ellermeyer. October 23, 2003

Series. 1 Convergence and Divergence of Series. S. F. Ellermeyer. October 23, 2003 Series S. F. Ellermeyer October 23, 2003 Convergence and Divergence of Series An infinite series (also simply called a series) is a sum of infinitely many terms a k = a + a 2 + a 3 + () The sequence a

More information

Section 1.1 Guided Notebook. Section 1.1 Linear Equations

Section 1.1 Guided Notebook. Section 1.1 Linear Equations Linear Equations Work through TTK #1 Work through TTK # Work through TTK #3 Work through Objective 1 Work through Objective Work through Objective 3 Work through Objective 4 Work through Objective 5 Guided

More information

Section 1.2 A Catalog of Essential Functions

Section 1.2 A Catalog of Essential Functions Page 1 of 6 Section 1. A Catalog of Essential Functions Linear Models: All linear equations have the form y = m + b. rise change in horizontal The letter m is the slope of the line, or. It can be positive,

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

More information

TECHNIQUES IN FACTORISATION

TECHNIQUES IN FACTORISATION TECHNIQUES IN FACTORISATION The process where brackets are inserted into an equation is referred to as factorisation. Factorisation is the opposite process to epansion. METHOD: Epansion ( + )( 5) 15 Factorisation

More information

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved. 11.10 Taylor and Maclaurin Series Copyright Cengage Learning. All rights reserved. We start by supposing that f is any function that can be represented by a power series f(x)= c 0 +c 1 (x a)+c 2 (x a)

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

Section 5.2 Solving Recurrence Relations

Section 5.2 Solving Recurrence Relations Section 5.2 Solving Recurrence Relations If a g(n) = f (a g(0),a g(1),..., a g(n 1) ) find a closed form or an expression for a g(n). Recall: nth degree polynomials have n roots: a n x n + a n 1 x n 1

More information

converges to a root, it may not always be the root you have in mind.

converges to a root, it may not always be the root you have in mind. Math 1206 Calculus Sec. 4.9: Newton s Method I. Introduction For linear and quadratic equations there are simple formulas for solving for the roots. For third- and fourth-degree equations there are also

More information

does not exist. Examples: { }, {sin } 11, It appears that the sequence is approaching 1 2.

does not exist. Examples: { }, {sin } 11, It appears that the sequence is approaching 1 2. 8 INFINITE SEQUENCES AND SERIES 8. Sequences. (a) A sequence is an ordered list of numbers. It can also be dened as a function whose domain is the set of positive integers. (b) The terms approach 8 as

More information

Infinite Continued Fractions

Infinite Continued Fractions Infinite Continued Fractions 8-5-200 The value of an infinite continued fraction [a 0 ; a, a 2, ] is lim c k, where c k is the k-th convergent k If [a 0 ; a, a 2, ] is an infinite continued fraction with

More information

Alternating Series, Absolute and Conditional Convergence Á + s -1dn Á + s -1dn 4

Alternating Series, Absolute and Conditional Convergence Á + s -1dn Á + s -1dn 4 .6 Alternating Series, Absolute and Conditional Convergence 787.6 Alternating Series, Absolute and Conditional Convergence A series in which the terms are alternately positive and negative is an alternating

More information

West Windsor-Plainsboro Regional School District Math A&E Grade 7

West Windsor-Plainsboro Regional School District Math A&E Grade 7 West Windsor-Plainsboro Regional School District Math A&E Grade 7 Page 1 of 24 Unit 1: Introduction to Algebra Content Area: Mathematics Course & Grade Level: A&E Mathematics, Grade 7 Summary and Rationale

More information

Intermediate Algebra Summary - Part II

Intermediate Algebra Summary - Part II Intermediate Algebra Summary - Part II This is an overview of the key ideas we have discussed during the middle part of this course. You may find this summary useful as a study aid, but remember that the

More information

16.4. Power Series. Introduction. Prerequisites. Learning Outcomes

16.4. Power Series. Introduction. Prerequisites. Learning Outcomes Power Series 6.4 Introduction In this Section we consider power series. These are examples of infinite series where each term contains a variable, x, raised to a positive integer power. We use the ratio

More information

2 +1 2(1) (2) (3) = ( +1)! 2! 1 3! 1 4! 1 5! 1 1 6! = 2 = 6 2 =3.

2 +1 2(1) (2) (3) = ( +1)! 2! 1 3! 1 4! 1 5! 1 1 6! = 2 = 6 2 =3. INFINITE SEQUENCES AND SERIES Sequences (a) A sequence is an ordered list of numbers It can also be defined as a function whose domain is the set of positive integers (b) The terms approach 8 as becomes

More information

Solutions to Practice Final

Solutions to Practice Final s to Practice Final 1. (a) What is φ(0 100 ) where φ is Euler s φ-function? (b) Find an integer x such that 140x 1 (mod 01). Hint: gcd(140, 01) = 7. (a) φ(0 100 ) = φ(4 100 5 100 ) = φ( 00 5 100 ) = (

More information

Contents. To the Teacher... v

Contents. To the Teacher... v Katherine & Scott Robillard Contents To the Teacher........................................... v Linear Equations................................................ 1 Linear Inequalities..............................................

More information

WYSE MATH STATE 2012 SOLUTIONS. 1. Ans E: Trapezoids need only have one pair of parallel sides. Parallelograms are, by definition, forced to have two.

WYSE MATH STATE 2012 SOLUTIONS. 1. Ans E: Trapezoids need only have one pair of parallel sides. Parallelograms are, by definition, forced to have two. WYSE MATH STATE 01 SOLUTIONS 1. Ans E: Trapezoids need only have one pair of parallel sides. Parallelograms are, by definition, forced to have two.. Ans A: All the cans can be arranged in 10 P 10 = 10!

More information

Math 75 Mini-Mod Due Dates Spring 2016

Math 75 Mini-Mod Due Dates Spring 2016 Mini-Mod 1 Whole Numbers Due: 4/3 1.1 Whole Numbers 1.2 Rounding 1.3 Adding Whole Numbers; Estimation 1.4 Subtracting Whole Numbers 1.5 Basic Problem Solving 1.6 Multiplying Whole Numbers 1.7 Dividing

More information

Convergence of Some Divergent Series!

Convergence of Some Divergent Series! Convergence of Some Divergent Series! T. Muthukumar tmk@iitk.ac.in 9 Jun 04 The topic of this article, the idea of attaching a finite value to divergent series, is no longer a purely mathematical exercise.

More information