Worksheet on induction Calculus I Fall 2006 First, let us explain the use of for summation. The notation



Similar documents
Sample Induction Proofs

3. Mathematical Induction

Introduction. Appendix D Mathematical Induction D1

Taylor and Maclaurin Series

SECTION 10-2 Mathematical Induction

Math 55: Discrete Mathematics

Mathematical Induction. Mary Barnes Sue Gordon

MATH 4330/5330, Fourier Analysis Section 11, The Discrete Fourier Transform

Course Notes for Math 162: Mathematical Statistics Approximation Methods in Statistics

9.2 Summation Notation

Solutions for Practice problems on proofs

Cardinality. The set of all finite strings over the alphabet of lowercase letters is countable. The set of real numbers R is an uncountable set.

Mathematical Induction. Lecture 10-11

HOMEWORK 5 SOLUTIONS. n!f n (1) lim. ln x n! + xn x. 1 = G n 1 (x). (2) k + 1 n. (n 1)!

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

Basic Proof Techniques

Math 115 Spring 2011 Written Homework 5 Solutions

Mathematical Induction

Jacobi s four squares identity Martin Klazar

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

The thing that started it 8.6 THE BINOMIAL THEOREM

Sequences and Series

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

Math Circle Beginners Group October 18, 2015

If n is odd, then 3n + 7 is even.

We can express this in decimal notation (in contrast to the underline notation we have been using) as follows: b + 90c = c + 10b

Handout #1: Mathematical Reasoning

Lies My Calculator and Computer Told Me

Solving Rational Equations

CHAPTER II THE LIMIT OF A SEQUENCE OF NUMBERS DEFINITION OF THE NUMBER e.

Mathematical Induction

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include

Approximating functions by Taylor Polynomials.

Real Roots of Univariate Polynomials with Real Coefficients

Geometric Series and Annuities

Lectures 5-6: Taylor Series

MISS. INDUCTION SEQUENCES and SERIES. J J O'Connor MT /10

Partial Fractions. (x 1)(x 2 + 1)

Vieta s Formulas and the Identity Theorem

1.2. Successive Differences

Inductors. Resources and methods for learning about these subjects (list a few here, in preparation for your research):

WHERE DOES THE 10% CONDITION COME FROM?

SOLUTIONS TO EXERCISES FOR. MATHEMATICS 205A Part 3. Spaces with special properties

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

15.1. Integration as the limit of a sum. Introduction. Prerequisites. Learning Outcomes. Learning Style

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

Discrete Mathematics: Homework 7 solution. Due:

Overview. Essential Questions. Precalculus, Quarter 4, Unit 4.5 Build Arithmetic and Geometric Sequences and Series

Answer Key for California State Standards: Algebra I

Lecture 13 - Basic Number Theory.

Discrete Mathematics Problems

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

15. Symmetric polynomials

k, then n = p2α 1 1 pα k

Chapter 3. Distribution Problems. 3.1 The idea of a distribution The twenty-fold way

8 Divisibility and prime numbers

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

I remember that when I

1.7 Graphs of Functions

4.3 Lagrange Approximation

Assignment 5 - Due Friday March 6

3. INNER PRODUCT SPACES

Continued Fractions and the Euclidean Algorithm

Intermediate Value Theorem, Rolle s Theorem and Mean Value Theorem

Math Workshop October 2010 Fractions and Repeating Decimals

Homework until Test #2

ON THE EXPONENTIAL FUNCTION

THE BANACH CONTRACTION PRINCIPLE. Contents

10.2 Series and Convergence

Sums of Independent Random Variables

Metric Spaces Joseph Muscat 2003 (Last revised May 2009)

DEGREES OF ORDERS ON TORSION-FREE ABELIAN GROUPS

= = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

#1-12: Write the first 4 terms of the sequence. (Assume n begins with 1.)

LIES MY CALCULATOR AND COMPUTER TOLD ME

