Discrete Calculus and its Applications

Size: px
Start display at page:

Download "Discrete Calculus and its Applications"

Transcription

1 Discrete Calculus and its Applications Alexander Payne March 9, Introduction In these notes, we will introduce the foundations of discrete calculus (a.k.a. the calculus of finite differences) as an elegant approach to the computation of sums of sequences. Then, we will show one application of discrete calculus to the Fibonacci sequence. 2 Motivation for Discrete Calculus Consider the most basic of sums, the sum of all integers from 0 to k. n We want to find an expression for this in terms of k. Consider k(k + 1). k(k + 1) = k + k + + k }{{} k+1times = (0+k)+(1+(k 1))+(2+(k 2))+ +((k 2)+1)+((k 1)+1)+(k +0) Now, we can see that the first terms in each of the parentheses consists of exactly the terms in k n, and the same goes for the second term in each of the parentheses. Thus, k(k + 1) = From this, we conclude that n + n = n = 2 k(k + 1) 2 n That took a bit of work for such a simple sum! It would certainly be much more difficult to find k n2, let alone k n2n. A systematic approach to finding expressions for finite (and infinite) sums is clearly desirable, particularly one that won t depend so heavily on exactly what we re summing. It turns out that discrete calculus is exactly what we want and more. 1

2 3 Foundations of Discrete Calculus In this section and for the rest of these notes, we will work with sequences f = {f 0, f 1, f 2,...}, where each term of the sequence is a real number. In analogy with traditional calculus, we define the discrete derivative of this sequence. Definition 3.1. For a sequence f = {f 0, f 1, f 2,...}, the forward difference (also called a discrete derivative) of f is a sequence f, which is defined by f = {f 1 f 0, f 2 f 1, f 3 f 2,...} The n-th term of f is denoted by n f, where by the previous definition, n f = f n+1 f n. For a specific example, let f = {2, 4, 8, 16,..., 2 n,... }. Then, n f = 2 n+1 2 n = 2 n (2 1) = 2 n. The sequence defined by {2 n } is unique (up to a constant) in that it is a nontrivial sequence that is fixed under application of the forward difference. The forward difference measures how a sequence changes since if we consider the points (0, f 0 ), (1, f 1 ),..., (n, f n ),... in the Cartesian plane, n f = f n+1 f n = f n+1 f n (n + 1) n So, n f is the slope of the line connecting the points (n, f n ) and (n + 1, f n+1 ). The forward difference has a couple important linearity properties. This is the content of the following theorem. Theorem 3.2. For a sequence f and a sequence g, (f + g) = f + g. Also, for a constant real number c, if the sequence cf is defined by cf = {cf 1, cf 2, cf 3,...}, then (cf) = c f. It turns out that the forward difference is very useful in computing sums. Theorem 3.3 (The Fundamental Theorem of Discrete Calculus). For any sequences f = {f 0, f 1, f 2,...} and g = {g 0, g 1, g 2,...} where g = f, Proof. f n = g k+1 g 1 f n = n g = g k+1 + (g k g k ) + + (g 2 g 2 ) g 1 = g k+1 g 1 This short little theorem turns out to be majorly useful! It means that we have just transformed the problem of computing k f n to the problem of finding a sequence g such that g = f. For example, we may now compute k cn for any real constant c 1 using this theorem. We find that c n = (c) n+1 c n = ()c n, so using Theorem 3.2 and dividing over to the other side (the c 1 condition is used here), we get ( cn ) = cn 2

3 Thus, using the Fudamental Theorem of Discrete Calculus, we find that Then, for c < 1, c n = lim k + c n = ck+1 c0 = ck+1 1 c n = c k+1 1 c k lim = lim = 1 k + k + 1 c 1 c We may not always apply the Fundamental Theorem of Discrete Calculus to infinite sums. In the proof of Theorem 3.2, we took advantage of the fact that we were using a finite sum to perform rearrangements of the terms. However, in the infinite sum case, we cannot assume that rearrangements of the sum will keep the sum the same. So, for technical reasons, if we add the condition f n <, which is called absolute convergence, to the conditions of the Fundamental Theorem of Discrete Calculus, then we get that it is true for infinite sums as well. Now, we move on to a couple more theorems which will greatly expand the types of sums we can compute. Theorem 3.4 (Discrete Calculus Product Rule). Let f = {f 0, f 1, f 2,...} and g = {g 0, g 1, g 2,...} be sequences, and define fg = {f 0 g 0, f 1 g 1, f 2 g 2,...}. Then, n (fg) = ( n f)g n+1 + f n ( n g). Proof. n (fg) = f n+1 g n+1 f n g n = f n+1 g n+1 f n g n+1 + f n g n+1 f n g n = ( n f)g n+1 + f n ( n g) Now we may sum the product rule to get a very nice expression. Theorem 3. (Summation by Parts). Let f = {f 0, f 1, f 2,...} and g = {g 0, g 1, g 2,...} be sequences. Then, f n ( n g) = [f k+1 g k+1 f 0 g 0 ] ( n f)g n+1 Proof. By summing the product rule and applying the Fundamental Theorem of Discrete Calculus, we get and n (fg) = n (fg) = [f k+1 g k+1 f 0 g 0 ] [( n f)g n+1 + f n ( n g)] = [( n f)g n+1 ] + f n ( n g) 3

4 Then, by solving for k f n( n g), we get f n ( n g) = [f k+1 g k+1 f 0 g 0 ] ( n f)g n+1 This allows us to compute more complicated sums like k ncn. Let f n = n and g n = c n with c 1, and apply the summation by parts formula to get = nc n = = (k + 1)ck+1 (k + 1)ck+1 n n ( cn + 1)ck+1 ) = [(k 1 c n+1 = 0] (k + 1)ck+1 ((n + 1) n) cn+1 1 k+1 ( c n 1) 1 (ck+2 1 1) = 1 ((k + 1)ck+1 ck ) In particular, k n2n = (k + 1)2 k+1 2 k =. Finally, to find a sum like k n2, we must have one more definition. Definition 3.6. The m-th falling power (a.k.a. falling factorial) of n is denoted by n m, which is defined as n m = n(n 1)(n 2)... (n m + 2)(n m + 1) Falling factorials are nice because n m = (n + 1) m n m = (n + 1)n... (n m + 2) n(n 1)... (n m + 1) = (n + 1 n + m 1)n(n 1)... (n m + 1) = mn m 1 So, we may write n 2 = n 2 + n 1, which allows us to easily compute the sum of n 2. n 2 = (n 2 + n 1 ) = ( 1 3 (k+1) )+( 1 2 (k+1) ) = k(k + 1)(2k + 1) 6 4 Discrete Calculus and the Fibonacci Numbers We define a sequence {F 0, F 1, F 2, F 3, F 4,... }, where F 0 = 1 and F 1 = 1 and successive terms are constructed using the recurrence relation F n+2 = F n+1 +F n. This sequence is known as the Fibonacci sequence, and its first few terms are {1, 1, 2, 3,, 8, 13,... }. We will find an expression for the n-th term of the Fibonacci sequence using the principles of discrete calculus. Now, we may write the recurrence relation in terms of forward differences. F n+2 = F n+1 + F n F n+2 F n+1 F n = 0 4

5 F n+2 2F n+1 + F n+1 + F n 2F n = 0 (F n+2 2F n+1 + F n ) + (F n+1 F n ) F n = 0 ( 2 ) n F + n F F n = 0 2 is the sequence obtained from applying the forward difference twice. This means that any sequence satisfying the recurrence relation must also satisfy the expression with the forward difference we derived. Now, we may factor this expression in a certain sense. For a constant c, ( c) will be thought of as the operation that sends a sequence {F 0, F 1, F 2, F 3, F 4,... } to {F 1 F 0 cf 0, F 2 F 1 cf 1, F 3 F 2 cf 2,... }. So, the n-th term of ( c) is given by ( c) n F = n F cf n. Consier the equation x 2 + x 1 = 0, which is the same form as the derived equation that we found above with the forward difference operators. The solutions to x 2 + x 1 = 0 are x = 1 2 2, We can then see that we may factor ( 2 ) n F + n F F n = 0 as ( ( ))( ( ))F = 0 This just says that we apply the two operators successively to F and get a sequence with all terms zero. To check this, we compute ( ( ))( ( )) nf = ( ( )) n[f n+1 F n ( )F n] The term in the brackets is just the n-th term of a sequence to which we apply the next operation. = (F n+2 F n+1 ( )F n+1) (F n+1 F n ( 1 2 ( )(F n+1 F n ( )F n) = F n+2 F n+1 F n 2 )F n) Thus, this factorization is legitimate. One solution to the factored formula we found would be if ( ( )) nf = 0 This is because ( ( ))(0) = 0 Now, we solve the first part of the factored formula. 0 = ( ( )) nf = F n+1 F n ( )F n

6 So, F n+1 = ( )F n Then, by iterating, we get a sequence that satisfies the Fibonacci relation. F n = ( )n F 0 = ( )n Similarly, we may write ( ( ))( ( ))F = 0 And we get another sequence that satisfies the Fibonacci relation. F n = ( )n Then, since constants can be removed from inside a foward difference and the forward difference of a sum is the sum of forward differences (Theorem 3.2), we get a general solution for the Fibonacci relation, where C and D are real constants. F n = C( )n + D( )n We know the starting conditions F 0, F 1 = 1, so we get and 1 = F 0 = C( )0 + D( = F 1 = C( ) + D(1 2 Solving for C and D, we find C = , D = )0 = C + D 2 ) So, by plugging these back in, we get the expression for the n-th term of the Fibonacci sequence. F n = ( )( )n + ( )(1 2 2 )n = 1 ( )( )n + 1 ( )(1 2 2 )n References = 1 ( )n ( )n+1 [1] David Gleich. Finite Calculus: A Tutorial for Solving Nasty Sums. %20finite%20calculus.pdf (200). [2] George Kunin. The Finite Difference Calculus and Applications to the Interpolation of Sequences. MIT Undergraduate Journal of Mathematics

Discrete Calculus and its Applications

Discrete Calculus and its Applications Discrete Calculus and its Applications Alexander Payne Princeton University Abstract We introduce the foundations of discrete calculus, also known as the calculus of finite differences, as an elegant,

More information

3.3 Accumulation Sequences

3.3 Accumulation Sequences 3.3. ACCUMULATION SEQUENCES 25 3.3 Accumulation Sequences Overview. One of the most important mathematical ideas in calculus is that of an accumulation of change for physical quantities. As we have been

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

Recursion. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Fall 2007

Recursion. Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry. Fall 2007 Slides by Christopher M. Bourke Instructor: Berthe Y. Choueiry Fall 2007 1 / 47 Computer Science & Engineering 235 to Discrete Mathematics Sections 7.1-7.2 of Rosen Recursive Algorithms 2 / 47 A recursive

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

INTRODUCTION TO SIGMA NOTATION

INTRODUCTION TO SIGMA NOTATION INTRODUCTION TO SIGMA NOTATION The notation itself Sigma notation is a way of writing a sum of many terms, in a concise form A sum in sigma notation looks something like this: 3k The Σ sigma) indicates

