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.

Size: px
Start display at page:

Download "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."

Transcription

1 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. The principle of mathematical induction is simple, and is given in principle Suppose a statement P i is given. If it can be shown that 1. P is true for i = 1, and that 2. if P i is true, then P i+1 is also true, then P i is true for all i N. Here is an example. Ex. Use induction to prove that 8 n 3 n is evenly divisible by 5 for n N. First we'll note that if n = 1, => = 5, which is, of course, evenly divisible by 5. Next assume that for some i, k N, 8 i 3 i = 5k. So 8 i i + 1 = 8 i 8 3 i 3 = (8 i 3 i )8 5(3 i ) = (5k)8 5(3 i ) = 5(8k 3 i ) (distributive property). Since 8, k and 3 i are all members of J, and J is closed under multiplication, then (8k 3 i ) J. So 8 i i + 1 is evenly divisible by 5. => 8 n 3 n is evenly divisible by 5 for n N.(p 1). //. [] 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. First note that if n = 1, => we have 1 = n 2 (n+1) 2 /4 = 1(4)/4 = 1. Next assume that for some k N, k 3 = k 2 (k+1) 2 /4 = k. So k+1 = k 2 (k+1) 2 /4 + (k + 1) 3 = (k + 1) 2 (k 2 /4 + k + 1) = ((k+1) 2 /4)(k 2 + 4k + 4) = ((k+1) 2 /4)(k + 2) 2 = (k+1) 2 ((k + 1) +1) 2 /4, which is precisely what we desired. So, the sum of the cubes of the first n natural numbers is n = n 2 (n+1) 2 /4 (p 1). //. [] Ex Now here's a tricky dicky! We want to show that for n N, Π r=1n (1 + x 2r ) = (1 x 2^(n+1) )/(1 x 2 ), for x ±1. Let n = 1. Then Π r=1n (1 + x 2r ) = (1 + x 2 ) = (1 x 4 )/(1 x 2 ) which is true (why?). 1S

2 Ex (cont) Now assume that k N, and that Π r=1k (1 + x 2r ) = (1 x 2^(k+1) )/(1 x 2 ), for x ±1. Then Π r=1 (k+1) (1 + x 2r ) = (1 + x 2k+2 )(1 x 2^(k+1) )/(1 x 2 ), for x ±1 (why?) = (1 + x 2k x 2 )(1 x 4k )/(1 x 2 ), for x ±1 (why?) = (1 + x 2(k + 1) )(1 - x 2k(2) )/(1 x 2 ), for x ±1 = (1 + x 2(k + 1) )(1 - x (2k) )(1 + x (2k) )/(1 x 2 ), for x ±1 = (1 x 2^(k+2) )/(1 x 2 ), for x ±1? [] Lecture A strong form of mathematical induction is given on tb 153. It is similar in nature to what we had earlier and more generalized. In this case, if we show for statement P that 1. P is true for some j J, and that 2. if P i is true for some i J, where i > j, then P i+1 is also true, then P i is true for all i J Here is an example. Ex. It is sometimes convenient in mathematics to have some idea of how large n! is for large n ( N ). James Stirling has shown that L n!e n /( (2π)n n.5 ) = 1. Let's use the strong form to attempt to prove that n! > 2 n for all n N, where n > 3. For n = 4, 4! = 24 > 16 = 2 4. Next suppose that i N, and that i > 3, and that i! > 2 i. So based on this last truth, we know that i + 1 > 0, and (i + 1)! = i!(i + 1) > 2 i (i + 1) (Algebra rule). Since i + 1 > 4 > 2, then (i + 1)2 i > (2) 2 i = 2 (i + 1)i. => (i + 1)! > 2 (i + 1)i. So n! > 2 n for all n N, where n > 3 (p 2). //. [] Lecture Now try these problems. Student problem set H (tb ) 4, 6, 8, 12, 14, 22, 36, 38 Student Solution set H H4. e) For n = 1, = -7, which is divisible by 7. Next assume 7 divides 5 2k 2 5k for k N. Note that 5 2(k+1) 2 5(k+1) = 5 2k (25) 2 5k (4) = 5 2k (25) 2 5k (25) + 2 5k (21) = 25(5 2k 2 5k ) + 2 5k (21). Note that each of the last two terms is divisible by 7 (why?). => 7 divides evenly into 5 2k 2 5k for k N L(p 1). //. 2S