36 CHAPTER 1. LIMITS AND CONTINUITY. Figure 1.17: At which points is f not continuous?

Summation Algebra. x i

MATH PROBLEMS, WITH SOLUTIONS

Full and Complete Binary Trees

TAKE-AWAY GAMES. ALLEN J. SCHWENK California Institute of Technology, Pasadena, California INTRODUCTION

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University

Proseminar on Semantic Theory Fall 2013 Ling 720. Problem Set on the Formal Preliminaries : Answers and Notes

MATH Fundamental Mathematics IV

MA651 Topology. Lecture 6. Separation Axioms.

Activity 1: Using base ten blocks to model operations on decimals

SIMPLIFYING SQUARE ROOTS

TOPPER Sample Paper - I. Class : XI MATHEMATICS. Questions. Time Allowed : 3 Hrs Maximum Marks: 100

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES

1 Lecture: Integration of rational functions by decomposition

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

n k=1 k=0 1/k! = e. Example 6.4. The series 1/k 2 converges in R. Indeed, if s n = n then k=1 1/k, then s 2n s n = 1 n

DEFINABLE TYPES IN PRESBURGER ARITHMETIC

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886)

Objective: Use calculator to comprehend transformations.

6.2 Permutations continued

Basic Probability Concepts

Transcription:

Worksheet on induction MA113 Calculus I Fall 2006 First, let us explain the use of for summation. The notation f(k) means to evaluate the function f(k) at k = 1, 2,..., n and add up the results. In other words: f(k) = f(1) + f(2) +... + f(n). For example: and 4 k 2 = 1 + 4 + 9 + 16, (2k 1) = 1 + 3 + 5 +... + 2n 1, 2 k=3 1 = 2n 2. The principle of mathematical induction is used to establish the truth of a sequence of statements or formula which depend on a natural number, n = 1, 2,.... We will use P k to stand for a statement which depends on k. For example, P k might stand for the statement The number 2k 1 is odd. These statements are true for k = 1, 2,... The principle of mathematical induction is: Principle of mathematical induction. Suppose that P n is a sequence of statements depending on a natural number n = 1, 2,.... If we show that: P 1 is true For N = 1, 2,...: If P N is true, then P N+1 is true. Then, we may conclude that all the statements P n are true for n = 1, 2,.... To see why this principle makes sense, suppose that we know P 1 is true, then the second step allows us to conclude P 2 is true. Now that we know P 2 is true, the second step allows us to conclude P 3 is true. If we repeat this n 1 times, we conclude that P n is true. This principle is useful because it allows us to prove an infinite number of statements are true in just two easy steps! We usually call the first step the base case and the second step is called the induction step.

Below are several examples to illustrate how to use this principle. The statement P N that we assume to hold is called the induction hypothesis. The key point in the induction step is to show how the truth of the induction hypothesis, P N, leads to the truth of P N+1. Example 1. Show that for n = 1, 2, 3,..., the number n 2 n is even. Solution. Base case. This is easy. If n = 1, then n 2 n = 1 2 1 = 0 and 0 is even. Induction step. We suppose that N 2 N is even and we want to use this assumption to show that (N + 1) 2 (N + 1) is even. We write (N + 1) 2 (N + 1) = N 2 + 2N + 1 N 1 = N 2 N + 2N. Now 2N is even when N is a whole number and N 2 N is even by our induction hypothesis. As the sum of two even numbers is again even, we conclude that (N + 1) 2 + (N + 1) is even. Example 2. Show that for n = 1, 2,..., we have 2j = n(n + 1). Solution Base case. If n = 1, then n(n + 1) = 1 2 = 2. Also, 1 2j = 2. Thus both sides are equal if n = 1. Induction step. Now suppose that the formula N 2j = N(N + 1) is true and consider the sum N+1 N 2j = 2j + 2(N + 1). We use our induction hypothesis that N 2j = N(N + 1) to conclude that N+1 Simplifying this last expression gives 2j = N(N + 1) + 2(N + 1). N(N + 1) + 2(N + 1) = N 2 + N + 2N + 2 = N 2 + 3N + 2 = (N + 2)(N + 1). Since (N + 2)(N + 1) = (N + 1 + 1)(N + 1), we have shown that the formula N+1 2j = (N + 1 + 1)(N + 1) is true. This completes the induction step and thus the proof by induction. Example 3. All horses are the same color.

