mathematical induction and stuff Induction.pptx

ZenLooper 39 views 36 slides Apr 27, 2024
Slide 1
Slide 1 of 36
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36

About This Presentation

Sequences and their formulas and ther execercises.pptx


Slide Content

MATHEMATICAL INDUCTION Lecture # 19 1

INTRODUCTION 2 Suppose we have an infinite ladder , and we want to know whether we can reach every step on this ladder. We know two things: We can reach first rung of the ladder . If we can reach a particular rung of the ladder , then we can reach the next rung .

3

4 Many theorems state that P(n) is true for all positive integers ‘ n ’. Where P(n) is a propositional function . Example: 1 + 2 + 3 + ….. + n = n(n + 1)/2 or n ≤ 2 n

5 Mathematical induction is a technique for proving theorems of this kind. In other words, Mathematical Induction is used to prove propositions of the form  nP (n) . When Universe of discourse is the set of positive integers.

PRINCIPLE OF MATHEMATICAL INDUCTION 6 Let P(n) be a propositional function defined for all positive integers n. P(n) is true for every positive integer n if: Basis Step: The proposition P(1) is true . Inductive Step: If P(k) is true then P(k + 1) is true for all integers k  1. i.e.  k P(k)  P(k + 1)

EXAMPLE 7 Use Mathematical Induction to prove that for all integers n  1 SOLUTION Let Basis Step : P(1) is true. For n = 1, left hand side of P(1) is the sum of all the successive integers starting at 1 and ending at 1, so LHS = 1 and RHS is

8 and RHS is so the proposition is true for n = 1. Inductive Step : Suppose P(k) is true for, some integers k  1. (1) To prove P(k + 1) is true. That is, (2)

9 Consider L.H.S. of (2) Hence by principle of Mathematical Induction the given result true for all integers greater or equal to 1.

EXERCISE 10 Use mathematical induction to prove that 1+3+5+…+(2n -1) = n 2 for all integers n  1. SOLUTION:  

EXERCISE 11 Use mathematical induction to prove that 1+3+5+…+(2n -1) = n 2 for all integers n  1. SOLUTION: Let P(n) be the equation 1+3+5+…+(2n -1) = n 2 Basis Step : P(1) is true For n = 1, L.H.S of P(1) = 1and R.H.S = 1 2 = 1 Hence the equation is true for n = 1  

12 Inductive Step : Suppose P(k) is true for some integer k  1. That is, 1 + 3 + 5 + … + (2k - 1) = k 2 …………………(1) To prove P(k+1) is true; i.e., 1 + 3 + 5 + … +[2(k+1)-1] = (k+1) 2 …….…(2)

13 Consider L.H.S. of (2) Thus P(k+1) is also true . Hence by mathematical induction , the given equation is true for all integers n  1.

EXERCISE 14 Use mathematical induction to prove that 1+2+2 2 + … + 2 n = 2 n+1 – 1 for all integers n  SOLUTION:

EXERCISE 15 Use mathematical induction to prove that 1+2+2 2 + … + 2 n = 2 n+1 - 1 for all integers n  SOLUTION: Let P(n): 1 + 2 + 2 2 + … + 2 n = 2 n+1 – 1 Basis Step: P(0) is true. For n = 0 L.H.S of P(0) = 1 R.H.S of P(0) = 2 0+1 - 1 = 2 - 1 = 1 Hence P(0) is true.

16 Inductive Step: Suppose P(k) is true for some integer k  0; i.e., 1+2+2 2 +…+2 k = 2 k+1 – 1 ……………………(1) To prove P(k+1) is true, i.e., 1+2+2 2 +…+2 k+1 = 2 k+1+1 – 1 ……………..…(2)

17 Consider LHS of equation (2) 1+2+2 2 +…+2 k+1 = (1+2+2 2 +…+2 k ) + 2 k+1 = (2 k+1 – 1) +2 k+1 = 2·2 k+1 – 1 = 2 k+1+1 – 1 = R.H.S of (2) Hence P(k+1) is true and consequently by mathematical induction the given propositional function is true for all integers n  0.

EXERCISE 18 Prove by mathematical induction   for all integers n  1.

EXERCISE 19 Prove by mathematical induction   PROOF: for all integers n  1. Let P(n) denotes the given equation Basis step: P(1) is true For n = 1 L.H.S of P(1) = 1 2 = 1 R.H.S of P(1) So L.H.S = R.H.S of P(1).Hence P(1) is true

20 Inductive Step : Suppose P(k) is true for some integer k  1; ………(1) To prove P(k+1) is true; i.e.; ………(2) Consider LHS of above equation (2)

21

EXERCISE 22 Prove by mathematical induction for all integers n  1 PROOF:

EXERCISE 23 Prove by mathematical induction for all integers n  1 PROOF: Let P(n) be the given equation.   Basis Step : P(1) is true For n = 1 L.H.S of P(1) =   R.H.S of P(1) =   Hence P(1) is true

24 Inductive Step : Suppose P(k) is true, for some integer k  1. That is To prove P(k+1) is true. That is Now we will consider the L.H.S of the equation (2) and will try to get the R.H.S by using equation ( 1) and some simple computation.

Consider LHS of (2) 25

26 Hence P(k+1) is also true and so by Mathematical induction the given equation is true for all integers n  1.

EXERCISE 27 Use mathematical induction to prove that PROOF: Basis Step: To prove the formula for n = 0, we need to show that Now, L.H.S =

28 R.H.S = 0·2 2 + 2 = 0 + 2 = 2 Hence the formula is true for n = 0 Inductive Step: Suppose for some integer n=k  ………(1) We must show that

29 Consider LHS of (2) Hence the inductive step is proved as well. Accordingly by mathematical induction the given formula is true for all integers n  0.

EXERCISE 30 Use mathematical induction to prove that for all integers n  2 PROOF:

EXERCISE 31 Use mathematical induction to prove that for all integers n  2 PROOF: Basis Step : For n = 2 L.H.S R.H.S Hence the given formula is true for n = 2

32 Inductive Step : Suppose for some integer k  2 ………….(1) We must show that …..(2) Consider L.H.S of (2)

33 Hence by mathematical induction the given equation is true

EXERCISE 34 Prove by mathematical induction for all integers n  1 PROOF: Basis step: For n = 1 L.H.S R.H.S = (1+1)! - 1 = 2! - 1 = 2 -1 = 1 Hence which proves the basis step.

35 Inductive Step : Suppose for any integer k  1 ………..(1) We need to prove that ..………(2) Consider LHS of (2)

36 Hence the inductive step is also true . Accordingly, by mathematical induction , the given formula is true for all integers n  1.