3 H36. For n = 2, Π r=2n,(2r - 1)/(2r - 3) = 3. For n = 3, Π r=2n,(2r - 1)/(2r - 3) = 3(5/3) = 5. For n = 4, Π r=2n,(2r - 1)/(2r - 3) = 5(7/5) = 7. For n = 5, Π r=2n,(2r - 1)/(2r - 3) = 7(9/7) = 9. So we can guess that the pattern is that Π r=2n,(2r - 1)/(2r - 3) = 2n 1. [] Lecture Now we wish to take up recursively defined sequences. Again, we will assume that n N. A recursive sequence is a sequence of numbers {a 1, a 2, a 3, } whereby the value of a n+1 is found using the immediately preceding value(s). Ex. A simple case of this the definition of the sequence {2k}, k N. Here 2 (k+1) = 22 k. [] Ex. Consider the following sequence {a k }, k N, defined by a 1 = 7, a k+1 = (a k /2)I k (ev) + ((a k 1)/2)I k (odd). Find the first 7 terms of the sequence are {7, 3, 1.5,.25,.125, , , }. [] Lecture Now we'll take a look at some special sequences. First (and simplest) is the arithmetic sequence, {a n }. This is one in which each term differs by the same value d R, so that (tb 162) a n = a 1 + (n 1)d. As an additional result, we have that the partial sum of such a sequence is S n = (n/2)[2a + (n 1)d]. A geometric sequence, {a n }, is one in which each term differs by a common ratio r R + \{1}, so that (tb 163) a n = ar n-1, OR = ra n-1. Again, an additional result is that the partial sum is defined by S n = a(1-r n )/((1 r). Now let's do some examples! Ex Write out the formula for the following sequences and find the sum of the first 7 terms of each. {a n } = {3, 6, 9, } Here, {a n } is an arithmetic sequence in which a n = 3 + 3(n-1), and S 7 = 3.5[6 + 18] = 84. {a n } = {3, 6, 12, } Here, {a n } is an geometric sequence in which a n = 3 2 n-1, and S 7 = 3[(1 2 7 )/(1-2)] = S

4 Ex. (cont) {a n } = {5, 2, -1, -4, } Here, {a n } is an arithmetic sequence in which a n = 5-3(n-1), and S 7 = 3.5[10 + 6(-3)] = -28. {a n } = {9, 3, 1, } Here, {a n } is an geometric sequence in which a n = 9(1/3) n-1, and S 7 = 9[(1 (1/3) 7 )/(1 1/3)] =ca [] Lecture One of the most important sequences in mathematics is the Fibonacci sequence. It was named for Filius Bonaccii ( ), a famous Italian mathematician. Fibonacci discovered a sequence defined as {f n }, where f 1 = f 2 = 1, and f n = f n-1 + f n-2, for n > 2. The actual sequence looks like this {fn} = {1, 1, 2, 3, 5, 8, 13, 21, } The sequence occurs quite often in nature and is commondly known and used by scientists and mathematicians alike. The nth term of the Fibonacci sequence can be approximated by the closest integer to (.5 + (5)/2) n / (5). Ex One interesting question is which terms are even, and which are odd in the Fibonacci sequence? It certainly appears that every 3d term would be even, and the rest odd. Let's use induction to find out. We want to show that f 3i, i N, can be evenly divided by two, and that the preceding two numbers are odd. We know that is the case for f 1 = f 2 = 1, and f 3 = 2 which is certainly divisible by two. Next, assume that f 3i is divisible by two for some i N, and that f 3i-1 and f 3i-2 are odd. So f 3i = 2k, for some k N. Then f 3i + 1 = f 3i + f 3i-1 (p 4), which is odd since that's an odd and even sum, and f 3i + 2 = f 3i + f 3i+1 (p 4), which is odd since that's an odd and even sum, and f 3i + 3 = f 3i+1 + f 3i+2 (p 4), which is even since that's an odd and odd sum. 4S

5 Ex (cont.) So then, by induction (p 1), we have the result f 3i is even, and f 3i-2, and f 3i-1 are odd, where i N. //. [] Student problem set I (tb ) 2, 8, 14, 15, 18, 21, 32, 38, 52 Student Solution set I I21. 81, 169, 400. I52. Use the last example. [] Lecture As it turns out, recurrence relations can be solved using Characteristic polynomials. If a sequence defined by recurrence relation can be written as a n = ra n-1 + sa n-2 + f(n), where r, s R, and f is some function of n, then by rewriting the definition as a n - ra n-1 - sa n-2 = 0 (f(n) = 0), then Theorem tells us that the recurrence relation can be solved by solving the characteristic polynomial equation x 2 rx s = 0. The solution is then giv'n by n n n a n = c 1 x 1 + c 2 x 2 (or nc 2 x 2 for double roots). Ex. Consider the recurrence relation {a n } in which a 1 = 1, a 2 = 3, and a n = 2a n-1 + 3a n-2 for n > 2. A quick look at the first terms of the sequence shows that {a n } = {1, 3, 9, 27, } The characteristic polynomial is giv'n by x 2 2x 3. The roots of this polynomial are -1, and 3. So we can rewrite a n as c 1 (-1) n + c 2 (3) n, and c 1 and c 2 are determined by initial conditions using Linear Algebra Adding row 1 to row 2 we obtain Now solving for c1 and c2 we get c 1 = 0, c 2 = 1/3. So, as expected by looking at the original sequence {a n } is defined explicitly by a n = (1/3)(3 n ) = 3 n-1. [] Lecture Now what happens if f(n) is not 0 (as assumed earlier). 5S