Solution. We will show by induction that any set of N horses consists of horses of the same color. The base case is easy. If we have a set with one horse, then all horses in the set are the same color. We assume as our induction hypothesis that any set of N horses consists of horses of the same color. We take a set of N + 1 horses, and put one of the horses in the barn for a moment. By our induction hypothesis, the remaining N horses are all of the same color. Now, we put a different horse in the barn. Again, the remaining N horses are all the same color. It follows that the set of N + 1 horses are all the same color. Below is a selection of problems related to mathematical induction. You should begin working on these problems in recitation. Write up your solutions carefully, elegantly, and in complete sentences. 1. (a) For n = 1, 2, 3, 4, compute (2k 1). Make a guess for the value of this sum for n = 1, 2,.... (b) Use mathematical induction to prove that your guess is correct. 2. Use the principle of mathematical induction to prove that k 2 = n(n + 1)(2n + 1). 6 3. Define n! = n(n 1)! and 0! = 1. Thus, n! = n(n 1)... 1, if n = 1, 2, 3, 4,.... (a) Define A n,k = n!. Show that we have the formula (n k)!k! A n+1,k+1 = A n,k + A n,k+1. Hint: Obtain a common denominator on the right-hand side. Do not use the principle mathematical induction to prove this. (b) For n = 1, 2,..., show that there are numbers B n,k so that (x + y) n = B n,k x k y n k. k=0 You should be able to do this by induction on n. For the base case, write down B 1,0 and B 1,1. In the induction step, you should write (x + y) N+1 = (x + y)(x + y) N = (x + y)(b N,0 x 0 y N + B N,1 x 1 y N 1 +... + B N,N x N y 0 ) and discover a formula that expresses B N+1,k in terms of some of the numbers B N,j, j = 0,..., N which are known from the induction hypothesis.

(c) Is there a relation between the numbers A n,k and B n,k? (A proof is not expected.) Additional problems. Below are some additional exercises for you to consider. You will not be able to solve all of these problems at this time. These problems will not be collected. 1. Find the flaw in the proof that all horses are the same color. 2. Let f 1 (x) = x 2 and then define f n for n = 1, 2,... by f n+1 (x) = f 1 (f n (x)). (It is the principle of mathematical induction which tells us that these two statements suffice to define f n for all n = 1, 2, 3,....) Use mathematical induction to prove that f n (x) = x 2n. 3. Let P n be the statement: n 2 n is an odd integer. (a) Show that if P n is true, then P n+1 is true. (b) Is P 1 true? (c) Is P n true for any n? 4. Let f(x) = sin(2x). Prove that for n = 1, 2,..., d 2n dx 2n f(x) = ( 4)2n sin(2x). 5. Prove that d dx xn = nx n 1, n = 1, 2.... Hint: For the base case n = 1, use the definition of the derivative. For the induction step write x n+1 = x x n and use the product rule. 6. Prove that 7. Prove that 8. (a) Find a simple formula for d 1 dx x = n, n = 1, 2.... n xn+1 d n dx n xn = n!, n = 0, 1,... ((k + 1) 2 k 2 ) = 2 2 1 + (3 2 2 2 ) +... + n 2 (n 1) 2 + (n + 1) 2 n 2.

(b) Using your answer to part a), find a simple expression for (2k 1). To do this you should simplify each summand on the left. 9. Use mathematical induction to prove that [ ] 2 n(n + 1) j 3 =. 2 August 23, 2006