More information

1 Examples of Weak Induction

1 Examples of Weak Induction More About Mathematical Induction Mathematical induction is designed for proving that a statement holds for all nonnegative integers (or integers beyond an initial one). Here are some extra examples of

More information

Section 4.1: Sequences and Series

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

More information

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

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

Worksheet 1. Difference

Worksheet 1. Difference Worksheet Differences Remember: The difference of a sequence u n is: u n u n+ u n The falling factorial (power), n to the k falling, when k > 0, is: n k n(n )... (n k + ), Please complete the following

More information

Calculus of Finite Differences. Andreas Klappenecker

Calculus of Finite Differences. Andreas Klappenecker Calculus of Finite Differences Andreas Klappenecker Motivation When we analyze the runtime of algorithms, we simply count the number of operations. For example, the following loop for k = 1 to n do square(k);

More information

Recurrence Relations and Recursion: MATH 180

Recurrence Relations and Recursion: MATH 180 Recurrence Relations and Recursion: MATH 180 1: Recursively Defined Sequences Example 1: The sequence a 1,a 2,a 3,... can be defined recursively as follows: (1) For all integers k 2, a k = a k 1 + 1 (2)

More information

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7

Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions 2/19/7 Analytic Geometry and Calculus I Exam 1 Practice Problems Solutions /19/7 Question 1 Write the following as an integer: log 4 (9)+log (5) We have: log 4 (9)+log (5) = ( log 4 (9)) ( log (5)) = 5 ( log

More information

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From

q-series Michael Gri for the partition function, he developed the basic idea of the q-exponential. From q-series Michael Gri th History and q-integers The idea of q-series has existed since at least Euler. In constructing the generating function for the partition function, he developed the basic idea of

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

Discrete Math, Spring Solutions to Problems V

Discrete Math, Spring Solutions to Problems V Discrete Math, Spring 202 - Solutions to Problems V Suppose we have statements P, P 2, P 3,, one for each natural number In other words, we have the collection or set of statements {P n n N} a Suppose

More information

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee

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

More information

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

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

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

Advanced Difference Equation Theory. Sidharth Ghoshal

Advanced Difference Equation Theory. Sidharth Ghoshal Advanced Difference Equation Theory Sidharth Ghoshal July 8, 2014 Contents Introduction to Finite Differences:... 3 Definitions and initial problem statement:... 3 The Product Rule for Finite Differences:...

More information

CS1800: Sequences & Sums. Professor Kevin Gold

CS1800: Sequences & Sums. Professor Kevin Gold CS1800: Sequences & Sums Professor Kevin Gold Moving Toward Analysis of Algorithms Today s tools help in the analysis of algorithms. We ll cover tools for deciding what equation best fits a sequence of

More information

Stat 134 Fall 2011: Notes on generating functions

Stat 134 Fall 2011: Notes on generating functions Stat 3 Fall 0: Notes on generating functions Michael Lugo October, 0 Definitions Given a random variable X which always takes on a positive integer value, we define the probability generating function

More information

Sums and Products. a i = a 1. i=1. a i = a i a n. n 1

Sums and Products. a i = a 1. i=1. a i = a i a n. n 1 Sums and Products -27-209 In this section, I ll review the notation for sums and products Addition and multiplication are binary operations: They operate on two numbers at a time If you want to add or

More information

Sequences and Summations

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

More information

8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES

8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES 8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES What You Should Learn Use sequence notation to write the terms of sequences. Use factorial notation. Use summation notation to write sums.

More information

Mathematical Induction

Mathematical Induction Mathematical Induction MAT30 Discrete Mathematics Fall 018 MAT30 (Discrete Math) Mathematical Induction Fall 018 1 / 19 Outline 1 Mathematical Induction Strong Mathematical Induction MAT30 (Discrete Math)

More information

DETAILED SOLUTIONS AND CONCEPTS - SEQUENCES AND SERIES

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

More information

Finite Summation of Integer Powers x p, Part 1

Finite Summation of Integer Powers x p, Part 1 Finite Summation of Integer Powers x p, Part Assad Ebrahim /26/2 (Rev. d, April 4, 2) Abstract È We solve the finite-summation-of-integer-powers problem S p(n) = N k= kp using recurrence relations to obtain

More information

Problem Solving in Math (Math 43900) Fall 2013

Problem Solving in Math (Math 43900) Fall 2013 Problem Solving in Math (Math 43900) Fall 203 Week six (October ) problems recurrences Instructor: David Galvin Definition of a recurrence relation We met recurrences in the induction hand-out. Sometimes

More information

Mathematical Fundamentals

Mathematical Fundamentals Mathematical Fundamentals Sets Factorials, Logarithms Recursion Summations, Recurrences Proof Techniques: By Contradiction, Induction Estimation Techniques Data Structures 1 Mathematical Fundamentals Sets

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 4.4: Taylor & Power series. 1. What is a Taylor series? 2. Convergence of Taylor series 3. Common Maclaurin series

More information

1 Solving Linear Recurrences

1 Solving Linear Recurrences Solving Linear Recurrences Suppose we have a sequence a n defined by the formula The first couple terms of the sequence are a n = 3a n +, a 0 =, 4, 3, 40, 2,... Can you find a general closed for expression

More information

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

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

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

Taylor approximation

Taylor approximation Taylor approximation Nathan Pflueger 7 November 2014 I am amazed that it occurred to no one (if you except N Mercator with his quadrature of the hyperbola) to fit the doctrine recently established for

More information

Asymptotic Analysis and Recurrences

Asymptotic Analysis and Recurrences Appendix A Asymptotic Analysis and Recurrences A.1 Overview We discuss the notion of asymptotic analysis and introduce O, Ω, Θ, and o notation. We then turn to the topic of recurrences, discussing several

More information

ALL TEXTS BELONG TO OWNERS. Candidate code: glt090 TAKEN FROM

ALL TEXTS BELONG TO OWNERS. Candidate code: glt090 TAKEN FROM How are Generating Functions used in finding the closed form of sequences involving recurrence relations and in the analysis of probability distributions? Mathematics Extended Essay Word count: 3865 Abstract

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 1 Section Summary Sequences. Examples: Geometric Progression, Arithmetic Progression Recurrence Relations Example: Fibonacci Sequence Summations 2 Introduction Sequences are ordered lists of

More information

RANDOM WALKS AND THE PROBABILITY OF RETURNING HOME

RANDOM WALKS AND THE PROBABILITY OF RETURNING HOME RANDOM WALKS AND THE PROBABILITY OF RETURNING HOME ELIZABETH G. OMBRELLARO Abstract. This paper is expository in nature. It intuitively explains, using a geometrical and measure theory perspective, why

More information

D(f/g)(P ) = D(f)(P )g(p ) f(p )D(g)(P ). g 2 (P )

D(f/g)(P ) = D(f)(P )g(p ) f(p )D(g)(P ). g 2 (P ) We first record a very useful: 11. Higher derivatives Theorem 11.1. Let A R n be an open subset. Let f : A R m and g : A R m be two functions and suppose that P A. Let λ A be a scalar. If f and g are differentiable

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

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

MAT115A-21 COMPLETE LECTURE NOTES

MAT115A-21 COMPLETE LECTURE NOTES MAT115A-21 COMPLETE LECTURE NOTES NATHANIEL GALLUP 1. Introduction Number theory begins as the study of the natural numbers the integers N = {1, 2, 3,...}, Z = { 3, 2, 1, 0, 1, 2, 3,...}, and sometimes

More information

Power Series and Analytic Function

Power Series and Analytic Function Dr Mansoor Alshehri King Saud University MATH204-Differential Equations Center of Excellence in Learning and Teaching 1 / 21 Some Reviews of Power Series Differentiation and Integration of a Power Series

More information

Mathematical Induction

Mathematical Induction Lecture 6 Mathematical Induction The Mathematical Induction is a very powerful tool for proving infinitely many propositions by using only a few steps. In particular, it can be used often when the propositions

More information

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence.

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. f n (0)x n Recall from

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

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

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

Week 2: Sequences and Series

Week 2: Sequences and Series QF0: Quantitative Finance August 29, 207 Week 2: Sequences and Series Facilitator: Christopher Ting AY 207/208 Mathematicians have tried in vain to this day to discover some order in the sequence of prime

More information

Chapter 1 Functions and Limits

Chapter 1 Functions and Limits Contents Chapter 1 Functions and Limits Motivation to Chapter 1 2 4 Tangent and Velocity Problems 3 4.1 VIDEO - Secant Lines, Average Rate of Change, and Applications......................... 3 4.2 VIDEO

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

Introduction to Series and Sequences Math 121 Calculus II Spring 2015

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

More information

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

9.1 SEQUENCES AND SERIES

9.1 SEQUENCES AND SERIES 640 Chapter 9 Sequences, Series, and Probability 9. SEQUENCES AND SERIES What you should learn Use sequence notation to write the terms of sequences. Use factorial notation. Use summation notation to write

More information

Section 5.1. Areas and Distances. (1) The Area Problem (2) The Distance Problem (3) Summation Notation

Section 5.1. Areas and Distances. (1) The Area Problem (2) The Distance Problem (3) Summation Notation Section 5.1 Areas and Distances (1) The Area Problem (2) The Distance Problem (3) Summation Notation MATH 125 (Section 5.1) Areas and Distances The University of Kansas 1 / 19 Area Area is a measure of

More information

Mathematical Induction

Mathematical Induction Mathematical Induction MAT231 Transition to Higher Mathematics Fall 2014 MAT231 (Transition to Higher Math) Mathematical Induction Fall 2014 1 / 21 Outline 1 Mathematical Induction 2 Strong Mathematical

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES Infinite sequences and series were introduced briefly in A Preview of Calculus in connection with Zeno s paradoxes and the decimal representation

More information

Some Review Problems for Exam 3: Solutions

Some Review Problems for Exam 3: Solutions Math 3355 Spring 017 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

Pointwise and Uniform Convergence

Pointwise and Uniform Convergence Physics 6A Winter 200 Pointwise and Uniform Convergence A power series, f(x) = a n x n, is an example of a sum over a series of functions f(x) = f n (x), () where f n (x) = a n x n. It is useful to consider

More information

CS 542G: The Poisson Problem, Finite Differences

CS 542G: The Poisson Problem, Finite Differences CS 542G: The Poisson Problem, Finite Differences Robert Bridson November 10, 2008 1 The Poisson Problem At the end last time, we noticed that the gravitational potential has a zero Laplacian except at

More information

Generalization of Fibonacci sequence

Generalization of Fibonacci sequence Generalization of Fibonacci sequence Etienne Durand Julien Chartrand Maxime Bolduc February 18th 2013 Abstract After studying the fibonacci sequence, we found three interesting theorems. The first theorem

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

CHAPTER 8 Advanced Counting Techniques

CHAPTER 8 Advanced Counting Techniques 96 Chapter 8 Advanced Counting Techniques CHAPTER 8 Advanced Counting Techniques SECTION 8. Applications of Recurrence Relations 2. a) A permutation of a set with n elements consists of a choice of a first

