PRINCIPLE OF MATHEMATICAL INDUCTION

Similar documents
Climbing an Infinite Ladder

Discrete Mathematics. Spring 2017

Climbing an Infinite Ladder

Mathematical Induction Assignments

CISC-102 Fall 2017 Week 3. Principle of Mathematical Induction

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

Mathematical Induction. Section 5.1

Sequences, their sums and Induction

Complete Induction and the Well- Ordering Principle

We want to show P (n) is true for all integers

Note that r = 0 gives the simple principle of induction. Also it can be shown that the principle of strong induction follows from simple induction.

not to be republished NCERT REAL NUMBERS CHAPTER 1 (A) Main Concepts and Results

1.2 The Well-Ordering Principle

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

MAT 300 RECITATIONS WEEK 7 SOLUTIONS. Exercise #1. Use induction to prove that for every natural number n 4, n! > 2 n. 4! = 24 > 16 = 2 4 = 2 n

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

CS 220: Discrete Structures and their Applications. Mathematical Induction in zybooks

Section 4.2: Mathematical Induction 1

COMP232 - Mathematics for Computer Science

PROOFS IN MATHEMATICS

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

SETS. Chapter Overview

Logic, Sets, and Proofs

PRINCIPLE OF MATHEMATICAL INDUCTION

Discrete Mathematics & Mathematical Reasoning Induction

Problem Set 5 Solutions

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers.

2-1 Using Inductive Reasoning to Make Conjectures

MATH 13 SAMPLE FINAL EXAM SOLUTIONS

DESIGN OF THE QUESTION PAPER

8. Given a rational number r, prove that there exist coprime integers p and q, with q 0, so that r = p q. . For all n N, f n = an b n 2

n n P} is a bounded subset Proof. Let A be a nonempty subset of Z, bounded above. Define the set

Chapter 2 Section 2.1: Proofs Proof Techniques. CS 130 Discrete Structures

Discrete Mathematics & Mathematical Reasoning Induction

Math 3000 Section 003 Intro to Abstract Math Homework 6

Math 210 Exam 2 - Practice Problems. 1. For each of the following, determine whether the statement is True or False.

CS173 Strong Induction and Functions. Tandy Warnow

Lecture 3.2: Induction, and Strong Induction

STUDY PROBLEMS FOR EXAM I CMSC 203 DISCRETE STRUCTURES. n (n +1)(2n +1), 6. j 2 = 1(1+1)(2 1+1) 6. k (k +1)(2k +1) 6

Mathematical Induction

A guide to Proof by Induction

Mathematical Induction. How does discrete math help us. How does discrete math help (CS160)? How does discrete math help (CS161)?

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

Solutions to Practice Final

Mathematical Structures Combinations and Permutations

Proving simple set properties...

Steinhardt School of Culture, Education, and Human Development Department of Teaching and Learning. Mathematical Proof and Proving (MPP)

COT 2104 Homework Assignment 1 (Answers)

Proof Terminology. Technique #1: Direct Proof. Learning objectives. Proof Techniques (Rosen, Sections ) Direct Proof:

Proofs Not Based On POMI

MATH10212 Linear Algebra B Homework Week 3. Be prepared to answer the following oral questions if asked in the supervision class

Contradiction MATH Contradiction. Benjamin V.C. Collins, James A. Swenson MATH 2730

Chapter 5: The Integers

THE ISLAMIC UNIVERSITY OF GAZA ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING DISCRETE MATHMATICS DISCUSSION ECOM Eng. Huda M.

Basic Proof Examples

5: The Integers (An introduction to Number Theory)

CHAPTEER - TWO SUBGROUPS. ( Z, + ) is subgroup of ( R, + ). 1) Find all subgroups of the group ( Z 8, + 8 ).

CHAPTER 4 SOME METHODS OF PROOF

Use mathematical induction in Exercises 3 17 to prove summation formulae. Be sure to identify where you use the inductive hypothesis.

Lecture 4: Probability, Proof Techniques, Method of Induction Lecturer: Lale Özkahya

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

a. See the textbook for examples of proving logical equivalence using truth tables. b. There is a real number x for which f (x) < 0. (x 1) 2 > 0.

Homework 3: Solutions


Recitation 7: Existence Proofs and Mathematical Induction

1. Given the public RSA encryption key (e, n) = (5, 35), find the corresponding decryption key (d, n).

Midterm Preparation Problems

Department of Computer Science University at Albany, State University of New York Solutions to Sample Discrete Mathematics Examination II (Fall 2007)

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