6 Lecture Theorem (tb 172) tells us that if {a n } is a sequence defined by a n = ra n-1 + sa n-2 + f(n) (as seen earlier), and p n is any particular solution to {a n }, and q n is the solution to the homogeneous affiliate of {a n }, then a n = p n + q n is the general solution. Ex Consider the recurrence relation {a n }, defined by a n = a n-1 + 4a n-2 + 3n, with a 1 = a 2 = 1. Using a linear guess for f(n), we'll select p n = a + bn, where a, b R. So a n = a + bn = a + b(n 1) + 4(a + b(n 2)) + 3n = 5a + 5bn 9b + 3n. => 5a 9b = a, and 5b + 3 = b. This gives us b = -.75, and 4a = 9b, so a = -27/16 = So a particular solution (ignoring initial conditions) is then given by p n = n. Now the characteristic equation for the homogeneous sequence is x 2 x 4 = 0, and has solutions x = -1.56, So the homogeneous solution is q n = c 1 (-1.56) n + c 2 (2.56) n. So the overall solution is a n = p n + q n = n + c 1 (-1.56) n + c 2 (2.56) n. Now, reinstating the initial conditions we have 1 = c 1 (1.56) + c 2 (2.56), and 1 = c 1 (1.56) 2 + c 2 (2.56) 2. So the resulting linear system is Which reduces to c 1 =.4183, and c 2 = So the final explicit form for {an } is a n = n (-1.56) n (2.56) n. [] Student problem set J (tb ) 4, 8, 14, 20 Student Solution set J J4. c 1 = c 2 = 1. J14. c 1 = c 2 = -3. [] Lecture Now we want to introduce something quite useful in other areas of mathematics. If {a n } is a sequence, then the affiliated generating function is simply the expression f(x) = a 0 + a 1 x + a 2 x 2 +, for x in R. 6S

7 Lecture If g(x) is the generating function of a sequence {b n }, then we can define (tb 176) addition and multiplication of generating functions as follows: f(x) + g(x) = (a 0 + b 0 ) + (a 1 + b 1 )x + (a 2 + b 2 )x 2 +, and f(x)g(x) = (a 0 b 0 ) + (a 1 b 0 + a 0 b 1 )x + (a 0 b 2 + a 1 b 1 + a 2 b 0 )x 2 + Note that the nth term of the product (coefficient of x n ) is giv'n by a 0 b n + a 1 b n a n-1 b 1 + a n b 0. Ex A good thing to see is that generating functions are similar to power series. In fact, (1 x) -1 = 1 + x + x 2 + Note that this is the generating function for the sequence {a n } = {1, 1, 1, }. [] Ex Consider the geometric sequence {a n } = {5(1/3) n-1 }. The generating function is giv'n by f(x) = 5 + (5/3)x + (5/9)x 2 + According to the previous example and our previous information (p 3) f(x) = 5(1 x/3) -1. [] Lecture Another important formula giv'n on tb 177 is that (1 x) -2 = 1 + 2x + 3x 2 + is the generating function for {n}, the sequence of N. Here is another example. Ex Consider the recurrence relation {a n } defined by a n = a n-1 /3, and a 1 = 5. Set f(x) = a 1 + a 2 x + a 3 x 2 +, and xf(x)/3 = xa 1 /3 + a 2 x 2 /3 + a 3 x 3 /3 + Then f(x) xf(x)/3 = a 1 + (a 2 a 1 /3)x + (a 3 a 2 /3)x + = 5 (why?) So f(x)(1 x/3) = 5 => f(x) = 5(1 x/3) -1, as seen earlier. [] Student problem set K (tb ) 1, 2, 6, 10, 14 Student Solution set K K2. c) (1 2x) -1, e)3/(1 x). K10. Use p 178 as a guide. K14. Use partial fractions. [] Lecture Next, let's take a look at discrete random variables. 7S

5. Sequences & Recursion

5. Sequences & Recursion 5. Sequences & Recursion Terence Sim 1 / 42 A mathematician, like a painter or poet, is a maker of patterns. Reading Sections 5.1 5.4, 5.6 5.8 of Epp. Section 2.10 of Campbell. Godfrey Harold Hardy, 1877

More information

Some Review Problems for Exam 2: Solutions

Some Review Problems for Exam 2: Solutions Math 5366 Fall 017 Some Review Problems for Exam : Solutions 1 Find the coefficient of x 15 in each of the following: 1 (a) (1 x) 6 Solution: 1 (1 x) = ( ) k + 5 x k 6 k ( ) ( ) 0 0 so the coefficient

More information

Part III, Sequences and Series CS131 Mathematics for Computer Scientists II Note 16 RECURRENCES

Part III, Sequences and Series CS131 Mathematics for Computer Scientists II Note 16 RECURRENCES CS131 Part III, Sequences and Series CS131 Mathematics for Computer Scientists II Note 16 RECURRENCES A recurrence is a rule which defines each term of a sequence using the preceding terms. The Fibonacci