More information

Binomial Coefficient Identities/Complements

Binomial Coefficient Identities/Complements Binomial Coefficient Identities/Complements CSE21 Fall 2017, Day 4 Oct 6, 2017 https://sites.google.com/a/eng.ucsd.edu/cse21-fall-2017-miles-jones/ permutation P(n,r) = n(n-1) (n-2) (n-r+1) = Terminology

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

THE GAMMA FUNCTION AND THE ZETA FUNCTION

THE GAMMA FUNCTION AND THE ZETA FUNCTION THE GAMMA FUNCTION AND THE ZETA FUNCTION PAUL DUNCAN Abstract. The Gamma Function and the Riemann Zeta Function are two special functions that are critical to the study of many different fields of mathematics.

More information

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

More information

Tutorial 2 WANG PENG. Department of Systems Engineering and Engineering Management, The Chinese University of Hong Kong. September 28, 2017

Tutorial 2 WANG PENG. Department of Systems Engineering and Engineering Management, The Chinese University of Hong Kong. September 28, 2017 Tutorial 2 WANG PENG Department of Systems Engineering and Engineering Management, The Chinese University of Hong Kong September 28, 2017 WANG PENG (ENGG 2440B) Tutorial 2 September 28, 2017 1 / 17 Outline

More information

The Lebesgue Integral

