mathematical induction notes

26
1 FURTHER MATHEMATICAL INDUCTION TOPIC OUTLINE ā€¢ Proof by mathematical induction ā€¢ Summation and Product ā€¢ Divisibility ā€¢ Inequalities ā€¢ Geometry, Trigonometry, Combinatorics, Calculus, ā€¦ ā€¢ Recursive 1 2

Upload: others

Post on 10-Jun-2022

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MATHEMATICAL INDUCTION notes

1

FURTHER MATHEMATICAL INDUCTION

TOPIC OUTLINE

ā€¢ Proof by mathematical induction

ā€¢ Summation and Product

ā€¢ Divisibility

ā€¢ Inequalities

ā€¢ Geometry, Trigonometry, Combinatorics, Calculus, ā€¦

ā€¢ Recursive

1

2

Page 2: MATHEMATICAL INDUCTION notes

2

MATHEMATICAL INDUCTION

The process of mathematical induction is as follows:

ā€¢ Show the statement is true for š‘› 1 (an initial value)

ā€¢ Assume it is true some š‘˜ ā„¤

ā€¢ Prove that it is true for š‘› š‘˜ 1

ā€¢ Since it is true for š‘› 1 and proven true for š‘› 1 1 2 and so on, therefore it is true for all š‘›

SUMMATION TYPE

Prove by induction that, for integers š‘› 1,

1 212

312

ā‹Æ š‘›12

4š‘› 22

Step 1: Show true for š‘› 1.

šæš»š‘† 1

š‘…š»š‘† 43

21

Therefore, true for š‘› 1.

3

4

Page 3: MATHEMATICAL INDUCTION notes

3

SUMMATION TYPE

Prove by induction that, for integers š‘› 1,

1 212

312

ā‹Æ š‘›12

4š‘› 22

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

1 212

312

ā‹Æ š‘˜12

4š‘˜ 22

SUMMATION TYPE

Prove by induction that, for integers š‘› 1,

1 212

312

ā‹Æ š‘›12

4š‘› 22

Step 3: Prove true for š‘› š‘˜ 1.

š‘…š‘‡š‘ƒ: 1 212

312

ā‹Æ š‘˜ 112

4š‘˜ 3

2

5

6

Page 4: MATHEMATICAL INDUCTION notes

4

SUMMATION TYPE

š‘…š‘‡š‘ƒ: 1 212

312

ā‹Æ š‘˜ 112

4š‘˜ 3

2

š‘† š‘† š‘‡

4š‘˜ 22

š‘˜ 112

š‘š‘¦ š‘Žš‘ š‘ š‘¢š‘šš‘š‘”š‘–š‘œš‘›

42š‘˜ 4

2š‘˜

21

2

SUMMATIONTYPE

š‘…š‘‡š‘ƒ: 1 212

312

ā‹Æ š‘˜ 112

4š‘˜ 3

2

š‘† 42š‘˜ 4

2š‘˜

21

2

42š‘˜ 4 š‘˜ 1

2

4š‘˜ 3

2Therefore, true for š‘› š‘˜ 1. Therefore, true for all š‘›.

7

8

Page 5: MATHEMATICAL INDUCTION notes

5

PRODUCT TYPE

By the process of induction, prove that for all integers š‘› 2:

11š‘Ÿ

š‘› 12š‘›

Step 1: Show true for š‘› 2.

šæš»š‘† 114

34

š‘…š»š‘†2 1

434

Therefore, true for š‘› 2.

PRODUCT TYPE

By the process of induction, prove that for all integers š‘› 2:

11š‘Ÿ

š‘› 12š‘›

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

Let š‘ƒ be the product of š‘˜ terms.

š‘ƒš‘˜ 1

2š‘˜

9

10

Page 6: MATHEMATICAL INDUCTION notes

6

PRODUCT TYPE

By the process of induction, prove that for all integers š‘› 2:

11š‘Ÿ

š‘› 12š‘›

Step 3: Prove true for š‘› š‘˜ 1.

š‘…š‘‡š‘ƒ: š‘ƒš‘˜ 2

2 š‘˜ 1

PRODUCT TYPE

š‘…š‘‡š‘ƒ: š‘ƒš‘˜ 2

2 š‘˜ 1

š‘ƒ š‘ƒ š‘‡

š‘˜ 12š‘˜

11

š‘˜ 1 š‘š‘¦ š‘Žš‘ š‘ š‘¢š‘šš‘š‘”š‘–š‘œš‘›

š‘˜ 12š‘˜

š‘˜ 1 1š‘˜ 1

š‘˜ 2š‘˜ 1 12š‘˜ š‘˜ 1

11

12

Page 7: MATHEMATICAL INDUCTION notes

7

PRODUCT TYPE

š‘…š‘‡š‘ƒ: š‘ƒš‘˜ 2

2 š‘˜ 1

š‘ƒš‘˜ 2š‘˜ 1 1

2š‘˜ š‘˜ 1

š‘˜ š‘˜ 22š‘˜ š‘˜ 1

š‘˜ 22 š‘˜ 1

Therefore, true for š‘› š‘˜ 1. Therefore, true for all š‘›.

DIVISIBILITY PROOFS

Prove that 1 š‘„ is divisible by 1 š‘„ for all š‘› āˆˆ ā„¤ .

Step 1: Show true for š‘› 1.

1 š‘„ 1 š‘„ which is divisible by 1 š‘„.

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

1 š‘„ 1 š‘„ š‘€ where š‘€ is an integer.

13

14

Page 8: MATHEMATICAL INDUCTION notes

8

DIVISIBILITY PROOFS

Prove that 1 š‘„ is divisible by 1 š‘„ for all š‘›.

Step 3: Prove true for š‘› š‘˜ 1.

1 š‘„ 1 š‘„ . š‘„

1 š‘„ 1 1 š‘„ š‘€ š‘š‘¦ š‘Žš‘ š‘ š‘¢š‘šš‘š‘”š‘–š‘œš‘›

1 š‘„ š‘„ 1 š‘„ š‘€

1 š‘„ 1 š‘€š‘„ which is divisible by 1 š‘„

Therefore, true for š‘› š‘˜ 1. Therefore, true for all š‘›.

INEQUALITY PROOFS

With induction proofs involving inequalities, we often make use of the 

following:

If š‘Ž š‘ then š‘Ž š‘ š‘ where š‘ āˆˆ ā„

If š‘Ž š‘ š‘ then š‘Ž š‘ where š‘ āˆˆ ā„

15

16

Page 9: MATHEMATICAL INDUCTION notes

9

INEQUALITY PROOFS

Use the principle of mathematical induction to show that 

4 7 7š‘› 0 for all integers š‘› 2.

Step 1: Show true for š‘› 3.

4 7 21 36 0

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

4 7 7š‘˜ 0

INEQUALITY PROOFS

Use the principle of mathematical induction to show that 

4 7 7š‘› 0 for all integers š‘› 2.Step 3: Prove true for š‘› š‘˜ 1.

4 7 7 š‘˜ 1 4 . 4 7 7š‘˜ 7

4 4 7 7š‘˜ 14 21š‘˜

0 since 4 7 7š‘˜ 0 (by assumption) 

and 14 2š‘˜ 0Therefore, true for š‘› š‘˜ 1. Therefore, true for all š‘›.

17

18

Page 10: MATHEMATICAL INDUCTION notes

10

INEQUALITY PROOFS

Use mathematical induction to prove that  2š‘› ! 2 š‘›! for all 

positive integers š‘›.

Step 1: Show true for š‘› 1.

šæš»š‘† 2! 2

š‘…š»š‘† 2 1! 2

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

2š‘˜ ! 2 š‘˜!

