Mathematical Induction

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Know what is meant by proof by Induction Learning Outcomes: PROOF BY INDUCTION Be able to use proof by induction to prove statements.
Lesson 10.4: Mathematical Induction
To prove by induction that 2 n ≥ n 2 for n ≥ 4, n  N Next (c) Project Maths Development Team 2011.
Review for CS1050. Review Questions Without using truth tables, prove that  (p  q)   q is a tautology. Prove that the sum of an even integer and an.
1.1The Principle of Mathematical Induction 1.2Divisibility Chapter Summary Case Study Mathematical Induction 1.
Mathematical induction Isaac Fung. Announcement ► Homework 1 released ► Due on 6 Oct 2008 (in class)
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
CS5371 Theory of Computation
Recursive Definitions Rosen, 3.4. Recursive (or inductive) Definitions Sometimes easier to define an object in terms of itself. This process is called.
What is the first line of the proof? 1.If a divides b, then a divides b – c. 2.If a divides b, then a divides c. 3.Assume a divides b – c. 4.Assume a divides.
Proof by Induction and contradiction Leo Cheung. The TAs Our office is in SHB117, feel free to come if you get problems about the course Or ask your questions.
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: MATHEMATICAL INDUCTION.
What is the best way to start? 1.Plug in n = 1. 2.Factor 6n 2 + 5n Let n be an integer. 4.Let n be an odd integer. 5.Let 6n 2 + 5n + 4 be an odd.
Methods of Proof Leo Cheung. A Quick Review Direct proof Proof by contrapositive Proof by contradiction Proof by induction.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
1 Strong Mathematical Induction. Principle of Strong Mathematical Induction Let P(n) be a predicate defined for integers n; a and b be fixed integers.
(a) (b) (c) (d). What is (1,2,3)  (3,4,2)? (a) (1, 2, 3, 4) (b) (1,2)  (3,4) (c) (1,3,4,2) (d) (3,1)  (4,2)
Triangle Proof by Kathy McDonald section 3.1 #7. Prove: When dividing each side of an equilateral triangle.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Objective: Learn to multiply and divide integers.
To prove by induction that (1 + x) n ≥ 1 + nx for x > -1, n  N Next (c) Project Maths Development Team 2011 Note: x>-1. Hence (1+x)>0.
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!
GEOMETRY – P7. HONORS GEOMETRY – P4 Bellwork – PSAT Question (C) 30.
March 3, 2015Applied Discrete Mathematics Week 5: Mathematical Reasoning 1Arguments Just like a rule of inference, an argument consists of one or more.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
9.4 Mathematical Induction
1.2 Inductive Reasoning. Inductive Reasoning If you were to see dark, towering clouds approaching what would you do? Why?
Patterns, Inductive Reasoning & Conjecture. Inductive Reasoning Inductive reasoning is reasoning that is based on patterns you observe.
Chapter 1: Introduction
To prove by induction that 3 is a factor of 4 n - 1, n  N Next (c) Project Maths Development Team 2011.
Estimation Great Marlow School Mathematics Department.
1 CMSC 341 Math Review. 2 Exponents Identities (X A ) B = X AB X A * X B = X A+B X A / X B = X A-B X A + X B  X A+B.
Types of number even numbers A number that ends in 2, 4, 6, 8 or 0
Proof by Induction 1.Explanation 1Explanation 1 2.Explanation 2Explanation 2 3.Example DivisionExample Division 4.Example SequencesExample Sequences 5.Example.
Mathematical Induction I Lecture 5: Sep 20 (chapter of the textbook and chapter of the course notes)
5-5 Indirect Proof. Indirect Reasoning: all possibilities are considered and then all but one are proved false. The remaining possibility must be true.
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 ( الاستقراء الرياضي )
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
1 Mathematical Induction. 2 What is induction? A method of proof It does not generate answers: it only can prove them Three parts: Base case(s): show.
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.
1 Proofs by Counterexample & Contradiction There are several ways to prove a theorem:  Counterexample: By providing an example of in which the theorem.
Induction (chapter of the book and chapter of the notes)
11.7 – Proof by Mathematical Induction
Mathematical Induction
Use mathematical induction to prove that the formula is true for all natural numbers m. {image} Choose the first step of the proof from the following:
التعلم بالإكتشاف المراجع:
Exercise Use mathematical induction to prove the following formula.
Follow me for a walk through...
2-1 Inductive Reasoning.
Section 2.1 Proof Techniques Introduce proof techniques:   o        Exhaustive Proof: to prove all possible cases, Only if it is about a.
Lesson 11 – Proof by induction
CMSC 341 Math Review.
Mathematical Induction
Mathematical Induction
Topic Past Papers –Proofs
Sullivan Algebra and Trigonometry: Section 13.4
Induction Chapter
Chapter 11: Further Topics in Algebra
To prove by induction that n! > 2n for n > 3, n  N
Proof by Induction L.O. All pupils understand proof by induction
Mathematical Induction
(c) Project Maths Development Team 2011
Mathematical Induction
DIVISION OF INTEGERS 1-9.
Mathematical Induction
11.4 Mathematical Induction
Recursion.
Presentation transcript:

Mathematical Induction Divisibility

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = f(2) = f(3) = f(4) =

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = f(2) = f(3) = f(4) =

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80 f(2) = 6560

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80 f(2) = 6560 f(3) = 531440

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80 f(2) = 6560 f(3) = 531440 f(4) = 43046720

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80 f(2) = 6560 f(3) = 531440 f(4) = 43046720 Now take a guess and make up a theory. What is the highest common factor of your answers……?

Review A function is defined for integers only such that f(n) = 34n -1. Find; f(1) = 80 f(2) = 6560 f(3) = 531440 f(4) = 43046720 Now take a guess and make up a theory. What is the highest common factor of your answers……?

Did you get 80? f(1) = 80 = 80  1 f(2) = 6560 = 80  82 f(3) = 531440 = 80  6643 f(4) = 43046720 = 80  53804 And this is an important idea. If a number is divisible by 80 then we can write it as 80  M where M is a positive integer.

Did you get 80? f(1) = 80 = 80  1 f(2) = 6560 = 80  82 f(3) = 531440 = 80  6643 f(4) = 43046720 = 80  53804 And this is an important idea. If a number is divisible by 80 then we can write it as 80  M where M is a positive integer.

So now the theory is that any number of the form 34n -1 where n is a positive integer is divisible by 80.

So now the theory is that any number of the form 34n -1 where n is a positive integer is divisible by 80. So how would we prove it?

So now the theory is that any number of the form 34n -1 where n is a positive integer is divisible by 80. So how would we prove it? MATHEMATICAL INDUCTION !

1. Prove that any number of the form 34n -1 1. Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction.

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction.

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 1 : Prove true for n = 1. 34  1 -1 = 80 = 80  1 which is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 1 : Prove true for n = 1. 34  1 -1 = 80 = 80  1 which is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 2 : Assume true for n = k. 34 k -1 = 80  M where M is a positive integer

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 2 : Assume true for n = k. 34 k -1 = 80  M where M is a positive integer 34 k = 80  M + 1 note that it is very important to make 34 k the subject

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 2 : Assume true for n = k. 34k -1 = 80  M where M is a positive integer 34k = 80  M + 1 note that it is very important to make 34k the subject

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 2 : Assume true for n = k. 34k -1 = 80  M where M is a positive integer 34k = 80  M + 1 note that it is very important to make 34k the subject

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Prove that any number of the form 34n -1 Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80

Step 3 : Prove true for n = k + 1. Prove that any number of the form 34n -1 where n is a positive integer is divisible by 80, using mathematical induction. Step 3 : Prove true for n = k + 1. RTP that 34(k + 1) -1 is divisible by 80 proved by induction

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction.

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction.

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 1 : Prove true for n = 1.

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 1 : Prove true for n = 1.

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 1 : Prove true for n = 1. 31 + 71 = 10 = 2  5 , true for n = 1

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 2 : Assume true for n = k, (k is odd).

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 2 : Assume true for n = k, (k is odd). 3k + 7k = 5 M

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 2 : Assume true for n = k, (k is odd). 3k + 7k = 5 M 7k = 5 M - 3k

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 2 : Assume true for n = k, (k is odd). 3k + 7k = 5 M 7k = 5 M - 3k note that it is important to make one of them the subject and it is easier to use the bigger number.

Prove that any number of the form 3n + 7n Prove that any number of the form 3n + 7n where n is an odd integer is divisible by 5, using mathematical induction. Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5 So it is true for n = k + 2, proved by induction

Step 3 : Prove true for n = k + 2. RTP 3k + 2 + 7k + 2 is divisible by 5 So it is true for n = k + 2, proved by induction