Sequences and Series, Induction. Review

Size: px
Start display at page:

Download "Sequences and Series, Induction. Review"

Transcription

1 Sequences and Series, Induction Review 1

2 Topics Arithmetic Sequences Arithmetic Series Geometric Sequences Geometric Series Factorial Notation Sigma Notation Binomial Theorem Mathematical Induction 2

3 Arithmetic Sequence Sequence of numbers The difference between any two sequential terms is the same Examples: 1, 3, 5, 7, 9 5, 10, 15, 20, 25 Can write as a, a+d, a+2d, a+nd where a is the first term and d is the common difference The nth term is a+ (n-1)d 3

4 Example The fifth term in an arithmetic sequence is ½ and the 20 th is 7/8. Find the first three terms of the sequence. 4

5 Solution The fifth term in an arithmetic sequence is ½ and the 20 th is 7/8. Find the first three terms of the sequence. a + (5-1)d = ½, where a is the 1 st term, and d is the common difference a + (20-1)d = 7/8 Taking the 2 nd equation less the 1 st, we have 15d = 3/8, or d = 1/40 a+4/40 = ½, from the equation for the fifth term, so a = 2/5. Check: 2/5 + 1/10 = 5/10 = ½ 2/5 + 19/40 = 16/ /40 = 35/40 = 7/8 The first three terms are 2/5, 17/40, 9/20 5

6 Example Find the common difference in an arithmetic sequence in which the 10 th term minus the 20 th is 70 6

7 Solution Find the common difference in an arithmetic sequence in which the 10 th term minus the 20 th is 70 Note, that since the 20 th is 70 less then 10 th, the difference must be negative (a + 9d) (a + 19d) = 70-10d = 70, d = -7 7

8 Arithmetic Series The sum of an arithmetic sequence Assume a n = a + (n-1)d, where d is the common difference and a is the first term The sum of the first n terms is n(a + a n )/2 8

9 Examples Find the sum of the first 16 terms in the sequence 2, 11, 20, 29 Find the sum of the first 50 terms in a series whose first term is -8 and 50 th term is 139 9

10 Solution Find the sum of the first 16 terms in the sequence 2, 11, 20, 29 difference is 9, a n = 2+(n-1)9; n=16 so a n = 2+(15)9=137 so sum is 16[1/2(2+137)] = 1112 Find the sum of the first 50 terms in a series whose first term is -8 and 50 th term is ( )/2 = 25(131) =

11 Example The sum of the first 12 terms of an arithmetic sequence is 156. What is the sum of the 1 st and 12 th term? 11

12 Solution The sum of an arithmetic sequence of length n is n times the mean of the 1 st and nth term The sum of the first 12 terms of an arithmetic sequence is 156. What is the sum of the 1 st and 12 th term? 156 = 12(a1 + a12)/2 a1 + a12 = 312/12 = 26 12

13 Geometric Sequences and Series A geometric sequence (or progression) is a sequence of the form a, ar, ar 2, ar 3,, where a and r are non-zero constants (a and r can be < 0) r is called the common ratio For example, if we have a geometric series 3, 6, 12, then a = 3 and r = 2 13

14 Finding the nth term a n = ar n-1 Find the 7th term in the sequence 2, 6, 18,... a = 2, and r = 3, the 7 th term is 2(3 6 ) = 2(729) = 1458 As with arithmetic sequences, we can have a finite geometric sequences 14

15 Examples Find the 100 th term of the sequence -1, 1, -1, 1 Find the 6 th term of the series 1, -2 2, 8 15

16 Solution Find the 100 th term of the series -1, 1, -1, 1 The ratio is -1, so we have -1(-1) 99 = 1 Find the 6 th term of the series 1, - 2, 2 Ratio is - 2, so we have 1(- 2) n-1 = 1(- 2) 5 =

17 A Finite Geometric Series a + ar + ar 2 + ar 3 +ar n-1 = a(1 rn ) 1 r 17

18 Example Find the sum of 1/2 + (1/2) 2 + (1/2) 9 18

19 Solution Find the sum of 1/2 + (1/2) 2 + (1/2) 9 Sum = (1 1 ) = 1 2 ( ) = 1-1/1024 = 1023/

20 An Infinite Geometric Series Consider ½ + 1/4 + 1/8 + For n terms, the sum is n = (1- ( ½ ) n ) As n gets large, this is just 1 The sum of an infinite series, with r <1 is a 1 r 20