2š‘˜ ! 2 š‘˜! 0

INEQUALITY PROOFS

Use mathematical induction to prove that  2š‘› ! 2 š‘›! for all 

positive integers š‘›.

Step 3: Prove true for š‘› š‘˜ 1.

š‘…š‘‡š‘ƒ: 2 š‘˜ 1 ! 2 š‘˜ 1 !

2 š‘˜ 1 ! 2 š‘˜ 1 ! 0

19

20

Page 11: MATHEMATICAL INDUCTION notes

11

INEQUALITY PROOFS

2š‘˜ 2 ! 2 š‘˜ 1 !

2š‘˜ 2 2š‘˜ 1 2š‘˜ ! 2. 2 š‘˜ 1 š‘˜!

4š‘˜ 6š‘˜ 2 2š‘˜ ! 2 š‘˜ 2š‘˜ 1 2 š‘˜!

4š‘˜ 6š‘˜ 2 2š‘˜ ! 2š‘˜ 4š‘˜ 2 2 š‘˜!

4š‘˜ 6š‘˜ 2 2š‘˜ ! 2 š‘˜! 2š‘˜ 2š‘˜ 2 š‘˜!

0 by assumption and since 4š‘˜ 6š‘˜ 2 0 and

2š‘˜ 2š‘˜ 2 š‘˜! 0

GEOMETRICAL PROOFS

Prove that the angle sum of an š‘›ā€sided polygon is  š‘› 2 180 for all integers š‘› 3.

Step 1: Show true for š‘› 3.

For š‘› 3 we have a triangle.

The angle sum is  3 2 180 180 which is true.

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

A š‘˜ā€sided polygon has an angle sum of  š‘˜ 2 180 .

21

22

Page 12: MATHEMATICAL INDUCTION notes

12

GEOMETRICAL PROOFS

Prove that the angle sum of an š‘›ā€sided polygon is  š‘› 2 180 for all integers š‘› 3.

Step 3: Prove true for š‘› š‘˜ 1.

Taking the  š‘˜ 1 ā€sided polygon, split it into two: a š‘˜ā€sided polygon and a triangle.

The š‘˜ā€sided polygon has an angle sum of š‘˜ 2 180 and the triangle has an angle sum of 

180 . Total is  š‘˜ 1 180 .

TRIGONOMETRIC PROOFS

It is given that 2cosš“sinšµ sin š“ šµ sin š“ šµ . Prove by induction that, for integers š‘› 1,

cosšœƒ cos3šœƒ ā‹Æ cos 2š‘› 1 šœƒsin 2š‘›šœƒ

2sinšœƒStep 1: Show true for š‘› 1.

šæš»š‘† cosšœƒ š‘…š»š‘†sin2šœƒ2sinšœƒ

2sinšœƒcosšœƒ2sinšœƒ

cosšœƒ

23

24

Page 13: MATHEMATICAL INDUCTION notes

13

TRIGONOMETRIC PROOFS

It is given that 2cosš“sinšµ sin š“ šµ sin š“ šµ . Prove by induction that, for integers š‘› 1,

cosšœƒ cos3šœƒ ā‹Æ cos 2š‘› 1 šœƒsin 2š‘›šœƒ

2sinšœƒStep 2: Assume true for some š‘˜ āˆˆ ā„¤ .

cosšœƒ cos3šœƒ ā‹Æ cos 2š‘˜ 1 šœƒsin 2š‘˜šœƒ

2sinšœƒ

TRIGONOMETRIC PROOFS

It is given that 2cosš“sinšµ sin š“ šµ sin š“ šµ . Prove by induction that, for integers š‘› 1,

cosšœƒ cos3šœƒ ā‹Æ cos 2š‘› 1 šœƒsin 2š‘›šœƒ

2sinšœƒStep 3: Prove true for š‘› š‘˜ 1.

