Generating Functions (Revised Edition)

Size: px
Start display at page:

Download "Generating Functions (Revised Edition)"

Transcription

1 Math 700 Fall 06 Notes Generating Functions (Revised Edition What is a generating function? An ordinary generating function for a sequence (a n n 0 is the power series A(x = a nx n. The exponential generating function is defined to be a n n! x n. We define various arithmetical operations for power series: Let A(x = a nx n, B(x = b nx n. Then we define addition, subtraction and multiplication in the following way. (i Addition: (A + B(x = (a n + b n x n. (ii Subtraction: (A B(x = (a n b n x n. (iii Multiplication: (A B(x = ( n i=0 a ib n i x n. Example: Suppose A(x = xn, B(x = nxn. Then ( n (A B(x = (n i x n. Observing that ( n n(n+ i=0 (n i = n + (n + + =, we obtain (A B(x = i=0 n(n + x n. We shall use various power series. We mention a few useful examples below. x = + x + x + x 3 +. x n+ x = + x + x + + x n. + x = ( x = x + x x ( n x n +.

2 x = + x + x 4 + x 6 +. x k = + xk + x k + x 3k +. + x k = xk + x k x 3k + + ( n x nk +. ax = + (ax + (ax + (ax 3 + = + ax + a x + a 3 x a n x n +. ( = + x + 3x + 4x (n + x n + = d x dx e x x n = n!. log( + x = x x + x3 3 x4 4 + = n= n+ xn ( ( x. x We have various tricks and techniques that we use to manipulate power series that will be useful when determining generating functions. n. Finding power series by substitution The first trick involves substitution. For example to find the power series for x power series for = + x + x x +. Now for the variable x substitute x, then x = + (x + (x + = x n. We can use the same trick to find the power series for x. Observe that x = ( x get the power series for x So by substituting x for x in the power series for x. Thus x = + ( x + (x + = x = x n n. x n n. take the. We

3 3 Finding power series using derivatives Another trick involves differentiation of a power series. If f(x is a function having a power series f(x = a nx n, then f (x has a power series given by f (x = (n+a n+x n. Example: Find the power series for ( x. ( d We use the following observation: dx x = ( x = d ( dx x ( x. Thus = d ( + x + x + + x n + dx = + x + 3x + + nx n + = (n + x n. 4 Finding power series using partial fractions Example: Find the power series for 3x+x. To find the power series, we shall the partial fractions method. Observe that 3x + x = ( x( x = A x + B x for some choice of A and B. To find A, and B, cross multiply to get the equation A( x + B( x =. If we set x =, then we get A =. If we set x =, then we get B =. Thus ( 3x + x = x x. Given that = x xn, and = x n x, subtracting these series, we get n 3x + x = ( n+ xn. Example Find the coefficient of x n in G(x = ( x (+x. Solution: We shall use partial fractions. We need to find A, B, C, D such that The above can be rewritten as: ( x ( + x = A x + B ( x + C + x + D ( + x. = A( x( + x + B( + x + C( x ( + x + D( x. 3

4 When x =, we obtain = 4B and B = 4. When x =, we obtain = 4D and D = 4. When x = 0, we obtain = A + C. When x =, we obtain = 3A C. Solving the above two equations for A and C, we obtain that A = B = C = D = 4. Therefore, ( x ( + x = ( 4 x + ( x + + x +. ( + x Now given that the coefficient of x n in each of,,, and is, ( n+ x ( x +x (+x n, ( n, and ( n( n+ n, respectively, we see that the coefficient of x n in equals ( x (+x ( ( ( { n + n + 0, if n is odd; + + ( n + ( n = n+ 4 n n, if n is even. 5 Solving recurrence relations using generating functions We can solve recursions using generating functions, and this is illustrated in the following example. Example: Solve a n = a n +, a 0 = n. To solve this, let A(x = n 0 a nx n. Then using the recursion above we have x n. n a n x n = n (a n + x n = n a n x n + n The sum on the left side equals A(x. On the right side, the first sum is seen to be xa(x and the second sum equals (. Thus we have x Solving for A(x we obtain A(x = xa(x + x. A(x = ( x x = n 0(n + x n. Consequently, a n = n +, n = 0,,,.... 4

5 6 Partitions of an integer We shall examine how many ways one can express a positive integer n as a sum n = n + n + n k where n,..., n k are positive integers. There are two cases: the ordered case where we require that n n n 3 n k and the unordered where the numbers n, n,..., n k need not occur in descending order. 6. Compositions A composition of n is an unordered partition of n. We let c nk denote the number of compositions of n into k parts. For example, c 43 = 3: 4 = + + = + + = + +. Another way to describe c nk is that it is the number of solutions to x + x + + x k = n, x i, i =,..., k. Letting y i = x i, i =,..., k the number of compositions c nk also equals the number of solutions to y + y + + y k = n k, y i 0, i =,..., k. But as was shown before, the number of solutions to (see Example Text is the same as the number of ways of distributing n k balls into k boxes. Thus ( ( n k + k n c nk = =. k k What is the total number of compositions? Recall the Binomial Theorem (see Theorem 9.7. Text: 6. Theorem Binomial Theorem (a + b m = m i=0 ( m a m i b i. i As a consequence of the binomial theorem when a = b =, we obtain the identity m ( m m =. i i=0 5

6 Using the above, the total number of compositions of n equals n c nk = k= n k= ( n k = n. 6. Ordered Partitions We define p k (n to be the number of ordered partitions of a positive integer n into k parts. For example, there are exactly four ordered partitions of 7 into 3 parts: 7 = = = = Thus p 3 (7 = 4. Another way of describing p k (n is that it is the number of solutions to x + x + + x k = n, where x x x k and x,..., x k are positive integers. If we let y i = x i, i =,..., k then p k (n is the number of solutions to y + y + + y k = n k, y y y k 0. The number of solutions to where i of the variables y,..., y k equal zero is equal to p k i (n k (according to. Since i = 0,,..., k, we get the recursion p k (n = p k (n k + p k (n k + + p (n k = k p k i+ (n k. i= The above recursion is useful when calculating p k (n. Observe also, (i p n (n = p (n =. (ii p (n = n. (iii p 3 = { n }. Here {x} denote the integer closest to x. We leave the proofs of (i, and (ii as exercises. The proof of (iii is somewhat more challenging. We define the partition function p(n to be the number of ordered partitions of the integer n; that is, n p(n = p j (n. For example, p(5 = 7 since there are exactly 7 ordered partitions of 5 j= 5 = 4 + = 3 + = = + + = =

7 Let P (x = n= p(nxn be the generating function for (p n. To find the generating function for P (x we do the following: for a partition of n, let α i be the number of parts of size i, i =,,..., n. To a partition of n, we associate the product x α x α x αn n = x n. Using this correspondence, one sees that p(n equals the coefficient of x n in ( + x + x ( + x + x 4 + ( + x 3 + x 6 + ( + x 4 + x 8 + = ( x k. Thus this is exactly the generating function P (x. However, for all practical purposes, it is hard to determine the exact coefficients of P (x. k= 6.3 The Power Series for ( k x What is ( k? We know x ( x k = ( + x + x + k = ( + x + x + ( + x + x + ( + x + x +. When we expand the above, every term x n x n x n k in the expansion where n + n + n n k = n, corresponds to an unordered partition of n into k parts where each part is nonnegative; that is, we allow n i = 0 for any i =,..., k. 6. Theorem ( see Example text The number of partitions of a positive integer n into k nonnegative parts( equals the number n + k of nonnegative integer solutions to x + x + + x k = n which equals. n From the above theorem it follows that ( k = x. ( n + k n x n Thus we have Example What is the coefficient of x n in ( x k? Solution: Let y = x. Then the coefficient of x n in ( k n x equals the coefficient of y in ( ( k n + k y which is n. 7

8 6.4 Restricted Partitions of an Integer In this section, we examine the problem of finding the number of ordered partitions an integer where certain restrictions apply, e.g. partitions only containing odd integers, or partitions only containing distinct integers. Example How many ways can we write the integer n as a sum of 5 positive odd integers. Solution: Let a n be the number of ways of doing this. Note that a n = 0 if n is even. The generating function for a n, n is G(x = (x + x 3 + x 5 + x = (x( + x + x 4 + x = x 5 ( + x + x 4 + x ( 5 = x 5. x Thus we see that a n is the coefficient of x n in x ( 5 5. x Therefore an equals the coefficient of x n 5 in ( ( n 5 ( n x. This coefficient equals n 5 = n 5. Example In how many ways can we fill a bag with n fruits if: the number of applies is even. the number of bananas is a multiple of 5. there can be at most 4 oranges. there can be at most pear. For example, there are 7 ways to fill a bag with 6 fruits as illustrated below. Applies Bananas Oranges Pears Let a n be the number of ways of filling the bag with n fruits. Then the generating function 8

9 for a n is given by G(x = ( + x + x 4 + x 6 + ( + x 5 + x 0 + ( + x + x + x 3 + x 4 ( + x = x x x5 ( + x 5 x = ( x. Therefore, the coefficient of x n in G(x = n + ways to fill a bag with n fruits. ( x is ( n+ n ( = n+ = n +. So there are n Note In the above calculations, we used the fact that + x + x + x 3 + x 4 = x5 x. Suppose we want to calculate the generating function for ordered partitions of n where each part is distinct. For example, there are five different such partitions of 7: 7 = = = 5 + = 6 +. To determine the generating function for these partitions, we observe that for each such partition of n, it holds that α i = 0, ; i =,,... n. Thus the generating function for these partitions is just ( + x( + x ( + x 3 = ( + x k. For example, the partition 7 = has the associated product of terms illustrated below ( + x( + x ( + x 3 ( + x 4. k= To find the generating function for ordered partitions with only odd parts we observe that α i = 0, if i is even. Thus the generating function is ( + x + x + ( + x 3 + x 6 + ( + x 5 + x 0 + = ( x k. k odd Example: In how many ways can a dollar be exchanged for quarters, dimes, and nickels? To solve this, let U(x be the generating function for the partitions which have parts of size 5, 0, and 5. Then U(x = ( + x 5 + x 0 + ( + x 0 + x 0 + ( + x 5 + x Letting y = x 5 we can write this series in terms of y, U(y = (+y +y + (+y +y 4 + (+y 5 +y 0 + = ( y ( y ( y 5. To solve the problem, we need to find the coefficient of y 0 in U(y. To do this, we shall determine the coefficients of the terms, y, y,..., y 0 in ( y ( y 5. We have ( y ( y 5 = ( + y + y y 0 + ( + y 5 + y 0 + y 5 + y

10 We calculate the coefficients of, y, y,, y 0 in the product by multiplying each term in (+y 5 +y 0 +y 5 +y 0 with (+y +y 4 + +y 0, throwing out any terms with y, y,.... Doing this we get + y + y 4 + y y 0 y 5 + y 7 + y y 9 y 0 + y + + y 0 y 5 + y 7 + y 9 y 0 We represent this in table form, each sum represented in a separate row in the table The numbers in the last line of the table represent the coefficients of, y, y,..., y 0 in the product ( y ( y 5. To get the coefficient of y 0 in ( y ( y ( y 5, we simply add the numbers in the last row, which gives us 9. Thus there are 9 different ways of changing one dollar into quarters, dimes, and nickels. 7 Ferrers diagrams Each ordered partition of an integer can be represented as rows of dots in a Ferrers diagram. For example, we represent = with If one transposes a Ferrers diagram, one obtains the Ferrers diagram of another partition, which is called the conjugate partition. For example, if we transpose the above diagram 0

11 we get So the conjugate partition is = Using Ferrers diagrams, the following theorem becomes apparent: 7. Theorem The number of ordered partitions of n into k parts equals the number of ordered partitions of n whose largest part equals k. Proof Using Ferrers diagrams, it is seen that an ordered partition has k parts if and only if its conjugate has largest part equal to k. Another theorem that one can prove using Ferrers diagrams is the following (proof left as exercise: 7. Theorem The number of ordered partitions of n into odd parts equals the number of ordered partitions of n into distinct parts. 8 Exercises. Find the generating function for the number of ways to have n cents in pennies, nickels, and dimes.. Find the generating function for the number of ways to select 0 candy bars from a large supply of 6 different kinds. 3. Find the generating function for the number of ways to select, with repetition allowed, r objects from a collection of n distinct objects. 4. Find the coefficient of x 7 in ( + x + x + x

12 5. Find the coefficient of x 50 in (x 7 + x 8 + x Find the coefficient of x 5 in each of the following: a x 3 ( x 0. b (x 3 5x( x 3. c (+x4 ( x In how many ways can a person select n marbles from a large supply of blue, red, and yellow marbles if the selection must include an even number of blue ones? 8. In how many ways can 3000 identical envelopes be divided in packages of 5, among 4 student groups so that each group gets at least 50, but not more than 000 of the envelopes? 9. Find the generating function F (x for the Fibonacci sequence {a n } where a 0 =, a = and a k = a k + a k, k. Using this function, determine a k. 0. In a certain game it is possible to score,, or 4 points each turn. Find the generating function for the number of ways to score n points in a game in which there are at least two turns where 4 points are scored.. Using generating functions, show that for every positive integer n, the number of partitions of n into parts congruent to ±(mod 6 equals the number of partitions of n into distinct parts congruent to ±(mod 3.. Show the following: (i p n (n = p (n =. (ii p (n = n. 3. Use the previous exercise and the recursion p k (n = k i= p k i+(n k to determine p 3 (6. 4. Show that the number of ordered partitions of n with no parts equal to is p(n p(n. 5. When the following expression is expanded and all like terms are gathered together, how many terms are there: (a + b + c + d + e + f 8? 6. Find the number of solutions to the inequality a + a + a 3 + a 4 68 where the a i s are nonnegative integers. 7. Prove that the number of partitions of n with no part greater than k is equal to the number of partitions of n + k with exactly k parts.

1 Answers to Chapter 8, Odd-numbered Exercises

1 Answers to Chapter 8, Odd-numbered Exercises Answers to Chapter 8, Odd-numbered Exercises ) (a) + 4x + 6x + 4x 3 + x 4. (b) + x + x + x 3 + x 4 + x 7. (c) x 3 + x 4 + 3x 5 + 4x 6 + 6x 7. (d) + x + x + x 3 + x 4 + x 5 + x 6. (e) 3 + x 3 4x 4 + 7x

More information

NOTES ON OCT 9, 2012

NOTES ON OCT 9, 2012 NOTES ON OCT 9, 0 MIKE ZABROCKI Exercises: I said that I would solve problems that people asked me about in class. I am going to put the solutions to these (the ones that people asked about so that you

More information

Chapter Generating Functions

Chapter Generating Functions Chapter 8.1.1-8.1.2. Generating Functions Prof. Tesler Math 184A Fall 2017 Prof. Tesler Ch. 8. Generating Functions Math 184A / Fall 2017 1 / 63 Ordinary Generating Functions (OGF) Let a n (n = 0, 1,...)

More information

Generating Functions

Generating Functions Generating Functions Karen Ge May, 07 Abstract Generating functions gives us a global perspective when we need to study a local property. We define generating functions and present its applications in

More information

NOTES ON OCT 4, 2012

NOTES ON OCT 4, 2012 NOTES ON OCT 4, 0 MIKE ZABROCKI I had planned a midterm on Oct I can t be there that day I am canceling my office hours that day and I will be available on Tuesday Oct 9 from 4-pm instead I am tempted

More information

MATH 3012 N Solutions to Review for Midterm 2

MATH 3012 N Solutions to Review for Midterm 2 MATH 301 N Solutions to Review for Midterm March 7, 017 1. In how many ways can a n rectangular checkerboard be tiled using 1 and pieces? Find a closed formula. If t n is the number of ways to tile the

More information

Partition of Integers into Distinct Summands with Upper Bounds. Partition of Integers into Even Summands. An Example

Partition of Integers into Distinct Summands with Upper Bounds. Partition of Integers into Even Summands. An Example Partition of Integers into Even Summands We ask for the number of partitions of m Z + into positive even integers The desired number is the coefficient of x m in + x + x 4 + ) + x 4 + x 8 + ) + x 6 + x

More information

Week 9-10: Recurrence Relations and Generating Functions

Week 9-10: Recurrence Relations and Generating Functions Week 9-10: Recurrence Relations and Generating Functions April 3, 2017 1 Some number sequences An infinite sequence (or just a sequence for short is an ordered array a 0, a 1, a 2,..., a n,... of countably

More information

= = = = = =

= = = = = = PARTITION THEORY (notes by M. Hlynka, University of Windsor) Definition: A partition of a positive integer n is an expression of n as a sum of positive integers. Partitions are considered the same if the

More information

Generating Functions

Generating Functions Semester 1, 2004 Generating functions Another means of organising enumeration. Two examples we have seen already. Example 1. Binomial coefficients. Let X = {1, 2,..., n} c k = # k-element subsets of X

More information

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form Taylor Series Given a function f(x), we would like to be able to find a power series that represents the function. For example, in the last section we noted that we can represent e x by the power series

More information

n=0 xn /n!. That is almost what we have here; the difference is that the denominator is (n + 1)! in stead of n!. So we have x n+1 n=0

n=0 xn /n!. That is almost what we have here; the difference is that the denominator is (n + 1)! in stead of n!. So we have x n+1 n=0 DISCRETE MATHEMATICS HOMEWORK 8 SOL Undergraduate Course Chukechen Honors College Zhejiang University Fall-Winter 204 HOMEWORK 8 P496 6. Find a closed form for the generating function for the sequence

More information

Ma/CS 6a Class 25: Partitions

Ma/CS 6a Class 25: Partitions Ma/CS 6a Class 25: Partitions Explain the significance of the following sequence: un, dos, tres, quatre, cinc, sis, set, vuit, nou, deu... By Adam Sheffer Answer These are the Catalan numbers! (The numbers

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

Problem Set 5 Solutions

Problem Set 5 Solutions Problem Set 5 Solutions Section 4.. Use mathematical induction to prove each of the following: a) For each natural number n with n, n > + n. Let P n) be the statement n > + n. The base case, P ), is true

More information

Convergence of sequences and series

Convergence of sequences and series Convergence of sequences and series A sequence f is a map from N the positive integers to a set. We often write the map outputs as f n rather than f(n). Often we just list the outputs in order and leave

More information

Generating Functions

Generating Functions 8.30 lecture notes March, 0 Generating Functions Lecturer: Michel Goemans We are going to discuss enumeration problems, and how to solve them using a powerful tool: generating functions. What is an enumeration

More information

Review problems solutions

Review problems solutions Review problems solutions Math 3152 December 15, 2017 1. Use the binomial theorem to prove that, for all n 1 and k satisfying 0 k n, ( )( ) { n i ( 1) i k 1 if k n; i k 0 otherwise. ik Solution: Using

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

Differentiation of x n.

Differentiation of x n. Differentiation of x n. In this unit we derive the result, from first principles, that The result is illustrated with several examples. if y = x n dx = nx n 1. In order to master the techniques explained

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

Unit Combinatorics State pigeonhole principle. If k pigeons are assigned to n pigeonholes and n < k then there is at least one pigeonhole containing more than one pigeons. Find the recurrence relation

More information

1.1 Basic Algebra. 1.2 Equations and Inequalities. 1.3 Systems of Equations

1.1 Basic Algebra. 1.2 Equations and Inequalities. 1.3 Systems of Equations 1. Algebra 1.1 Basic Algebra 1.2 Equations and Inequalities 1.3 Systems of Equations 1.1 Basic Algebra 1.1.1 Algebraic Operations 1.1.2 Factoring and Expanding Polynomials 1.1.3 Introduction to Exponentials

More information

Properties of Real Numbers. The properties allow you to manipulate expressions and compute mentally. ai(b ± c) = aib ± aic

Properties of Real Numbers. The properties allow you to manipulate expressions and compute mentally. ai(b ± c) = aib ± aic Ch 2 Notes Solving Equations Notes Properties of Real Numbers Commutative Property Addition a + b = b + a Order Commutative Property Multiplication aib = bia 6 + 4 = 4 + 6 7i3 = 3i7 Associative Property

More information

Chapter 5: Integer Compositions and Partitions and Set Partitions

Chapter 5: Integer Compositions and Partitions and Set Partitions Chapter 5: Integer Compositions and Partitions and Set Partitions Prof. Tesler Math 184A Winter 2017 Prof. Tesler Ch. 5: Compositions and Partitions Math 184A / Winter 2017 1 / 32 5.1. Compositions A strict

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

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

Chapter 5: Integer Compositions and Partitions and Set Partitions

Chapter 5: Integer Compositions and Partitions and Set Partitions Chapter 5: Integer Compositions and Partitions and Set Partitions Prof. Tesler Math 184A Fall 2017 Prof. Tesler Ch. 5: Compositions and Partitions Math 184A / Fall 2017 1 / 46 5.1. Compositions A strict

More information

Generating Functions and the Fibonacci Sequence

Generating Functions and the Fibonacci Sequence Department of Mathematics Nebraska Wesleyan University June 14, 01 Fibonacci Sequence Fun Fact: November 3rd is Fibonacci Day! (1, 1,, 3) Definition The Fibonacci sequence is defined by the recurrence

More information

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

Legendre s Equation. PHYS Southern Illinois University. October 18, 2016

Legendre s Equation. PHYS Southern Illinois University. October 18, 2016 Legendre s Equation PHYS 500 - Southern Illinois University October 18, 2016 PHYS 500 - Southern Illinois University Legendre s Equation October 18, 2016 1 / 11 Legendre s Equation Recall We are trying

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 Fall Final Exam. Friday, 14 December Show all work for full credit. The problems are worth 6 points each.

Math Fall Final Exam. Friday, 14 December Show all work for full credit. The problems are worth 6 points each. Name: Math 50 - Fall 2007 Final Exam Friday, 4 December 2007 Show all work for full credit. The problems are worth 6 points each.. Find the number of subsets of S = {, 2,... 0} that contain exactly 5 elements,

More information

Power Series Solutions to the Legendre Equation

Power Series Solutions to the Legendre Equation Department of Mathematics IIT Guwahati The Legendre equation The equation (1 x 2 )y 2xy + α(α + 1)y = 0, (1) where α is any real constant, is called Legendre s equation. When α Z +, the equation has polynomial

More information

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers.

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers. MATH 4 Summer 011 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

h(x) lim H(x) = lim Since h is nondecreasing then h(x) 0 for all x, and if h is discontinuous at a point x then H(x) > 0. Denote

h(x) lim H(x) = lim Since h is nondecreasing then h(x) 0 for all x, and if h is discontinuous at a point x then H(x) > 0. Denote Real Variables, Fall 4 Problem set 4 Solution suggestions Exercise. Let f be of bounded variation on [a, b]. Show that for each c (a, b), lim x c f(x) and lim x c f(x) exist. Prove that a monotone function

More information

Chapter 6 Complex Numbers

Chapter 6 Complex Numbers Chapter 6 Complex Numbers Lesson 1: Imaginary Numbers Lesson 2: Complex Numbers Lesson 3: Quadratic Formula Lesson 4: Discriminant This assignment is a teacher-modified version of Algebra 2 Common Core

More information

Problems for Putnam Training

Problems for Putnam Training Problems for Putnam Training 1 Number theory Problem 1.1. Prove that for each positive integer n, the number is not prime. 10 1010n + 10 10n + 10 n 1 Problem 1.2. Show that for any positive integer n,

More information

Discrete Mathematics, Spring 2004 Homework 4 Sample Solutions

Discrete Mathematics, Spring 2004 Homework 4 Sample Solutions Discrete Mathematics, Spring 2004 Homework 4 Sample Solutions 4.2 #77. Let s n,k denote the number of ways to seat n persons at k round tables, with at least one person at each table. (The numbers s n,k

More information

Algebra II 1.0 MULTIPLE CHOICE. 1. What is the complete solution to the inequality 5x 6 > 9? A. C x > or x < 3. x > 3 or x < B.

Algebra II 1.0 MULTIPLE CHOICE. 1. What is the complete solution to the inequality 5x 6 > 9? A. C x > or x < 3. x > 3 or x < B. lgebra II 1.0 MULTIPLE OIE 1. What is the complete solution to the inequality 5x 6 > 9? x > or x < 3 x > 3 or x < x > 3 or x < ST: (Key)1.0 x < 3 or x > 2. What is the complete solution to the equation

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

More about partitions

More about partitions Partitions 2.4, 3.4, 4.4 02 More about partitions 3 + +, + 3 +, and + + 3 are all the same partition, so we will write the numbers in non-increasing order. We use greek letters to denote partitions, often

More information

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60 McGill University Faculty of Science Solutions to Practice Final Examination Math 40 Discrete Structures Time: hours Marked out of 60 Question. [6] Prove that the statement (p q) (q r) (p r) is a contradiction

More information

PUTNAM TRAINING EASY PUTNAM PROBLEMS

PUTNAM TRAINING EASY PUTNAM PROBLEMS PUTNAM TRAINING EASY PUTNAM PROBLEMS (Last updated: September 24, 2018) Remark. This is a list of exercises on Easy Putnam Problems Miguel A. Lerma Exercises 1. 2017-A1. Let S be the smallest set of positive

More information

MS 2001: Test 1 B Solutions

MS 2001: Test 1 B Solutions MS 2001: Test 1 B Solutions Name: Student Number: Answer all questions. Marks may be lost if necessary work is not clearly shown. Remarks by me in italics and would not be required in a test - J.P. Question

More information

{ 0! = 1 n! = n(n 1)!, n 1. n! =

{ 0! = 1 n! = n(n 1)!, n 1. n! = Summations Question? What is the sum of the first 100 positive integers? Counting Question? In how many ways may the first three horses in a 10 horse race finish? Multiplication Principle: If an event

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

Sequences: Limit Theorems

Sequences: Limit Theorems Sequences: Limit Theorems Limit Theorems Philippe B. Laval KSU Today Philippe B. Laval (KSU) Limit Theorems Today 1 / 20 Introduction These limit theorems fall in two categories. 1 The first category deals

More information

Systems of Equations

Systems of Equations Chapters 3 & 4 Algebra 2 Honors 1 Systems of Equations How many solutions do each have, and what do those solutions look like graphically? 3x + 1 =4 3x + 1 > 4 3x + 2y = 4 3x + 2y > 4 2x - y = 4 x + 4y

More information

1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves?

1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves? 1. How many labeled trees are there on n vertices such that all odd numbered vertices are leaves? This is most easily done by Prüfer codes. The number of times a vertex appears is the degree of the vertex.

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

Power Series Solutions We use power series to solve second order differential equations

Power Series Solutions We use power series to solve second order differential equations Objectives Power Series Solutions We use power series to solve second order differential equations We use power series expansions to find solutions to second order, linear, variable coefficient equations

More information

Algebra II Vocabulary Cards

Algebra II Vocabulary Cards Algebra II Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Complex Numbers Complex Number (examples)

More information

Ma 530 Power Series II

Ma 530 Power Series II Ma 530 Power Series II Please note that there is material on power series at Visual Calculus. Some of this material was used as part of the presentation of the topics that follow. Operations on Power Series

More information

Supplementary Trig Material

Supplementary Trig Material Supplementary Trig Material Math U See Table of Contents Lesson A: Solving Equations with Radicals and Absolute Value Lesson Practice Worksheet A - 1 Lesson Practice Worksheet A - 2 Lesson B: Solving Inequalities

More information

Find two positive factors of 24 whose sum is 10. Make an organized list.

Find two positive factors of 24 whose sum is 10. Make an organized list. 9.5 Study Guide For use with pages 582 589 GOAL Factor trinomials of the form x 2 1 bx 1 c. EXAMPLE 1 Factor when b and c are positive Factor x 2 1 10x 1 24. Find two positive factors of 24 whose sum is

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

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

Function Junction: Homework Examples from ACE

Function Junction: Homework Examples from ACE Function Junction: Homework Examples from ACE Investigation 1: The Families of Functions, ACE #5, #10 Investigation 2: Arithmetic and Geometric Sequences, ACE #4, #17 Investigation 3: Transforming Graphs,

More information

Chapter 2 Formulas and Definitions:

Chapter 2 Formulas and Definitions: Chapter 2 Formulas and Definitions: (from 2.1) Definition of Polynomial Function: Let n be a nonnegative integer and let a n,a n 1,...,a 2,a 1,a 0 be real numbers with a n 0. The function given by f (x)

More information

WRITING EQUATIONS through 6.1.3

WRITING EQUATIONS through 6.1.3 WRITING EQUATIONS 6.1.1 through 6.1.3 An equation is a mathematical sentence that conveys information to the reader. It uses variables and operation symbols (like +, -, /, =) to represent relationships

More information

IB Math Standard Level Year 1: Final Exam Review Alei - Desert Academy

IB Math Standard Level Year 1: Final Exam Review Alei - Desert Academy IB Math Standard Level Year : Final Exam Review Alei - Desert Academy 0- Standard Level Year Final Exam Review Name: Date: Class: You may not use a calculator on problems #- of this review.. Consider the

More information

Maintaining Mathematical Proficiency

Maintaining Mathematical Proficiency Chapter Maintaining Mathematical Proficiency Simplify the expression. 1. 8x 9x 2. 25r 5 7r r + 3. 3 ( 3x 5) + + x. 3y ( 2y 5) + 11 5. 3( h 7) 7( 10 h) 2 2 +. 5 8x + 5x + 8x Find the volume or surface area

More information

PUTNAM TRAINING PROBLEMS

PUTNAM TRAINING PROBLEMS PUTNAM TRAINING PROBLEMS (Last updated: December 3, 2003) Remark This is a list of Math problems for the NU Putnam team to be discussed during the training sessions Miguel A Lerma 1 Bag of candies In a

More information

Math 3 Variable Manipulation Part 3 Polynomials A

Math 3 Variable Manipulation Part 3 Polynomials A Math 3 Variable Manipulation Part 3 Polynomials A 1 MATH 1 & 2 REVIEW: VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does

More information

Questionnaire for CSET Mathematics subset 1

Questionnaire for CSET Mathematics subset 1 Questionnaire for CSET Mathematics subset 1 Below is a preliminary questionnaire aimed at finding out your current readiness for the CSET Math subset 1 exam. This will serve as a baseline indicator for

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

Some Congruences for the Partial Bell Polynomials

Some Congruences for the Partial Bell Polynomials 3 47 6 3 Journal of Integer Seuences, Vol. 009), Article 09.4. Some Congruences for the Partial Bell Polynomials Miloud Mihoubi University of Science and Technology Houari Boumediene Faculty of Mathematics

More information

C. 3 D. 3. The 12th term in the Fibonacci characteristic sequence 2, 3, 5, 8, 13,... is A. 610 B. 377 C. 233 D. 144 E. 269

C. 3 D. 3. The 12th term in the Fibonacci characteristic sequence 2, 3, 5, 8, 13,... is A. 610 B. 377 C. 233 D. 144 E. 269 Dr Numsen High School Mathematics Practice Test Set F Test. ( ) ( ) = 0. The slope of the line x 8 y = is. The th term in the Fibonacci characteristic sequence,, 5, 8,,... is 60 69. At a computer equipment

More information

TAYLOR AND MACLAURIN SERIES

TAYLOR AND MACLAURIN SERIES TAYLOR AND MACLAURIN SERIES. Introduction Last time, we were able to represent a certain restricted class of functions as power series. This leads us to the question: can we represent more general functions

More information

- a function that can be written in the standard form. - a form of a parabola where and (h, k) is the vertex

- a function that can be written in the standard form. - a form of a parabola where and (h, k) is the vertex 4-1 Quadratic Functions and Equations Objectives A2.A.REI.D.6 (formerly A-REI.D.11) Explain why the x-coordinates of the points where the graphs of the equations y = f(x) and y = g(x) intersect are the

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

Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions

Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions Intermediate Math Circles March 7, 2012 Problem Set: Linear Diophantine Equations II Solutions 1. Alyssa has a lot of mail to send. She wishes to spend exactly $100 buying 49-cent and 53-cent stamps. Parts

More information

Integer-Valued Polynomials

Integer-Valued Polynomials Integer-Valued Polynomials LA Math Circle High School II Dillon Zhi October 11, 2015 1 Introduction Some polynomials take integer values p(x) for all integers x. The obvious examples are the ones where

More information

Upper Bounds for Partitions into k-th Powers Elementary Methods

Upper Bounds for Partitions into k-th Powers Elementary Methods Int. J. Contemp. Math. Sciences, Vol. 4, 2009, no. 9, 433-438 Upper Bounds for Partitions into -th Powers Elementary Methods Rafael Jaimczu División Matemática, Universidad Nacional de Luján Buenos Aires,

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM

UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM UMA Putnam Talk LINEAR ALGEBRA TRICKS FOR THE PUTNAM YUFEI ZHAO In this talk, I want give some examples to show you some linear algebra tricks for the Putnam. Many of you probably did math contests 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

Notes on Continued Fractions for Math 4400

Notes on Continued Fractions for Math 4400 . Continued fractions. Notes on Continued Fractions for Math 4400 The continued fraction expansion converts a positive real number α into a sequence of natural numbers. Conversely, a sequence of natural

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

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

Numbers and their divisors

Numbers and their divisors Chapter 1 Numbers and their divisors 1.1 Some number theoretic functions Theorem 1.1 (Fundamental Theorem of Arithmetic). Every positive integer > 1 is uniquely the product of distinct prime powers: n

More information

Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS:

Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS: Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS: 1 EXPONENT REVIEW PROBLEMS: 2 1. 2x + x x + x + 5 =? 2. (x 2 + x) (x + 2) =?. The expression 8x (7x 6 x 5 ) is equivalent to?.

More information

Algebra Performance Level Descriptors

Algebra Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Algebra. A student at this level has an emerging ability to A student whose performance

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Quadratic Functions Polynomial Functions of Higher Degree Real Zeros of Polynomial Functions

More information

MULTIPLYING TRINOMIALS

MULTIPLYING TRINOMIALS Name: Date: 1 Math 2 Variable Manipulation Part 4 Polynomials B MULTIPLYING TRINOMIALS Multiplying trinomials is the same process as multiplying binomials except for there are more terms to multiply than

More information

Generating Function Notes , Fall 2005, Prof. Peter Shor

Generating Function Notes , Fall 2005, Prof. Peter Shor Counting Change Generating Function Notes 80, Fall 00, Prof Peter Shor In this lecture, I m going to talk about generating functions We ve already seen an example of generating functions Recall when we

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

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

Explicit formulas using partitions of integers for numbers defined by recursion

Explicit formulas using partitions of integers for numbers defined by recursion Explicit formulas using partitions of integers for numbers defined by recursion Giuseppe Fera, Vittorino Talamini, arxiv:2.440v2 [math.nt] 27 Feb 203 DCFA, Sezione di Fisica e Matematica, Università di

More information

Generating Functions of Partitions

Generating Functions of Partitions CHAPTER B Generating Functions of Partitions For a complex sequence {α n n 0,, 2, }, its generating function with a complex variable q is defined by A(q) : α n q n α n [q n ] A(q). When the sequence has

More information

Grade AM108R 7 + Mastering the Standards ALGEBRA. By Murney R. Bell

Grade AM108R 7 + Mastering the Standards ALGEBRA. By Murney R. Bell Hayes AM108R Mastering the Standards ALGEBRA By Murney R. Bell Grade 7 + Mastering the Standards Algebra By Murney R. Bell Illustrated by Reneé Yates Copyright 2008, Hayes School Publishing Co., Inc.,

More information

DISCRETE FOURIER TRANSFORM

DISCRETE FOURIER TRANSFORM DISCRETE FOURIER TRANSFORM 1. Introduction The sampled discrete-time fourier transform (DTFT) of a finite length, discrete-time signal is known as the discrete Fourier transform (DFT). The DFT contains

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

Combinatorial Enumeration. Jason Z. Gao Carleton University, Ottawa, Canada

Combinatorial Enumeration. Jason Z. Gao Carleton University, Ottawa, Canada Combinatorial Enumeration Jason Z. Gao Carleton University, Ottawa, Canada Counting Combinatorial Structures We are interested in counting combinatorial (discrete) structures of a given size. For example,

More information

swapneel/207

swapneel/207 Partial differential equations Swapneel Mahajan www.math.iitb.ac.in/ swapneel/207 1 1 Power series For a real number x 0 and a sequence (a n ) of real numbers, consider the expression a n (x x 0 ) n =

More information

Some Review Problems for Exam 3: Solutions

Some Review Problems for Exam 3: Solutions Math 3355 Fall 018 Some Review Problems for Exam 3: Solutions I thought I d start by reviewing some counting formulas. Counting the Complement: Given a set U (the universe for the problem), if you want

More information

Course : Algebraic Combinatorics

Course : Algebraic Combinatorics Course 18.31: Algebraic Combinatorics Lecture Notes # 10 Addendum by Gregg Musiker (Based on Lauren Williams Notes for Math 19 at Harvard) February 5th - 7th, 009 1 Introduction to Partitions A partition

More information

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4 Linear Algebra Section. : LU Decomposition Section. : Permutations and transposes Wednesday, February 1th Math 01 Week # 1 The LU Decomposition We learned last time that we can factor a invertible matrix

More information

High School Algebra I Scope and Sequence by Timothy D. Kanold

High School Algebra I Scope and Sequence by Timothy D. Kanold High School Algebra I Scope and Sequence by Timothy D. Kanold First Semester 77 Instructional days Unit 1: Understanding Quantities and Expressions (10 Instructional days) N-Q Quantities Reason quantitatively

More information