21 Example 2 Find k=1 3 k 1 21

22 Solution 2 Find k=1 3 k 1 s = a = 1 = 3 1 r 1/3 22

23 Example Find the sum of the infinite series 9/10 + 9/ /

24 Solution Find the sum of the infinite series 9/10 + 9/ /1000 Sum = a/(1-r) = (9/10) / ((1-1/10) = 1 24

25 Repeating Decimals Find a fractional equivalent of = 2/ / /100,000 Treat as an infinite geometric series Sum = 2/10 + a(1-r) = 2/10 + (35/1000)/(1-1/100) =2/ /( 1000(99/100)) = 2/ /(990)= 233/990 25

26 Evaluate Example 26

27 Solution Evaluate a=47/100 r = 1/100 S = a/(1-r) = (47/100)/(99/100) = 47/99 27

28 Sigma Notation 28

29 Sigma notation: A Shortcut Notation m n=k a n Means to sum the values a, starting with n = k and ending with n = m, n=k m a n = a k +a k+1 + a m 29

30 Example 6 j=4 2 j =

31 Example x + x2 + x3 + x4 1! 2! 3! 4! x12 = 12 x j 12! j=1 j! 31

32 Examples 5 Find k=1 k 32

33 Solution 5 Find k=1 k Sum is n( a1 + an)/2 = 5(1+5)/2 = 15 33

34 Factorial n! = 1 x 2 x 3 x 4 x n 1! = 1 0! = 1 (by definition) 34

35 Example Find (n+1)!/(n-1)! = n(n+1)= n 2 + n 35

36 Binomial Theorem The value of (a+b) n can (a+b) = a + b (a+b) 2 = a 2 + 2b + b 2 (a+b) 3 = a 3 + 3a 2 b + 3ab 2 + b 3 (a+b) 4 = a 4 + 4a 3 b + 6a 2 b 2 + 4ab 3 + b 4 Note the pattern of the coefficients 36

37 n k = n! for n k k! n k! The Binomial Coefficient 5 3 = 5! 3!2! = 5 4 = 10 (3 2 1)(2 1)

38 The Binomial Theorem (a+b) n = n 0 an + n 1 an-1 b + n 2 an-2 b 2 + n n 1 abn-1 + n n bn n k = n! k! n k! for n k So, (a+b) 3 = 3! 0!3! a3 + 3! 1!2! a2 b+ 3! 2!1! ab2 + 3! 3!0! b3 = a 3 + 3a 2 b+ 3ab 2 + b 3 38

39 General Expansion The rth term in the expansion of (a+b) n is: n r 1 an-r+1 b r-1 39

40 Practice Find (a+b) 6 40

41 Solution Find (a+b) 6 a 6 + 6a 5 b + 15a 4 b a 3 b a 2 b 4 + 6ab 5 + b 6 41

42 Find the 5 th term of (a-2b) 3 Example 42

43 Find the 3rd term of (a-2b) 5 Solution 5! 2! 5 2! a3 (2b) 2 = a 3 (b) 2 = 40a 3 b

44 Mathematical Induction Prove the statement is true for k = 1 Prove that if the statement is true for k, then it is true for k+1 44

45 Example (2n-1) = n 2 Let n = 1: (2n-1) = 1= n 2 Assume (2n-1) = n 2 Add the n+1 term to both sides Show n 2 + 2(n + 1) = (n+1) 2 =n 2 + 2n + 2 = n 2 + 2(n +1) Expression remains true 45

46 Example Show (2n) 3 = 2n 2 (n+1) 2 46

47 Solution Show (2n) 3 = 2n 2 (n+1) 2 n=1: (2) 3 = 2(1) 3 (1+1) 2 or 8 = 2(4) = 8 n+1: Add term to left side (2(n+1)) 3 gives (2n) 3 +(2(n+1)) 3 Add to right side; 2n 2 (n+1) 2 + [2(n + 1)] 3 = 2n 2 (n+1) 2 + 8(n+ 1) 3 = 2(n+1) 2 [ n 2 + 4(n+1)]= 2(n+1) 2 (n+2) 2 47

Lesson 12.7: Sequences and Series

Lesson 12.7: Sequences and Series Lesson 12.7: Sequences and Series May 30 7:11 AM Sequences Definition: A sequence is a set of numbers in a specific order. 2, 5, 8,. is an example of a sequence. Note: A sequence may have either a finite

More information

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms)

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms) Math 120 Intermediate Algebra Sec 10.1: Sequences Defn A sequence is a function whose domain is the set of positive integers. The formula for the nth term of a sequence is called the general term. Examples