More information

Recurrence Relations

Recurrence Relations Recurrence Relations Recurrence Relations Reading (Epp s textbook) 5.6 5.8 1 Recurrence Relations A recurrence relation for a sequence aa 0, aa 1, aa 2, ({a n }) is a formula that relates each term a k

More information

Math 192r, Problem Set #3: Solutions

Math 192r, Problem Set #3: Solutions Math 192r Problem Set #3: Solutions 1. Let F n be the nth Fibonacci number as Wilf indexes them (with F 0 F 1 1 F 2 2 etc.). Give a simple homogeneous linear recurrence relation satisfied by the sequence

More information

Lecture 10: Powers of Matrices, Difference Equations

Lecture 10: Powers of Matrices, Difference Equations Lecture 10: Powers of Matrices, Difference Equations Difference Equations A difference equation, also sometimes called a recurrence equation is an equation that defines a sequence recursively, i.e. each

More information

Tropical Polynomials

Tropical Polynomials 1 Tropical Arithmetic Tropical Polynomials Los Angeles Math Circle, May 15, 2016 Bryant Mathews, Azusa Pacific University In tropical arithmetic, we define new addition and multiplication operations on

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

Math Circle: Recursion and Induction

Math Circle: Recursion and Induction Math Circle: Recursion and Induction Prof. Wickerhauser 1 Recursion What can we compute, using only simple formulas and rules that everyone can understand? 1. Let us use N to denote the set of counting

More information

Chapter 5: Sequences, Mathematic Induction, and Recursion

Chapter 5: Sequences, Mathematic Induction, and Recursion Chapter 5: Sequences, Mathematic Induction, and Recursion Hao Zheng Department of Computer Science and Engineering University of South Florida Tampa, FL 33620 Email: zheng@cse.usf.edu Phone: (813)974-4757

More information

Conjectures and proof. Book page 24-30

Conjectures and proof. Book page 24-30 Conjectures and proof Book page 24-30 What is a conjecture? A conjecture is used to describe a pattern in mathematical terms When a conjecture has been proved, it becomes a theorem There are many types

More information

Exam 2 Solutions. x 1 x. x 4 The generating function for the problem is the fourth power of this, (1 x). 4

Exam 2 Solutions. x 1 x. x 4 The generating function for the problem is the fourth power of this, (1 x). 4 Math 5366 Fall 015 Exam Solutions 1. (0 points) Find the appropriate generating function (in closed form) for each of the following problems. Do not find the coefficient of x n. (a) In how many ways can

More information

Advanced Counting Techniques. Chapter 8

Advanced Counting Techniques. Chapter 8 Advanced Counting Techniques Chapter 8 Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence Relations Nonhomogeneous Recurrence Relations Divide-and-Conquer

More information

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance,

Subsequences and Limsups. Some sequences of numbers converge to limits, and some do not. For instance, Subsequences and Limsups Some sequences of numbers converge to limits, and some do not. For instance,,, 3, 4, 5,,... converges to 0 3, 3., 3.4, 3.4, 3.45, 3.459,... converges to π, 3,, 3.,, 3.4,... does

More information

Section 11.1 Sequences

Section 11.1 Sequences Math 152 c Lynch 1 of 8 Section 11.1 Sequences A sequence is a list of numbers written in a definite order: a 1, a 2, a 3,..., a n,... Notation. The sequence {a 1, a 2, a 3,...} can also be written {a

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

Section Summary. Sequences. Recurrence Relations. Summations. Examples: Geometric Progression, Arithmetic Progression. Example: Fibonacci Sequence

Section Summary. Sequences. Recurrence Relations. Summations. Examples: Geometric Progression, Arithmetic Progression. Example: Fibonacci Sequence Section 2.4 Section Summary Sequences. Examples: Geometric Progression, Arithmetic Progression Recurrence Relations Example: Fibonacci Sequence Summations Introduction Sequences are ordered lists of elements.

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

Solving Recurrence Relations 1. Guess and Math Induction Example: Find the solution for a n = 2a n 1 + 1, a 0 = 0 We can try finding each a n : a 0 =

Solving Recurrence Relations 1. Guess and Math Induction Example: Find the solution for a n = 2a n 1 + 1, a 0 = 0 We can try finding each a n : a 0 = Solving Recurrence Relations 1. Guess and Math Induction Example: Find the solution for a n = 2a n 1 + 1, a 0 = 0 We can try finding each a n : a 0 = 0 a 1 = 2 0 + 1 = 1 a 2 = 2 1 + 1 = 3 a 3 = 2 3 + 1

More information

LINEAR RECURSIVE SEQUENCES. The numbers in the sequence are called its terms. The general form of a sequence is

LINEAR RECURSIVE SEQUENCES. The numbers in the sequence are called its terms. The general form of a sequence is LINEAR RECURSIVE SEQUENCES BJORN POONEN 1. Sequences A sequence is an infinite list of numbers, like 1) 1, 2, 4, 8, 16, 32,.... The numbers in the sequence are called its terms. The general form of a sequence

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. Copyright Cengage Learning. All rights reserved.