j* v sji[* n sj $ (r\a]'sa(:\*{, EL u (s\*) = \ 8, Let x f (A\B) U B\A). Then x f A\l3 or x E B\A. If

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Carmen s Core Concepts (Math 135)

Do not open this exam until you are told to begin. You will have 75 minutes for the exam.

DO NOT USE WITHOUT PERMISSION

9.4. Mathematical Induction. Introduction. What you should learn. Why you should learn it

Know the Well-ordering principle: Any set of positive integers which has at least one element contains a smallest element.

Discrete Mathematics. Spring 2017

Well-Ordering Principle. Axiom: Every nonempty subset of Z + has a least element. That is, if S Z + and S, then S has a smallest element.

POLYNOMIALS CHAPTER 2. (A) Main Concepts and Results

Chapter 4. Induction. 4.1 Chains of Implications

Ch 3.2: Direct proofs

Mathematical Induction

a + b = b + a and a b = b a. (a + b) + c = a + (b + c) and (a b) c = a (b c). a (b + c) = a b + a c and (a + b) c = a c + b c.

Properties of the Integers

Math 319 Problem Set #2 Solution 14 February 2002

With Question/Answer Animations

Midterm Exam Solution

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime.

The following techniques for methods of proofs are discussed in our text: - Vacuous proof - Trivial proof

Basic properties of the Integers

Solutions to Assignment 1

Exercises. Template for Proofs by Mathematical Induction

Proof by induction ME 8

PHIL 422 Advanced Logic Inductive Proof

Algebra 1. Standard 1: Operations With Real Numbers Students simplify and compare expressions. They use rational exponents and simplify square roots.

Natural Numbers: Also called the counting numbers The set of natural numbers is represented by the symbol,.

3.4 The Fundamental Theorem of Algebra

Lecture Overview. 2 Weak Induction

Proof by Mathematical Induction.

Transcription:

Chapter 4 PRINCIPLE OF MATHEMATICAL INDUCTION 4.1 Overview Mathematical induction is one of the techniques which can be used to prove variety of mathematical statements which are formulated in terms of n, where n is a positive integer. 4.1.1 The principle of mathematical induction Let P(n) be a given statement involving the natural number n such that (i) The statement is true for n 1, i.e., P(1) is true (or true for any fixed natural number) and (ii) If the statement is true for n k (where k is a particular but arbitrary natural number), then the statement is also true for n k + 1, i.e, truth of P(k) implies the truth of P(k + 1). Then P(n) is true for all natural numbers n. 4. Solved Examples Short Answer Type Prove statements in Examples 1 to 5, by using the Principle of Mathematical Induction for all n N, that : Example 1 1 + + 5 +... + (n 1) n Solution Let the given statement P(n) be defined as P(n) : 1 + + 5 +...+ (n 1) n, for n N. Note that P(1) is true, since P(1) : 1 1 Assume that P(k) is true for some k N, i.e., P(k) : 1 + + 5 +... + (k 1) k Now, to prove that P(k + 1) is true, we have 1 + + 5 +... + (k 1) + (k + 1) k + (k + 1) (Why?) k + k + 1 (k + 1)

6 EXEMPLAR PROBLEMS MATHEMATICS Thus, P(k + 1) is true, whenever P(k) is true. Hence, by the Principle of Mathematical Induction, P(n) is true for all n N. Example n ( n 1) ( n + 1) t( t + 1), for all natural numbers n. n 1 t 1 Solution Let the given statement P(n), be given as n 1 n ( n 1) ( n + 1) P( n) : t( t + 1), for all natural numbers n. t 1 We observe that 1 P(): ( 1) t 1 t t + 1 t ( t + 1) 1. t 1.( 1) ( + 1) Thus, P(n) in true for n. Assume that P(n) is true for n k N. 1.. k 1 i.e., P(k) : t ( t + 1) t 1 To prove that P(k + 1) is true, we have k ( k 1) ( k + 1) ( k + 1 1) t 1 t ( t + 1) k t 1 t ( t +1) 1 k t 1 t ( t + 1) + k ( k + 1) k 1+ k ( k + 1) k ( k 1)( k + 1) + k ( k + 1) ( + 1)( + ) k k k ( k + 1)(( k + 1) 1)) (( k + 1) + 1) Thus, P(k + 1) is true, whenever P(k) is true. Hence, by the Principle of Mathematical Induction, P(n) is true for all natural numbers n.