RTP: cosšœƒ cos3šœƒ ā‹Æ cos 2š‘˜ 1 šœƒsin2 š‘˜ 1 šœƒ

2sinšœƒ

25

26

Page 14: MATHEMATICAL INDUCTION notes

14

TRIGONOMETRIC PROOFS

RTP: cosšœƒ cos3šœƒ ā‹Æ cos 2š‘˜ 1 šœƒsin2 š‘˜ 1 šœƒ

2sinšœƒš‘† š‘† š‘‡

sin 2š‘˜šœƒ2sinšœƒ

cos 2š‘˜ 1 šœƒ š‘š‘¦ š‘Žš‘ š‘ š‘¢š‘šš‘š‘”š‘–š‘œš‘›

sin 2š‘˜šœƒ 2sinĪøcos 2š‘˜ 1 šœƒ2sinšœƒ

sin 2š‘˜šœƒ sin 2š‘˜ 1 šœƒ šœƒ sin 2š‘˜ 1 šœƒ šœƒ2sinšœƒ

TRIGONOMETRIC PROOFS

RTP: cosšœƒ cos3šœƒ ā‹Æ cos 2š‘˜ 1 šœƒsin2 š‘˜ 1 šœƒ

2sinšœƒ

š‘†sin 2š‘˜šœƒ sin 2š‘˜ 1 šœƒ šœƒ sin 2š‘˜ 1 šœƒ šœƒ

2sinšœƒ

sin 2š‘˜šœƒ sin 2 š‘˜ 1 šœƒ sin 2š‘˜šœƒ2sinšœƒ

sin2 š‘˜ 1 šœƒ2sinšœƒ

27

28

Page 15: MATHEMATICAL INDUCTION notes

15

COMBINATORICS

A 2 by š‘› grid is made up of two rows of š‘› square tiles, as shown.

The tiles of the 2 by š‘› grid are to be painted so that tiles sharing an 

edge are painted using different colours. There are š‘„ different colours 

available, where š‘„ 2.

It is NOT necessary to use all the colours.

COMBINATORICS

Consider the case of the 2 by 2 grid with tiles labelled A, B, C and D, as 

shown:

There are š‘„ š‘„ 1 ways to choose colours for the first column 

containing tiles A and B. Do NOT prove this.

i) Assume the colours for tiles A and B have been chosen. There are two 

cases to consider when choosing colours for the second column. Either 

C is the same colour as tile B or tile C is a different colour from B.

By considering these two cases, show that the number of ways of 

choosing colours for the second column is š‘„ 3š‘„ 3.

29

30

Page 16: MATHEMATICAL INDUCTION notes

16

COMBINATORICS

There are š‘„ š‘„ 1 ways to choose colours for the first column 

containing tiles A and B. 

Either C is the same colour as tile B:

There is one way to choose C and š‘„ 1 ways to choose the colour for D

Or C is a different colour to B:

There are š‘„ 2 ways to choose C and then š‘„ 2 ways to choose D

Altogether there are š‘„ 1 š‘„ 2 š‘„ 3š‘„ 3

COMBINATORICS

ii) Prove by mathematical induction that the number of ways in which the 

2 by š‘› grid can be painted is š‘„ š‘„ 1 š‘„ 3š‘„ 3 , for š‘› 1

Step 1: Show true for š‘› 1

š‘„ š‘„ 1 š‘„ 3 3 š‘„ š‘„ 1 true for š‘› 1

Step 2: Assume true for some š‘˜ āˆˆ ā„¤

Let š‘ be the number of ways to paint a 2 by š‘˜ grid

š‘ š‘„ š‘„ 1 š‘„ 3š‘„ 3

31

32

Page 17: MATHEMATICAL INDUCTION notes

17

COMBINATORICS

ii) Prove by mathematical induction that the number of ways in which the 

2 by š‘› grid can be painted is š‘„ š‘„ 1 š‘„ 3š‘„ 3 , for š‘› 1

