College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
MA/CSSE 473/474 How (not) to do an induction proof.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
Induction and recursion
College Algebra Fifth Edition
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Copyright © Cengage Learning. All rights reserved.
1 Section 3.3 Mathematical Induction. 2 Technique used extensively to prove results about large variety of discrete objects Can only be used to prove.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
Mathematical Maxims and Minims, 1988
MATH 224 – Discrete Mathematics
Lecture 9. Arithmetic and geometric series and mathematical induction
Induction and recursion
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
SECTION 2-5 Angle Relationships. You have now experienced using inductive reasoning. So we will begin discovering geometric relationships using inductive.
Copyright © Cengage Learning. All rights reserved.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Discrete Mathematics, 1st Edition Kevin Ferland
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
Extending the Definition of Exponents © Math As A Second Language All Rights Reserved next #10 Taking the Fear out of Math 2 -8.
9.4 Mathematical Induction
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Algebra Problems… Solutions Algebra Problems… Solutions © 2007 Herbert I. Gross Set 10 By Herbert I. Gross and Richard A. Medeiros next.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Copyright © Zeph Grunschlag, Induction Zeph Grunschlag.
Section 3.3: Mathematical Induction Mathematical induction is a proof technique that can be used to prove theorems of the form:  n  Z +,P(n) We have.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
(Finite) Mathematical Induction In our first lesson on sequences and series, you were told that How can we be certain that this will be true for all counting.
Inductive Proofs and Inductive Definitions Jim Skon.
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
CSE373: Data Structures and Algorithms Lecture 2: Proof by Induction Linda Shapiro Winter 2015.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Mathematical Induction
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
1 2/21/2016 MATH 224 – Discrete Mathematics Sequences and Sums A sequence of the form ar 0, ar 1, ar 2, ar 3, ar 4, …, ar n, is called a geometric sequence.
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Mathematical Induction I Lecture 5: Sep 20 (chapter of the textbook and chapter of the course notes)
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
Section 8.4 Mathematical Induction. Mathematical Induction In this section we are going to perform a type of mathematical proof called mathematical induction.
Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach a particular.
1 Discrete Mathematical Mathematical Induction ( الاستقراء الرياضي )
Notions & Notations - 1ICOM 4075 (Fall 2010) UPRM Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez Fall 2010 ICOM.
Precalculus Fifth Edition Mathematics for Calculus James Stewart Lothar Redlin Saleem Watson.
Mathematical Induction EECS 203: Discrete Mathematics Lecture 11 Spring
Mathematical Induction. The Principle of Mathematical Induction Let S n be a statement involving the positive integer n. If 1.S 1 is true, and 2.the truth.
CS151: Mathematical Foundations of Computing Mathematical Induction.
Induction (chapter of the book and chapter of the notes)
Chapter 3 The Real Numbers.
Induction and recursion
College Algebra Fifth Edition
CS201: Data Structures and Discrete Mathematics I
College Algebra Fifth Edition
Mathematical Induction
Induction (Section 3.3).
Foundations of Discrete Mathematics
Copyright © Cengage Learning. All rights reserved.
Mathematical Induction
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson

Sequences and Series 9

Mathematical Induction 9.5

Mathematical Induction There are two aspects to mathematics, discovery and proof. Both are of equal importance. We must discover something before we can attempt to prove it. We can only be certain of its truth once it has been proved.

Mathematical Induction In this section, we examine the relationship between these two key components of mathematics more closely.

Conjecture and Proof

Let’s try a simple experiment. We add more and more of the odd numbers as follows: 1 = = = = = 25 What do you notice about the numbers on the right side of these equations?

Conjecture and Proof They are, in fact, all perfect squares. These equations say: The sum of the first 1 odd number is 1 2. The sum of the first 2 odd numbers is 2 2. The sum of the first 3 odd numbers is 3 2. The sum of the first 4 odd numbers is 4 2. The sum of the first 5 odd numbers is 5 2.

Conjecture and Proof This leads naturally to the following question: Is it true that, for every natural number n, the sum of the first n odd numbers is n 2 ? Could this remarkable property be true?

Conjecture We could try a few more numbers and find that the pattern persists for the first 6, 7, 8, 9, and 10 odd numbers. At this point, we feel quite sure that this is always true. So, we make a conjecture: The sum of the first n odd numbers is n 2.

Conjecture Since we know that the nth odd number is 2n – 1, we can write this statement more precisely as: (2n – 1) = n 2 It’s important to realize that this is still a conjecture. We cannot conclude by checking a finite number of cases that a property is true for all numbers (there are infinitely many).

Conjecture Let’s see this more clearly. Suppose someone tells us he has added up the first trillion odd numbers and found that they do not add up to 1 trillion squared. What would you tell this person?

Conjecture It would be silly to say that you’re sure it’s true because you’ve already checked the first five cases. You could, however, take out paper and pencil and start checking it yourself. (This would probably take the rest of your life.)

Conjecture The tragedy would be that, after completing this task, you would still not be sure of the truth of the conjecture! Do you see why?

Proof Herein lies the power of mathematical proof. A proof is a clear argument that demonstrates the truth of a statement beyond doubt.

Mathematical Induction

Let’s consider a special kind of proof called mathematical induction. Now, let’s see how it works.

Mathematical Induction Suppose we have a statement that says something about all natural numbers n. Let’s call this statement P. For example, P: For every natural number n, the sum of the first n odd numbers is n 2.

Mathematical Induction Since this statement is about all natural numbers, it contains infinitely many statements. We will call them P(1), P(2),.... P(1): The sum of the first 1 odd number is 1 2. P(2): The sum of the first 2 odd numbers is 2 2. P(3): The sum of the first 3 odd numbers is