More information

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3)

The given pattern continues. Write down the nth term of the sequence {an} suggested by the pattern. 3) 4, 10, 16, 22, 28,... 3) M60(Precalculus) Evaluate the factorial expression. 9! ) 7!! ch practice test ) Write out the first five terms of the sequence. ) {sn} = (-)n - n + n - ) The given pattern continues. Write down the nth

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

SERIES AND SEQUENCE. solution. 3r + 2r 2. r=1. r=1 = = = 155. solution. r 3. 2r +

SERIES AND SEQUENCE. solution. 3r + 2r 2. r=1. r=1 = = = 155. solution. r 3. 2r + Series 1 + + 3 + 4 +... SERIES AND SEQUENCE Sequence 1,, 3, 4,... example The series 1 + + 3 + 4 +... + n = n r=1 r n r=1 r = 1 + + 3 +... + n = n(n + 1) Eg.1 The sum of the first 100 natural numbers is

More information

PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 2015 Section A: Summary Notes and Examples

PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 2015 Section A: Summary Notes and Examples PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 05 Section A: Summary Notes and Examples Grade Revision Before you begin working with grade patterns, sequences and series, it is important to revise what you

More information

Ch1 Algebra and functions. Ch 2 Sine and Cosine rule. Ch 10 Integration. Ch 9. Ch 3 Exponentials and Logarithms. Trigonometric.

Ch1 Algebra and functions. Ch 2 Sine and Cosine rule. Ch 10 Integration. Ch 9. Ch 3 Exponentials and Logarithms. Trigonometric. Ch1 Algebra and functions Ch 10 Integration Ch 2 Sine and Cosine rule Ch 9 Trigonometric Identities Ch 3 Exponentials and Logarithms C2 Ch 8 Differentiation Ch 4 Coordinate geometry Ch 7 Trigonometric

More information

Sequences and Series. College Algebra

Sequences and Series. College Algebra Sequences and Series College Algebra Sequences A sequence is a function whose domain is the set of positive integers. A finite sequence is a sequence whose domain consists of only the first n positive

More information

12.1 Arithmetic Progression Geometric Progression General things about sequences

12.1 Arithmetic Progression Geometric Progression General things about sequences ENGR11 Engineering Mathematics Lecture Notes SMS, Victoria University of Wellington Week Five. 1.1 Arithmetic Progression An arithmetic progression is a sequence where each term is found by adding a fixed

More information

EECS 1028 M: Discrete Mathematics for Engineers

EECS 1028 M: Discrete Mathematics for Engineers EECS 1028 M: Discrete Mathematics for Engineers Suprakash Datta Office: LAS 3043 Course page: http://www.eecs.yorku.ca/course/1028 Also on Moodle S. Datta (York Univ.) EECS 1028 W 18 1 / 16 Sequences and

More information

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

More information

DETAILED SOLUTIONS AND CONCEPTS - SEQUENCES AND SERIES

DETAILED SOLUTIONS AND CONCEPTS - SEQUENCES AND SERIES DETAILED SOLUTIONS AND CONCEPTS - SEQUENCES AND SERIES Prepared by Ingrid Stewart, Ph.D., College of Southern Nevada Please Send Questions and Comments to ingrid.stewart@csn.edu. Thank you! PLEASE NOTE

More information

, 500, 250, 125, , 2, 4, 7, 11, 16, , 3, 9, 27, , 3, 2, 7, , 2 2, 4, 4 2, 8

, 500, 250, 125, , 2, 4, 7, 11, 16, , 3, 9, 27, , 3, 2, 7, , 2 2, 4, 4 2, 8 Warm Up Look for a pattern and predict the next number or expression in the list. 1. 1000, 500, 250, 125, 62.5 2. 1, 2, 4, 7, 11, 16, 22 3. 1, 3, 9, 27, 81 4. 8, 3, 2, 7, -12 5. 2, 2 2, 4, 4 2, 8 6. 7a

More information

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

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

SERIES

SERIES SERIES.... This chapter revisits sequences arithmetic then geometric to see how these ideas can be extended, and how they occur in other contexts. A sequence is a list of ordered numbers, whereas a series

More information

Lecture 3 - Tuesday July 5th