Step 3: Prove true for š‘› š‘˜ 1

š‘…š‘‡š‘ƒ:š‘ š‘„ š‘„ 1 š‘„ 3š‘„ 3

š‘ š‘ š‘„ 3š‘„ 3

š‘„ š‘„ 1 š‘„ 3š‘„ 3 š‘„ 3š‘„ 3

š‘„ š‘„ 1 š‘„ 3š‘„ 3

Therefore, true for š‘› š‘˜ 1. Therefore, true for all š‘›.

COMBINATORICS

iii) In how many ways can a 2 by 5 grid be painted if 3 colours are 

available and each colour must now be used at least once?

š‘ š‘„ š‘„ 1 š‘„ 3š‘„ 3

š‘ 3 2 9 9 3

486

but this includes the cases where only two colours are used. 

33

34

Page 18: MATHEMATICAL INDUCTION notes

18

COMBINATORICS

iii) In how many ways can a 2 by 5 grid be painted if 3 colours are 

available and each colour must now be used at least once?

We need to subtract these cases.

There are six arrangements where only two colours are used:

A B     C     A     B     C

B     A     A C     C B

Therefore, total arrangements = 486 ā€“ 6 = 480

A B A B A

B A B A B

CALCULUS PROOF

Use mathematical induction to prove that the derivative of š‘¦ š‘„ is 

š‘›š‘„ for all š‘› 1.

Step 1: Show true for š‘› 1.

That is, for š‘¦ š‘„, š‘¦ā€² 1 š‘„ 1. 

We have to prove this by first principles.

š‘“ā€² š‘„ limā†’

š‘“ š‘„ ā„Ž š‘“ š‘„ā„Ž

35

36

Page 19: MATHEMATICAL INDUCTION notes

19

CALCULUS PROOF

Use mathematical induction to prove that the derivative of š‘¦ š‘„ is 

š‘›š‘„ for all š‘› 1.

Step 1: Show true for š‘› 1

š‘“ā€² š‘„ limā†’

š‘“ š‘„ ā„Ž š‘“ š‘„ā„Ž

limā†’

š‘„ ā„Ž š‘„ā„Ž

limā†’

1 1

CALCULUS PROOF

Use mathematical induction to prove that the derivative of š‘¦ š‘„ is 

š‘›š‘„ for all š‘› 1.

Step 2: Assume true for some š‘˜ āˆˆ ā„¤

For š‘¦ š‘„ ,š‘‘š‘¦š‘‘š‘„

š‘˜š‘„

Step 3: Prove true for š‘› š‘˜ 1

For š‘¦ š‘„ ,š‘‘š‘¦š‘‘š‘„

š‘˜ 1 š‘„

37

38

Page 20: MATHEMATICAL INDUCTION notes

20

CALCULUS PROOF

š‘…š‘‡š‘ƒ: For š‘¦ š‘„ , š‘¦ā€² š‘˜ 1 š‘„

How is š‘¦ š‘„ related to š‘¦ š‘„ ?

š‘„ š‘„ š‘„

š‘‘š‘‘š‘„

š‘„š‘‘š‘‘š‘„

š‘„ š‘„

š‘˜š‘„ š‘„ š‘„ 1 (using assumption,  initial case)

š‘˜š‘„ š‘„

š‘˜ 1 š‘„

REFLECTION QUESTIONS

Why did we have to use first principles 

to show true for š‘› 1?

Why were we allowed to use the 

product rule?

Do we have to use induction to prove 

this or is there an easier proof?

39

40

Page 21: MATHEMATICAL INDUCTION notes

21

RECURSION

A recursive formula is one where a 

term is defined by referring to one 

or more previous terms.

eg. A sequence š‘Ž is defined by 

š‘Ž 2š‘Ž š‘Ž for š‘› 2 with

š‘Ž š‘Ž 2.

RECURSIVE PROOFS