The Lebesgue Integral The Lebesgue Integral Brent Nelson In these notes we give an introduction to the Lebesgue integral, assuming only a knowledge of metric spaces and the iemann integral. For more details see [1, Chapters

More information

CS 2110: INDUCTION DISCUSSION TOPICS

CS 2110: INDUCTION DISCUSSION TOPICS CS 110: INDUCTION DISCUSSION TOPICS The following ideas are suggestions for how to handle your discussion classes. You can do as much or as little of this as you want. You can either present at the board,

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

Learning Objectives

Learning Objectives Learning Objectives Learn about recurrence relations Learn the relationship between sequences and recurrence relations Explore how to solve recurrence relations by iteration Learn about linear homogeneous

More information

Chapter Summary. Mathematical Induction Strong Induction Well-Ordering Recursive Definitions Structural Induction Recursive Algorithms

Chapter Summary. Mathematical Induction Strong Induction Well-Ordering Recursive Definitions Structural Induction Recursive Algorithms 1 Chapter Summary Mathematical Induction Strong Induction Well-Ordering Recursive Definitions Structural Induction Recursive Algorithms 2 Section 5.1 3 Section Summary Mathematical Induction Examples of

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.3: - Series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.3: - Series. MATH 1231 MATHEMATICS 1B 2010. Calculus Section 4.3: - Series. 1. Sigma notation 2. What is a series? 3. The big question 4. What you should already know 5. Telescoping series 5. Convergence 6. n th term

More information

CSI2101-W08- Recurrence Relations

CSI2101-W08- Recurrence Relations Motivation CSI2101-W08- Recurrence Relations where do they come from modeling program analysis Solving Recurrence Relations by iteration arithmetic/geometric sequences linear homogenous recurrence relations

More information

CHAPTER 3. Sequences. 1. Basic Properties

CHAPTER 3. Sequences. 1. Basic Properties CHAPTER 3 Sequences We begin our study of analysis with sequences. There are several reasons for starting here. First, sequences are the simplest way to introduce limits, the central idea of calculus.

More information

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim

MATH The Derivative as a Function - Section 3.2. The derivative of f is the function. f x h f x. f x lim MATH 90 - The Derivative as a Function - Section 3.2 The derivative of f is the function f x lim h 0 f x h f x h for all x for which the limit exists. The notation f x is read "f prime of x". Note that

More information

Recurrences COMP 215

Recurrences COMP 215 Recurrences COMP 215 Analysis of Iterative Algorithms //return the location of the item matching x, or 0 if //no such item is found. index SequentialSearch(keytype[] S, in, keytype x) { index location

More information

CSCE 222 Discrete Structures for Computing. Review for Exam 2. Dr. Hyunyoung Lee !!!

CSCE 222 Discrete Structures for Computing. Review for Exam 2. Dr. Hyunyoung Lee !!! CSCE 222 Discrete Structures for Computing Review for Exam 2 Dr. Hyunyoung Lee 1 Strategy for Exam Preparation - Start studying now (unless have already started) - Study class notes (lecture slides and

More information

MAT01A1: Precise Definition of a Limit and Continuity

MAT01A1: Precise Definition of a Limit and Continuity MAT01A1: Precise Definition of a Limit and Continuity Dr Craig 7 March 2018 Semester Test 1 D1 LAB 110 Be seated by 08h15. Everything up to and including Ch 2.3. Bring student cards. No bags. No calculators.

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

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

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

More information

(Infinite) Series Series a n = a 1 + a 2 + a a n +...

(Infinite) Series Series a n = a 1 + a 2 + a a n +... (Infinite) Series Series a n = a 1 + a 2 + a 3 +... + a n +... What does it mean to add infinitely many terms? The sequence of partial sums S 1, S 2, S 3, S 4,...,S n,...,where nx S n = a i = a 1 + a 2

More information

Lecture 2. Fundamentals of the Analysis of Algorithm Efficiency

Lecture 2. Fundamentals of the Analysis of Algorithm Efficiency Lecture 2 Fundamentals of the Analysis of Algorithm Efficiency 1 Lecture Contents 1. Analysis Framework 2. Asymptotic Notations and Basic Efficiency Classes 3. Mathematical Analysis of Nonrecursive Algorithms

More information

No Solution Equations Let s look at the following equation: 2 +3=2 +7

No Solution Equations Let s look at the following equation: 2 +3=2 +7 5.4 Solving Equations with Infinite or No Solutions So far we have looked at equations where there is exactly one solution. It is possible to have more than solution in other types of equations that are

More information

and the compositional inverse when it exists is A.

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

More information

1 Some Statistical Basics.

1 Some Statistical Basics. Q Some Statistical Basics. Statistics treats random errors. (There are also systematic errors e.g., if your watch is 5 minutes fast, you will always get the wrong time, but it won t be random.) The two

More information

The integers. Chapter 3

The integers. Chapter 3 Chapter 3 The integers Recall that an abelian group is a set A with a special element 0, and operation + such that x +0=x x + y = y + x x +y + z) =x + y)+z every element x has an inverse x + y =0 We also