Sequences and Series. Copyright Cengage Learning. All rights reserved. Sequences and Series Copyright Cengage Learning. All rights reserved. 12.1 Sequences and Summation Notation Copyright Cengage Learning. All rights reserved. Objectives Sequences Recursively Defined Sequences

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

Fibonacci numbers. Chapter The Fibonacci sequence. The Fibonacci numbers F n are defined recursively by

Fibonacci numbers. Chapter The Fibonacci sequence. The Fibonacci numbers F n are defined recursively by Chapter Fibonacci numbers The Fibonacci sequence The Fibonacci numbers F n are defined recursively by F n+ = F n + F n, F 0 = 0, F = The first few Fibonacci numbers are n 0 5 6 7 8 9 0 F n 0 5 8 55 89

More information

CDM. Recurrences and Fibonacci

CDM. Recurrences and Fibonacci CDM Recurrences and Fibonacci Klaus Sutner Carnegie Mellon University 20-fibonacci 2017/12/15 23:16 1 Recurrence Equations Second Order The Fibonacci Monoid Recurrence Equations 3 We can define a sequence

More information

Definition: A sequence is a function from a subset of the integers (usually either the set

Definition: A sequence is a function from a subset of the integers (usually either the set Math 3336 Section 2.4 Sequences and Summations Sequences Geometric Progression Arithmetic Progression Recurrence Relation Fibonacci Sequence Summations Definition: A sequence is a function from a subset

More information

Functions. Given a function f: A B:

Functions. Given a function f: A B: Functions Given a function f: A B: We say f maps A to B or f is a mapping from A to B. A is called the domain of f. B is called the codomain of f. If f(a) = b, then b is called the image of a under f.

More information

Math Assignment 11

Math Assignment 11 Math 2280 - Assignment 11 Dylan Zwick Fall 2013 Section 8.1-2, 8, 13, 21, 25 Section 8.2-1, 7, 14, 17, 32 Section 8.3-1, 8, 15, 18, 24 1 Section 8.1 - Introduction and Review of Power Series 8.1.2 - Find

More information

Warm-up Simple methods Linear recurrences. Solving recurrences. Misha Lavrov. ARML Practice 2/2/2014

Warm-up Simple methods Linear recurrences. Solving recurrences. Misha Lavrov. ARML Practice 2/2/2014 Solving recurrences Misha Lavrov ARML Practice 2/2/2014 Warm-up / Review 1 Compute 100 k=2 ( 1 1 ) ( = 1 1 ) ( 1 1 ) ( 1 1 ). k 2 3 100 2 Compute 100 k=2 ( 1 1 ) k 2. Homework: find and solve problem Algebra

More information

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6.

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6. CDM Recurrences and Fibonacci 1 Recurrence Equations Klaus Sutner Carnegie Mellon University Second Order 20-fibonacci 2017/12/15 23:16 The Fibonacci Monoid Recurrence Equations 3 Terminology 4 We can

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

Taylor polynomials. 1. Introduction. 2. Linear approximation.

Taylor polynomials. 1. Introduction. 2. Linear approximation. ucsc supplementary notes ams/econ 11a Taylor polynomials c 01 Yonatan Katznelson 1. Introduction The most elementary functions are polynomials because they involve only the most basic arithmetic operations

More information

Discrete Structures Lecture Sequences and Summations

Discrete Structures Lecture Sequences and Summations Introduction Good morning. In this section we study sequences. A sequence is an ordered list of elements. Sequences are important to computing because of the iterative nature of computer programs. The

More information

The Quadratic Formula, the Discriminant, and Solving Quadratic Equations and Inequalities

The Quadratic Formula, the Discriminant, and Solving Quadratic Equations and Inequalities CHAPTER The Quadratic Formula, the Discriminant, and Solving Quadratic Equations and Inequalities 009 Carnegie Learning, Inc. The Chinese invented rockets over 700 years ago. Since then rockets have been

More information

Chapter REVIEW ANSWER KEY

Chapter REVIEW ANSWER KEY TEXTBOOK HELP Pg. 313 Chapter 3.2-3.4 REVIEW ANSWER KEY 1. What qualifies a function as a polynomial? Powers = non-negative integers Polynomial functions of degree 2 or higher have graphs that are smooth

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

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

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

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics February 17, 2010 1 Number and Quantity The Real Number System

More information

Chapter 8: Recursion. March 10, 2008

Chapter 8: Recursion. March 10, 2008 Chapter 8: Recursion March 10, 2008 Outline 1 8.1 Recursively Defined Sequences 2 8.2 Solving Recurrence Relations by Iteration 3 8.4 General Recursive Definitions Recursively Defined Sequences As mentioned

More information

Sequence. A list of numbers written in a definite order.

Sequence. A list of numbers written in a definite order. Sequence A list of numbers written in a definite order. Terms of a Sequence a n = 2 n 2 1, 2 2, 2 3, 2 4, 2 n, 2, 4, 8, 16, 2 n We are going to be mainly concerned with infinite sequences. This means we

More information

A sequence { a n } converges if a n = finite number. Otherwise, { a n }

A sequence { a n } converges if a n = finite number. Otherwise, { a n } 9.1 Infinite Sequences Ex 1: Write the first four terms and determine if the sequence { a n } converges or diverges given a n =(2n) 1 /2n A sequence { a n } converges if a n = finite number. Otherwise,

More information

MEETING 9 - INDUCTION AND RECURSION

MEETING 9 - INDUCTION AND RECURSION MEETING 9 - INDUCTION AND RECURSION We do some initial Peer Instruction... Predicates Before we get into mathematical induction we will repeat the concept of a predicate. A predicate is a mathematical

More information

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations MATH 415, WEEKS 14 & 15: Recurrence Relations / Difference Equations 1 Recurrence Relations / Difference Equations In many applications, the systems are updated in discrete jumps rather than continuous

More information

Algebra I, Common Core Correlation Document

Algebra I, Common Core Correlation Document Resource Title: Publisher: 1 st Year Algebra (MTHH031060 and MTHH032060) University of Nebraska High School Algebra I, Common Core Correlation Document Indicates a modeling standard linking mathematics

More information

California Common Core State Standards for Mathematics Standards Map Algebra I

California Common Core State Standards for Mathematics Standards Map Algebra I A Correlation of Pearson CME Project Algebra 1 Common Core 2013 to the California Common Core State s for Mathematics s Map Algebra I California Common Core State s for Mathematics s Map Algebra I Indicates

More information

Holt McDougal Larson Algebra Common Core Edition correlated to the South Carolina High School Core-Area Standards Intermediate Algebra

Holt McDougal Larson Algebra Common Core Edition correlated to the South Carolina High School Core-Area Standards Intermediate Algebra Holt McDougal Larson 2012 Common Core Edition correlated to the South Carolina High School Core-Area Standards Intermediate Algebra Standard IA-1 The student will understand and utilize the mathematical

More information

Quiz 3 Reminder and Midterm Results

Quiz 3 Reminder and Midterm Results Quiz 3 Reminder and Midterm Results Reminder: Quiz 3 will be in the first 15 minutes of Monday s class. You can use any resources you have during the quiz. It covers all four sections of Unit 3. It has

More information

Some Review Problems for Exam 1: Solutions

Some Review Problems for Exam 1: Solutions Math 3355 Fall 2018 Some Review Problems for Exam 1: Solutions Here is my quick review of proof techniques. I will focus exclusively on propositions of the form p q, or more properly, x P (x) Q(x) or x

More information

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64 Chapter 7 Polynomial Functions Factoring Review We will talk about 3 Types: 1. 2. 3. ALWAYS FACTOR OUT FIRST! Ex 1: Factor x 2 + 5x + 6 Ex 2: Factor x 2 + 16x + 64 Ex 3: Factor 4x 2 + 6x 18 Ex 4: Factor

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

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018 The principle of mathematical induction is a useful tool for proving that a certain predicate is true for all natural numbers. It cannot be used to discover theorems, but only to prove them. If we have

More information

Common Core State Standards for Mathematics - High School PARRC Model Content Frameworks Mathematics Algebra 2

Common Core State Standards for Mathematics - High School PARRC Model Content Frameworks Mathematics Algebra 2 A Correlation of CME Project Algebra 2 Common Core 2013 to the Common Core State Standards for , Common Core Correlated to the Number and Quantity The Real Number System N RN Extend the properties of exponents

More information

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

More information

MATH 118, LECTURES 27 & 28: TAYLOR SERIES

MATH 118, LECTURES 27 & 28: TAYLOR SERIES MATH 8, LECTURES 7 & 8: TAYLOR SERIES Taylor Series Suppose we know that the power series a n (x c) n converges on some interval c R < x < c + R to the function f(x). That is to say, we have f(x) = a 0

More information

Algebra I Number and Quantity The Real Number System (N-RN)

Algebra I Number and Quantity The Real Number System (N-RN) Number and Quantity The Real Number System (N-RN) Use properties of rational and irrational numbers N-RN.3 Explain why the sum or product of two rational numbers is rational; that the sum of a rational

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

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

Fall 2017 Test II review problems

Fall 2017 Test II review problems Fall 2017 Test II review problems Dr. Holmes October 18, 2017 This is a quite miscellaneous grab bag of relevant problems from old tests. Some are certainly repeated. 1. Give the complete addition and

More information

INSPECT Algebra I Summative Assessment Summary

INSPECT Algebra I Summative Assessment Summary and Quantity The Real System Quantities Seeing Structure in Use properties of rational and irrational numbers. Reason quantitatively and use units to solve problems. Interpret the structure of expressions.

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

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

Algebra 2 Standards. Essential Standards:

Algebra 2 Standards. Essential Standards: Benchmark 1: Essential Standards: 1. Alg2.M.F.LE.A.02 (linear): I can create linear functions if provided either a graph, relationship description or input-output tables. - 15 Days 2. Alg2.M.A.APR.B.02a

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

Section Summary. Definition of a Function.

Section Summary. Definition of a Function. Section 2.3 Section Summary Definition of a Function. Domain, Codomain Image, Preimage Injection, Surjection, Bijection Inverse Function Function Composition Graphing Functions Floor, Ceiling, Factorial

More information

Lecture 17: Trees and Merge Sort 10:00 AM, Oct 15, 2018

Lecture 17: Trees and Merge Sort 10:00 AM, Oct 15, 2018 CS17 Integrated Introduction to Computer Science Klein Contents Lecture 17: Trees and Merge Sort 10:00 AM, Oct 15, 2018 1 Tree definitions 1 2 Analysis of mergesort using a binary tree 1 3 Analysis of

More information

Every subset of {1, 2,...,n 1} can be extended to a subset of {1, 2, 3,...,n} by either adding or not adding the element n.

Every subset of {1, 2,...,n 1} can be extended to a subset of {1, 2, 3,...,n} by either adding or not adding the element n. 11 Recurrences A recurrence equation or recurrence counts things using recursion. 11.1 Recurrence Equations We start with an example. Example 11.1. Find a recurrence for S(n), the number of subsets of

More information

1. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n).

1. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n). MATH 135: Randomized Exam Practice Problems These are the warm-up exercises and recommended problems taken from all the extra practice sets presented in random order. The challenge problems have not been

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