A sequence š‘Ž is defined by š‘Ž 2š‘Ž š‘Ž for š‘› 2 with

š‘Ž š‘Ž 2. Use mathematical induction to prove that:

š‘Ž 1 2 1 2 for all š‘› 0.

Step 1: Show true for š‘› 0 and 1.

š‘Ž 1 2 1 2 1 1 2

š‘Ž 1 2 1 2 1 1 2

41

42

Page 22: MATHEMATICAL INDUCTION notes

22

RECURSIVE PROOFS

A sequence š‘Ž is defined by š‘Ž 2š‘Ž š‘Ž for š‘› 2 with

š‘Ž š‘Ž 2. Use mathematical induction to prove that:

š‘Ž 1 2 1 2 for all š‘› 0.

Step 2: Assume true for some š‘˜ and š‘˜ 1 āˆˆ ā„¤

š‘Ž 1 2 1 2

š‘Ž 1 2 1 2

RECURSIVE PROOFS

A sequence š‘Ž is defined by š‘Ž 2š‘Ž š‘Ž for š‘› 2 with

š‘Ž š‘Ž 2. Use mathematical induction to prove that:

š‘Ž 1 2 1 2 for all š‘› 0.

Step 3: Prove true for š‘› š‘˜ 2.

š‘…š‘‡š‘ƒ: š‘Ž 1 2 1 2

43

44

Page 23: MATHEMATICAL INDUCTION notes

23

RECURSIVE PROOFS

š‘…š‘‡š‘ƒ: š‘Ž 1 2 1 2

We were given that š‘Ž 2š‘Ž š‘Ž . 

š‘Ž 2š‘Ž š‘Ž

2 1 2 1 2 1 2 1 2

1 2 2 1 2 1 1 2 2 1 2 1

1 2 3 2 2 1 2 3 2 2

RECURSIVE PROOFS

1 2 3 2 2 1 2 3 2 2

Now:  1 2 1 2 2 2 3 2 2

Similarly 1 2 1 2 2 2 3 2 2

Therefore 1 2 3 2 2 1 2 3 2 2

1 2 1 2 1 2 1 2

1 2 1 2

45

46

Page 24: MATHEMATICAL INDUCTION notes

24

RECURSIVE PROOFS

Let š‘§ 1 š‘– and for š‘› 2 let š‘§ š‘§ 1š‘–

š‘§.

Use mathematical induction to prove that  š‘§ š‘› for all integers š‘› 2.

Step 1: Show true for š‘› 2.

š‘§ 1 1 2

RECURSIVE PROOFS

Let š‘§ 1 š‘– and for š‘› 2 let š‘§ š‘§ 1š‘–

š‘§.

Use mathematical induction to prove that  š‘§ š‘› for all integers š‘› 2.

Step 2: Assume true for some š‘˜ āˆˆ ā„¤ .

š‘§ š‘˜

47

48

Page 25: MATHEMATICAL INDUCTION notes

25

RECURSIVE PROOFS

Let š‘§ 1 š‘– and for š‘› 2 let š‘§ š‘§ 1š‘–

š‘§.

Use mathematical induction to prove that  š‘§ š‘› for all integers š‘› 2.

Step 3: Prove true for š‘› š‘˜ 1.

š‘…š‘‡š‘ƒ: š‘§ š‘˜ 1

RECURSIVE PROOFS

We are given š‘§ š‘§ 1š‘–

š‘§.

š‘§ š‘§ 1š‘–š‘§

š‘§ 1š‘–

š‘˜ by assumption

š‘§ š‘§ 1š‘–

š‘˜

š‘§ 1š‘–

š‘˜

49

50

Page 26: MATHEMATICAL INDUCTION notes

26

RECURSIVE PROOFS

š‘§ š‘§ 1š‘–

š‘˜

š‘˜ 11š‘˜

š‘˜1 š‘˜š‘˜

š‘˜ 1

51