Lecture 3 - Tuesday July 5th Lecture 3 - Tuesday July 5th jacques@ucsd.edu Key words: Identities, geometric series, arithmetic series, difference of powers, binomial series Key concepts: Induction, proofs of identities 3. Identities

More information

MTS 105 LECTURE 5: SEQUENCE AND SERIES 1.0 SEQUENCE

MTS 105 LECTURE 5: SEQUENCE AND SERIES 1.0 SEQUENCE MTS 105 LECTURE 5: SEQUENCE AND SERIES 1.0 SEQUENCE A sequence is an endless succession of numbers placed in a certain order so that there is a first number, a second and so on. Consider, for example,

More information

Vocabulary. Term Page Definition Clarifying Example. arithmetic sequence. explicit formula. finite sequence. geometric mean. geometric sequence

Vocabulary. Term Page Definition Clarifying Example. arithmetic sequence. explicit formula. finite sequence. geometric mean. geometric sequence CHAPTER 2 Vocabulary The table contains important vocabulary terms from Chapter 2. As you work through the chapter, fill in the page number, definition, and a clarifying example. arithmetic Term Page Definition

More information

Convert the equation to the standard form for an ellipse by completing the square on x and y. 3) 16x y 2-32x - 150y = 0 3)

Convert the equation to the standard form for an ellipse by completing the square on x and y. 3) 16x y 2-32x - 150y = 0 3) Math 370 Exam 5 Review Name Graph the ellipse and locate the foci. 1) x 6 + y = 1 1) foci: ( 15, 0) and (- 15, 0) Objective: (9.1) Graph Ellipses Not Centered at the Origin Graph the ellipse. ) (x + )

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

Intermediate Math Circles March 11, 2009 Sequences and Series

Intermediate Math Circles March 11, 2009 Sequences and Series 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Intermediate Math Circles March 11, 009 Sequences and Series Tower of Hanoi The Tower of Hanoi is a game

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

Finding the sum of a finite Geometric Series. The sum of the first 5 powers of 2 The sum of the first 5 powers of 3

Finding the sum of a finite Geometric Series. The sum of the first 5 powers of 2 The sum of the first 5 powers of 3 Section 1 3B: Series A series is the sum of a given number of terms in a sequence. For every sequence a 1, a, a 3, a 4, a 5, a 6, a 7,..., a n of real numbers there is a series that is defined as the sum

More information

JUST THE MATHS SLIDES NUMBER 2.1. SERIES 1 (Elementary progressions and series) A.J.Hobson

JUST THE MATHS SLIDES NUMBER 2.1. SERIES 1 (Elementary progressions and series) A.J.Hobson JUST THE MATHS SLIDES NUMBER.1 SERIES 1 (Elementary progressions and series) by A.J.Hobson.1.1 Arithmetic progressions.1. Arithmetic series.1.3 Geometric progressions.1.4 Geometric series.1.5 More general

More information

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1.

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1. 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 8: Sequences, Series, and Combinatorics Section 8.1 Sequences and Series Sequences A sequence

More information

Section 4.1: Sequences and Series

Section 4.1: Sequences and Series Section 4.1: Sequences and Series In this section, we shall introduce the idea of sequences and series as a necessary tool to develop the proof technique called mathematical induction. Most of the material

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

SEQUENCES AND SERIES

SEQUENCES AND SERIES A sequence is an ordered list of numbers. SEQUENCES AND SERIES Note, in this context, ordered does not mean that the numbers in the list are increasing or decreasing. Instead it means that there is a first

More information

MATH3283W LECTURE NOTES: WEEK 6 = 5 13, = 2 5, 1 13

MATH3283W LECTURE NOTES: WEEK 6 = 5 13, = 2 5, 1 13 MATH383W LECTURE NOTES: WEEK 6 //00 Recursive sequences (cont.) Examples: () a =, a n+ = 3 a n. The first few terms are,,, 5 = 5, 3 5 = 5 3, Since 5

More information

Revision notes for Pure 1(9709/12)

Revision notes for Pure 1(9709/12) Revision notes for Pure 1(9709/12) By WaqasSuleman A-Level Teacher Beaconhouse School System Contents 1. Sequence and Series 2. Functions & Quadratics 3. Binomial theorem 4. Coordinate Geometry 5. Trigonometry

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

Chapter 4 Sequences and Series

Chapter 4 Sequences and Series Chapter 4 Sequences and Series 4.1 Sequence Review Sequence: a set of elements (numbers or letters or a combination of both). The elements of the set all follow the same rule (logical progression). The

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

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