Sequences & Functions

Sequences & Functions Ch. 5 Sec. 1 Sequences & Functions Skip Counting to Arithmetic Sequences When you skipped counted as a child, you were introduced to arithmetic sequences. Example 1: 2, 4, 6, 8, adding 2 Example 2: 10,

More information

Notes on generating functions in automata theory

Notes on generating functions in automata theory Notes on generating functions in automata theory Benjamin Steinberg December 5, 2009 Contents Introduction: Calculus can count 2 Formal power series 5 3 Rational power series 9 3. Rational power series

More information

Consider an infinite row of dominoes, labeled by 1, 2, 3,, where each domino is standing up. What should one do to knock over all dominoes?

Consider an infinite row of dominoes, labeled by 1, 2, 3,, where each domino is standing up. What should one do to knock over all dominoes? 1 Section 4.1 Mathematical Induction Consider an infinite row of dominoes, labeled by 1,, 3,, where each domino is standing up. What should one do to knock over all dominoes? Principle of Mathematical

More information

Propositional Logic, Predicates, and Equivalence

Propositional Logic, Predicates, and Equivalence Chapter 1 Propositional Logic, Predicates, and Equivalence A statement or a proposition is a sentence that is true (T) or false (F) but not both. The symbol denotes not, denotes and, and denotes or. If