PRINCIPLE OF MATHEMATICAL INDUCTION 6 Example 1 1 1 n + 1 1. 1... 1, for all natural numbers, n. n n Solution Let the given statement be P(n), i.e., 1 1 1 n+ 1 P(n) : 1. 1... 1, for all natural numbers, n n n We, observe that P () is true, since 1 1 1 1 4 1 + 1 4 4 4 Assume that P(n) is true for some k N, i.e., 1 1 1 k + 1 P(k) : 1. 1... 1 k k Now, to prove that P (k + 1) is true, we have 1 1 1 1 1. 1... 1. 1 k ( k + 1) k + 1 1 1 k ( k + 1) Thus, P (k + 1) is true, whenever P(k) is true. k + k k ( k + 1) ( k + 1) + 1 ( k + 1) Hence, by the Principle of Mathematical Induction, P(n) is true for all natural numbers, n. Example 4 n 1 is divisible by. Solution Let the statement P(n) given as P(n) : n 1 is divisible by, for every natural number n. We observe that P(1) is true, since 1 4 1.1 is divisible by. Assume that P(n) is true for some natural number k, i.e., P(k): k 1 is divisible by, i.e., k 1 q, where q N Now, to prove that P(k + 1) is true, we have P(k + 1) : (k+1) 1 k + 1 k. 1 k. 4 1. k + ( k 1)

64 EXEMPLAR PROBLEMS MATHEMATICS Thus P(k + 1) is true, whenever P(k) is true.. k + q ( k + q) m, where m N Hence, by the Principle of Mathematical Induction P(n) is true for all natural numbers n. Example 5 n + 1 < n, for all natual numbers n. Solution Let P(n) be the given statement, i.e., P(n) : (n + 1) < n for all natural numbers, n. We observe that P() is true, since. + 1 7 < 8 Assume that P(n) is true for some natural number k, i.e., k + 1 < k To prove P(k + 1) is true, we have to show that (k + 1) + 1 < k+1. Now, we have (k + 1) + 1 k + k + 1 + < k + < k. k + 1. Thus P(k + 1) is true, whenever P(k) is true. Hence, by the Principle of Mathematical Induction P(n) is true for all natural numbers, n. Long Answer Type Example 6 Define the sequence a 1, a, a... as follows : a 1, a n 5 a n 1, for all natural numbers n. (i) (ii) Solution Write the first four terms of the sequence. Use the Principle of Mathematical Induction to show that the terms of the sequence satisfy the formula a n.5 n 1 for all natural numbers. (i) We have a 1 (ii) a 5a 1 5a 1 5. 10 a 5a 1 5a 5.10 50 a 4 5a 4 1 5a 5.50 50 Let P(n) be the statement, i.e., P(n) : a n.5 n 1 for all natural numbers. We observe that P(1) is true Assume that P(n) is true for some natural number k, i.e., P(k) : a k.5 k 1. Now to prove that P (k + 1) is true, we have

PRINCIPLE OF MATHEMATICAL INDUCTION 65 P(k + 1) : a k + 1 5.a k 5. (.5 k 1 ) Thus P(k + 1) is true whenever P (k) is true..5 k (k + 1) 1.5 Hence, by the Principle of Mathematical Induction, P(n) is true for all natural numbers. Example 7 The distributive law from algebra says that for all real numbers c, a 1 and a, we have c (a 1 + a ) ca 1 + ca. Use this law and mathematical induction to prove that, for all natural numbers, n, if c, a, a,...,a are any real numbers, then 1 n c (a 1 + a +... + a n ) ca 1 + ca +... + ca n Solution Let P(n) be the given statement, i.e., P(n) : c (a 1 + a +... + a n ) ca 1 + ca +... ca n for all natural numbers n, for c, a 1, a,... a n R. We observe that P() is true since c(a 1 + a ) ca 1 + ca (by distributive law) Assume that P(n) is true for some natural number k, where k >, i.e., P(k) : c (a 1 + a +... + a k ) ca 1 + ca +... + ca k Now to prove P(k + 1) is true, we have P(k + 1) : c (a 1 + a +... + a k + a k + 1 ) c ((a 1 + a +... + a k ) + a k + 1 ) c (a 1 + a +... + a k ) + ca k + 1 (by distributive law) ca 1 + ca +... + ca k + ca k + 1 Thus P(k + 1) is true, whenever P (k) is true. Hence, by the principle of Mathematical Induction, P(n) is true for all natural numbers n. Example 8 Prove by induction that for all natural number n sin α + sin (α + ) + sin (α + )+... + sin (α + (n 1) ) n 1 n sin ( α + )sin sin Solution Consider P (n) : sin α + sin (α + ) + sin (α + ) +... + sin (α + (n 1) )

