Proof by Induction.

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Lesson 10.4: Mathematical Induction
Mathematical Induction (cont.)
Chapter 4 Sequences and Mathematical Induction. 4.2 Mathematical Induction.
1.1The Principle of Mathematical Induction 1.2Divisibility Chapter Summary Case Study Mathematical Induction 1.
Kavita Hatwal Fall Sequences and Induction.
CSE115/ENGR160 Discrete Mathematics 03/22/12 Ming-Hsuan Yang UC Merced 1.
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.
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.
Sequences and Series By: Olivia, Jon, Jordan, and Jaymie.
Lecture 9. Arithmetic and geometric series and mathematical induction
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
9.4 Mathematical Induction
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Mathematical Induction
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.
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 ( الاستقراء الرياضي )
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
Chapter 5 1. Chapter Summary  Mathematical Induction  Strong Induction  Recursive Definitions  Structural Induction  Recursive Algorithms.
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.
Chapter 3 The Real Numbers.
Induction and recursion
Proofs, Recursion and Analysis of Algorithms
Integration By parts.
Infinite Geometric Series
Quadratics Completed square.
Function Notation A function is a ‘job’.
Mathematical Induction
Indices-algebra.
Notes 9.5 – Mathematical Induction
Induction and recursion
Geometric Series.
Exercise Use mathematical induction to prove the following formula.
Follow me for a walk through...
One step equation with Multiplication and Division
FM Series.
Simultaneous Equations substitution.
Lesson 11 – Proof by induction
Equation with variables on both sides
FM Series.
Copyright © Cengage Learning. All rights reserved.
One step equation with Addition and Subtraction
Methods in calculus.
FM Series.
Simultaneous Equations.
Indices-algebra.
CMSC 341 Math Review.
Mathematical Induction
Mathematical Induction
Two step equation Operations
Sullivan Algebra and Trigonometry: Section 13.4
Follow me for a walk through...
Proof by Induction.
Proof by induction There are different ways to prove in Maths, induction uses a ‘domino effect’: Step 1: test that an algebraic statement is true for one.
Two step equation Brackets
Chapter 11: Further Topics in Algebra
Copyright © Cengage Learning. All rights reserved.
Mathematical Induction
2.4 Mathematical Induction
Linear word problems Two step
Follow me for a walk through...
Determinant Of matrices.
Copyright © Cengage Learning. All rights reserved.
11.4 Mathematical Induction
Chapter 1 Automata CE year IV.
Presentation transcript:

Proof by Induction

Starter: write expressions for FM proof by induction: KUS objectives BAT understand and use the principle of proof by induction BAT prove results about divisibility Starter: write expressions for 1 𝑛 𝑟 = 𝑛 2 (𝑛+1) 1 𝑛+1 𝑟 2 = 1 6 (𝑛+1)(𝑛+2)(2𝑛+3) 11 𝑛+1 𝑟 = 1 2 𝑛+1 𝑛+2 −30

Proof by mathematical Induction Sigma notation notes Proof by mathematical Induction 1. Basis Prove the statement is true for n = 1 2. Assumption That the statement is true for n = k 3. Inductive Show that the statement is then true for n = k + 1 4. Conclusion That the statement is then true for all positive integers, n

Calculate the matrices and WB C1 𝑎) 1 2 0 1 𝑛 = 1 2𝑛 0 1 𝑎) 1 2 0 1 𝑛 = 1 2𝑛 0 1 Let A= 1 1 0 1 Calculate the matrices and Make a conjecture about the matrix An and prove it by mathematical induction Does it matter if we multiply the matrix at the front instead of the back - Try it and see (solution is the same) Hypothesis:

Conjecture’; Prove by induction that WB C1 (cont) Conjecture’; Prove by induction that True for n = 1 LHS RHS Assume Does it matter if we multiply the matrix at the front instead of the back - Try it and see (solution is the same) True for n = k+1 True for all integers

n = 1 True for n = 1 Assume n = k True for n = k+1 WB C2 Prove by induction that for all positive integers n, 1 −1 0 2 𝑛 = 1 1− 2 𝑛 0 2 𝑛 𝐿𝐻𝑆 1 −1 0 2 𝑛 = 1 −1 0 2 𝑅𝐻𝑆 1 1− 2 𝑛 0 2 𝑛 = 1 −1 0 2 n = 1 True for n = 1 Assume 1 −1 0 2 𝑘 = 1 1− 2 𝑘 0 2 𝑘 n = k True for n = k+1 1 −1 0 2 𝑘+1 = True for n = 1, true for all n. true for n = k + 1 if true for n = k.

n = 1 True for n = 1 Assume n = k True for n = k+1 WB C3 Prove by induction that for all positive integers n, −2 9 −1 4 𝑛 = −3𝑛+1 9𝑛 −𝑛 3𝑛+1 𝐿𝐻𝑆 −2 9 −1 4 1 = −2 9 −1 4 𝑅𝐻𝑆 −3𝑛+1 9𝑛 −𝑛 3𝑛+1 = −2 9 −1 4 n = 1 True for n = 1 Assume −2 9 −1 4 𝑘 = −3𝑘+1 9𝑘 −𝑘 3𝑘+1 n = k −2 9 −1 4 𝑘+1 = −2 9 −1 4 𝑘 −2 9 −1 4 = −3𝑘+1 9𝑘 −𝑘 3𝑘+1 −2 9 −1 4 = −3𝑘−2 9𝑘+9 −𝑘−1 3𝑘+4 = −3 𝑘+1 +1 9 𝑘+1 − 𝑘+1 3 𝑘+1 +1 True for n = k+1 true for n = k + 1 if true for n = k. True for n = 1, true for all n.

WB C4 Prove by mathematical induction the following statements 𝑎) 1 2 0 1 𝑛 = 1 2𝑛 0 1 𝑏) 3 −4 1 −1 𝑛 = 2𝑛+1 −4𝑛 𝑛 −2𝑛+1 𝑐) 2 0 1 1 𝑛 = 2 𝑛 0 2 𝑛 −1 1 𝑑) 5 −8 2 −3 𝑛 = 4𝑛+1 −8𝑛 2𝑛 1−4𝑛 𝑒) 2 5 0 1 𝑛 = 2 𝑛 5 2 𝑛 −1 0 1 Does it matter if we multiply the matrix at the front instead of the back - Try it and see (if solution is the same)

Crucial points 1. Try to really understand the principle behind proof by induction Many students find this difficult, and it can take time for the ideas to really sink in. The Notes and Examples should help. 2. Always think about what you are aiming for When you take the assumed result for n = k and add on the (k + 1)th term, you want to rearrange this to get the formula for n = k + 1. It may help to actually write down the result you are looking for. 3. Be careful with algebraic manipulation In many questions on this topic, the algebraic manipulation required can appear daunting. It is vital that wherever possible you take out common factors. Never expand two or more terms and then try to factorise the result. See Example 1 in the Notes and Examples. 4. Make sure that you write out the proof correctly If you are proving a result using proof by induction, the tidying up of the result to prove the result for n = 1, or n = 2, as appropriate, is a vital part of the proof and

self-assess One thing learned is – One thing to improve is –

END

Notes