More information

AP Calculus Chapter 9: Infinite Series

AP Calculus Chapter 9: Infinite Series AP Calculus Chapter 9: Infinite Series 9. Sequences a, a 2, a 3, a 4, a 5,... Sequence: A function whose domain is the set of positive integers n = 2 3 4 a n = a a 2 a 3 a 4 terms of the sequence Begin

More information

Sec$on Summary. Sequences. Recurrence Relations. Summations. Ex: Geometric Progression, Arithmetic Progression. Ex: Fibonacci Sequence

Sec$on Summary. Sequences. Recurrence Relations. Summations. Ex: Geometric Progression, Arithmetic Progression. Ex: Fibonacci Sequence Section 2.4 Sec$on Summary Sequences Ex: Geometric Progression, Arithmetic Progression Recurrence Relations Ex: Fibonacci Sequence Summations 2 Introduc$on Sequences are ordered lists of elements. 1, 2,

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward.

INFINITE SUMS. In this chapter, let s take that power to infinity! And it will be equally natural and straightforward. EXPLODING DOTS CHAPTER 7 INFINITE SUMS In the previous chapter we played with the machine and saw the power of that machine to make advanced school algebra so natural and straightforward. In this chapter,

More information

12 Sequences and Recurrences

12 Sequences and Recurrences 12 Sequences and Recurrences A sequence is just what you think it is. It is often given by a formula known as a recurrence equation. 12.1 Arithmetic and Geometric Progressions An arithmetic progression

More information

1.2 Inductive Reasoning

1.2 Inductive Reasoning 1.2 Inductive Reasoning Goal Use inductive reasoning to make conjectures. Key Words conjecture inductive reasoning counterexample Scientists and mathematicians look for patterns and try to draw conclusions

More information

Subject Algebra 1 Unit 1 Relationships between Quantities and Reasoning with Equations