SEQUENCES & SERIES. Arithmetic sequences LESSON

SEQUENCES & SERIES. Arithmetic sequences LESSON LESSON SEQUENCES & SERIES In mathematics you have already had some experience of working with number sequences and number patterns. In grade 11 you learnt about quadratic or second difference sequences.

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

Quantum Mechanics for Scientists and Engineers. David Miller

Quantum Mechanics for Scientists and Engineers. David Miller Quantum Mechanics for Scientists and Engineers David Miller Background mathematics 5 Sum, factorial and product notations Summation notation If we want to add a set of numbers a 1, a 2, a 3, and a 4, we

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

A video College Algebra course & 6 Enrichment videos

A video College Algebra course & 6 Enrichment videos A video College Algebra course & 6 Enrichment videos Recorded at the University of Missouri Kansas City in 1998. All times are approximate. About 43 hours total. Available on YouTube at http://www.youtube.com/user/umkc

More information

n=1 ( 2 3 )n (a n ) converges by direct comparison to

n=1 ( 2 3 )n (a n ) converges by direct comparison to . (a) n = a n converges, so we know that a n =. Therefore, for n large enough we know that a n

More information

n f(k) k=1 means to evaluate the function f(k) at k = 1, 2,..., n and add up the results. In other words: n f(k) = f(1) + f(2) f(n). 1 = 2n 2.

n f(k) k=1 means to evaluate the function f(k) at k = 1, 2,..., n and add up the results. In other words: n f(k) = f(1) + f(2) f(n). 1 = 2n 2. Handout on induction and written assignment 1. MA113 Calculus I Spring 2007 Why study mathematical induction? For many students, mathematical induction is an unfamiliar topic. Nonetheless, this is an important

More information

Sequences and Series

Sequences and Series Sequences and Series SUBJECTIVE PROBLEMS: Q. 1. The harmonic mean of two numbers is 4. Their arithmetic mean A and the geometric mean G satisfy the relation. 2A + G 2 = 27. Find the two numbers. (IIT JEE

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

More information

Miller Objectives Alignment Math

Miller Objectives Alignment Math Miller Objectives Alignment Math 1050 1 College Algebra Course Objectives Spring Semester 2016 1. Use algebraic methods to solve a variety of problems involving exponential, logarithmic, polynomial, and

More information

MCR3U Unit 7 Lesson Notes

MCR3U Unit 7 Lesson Notes 7.1 Arithmetic Sequences Sequence: An ordered list of numbers identified by a pattern or rule that may stop at some number or continue indefinitely. Ex. 1, 2, 4, 8,... Ex. 3, 7, 11, 15 Term (of a sequence):

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

More information

) = nlog b ( m) ( m) log b ( ) ( ) = log a b ( ) Algebra 2 (1) Semester 2. Exponents and Logarithmic Functions

) = nlog b ( m) ( m) log b ( ) ( ) = log a b ( ) Algebra 2 (1) Semester 2. Exponents and Logarithmic Functions Exponents and Logarithmic Functions Algebra 2 (1) Semester 2! a. Graph exponential growth functions!!!!!! [7.1]!! - y = ab x for b > 0!! - y = ab x h + k for b > 0!! - exponential growth models:! y = a(

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

Prentice Hall CME Project, Algebra

Prentice Hall CME Project, Algebra Prentice Hall Advanced Algebra C O R R E L A T E D T O Oregon High School Standards Draft 6.0, March 2009, Advanced Algebra Advanced Algebra A.A.1 Relations and Functions: Analyze functions and relations

More information

MATH 301 INTRO TO ANALYSIS FALL 2016

MATH 301 INTRO TO ANALYSIS FALL 2016 MATH 301 INTRO TO ANALYSIS FALL 016 Homework 04 Professional Problem Consider the recursive sequence defined by x 1 = 3 and +1 = 1 4 for n 1. (a) Prove that ( ) converges. (Hint: show that ( ) is decreasing

More information

Revision Questions. Sequences, Series, Binomial and Basic Differentiation

Revision Questions. Sequences, Series, Binomial and Basic Differentiation Revision Questions Sequences, Series, Binomial and Basic Differentiation 1 ARITHMETIC SEQUENCES BASIC QUESTIONS 1) An arithmetic sequence is defined a=5 and d=3. Write down the first 6 terms. ) An arithmetic

