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.

Slides:



Advertisements
Similar presentations
The Important Thing About By. The Important Thing About ******** The important thing about ***** is *****. It is true s/he can *****, *****, and *****.
Advertisements

Introduction to Proofs
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
PROOF BY CONTRADICTION
Lecture 11 Mathematical Induction CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
To prove by induction that 2 n ≥ n 2 for n ≥ 4, n  N Next (c) Project Maths Development Team 2011.
We want to prove the above statement by mathematical Induction for all natural numbers (n=1,2,3,…) Next SlideSlide 1.
Practice Quiz 3 Recursive Definitions Relations Basic Counting Pigeonhole Principle Permutations & Combinations Discrete Probability.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
13.4 Mathematical Induction. Mathematical Induction is a common method of proving that each statement of an infinite sequence of mathematical statements.
Fall 2007CS 2251 Proof by Induction. Fall 2007CS 2252 Proof by Induction There are two forms of induction Standard Induction –Prove the theorem is true.
Logic: Connectives AND OR NOT P Q (P ^ Q) T F P Q (P v Q) T F P ~P T F
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: MATHEMATICAL INDUCTION.
Methods of Proof Leo Cheung. A Quick Review Direct proof Proof by contrapositive Proof by contradiction Proof by induction.
Problem Set 1.2. #2-Induction Proof Case k=1 – Left side:Right side: Induction step: assume true for k. For k+1, – Left side: – Using – assumption: –
Problems to Solve Involving Induction Proof by Induction Basis Step: Does it work for n=0?
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
ICS 253 Presents Mathematical Induction Sultan Almuhammadi muhamadi
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.
Discrete Maths Objective to introduce mathematical induction through examples , Semester 2, Mathematical Induction 1.
Ch 1.5: Basic Proof Methods II Proof by Contraposition of P => Q Suppose ~Q …proof details here…. Therefore, ~P (via a direct proof) Thus, ~Q => ~P. Therefore,
9.4 Mathematical Induction
Chapter 4 More on Directed Proof and Proof by Contrapositive 4.1 Proofs Involving Divisibility of Integers 4.2 Proofs Involving Congruence of Integers.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
Do you agree with the following proofs? 1.Prove that  2 is irrational. Proof: Suppose that  2 is not irrational, then  2 = p/q for some natural numbers.
To prove by induction that 3 is a factor of 4 n - 1, n  N Next (c) Project Maths Development Team 2011.
(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.
1+2+3+…+n = n(n+1)/2 We want to prove the above statement by mathematical Induction for all natural numbers (n=1,2,3,…) Next SlideSlide 1.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Types of Proof Lecture 4 Sections 0.4 Wed, Aug 29, 2007.
Megan FrantzOkemos High School Math Instructor.  Use inductive reasoning to identify patterns and make conjectures.  Determine if a conjecture is true.
Proof by Induction 1.Explanation 1Explanation 1 2.Explanation 2Explanation 2 3.Example DivisionExample Division 4.Example SequencesExample Sequences 5.Example.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Induction Practice CS1050. Prove that whenever n is a positive integer. Proof: Basis Case: Let n = 1, then.
+ Directly Proportional. + Directly proportional: as one amount increases, another amount increases at the same rate. Hence, the straight line when we.
Elimination using Multiplication Honors Math – Grade 8.
Writing a direct variation equation. write a direct variation problem when y = 20 and x = 10 y = kx 20 = k·10 k = 2 y = 2x.
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.
EXAMPLE 3 Write an indirect proof Write an indirect proof that an odd number is not divisible by 4. GIVEN : x is an odd number. PROVE : x is not divisible.
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
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.
INDUCTION David Kauchak CS52 – Spring to-1 multiplexer control control_negate and_out1 input0 input1 and_out2 output.
11.7 – Proof by Mathematical Induction
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
Proofs, Recursion and Analysis of Algorithms
Mathematical Induction
Chapter 4 – Scale Factors and Similarity Key Terms
22–23. Choices of variables may vary. 22. P( ) = E(h) = 7.10h
التعلم بالإكتشاف المراجع:
PROOF BY CONTRADICTION
CSE 373 Data Structures and Algorithms
Mathematical Induction
Mathematical Induction
Mathematical Induction
Sullivan Algebra and Trigonometry: Section 13.4
Differentials; Exact Equations
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
2.4 Mathematical Induction
5.6 Inequalities in Two Triangles and Indirect Proof
Math-7 NOTES 1) 3x = 15 2) 4x = 16 Multiplication equations:
Mathematical Induction
Copyright © Cengage Learning. All rights reserved.
11.4 Mathematical Induction
Presentation transcript:

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.

Prove: (1 + x) n ≥ 1 + nx for n=1 For n = 1 (1 + x) 1 = 1 + x True for n = 1 To prove by induction that (1 + x) n ≥ 1 + nx for x > -1, n  N Next (c) Project Maths Development Team 2011

Assume true for n = k. Therefore (1 + x) k ≥ 1 + kx Multiply each side by 1 + x (1 + x)(1 + x) k ≥ (1 + x)(1 + kx) (1 + x) k+1 ≥ 1 + kx + x + kx 2 Since (1 + x) k+1 ≥ 1 + kx + x + kx 2 (k > 0 then kx 2 ≥0 for all x) Therefore (1 + x) k+1 ≥ 1 + kx + x (1 + x) k+1 ≥ 1 + (k+1)x If true for n = k this implies it is true for n = k + 1. It is true n = 1. Hence by induction (1 + x) n ≥ 1 + nx x > -1, n  N. To prove by induction that (1 + x) n ≥ 1 + nx for x > -1, n  N (c) Project Maths Development Team 2011 Prove true for n = k + 1