Subject Algebra 1 Unit 1 Relationships between Quantities and Reasoning with Equations Subject Algebra 1 Unit 1 Relationships between Quantities and Reasoning with Equations Time Frame: Description: Work with expressions and equations through understanding quantities and the relationships

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

Pearson Mathematics Algebra 2 Common Core 2015

Pearson Mathematics Algebra 2 Common Core 2015 A Correlation of Pearson Mathematics Algebra 2 Common Core 2015 to the Common Core State Standards for Bid Category 13-050-10 A Correlation of Pearson Common Core Pearson Number and Quantity The Real Number

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

3 Finite continued fractions

3 Finite continued fractions MTH628 Number Theory Notes 3 Spring 209 3 Finite continued fractions 3. Introduction Let us return to the calculation of gcd(225, 57) from the preceding chapter. 225 = 57 + 68 57 = 68 2 + 2 68 = 2 3 +

More information

4.5 Rational functions.

4.5 Rational functions. 4.5 Rational functions. We have studied graphs of polynomials and we understand the graphical significance of the zeros of the polynomial and their multiplicities. Now we are ready to etend these eplorations

More information

SOLUTIONS, what is the value of f(4)?

SOLUTIONS, what is the value of f(4)? 005 Georgia Tech High School Mathematics Competition Junior-Varsity Multiple-Choice Examination Version A Problem : If f(x) = x4 x +x x SOLUTIONS, what is the value of f(4)? (A) 6 (B) 70 (C) 78 (D) 8 (E)

More information

Tennessee s State Mathematics Standards - Algebra I

Tennessee s State Mathematics Standards - Algebra I Domain Cluster Standards Scope and Clarifications Number and Quantity Quantities The Real (N Q) Number System (N-RN) Use properties of rational and irrational numbers Reason quantitatively and use units

More information

Section Summary. Sequences. Recurrence Relations. Summations Special Integer Sequences (optional)

Section Summary. Sequences. Recurrence Relations. Summations Special Integer Sequences (optional) Section 2.4 Section Summary Sequences. o Examples: Geometric Progression, Arithmetic Progression Recurrence Relations o Example: Fibonacci Sequence Summations Special Integer Sequences (optional) Sequences

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

Sequences of Real Numbers

Sequences of Real Numbers Chapter 8 Sequences of Real Numbers In this chapter, we assume the existence of the ordered field of real numbers, though we do not yet discuss or use the completeness of the real numbers. In the next

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES We have: Seen how to interpret derivatives as slopes and rates of change Seen how to estimate derivatives of functions given by tables of values Learned how

More information

Tennessee s State Mathematics Standards - Algebra II

Tennessee s State Mathematics Standards - Algebra II Domain Cluster Standard Scope and Clarifications The Real Number System (N-RN) Extend the properties of exponents to rational exponents 1. Explain how the definition of the meaning of rational exponents

More information

N-CN Complex Cube and Fourth Roots of 1

N-CN Complex Cube and Fourth Roots of 1 N-CN Complex Cube and Fourth Roots of 1 Task For each odd positive integer, the only real number solution to is while for even positive integers n, x = 1 and x = 1 are solutions to x n = 1. In this problem

More information

PROPERTIES OF THE ROOTS OF TRIBONACCI-TYPE POLYNOMIALS

PROPERTIES OF THE ROOTS OF TRIBONACCI-TYPE POLYNOMIALS PROPERTIES OF THE ROOTS OF TRIBONACCI-TYPE POLYNOMIALS ALEX DURBIN AND HUEI SEARS Abstract. Consider Tribonacci-type polynomials defined by the following recurrence relation T n(x) = α(x) T n 1 (x)+β(x)

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

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

Algorithm Analysis Recurrence Relation. Chung-Ang University, Jaesung Lee

Algorithm Analysis Recurrence Relation. Chung-Ang University, Jaesung Lee Algorithm Analysis Recurrence Relation Chung-Ang University, Jaesung Lee Recursion 2 Recursion 3 Recursion in Real-world Fibonacci sequence = + Initial conditions: = 0 and = 1. = + = + = + 0, 1, 1, 2,

More information

COM S 330 Lecture Notes Week of Feb 9 13

COM S 330 Lecture Notes Week of Feb 9 13 Monday, February 9. Rosen.4 Sequences Reading: Rosen.4. LLM 4.. Ducks 8., 8., Def: A sequence is a function from a (usually infinite) subset of the integers (usually N = {0,,, 3,... } or Z + = {,, 3, 4,...

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

More information

ALGEBRA I. 2. Rewrite expressions involving radicals and rational exponents using the properties of exponents. (N-RN2)

ALGEBRA I. 2. Rewrite expressions involving radicals and rational exponents using the properties of exponents. (N-RN2) ALGEBRA I The Algebra I course builds on foundational mathematical content learned by students in Grades K-8 by expanding mathematics understanding to provide students with a strong mathematics education.

More information