More information

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction Math 4 Summer 01 Elementary Number Theory Notes on Mathematical Induction Principle of Mathematical Induction Recall the following axiom for the set of integers. Well-Ordering Axiom for the Integers If

More information

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1)

IB Mathematics HL Year 2 Unit 11: Completion of Algebra (Core Topic 1) IB Mathematics HL Year Unit : Completion of Algebra (Core Topic ) Homewor for Unit Ex C:, 3, 4, 7; Ex D: 5, 8, 4; Ex E.: 4, 5, 9, 0, Ex E.3: (a), (b), 3, 7. Now consider these: Lesson 73 Sequences and

More information

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee CSCE 222 Discrete Structures for Computing Sequences and Summations Dr. Hyunyoung Lee Based on slides by Andreas Klappenecker 1 Sequences 2 Sequences A sequence is a function from a subset of the set of

More information

Topic Outline for Algebra 2 & and Trigonometry One Year Program

Topic Outline for Algebra 2 & and Trigonometry One Year Program Topic Outline for Algebra 2 & and Trigonometry One Year Program Algebra 2 & and Trigonometry - N - Semester 1 1. Rational Expressions 17 Days A. Factoring A2.A.7 B. Rationals A2.N.3 A2.A.17 A2.A.16 A2.A.23

More information

Elizabethtown Area School District Algebra III/Trigonometry Name of Course

Elizabethtown Area School District Algebra III/Trigonometry Name of Course Algebra III/Trigonometry Name of Course Course Number: 247 Grade Level: 10-12 Length of Course: 1 Semester Total Clock Hours: 120 hours Length of Period: 80 minutes Date Written: 8/3 8/4/05 Periods per

More information

Instructor: Koshal Dahal Test 4 date: Fri, May 1

Instructor: Koshal Dahal Test 4 date: Fri, May 1 Rec/Sec: Review Test (Math1650:500) Instructor: Koshal Dahal Test date: Fri, May 1 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the equivalent

More information

MATH 117 LECTURE NOTES

MATH 117 LECTURE NOTES MATH 117 LECTURE NOTES XIN ZHOU Abstract. This is the set of lecture notes for Math 117 during Fall quarter of 2017 at UC Santa Barbara. The lectures follow closely the textbook [1]. Contents 1. The set

More information

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial,

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial, 5639_Holtfrerich_Index 6/2/05 11:45 AM Page I-1 Index Absolute value defined, 46 functions and, 126 59 Absolute value equations, solutions, 46 49 Absolute value inequalities, solutions, 263 267 Acceleration,

More information

KIST DP Course Descriptions

KIST DP Course Descriptions Grade: 11 Unit Number: 1 Unit Title: Algebra Sequence and Series; Exponents and Logarithms; The Binomial Theorem Deductive vs. Inductive reasoning Mathematics begins with axioms and uses deductive reasoning

More information

Core Mathematics C12

Core Mathematics C12 Write your name here Surname Other names Core Mathematics C12 SWANASH A Practice Paper Time: 2 hours 30 minutes Paper - E Year: 2017-2018 The formulae that you may need to answer some questions are found

More information

Outline. We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction

Outline. We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction Outline We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction Induction P(1) ( n 2)[P(n 1) P(n)] ( n 1)[P(n)] Why Does This Work? I P(1) ( n 2)[P(n

More information

JUST THE MATHS UNIT NUMBER 2.1. SERIES 1 (Elementary progressions and series) A.J.Hobson

JUST THE MATHS UNIT NUMBER 2.1. SERIES 1 (Elementary progressions and series) A.J.Hobson JUST THE MATHS UNIT NUMBER.1 SERIES 1 (Elementary progressions and series) by A.J.Hobson.1.1 Arithmetic progressions.1. Arithmetic series.1.3 Geometric progressions.1.4 Geometric series.1.5 More general

More information

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R.

2.1 Sets. Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. 2. Basic Structures 2.1 Sets Definition 1 A set is an unordered collection of objects. Important sets: N, Z, Z +, Q, R. Definition 2 Objects in a set are called elements or members of the set. A set is

More information

Core Mathematics 2 Geometric Series

Core Mathematics 2 Geometric Series Core Mathematics 2 Geometric Series Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Mathematics 2 Geometric Series 1 Geometric series The sum of a finite geometric series; the sum to infinity of

More information

2009 A-level Maths Tutor All Rights Reserved

2009 A-level Maths Tutor All Rights Reserved 2 This book is under copyright to A-level Maths Tutor. However, it may be distributed freely provided it is not sold for profit. Contents the Sigma Notation 3 arithmetical progressions(series) 6 geometrical

More information

Functions in Tables 2.0

Functions in Tables 2.0 Ns Activate Prior Knowledge Function Table Game Topic: Functions Functions in Tables 2.0 Date: Objectives: SWBAT (Identify patterns in Tables) Main Ideas: Assignment: What is a relation? What is a function?

More information

Introduction to Decision Sciences Lecture 10

Introduction to Decision Sciences Lecture 10 Introduction to Decision Sciences Lecture 10 Andrew Nobel October 17, 2017 Mathematical Induction Given: Propositional function P (n) with domain N + Basis step: Show that P (1) is true Inductive step:

More information

Ex. Here's another one. We want to prove that the sum of the cubes of the first n natural numbers is. n = n 2 (n+1) 2 /4.

Ex. Here's another one. We want to prove that the sum of the cubes of the first n natural numbers is. n = n 2 (n+1) 2 /4. Lecture One type of mathematical proof that goes everywhere is mathematical induction (tb 147). Induction is essentially used to show something is true for all iterations, i, of a sequence, where i N.

More information

Chapter 8 Sequences, Series, and Probability

Chapter 8 Sequences, Series, and Probability Chapter 8 Sequences, Series, and Probability Overview 8.1 Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Partial Sums 8.5 The Binomial Theorem 8.6 Counting Principles

More information

Algebra 2 - Semester 2 - Final Exam Review

Algebra 2 - Semester 2 - Final Exam Review Algebra 2 - Semester 2 - Final Exam Review Your final exam will be 60 multiple choice questions coving the following content. This review is intended to show examples of problems you may see on the final.

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

AS1051: Mathematics. 0. Introduction

AS1051: Mathematics. 0. Introduction AS1051: Mathematics 0 Introduction The aim of this course is to review the basic mathematics which you have already learnt during A-level, and then develop it further You should find it almost entirely

More information

Unit 5: Sequences, Series, and Patterns

Unit 5: Sequences, Series, and Patterns Unit 5: Sequences, Series, and Patterns Section 1: Sequences and Series 1. Sequence: an ordered list of numerical terms 2. Finite Sequence: has a first term (a beginning) and a last term (an end) 3. Infinite

More information

Derivatives and series FTW!

Derivatives and series FTW! September 19, 2017 Mehek Mehek Mohan came to visit last week. Please contact me if you d like me to introduce you to her (and vice versa). The fifth breakfast was on Friday... ... and the sixth on Monday:

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

Functions, Graphs, Equations and Inequalities

Functions, Graphs, Equations and Inequalities CAEM DPP Learning Outcomes per Module Module Functions, Graphs, Equations and Inequalities Learning Outcomes 1. Functions, inverse functions and composite functions 1.1. concepts of function, domain and

More information

11.4 Partial Sums of Arithmetic and Geometric Sequences

11.4 Partial Sums of Arithmetic and Geometric Sequences Section.4 Partial Sums of Arithmetic and Geometric Sequences 653 Integrated Review SEQUENCES AND SERIES Write the first five terms of each sequence, whose general term is given. 7. a n = n - 3 2. a n =

More information

College Algebra & Trig w Apps

College Algebra & Trig w Apps WTCS Repository 10-804-197 College Algebra & Trig w Apps Course Outcome Summary Course Information Description Total Credits 5.00 This course covers those skills needed for success in Calculus and many

More information

How do we analyze, evaluate, solve, and graph quadratic functions?

How do we analyze, evaluate, solve, and graph quadratic functions? Topic: 4. Quadratic Functions and Factoring Days: 18 Key Learning: Students will be able to analyze, evaluate, solve and graph quadratic functions. Unit Essential Question(s): How do we analyze, evaluate,

More information

Algebra II- Comprehensive/ Part A

Algebra II- Comprehensive/ Part A Algebra II- Comprehensive/ Part A COURSE DESCRIPTION: This course builds upon algebraic concepts covered in Algebra I and prepares students for advanced-level courses. Students extend their knowledge and

More information

Section 9.8. First let s get some practice with determining the interval of convergence of power series.

Section 9.8. First let s get some practice with determining the interval of convergence of power series. First let s get some practice with determining the interval of convergence of power series. First let s get some practice with determining the interval of convergence of power series. Example (1) Determine

More information

Analysis II: Basic knowledge of real analysis: Part IV, Series

Analysis II: Basic knowledge of real analysis: Part IV, Series .... Analysis II: Basic knowledge of real analysis: Part IV, Series Kenichi Maruno Department of Mathematics, The University of Texas - Pan American March 1, 2011 K.Maruno (UT-Pan American) Analysis II

More information

RADNOR TOWNSHIP SCHOOL DISTRICT Course Overview Seminar Algebra 2 ( )

RADNOR TOWNSHIP SCHOOL DISTRICT Course Overview Seminar Algebra 2 ( ) RADNOR TOWNSHIP SCHOOL DISTRICT Course Overview Seminar Algebra 2 (05040430) General Information Prerequisite: Seminar Geometry Honors with a grade of C or teacher recommendation. Length: Full Year Format:

More information

- 1 - Items related to expected use of technology appear in bold italics.

- 1 - Items related to expected use of technology appear in bold italics. - 1 - Items related to expected use of technology appear in bold italics. Operating with Geometric and Cartesian Vectors Determining Intersections of Lines and Planes in Three- Space Similar content as

More information

Number Theory: Niven Numbers, Factorial Triangle, and Erdos' Conjecture

Number Theory: Niven Numbers, Factorial Triangle, and Erdos' Conjecture Sacred Heart University DigitalCommons@SHU Mathematics Undergraduate Publications Mathematics -2018 Number Theory: Niven Numbers, Factorial Triangle, and Erdos' Conjecture Sarah Riccio Sacred Heart University,

More information

Countable and uncountable sets. Matrices.

Countable and uncountable sets. Matrices. CS 441 Discrete Mathematics for CS Lecture 11 Countable and uncountable sets. Matrices. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Arithmetic series Definition: The sum of the terms of the

More information

Grade 7/8 Math Circles October 28/29, Series

Grade 7/8 Math Circles October 28/29, Series Faculty of Mathematics Waterloo, Ontario NL 3G1 Centre for Education in Mathematics and Computing Sequence Recap Grade 7/8 Math Circles October 8/9, 014 Series Before starting series lets recap last weeks

More information

Situation: Summing the Natural Numbers

Situation: Summing the Natural Numbers Situation: Summing the Natural Numbers Prepared at Penn State University Mid-Atlantic Center for Mathematics Teaching and Learning 14 July 005 Shari and Anna Edited at University of Georgia Center for

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

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005 PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO Prepared by Kristina L. Gazdik March 2005 1 TABLE OF CONTENTS Course Description.3 Scope and Sequence 4 Content Outlines UNIT I: FUNCTIONS AND THEIR GRAPHS

More information

16. . Proceeding similarly, we get a 2 = 52 1 = , a 3 = 53 1 = and a 4 = 54 1 = 125

16. . Proceeding similarly, we get a 2 = 52 1 = , a 3 = 53 1 = and a 4 = 54 1 = 125 . Sequences When we first introduced a function as a special type of relation in Section.3, we did not put any restrictions on the domain of the function. All we said was that the set of x-coordinates

More information

Review of Power Series

Review of Power Series Review of Power Series MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Introduction In addition to the techniques we have studied so far, we may use power

More information

Countable and uncountable sets. Matrices.

Countable and uncountable sets. Matrices. Lecture 11 Countable and uncountable sets. Matrices. Instructor: Kangil Kim (CSE) E-mail: kikim01@konkuk.ac.kr Tel. : 02-450-3493 Room : New Milenium Bldg. 1103 Lab : New Engineering Bldg. 1202 Next topic:

More information

Infinite Series Summary

Infinite Series Summary Infinite Series Summary () Special series to remember: Geometric series ar n Here a is the first term and r is the common ratio. When r

More information

Topics Included to Keep in Shape :

Topics Included to Keep in Shape : Name: Keeping In Shape Packet #1 (Year 1 Material) WE WILL USE THIS PACKET TO KEEP IN SHAPE AND PRACTICE SOME OF THE MATERIAL LEARNED IN IB MATH SL YEAR 1. YOU ARE EXPECTED TO WORK ON THIS IN CLASS (OR

More information

SMSU Mathematics Course Content

SMSU Mathematics Course Content Southwest Minnesota State University Department of Mathematics SMSU Mathematics Course Content 2012-2013 Thefollowing is a list of possibletopics and techniques to cover in your SMSU College Now course.

More information