More information

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000

MORE APPLICATIONS OF DERIVATIVES. David Levermore. 17 October 2000 MORE APPLICATIONS OF DERIVATIVES David Levermore 7 October 2000 This is a review of material pertaining to local approximations and their applications that are covered sometime during a year-long calculus

More information

1 Sequences and Summation

1 Sequences and Summation 1 Sequences and Summation A sequence is a function whose domain is either all the integers between two given integers or all the integers greater than or equal to a given integer. For example, a m, a m+1,...,

More information

Math /Foundations of Algebra/Fall 2017 Numbers at the Foundations: Real Numbers In calculus, the derivative of a function f(x) is defined

Math /Foundations of Algebra/Fall 2017 Numbers at the Foundations: Real Numbers In calculus, the derivative of a function f(x) is defined Math 400-001/Foundations of Algebra/Fall 2017 Numbers at the Foundations: Real Numbers In calculus, the derivative of a function f(x) is defined using limits. As a particular case, the derivative of f(x)

More information

Applicable Analysis and Discrete Mathematics available online at ABEL S METHOD ON SUMMATION BY PARTS.

Applicable Analysis and Discrete Mathematics available online at   ABEL S METHOD ON SUMMATION BY PARTS. Applicable Analysis and Discrete Mathematics available online at http://pefmathetfrs Appl Anal Discrete Math 4 010), 54 65 doi:1098/aadm1000006c ABEL S METHOD ON SUMMATION BY PARTS AND BALANCED -SERIES

More information

Functions of Several Variables: Limits and Continuity

Functions of Several Variables: Limits and Continuity Functions of Several Variables: Limits and Continuity Philippe B. Laval KSU Today Philippe B. Laval (KSU) Limits and Continuity Today 1 / 24 Introduction We extend the notion of its studied in Calculus

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES In section 11.9, we were able to find power series representations for a certain restricted class of functions. INFINITE SEQUENCES AND SERIES

More information

1 Recursive Algorithms

1 Recursive Algorithms 400 lecture note #8 [ 5.6-5.8] Recurrence Relations 1 Recursive Algorithms A recursive algorithm is an algorithm which invokes itself. A recursive algorithm looks at a problem backward -- the solution

More information