Mathematical Induction How can we prove all of these statements at once? Mathematical induction is a clever way of doing so.

Mathematical Induction The crux of the idea is: Suppose we can prove that, whenever one of these statements is true, then the one following it in the list is also true. That is, For every k, if P(k) is true, then P(k + 1) is true. This is called the induction step since it leads us from the truth of one statement to the next.

Mathematical Induction Now, suppose that we can also prove that P(1) is true. The induction step now leads us through the following chain of statements. P(1) is true, so P(2) is true. P(2) is true, so P(3) is true. P(3) is true, so P(4) is true

Mathematical Induction So, we see that, if both the induction step and P(1) are proved, then statement P is proved for all n. The following is a summary of this important method of proof.

Principle of Mathematical Induction For each natural number n, let P(n) be a statement depending on n. Suppose that these conditions are satisfied. 1. P(1) is true. 2. For every natural number k, if P(k) is true, then P(k + 1) is true. Then, P(n) is true for all natural numbers n.

Applying Principle of Mathematical Induction To apply this principle, there are two steps: 1.Prove that P(1) is true. 2.Assume that P(k) is true and use this assumption to prove that P(k + 1) is true.

Induction Hypothesis Notice that, in step 2, we do not prove that P(k) is true. We only show that, if P(k) is true, then P(k + 1) is also true. The assumption that P(k) is true is called the induction hypothesis.

Mathematical Induction We now use mathematical induction to prove that the conjecture we made at the beginning of this section is true.

E.g. 1—A Proof by Mathematical Induction Prove that, for all natural numbers n, (2n – 1) = n 2 Let P(n) denote the statement.

E.g. 1—Proof by Mathematical Induction We need to show that P(1) is true. However, P(1) is simply the statement that 1 = 1 2. This is, of course, true. Step 1

E.g. 1—Proof by Mathematical Induction We assume that P(k) is true. Thus, our induction hypothesis is: (2k – 1) = k 2 Step 2

E.g. 1—Proof by Mathematical Induction Step 2 We want to use this to show that P(k +1) is true. That is, (2k – 1) + [2(k + 1) – 1] = (k + 1) 2 Note that we get P(k + 1) by substituting k + 1 for each n in the statement P(n).

E.g. 1—Proof by Mathematical Induction We start with the left side and use the induction hypothesis to obtain the right side of the equation: (2k – 1) + [2(k + 1) – 1] = [ (2k – 1)] + [2(k + 1) – 1] (Group the first k terms) Step 2

E.g. 1—Proof by Mathematical Induction = k 2 + [2(k + 1) – 1] Induction Hypothesis = k 2 + [2k + 2 – 1] Distributive property = k 2 + 2k + 1 = (k + 1) 2 Thus, P(k + 1) follows from P(k). This completes the induction step. Step 2

E.g. 1—Proof by Mathematical Induction Having proved steps 1 and 2, we conclude by the Principle of Mathematical Induction that P(n) is true for all natural numbers n.

E.g. 2—A Proof by Mathematical Induction Prove that, for every natural number n, Let P(n) be the statement. We want to show that P(n) is true for all natural numbers n.

E.g. 2—Proof by Mathematical Induction We need to show that P(1) is true. However, P(1) says that: This statement is clearly true. Step 1

E.g. 2—Proof by Mathematical Induction Assume that P(k) is true. Thus, our induction hypothesis is: We want to use this to show that P(k + 1) is true. That is, Step 2

E.g. 2—Proof by Mathematical Induction So, we start with the left side and use the induction hypothesis to obtain the right side: k + (k + 1) = [ k] + (k + 1) Step 2

E.g. 2—Proof by Mathematical Induction Thus, P(k + 1) follows from P(k). This completes the induction step. Step 2

E.g. 2—Proof by Mathematical Induction Having proved Steps 1 and 2, we conclude by the Principle of Mathematical Induction that P(n) is true for all natural numbers n.

Sums of Powers Formulas for the sums of powers of the first n natural numbers are important in calculus. Formula 1 is proved in Example 2. The others are also proved using mathematical induction.

Mathematical Induction It might happen that a statement P(n) is false for the first few natural numbers, but true from some number on. For example, we may want to prove that P(n) is true for n ≥ 5. Notice that, if we prove that P(5) is true, then this fact, together with the induction step, would imply the truth of P(5), P(6), P(7),....

E.g. 3—Proving an Inequality by Induction Prove that 4n < 2 n for all n ≥ 5 Let P(n) denote the statement 4n < 2 n.

E.g. 3—Proving an Inequality by Induction P(5) is the statement that 4 · 5 < 2 5, or 20 < 32. This is true. Step 1

E.g. 3—Proving an Inequality by Induction Assume that P(k) is true. Thus, our induction hypothesis is: 4k < 2 k We want to use this to show P(k + 1) is true. That is, 4(k + 1) < 2 k + 1 So, we start with the left side of the inequality and use the induction hypothesis to show that it is less than the right side. Step 2

E.g. 3—Proving an Inequality by Induction For k ≥ 5, we have: 4(k + 1) = 4k + 4 < 2 k + 4 < 2 k + 4k (Since 4 < 4k) Step 2

E.g. 3—Proving an Inequality by Induction < 2 k + 2 k = 2 · 2 k = 2 k + 1 (Property of exponents) Thus, P(k + 1) follows from P(k). This completes the induction step. Step 2

E.g. 3—Proving an Inequality by Induction Having proved Steps 1 and 2, we conclude by the Principle of Mathematical Induction that P(n) is true for all natural numbers n ≥ 5.