66 EXEMPLAR PROBLEMS MATHEMATICS n 1 n sin ( α + )sin, for all natural number n. sin We observe that P (1) is true, since P (1) : sin α sin ( α + 0)sin sin Assume that P(n) is true for some natural numbers k, i.e., P (k) : sin α + sin (α + ) + sin (α + ) +... + sin (α + (k 1)) k 1 k sin ( α + )sin sin Now, to prove that P (k + 1) is true, we have P (k + 1) : sin α + sin (α + ) + sin (α + ) +... + sin (α + (k 1) ) + sin (α + k) k 1 k sin ( α + )sin + sin ( α + k ) sin k 1 k sin α + sin + sin ( α + k) sin sin cos α cos α + k + cos α + k cos α + k+ sin

PRINCIPLE OF MATHEMATICAL INDUCTION 67 cos α cos α + k+ sin k k + sin α + sin sin k sin α + sin ( k + 1) sin Thus P (k + 1) is true whenever P (k) is true. Hence, by the Principle of Mathematical Induction P(n) is true for all natural number n. Example 9 Prove by the Principle of Mathematical Induction that 1 1! +! +! +... + n n! (n + 1)! 1 for all natural numbers n. Solution Let P(n) be the given statement, that is, P(n) : 1 1! +! +! +... + n n! (n + 1)! 1 for all natural numbers n. Note that P (1) is true, since P (1) : 1 1! 1 1! 1. Assume that P(n) is true for some natural number k, i.e., P(k) : 1 1! +! +! +... + k k! (k + 1)! 1 To prove P (k + 1) is true, we have P (k + 1) : 1 1! +! +! +... + k k! + (k + 1) (k + 1)! (k + 1)! 1 + (k + 1)! (k + 1) (k + 1 + 1) (k + 1)! 1 (k + ) (k + 1)! 1 ((k + )! 1 Thus P (k + 1) is true, whenever P (k) is true. Therefore, by the Principle of Mathematical Induction, P (n) is true for all natural number n. Example 10 Show by the Principle of Mathematical Induction that the sum S n of the n term of the series 1 + + + 4 + 5 + 6... is given by

68 EXEMPLAR PROBLEMS MATHEMATICS n( n + 1), if n is even S n n ( n + 1), if n is odd Solution Here P(n) : S n n( n+ 1), when n is even n ( n+ 1), when n is odd Also, note that any term T n of the series is given by n if n is odd T n n if n is even We observe that P(1) is true since 1. 1.(1+ 1) P(1) : S 1 1 1 Assume that P(k) is true for some natural number k, i.e. Case 1 When k is odd, then k + 1 is even. We have P (k + 1) : S k + 1 1 + +... + k + (k + 1) k ( k + 1) + (k + 1) ( k + 1) [k + 4(k + 1)] (as k is odd, 1 + +... + k k ( k + 1) ) k + 1 [k + 4k + 4] k + 1 ( ) [( k + 1) + 1] k + (k + 1) So P(k + 1) is true, whenever P(k) is true in the case when k is odd. Case When k is even, then k + 1 is odd.

PRINCIPLE OF MATHEMATICAL INDUCTION 69 Now, P (k + 1) : 1 + +... +.k + (k + 1) ( + 1) k k + (k + 1) (as k is even, 1 + +... + k k ( k + 1) ) ( ) k + 1 ( k + ) ( k + 1) (( k + 1) + 1) Therefore, P (k + 1) is true, whenever P (k) is true for the case when k is even. Thus P (k + 1) is true whenever P (k) is true for any natural numbers k. Hence, P (n) true for all natural numbers. Objective Type Questions Choose the correct answer in Examples 11 and 1 (M.C.Q.) Example 11 Let P(n) : n < (1... n). Then the smallest positive integer for which P (n) is true is (A) 1 (B) (C) (D) 4 Solution Answer is D, since But P (1) : < 1 is false P () : < 1 is false P () : < 1 is false P (4) : 4 < 1 4 is true Example 1 A student was asked to prove a statement P (n) by induction. He proved that P (k + 1) is true whenever P (k) is true for all k > 5 N and also that P (5) is true. On the basis of this he could conclude that P (n) is true (A) for all n N (B) for all n > 5 (C) for all n 5 (D) for all n < 5 Solution Answer is (C), since P(5) is true and P(k + 1) is true, whenever P (k) is true. Fill in the blanks in Example 1 and 14. Example 1 If P (n) :.4 n + 1 + n+1 is divisible by λ for all n N is true, then the value of λ is Solution Now, for n 1,.4 +1 + +1.4 + 4.64 + 81 18 + 81 09, for n,.4 5 + 7 8.56 + 187 048 + 187 45

70 EXEMPLAR PROBLEMS MATHEMATICS Note that the H.C.F. of 09 and 45 is 11. So.4 n+1 + n+1 is divisible by 11. Hence, λ is 11 Example 14 If P (n) : 49 n + 16 n + k is divisible by 64 for n N is true, then the least negative integral value of k is. Solution For n 1, P(1) : 65 + k is divisible by 64. Thus k, should be 1 since, 65 1 64 is divisible by 64. Example 15 State whether the following proof (by mathematical induction) is true or false for the statement. P(n): 1 + +... + n n( n + 1) (n + 1) 6 Proof By the Principle of Mathematical induction, P(n) is true for n 1, 1 1 prove that 1(1 + 1) ( 1 + 1) 6. Again for some k 1, k k( k + 1) (k + 1). Now we 6 Solution False (k + 1) ( k + 1) (( k + 1) + 1) (( k + 1) + 1) 6 Since in the inductive step both the inductive hypothesis and what is to be proved are wrong. 4. EXERCISE Short Answer Type 1. Give an example of a statement P(n) which is true for all n 4 but P(1), P() and P() are not true. Justify your answer.. Give an example of a statement P(n) which is true for all n. Justify your answer. Prove each of the statements in Exercises - 16 by the Principle of Mathematical Induction :. 4 n 1 is divisible by, for each natural number n. 4. n 1 is divisible by 7, for all natural numbers n. 5. n 7n + is divisible by, for all natural numbers n. 6. n 1 is divisible by 8, for all natural numbers n.

PRINCIPLE OF MATHEMATICAL INDUCTION 71 7. For any natural number n, 7 n n is divisible by 5. 8. For any natural number n, x n y n is divisible by x y, where x and y are any integers with x y. 9. n n is divisible by 6, for each natural number n. 10. n (n + 5) is divisible by 6, for each natural number n. 11. n < n for all natural numbers n 5. 1. n < (n + )! for all natural number n. 1 1 1 1. n < + +... +, for all natural numbers n. 1 n 14. + 4 + 6 +... + n n + n for all natural numbers n. 15. 1 + + +... + n n+1 1 for all natural numbers n. 16. 1 + 5 + 9 +... + (4n ) n (n 1) for all natural numbers n. Long Answer Type Use the Principle of Mathematical Induction in the following Exercises. 17. A sequence a 1, a, a... is defined by letting a 1 and a k 7a k 1 for all natural numbers k. Show that a n.7 n 1 for all natural numbers. 18. A sequence b 0, b 1, b... is defined by letting b 0 5 and b k 4 + b k 1 for all natural numbers k. Show that b n 5 + 4n for all natural number n using mathematical induction. 19. A sequence d 1, d, d... is defined by letting d 1 and d k numbers, k. Show that d n for all n N. n! 0. Prove that for all n N cos α + cos (α + ) + cos (α + ) +... + cos (α + (n 1) ) n 1 n cos α + sin sin 1. Prove that, cos θ cos θ cos θ... cos n 1 θ. Prove that, sin θ + sin θ + sin θ +... + sin nθ n d k 1 k sin θ n, for all n N. sin θ ( n + 1) sin nθ sin θ sin for all natural θ, for all n N.

7 EXEMPLAR PROBLEMS MATHEMATICS. Show that 5 n n 7n + + is a natural number for all n N. 5 15 4. Prove that 1 1 1 1 + +... + >, for all natural numbers n > 1. n+ 1 n+ n 4 5. Prove that number of subsets of a set containing n distinct elements is n, for all n N. Objective Type Questions Choose the correct answers in Exercises 6 to 0 (M.C.Q.). 6. If 10 n +.4 n+ + k is divisible by 9 for all n N, then the least positive integral value of k is (A) 5 (B) (C) 7 (D) 1 7. For all n N,.5 n+1 + n+1 is divisible by (A) 19 (B) 17 (C) (D) 5 8. If x n 1 is divisible by x k, then the least positive integral value of k is (A) 1 (B) (C) (D) 4 Fill in the blanks in the following : 9. If P(n) : n < n!, n N, then P(n) is true for all n. State whether the following statement is true or false. Justify. 0. Let P(n) be a statement and let P(k) P(k + 1), for some natural number k, then P(n) is true for all n N.