PRINCIPLE OF MATHEMATICAL INDUCTION

Similar documents
Sample Induction Proofs

Math 55: Discrete Mathematics

3. Mathematical Induction

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

SECTION 10-2 Mathematical Induction

Mathematical Induction. Mary Barnes Sue Gordon

Mathematical Induction. Lecture 10-11

Basic Proof Techniques

Mathematical Induction

Introduction. Appendix D Mathematical Induction D1

6.2 Permutations continued

Full and Complete Binary Trees

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

Solutions for Practice problems on proofs

def: An axiom is a statement that is assumed to be true, or in the case of a mathematical system, is used to specify the system.

Math 115 Spring 2011 Written Homework 5 Solutions

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

k, then n = p2α 1 1 pα k

n k=1 k=0 1/k! = e. Example 6.4. The series 1/k 2 converges in R. Indeed, if s n = n then k=1 1/k, then s 2n s n = 1 n

6.3 Conditional Probability and Independence

Homework until Test #2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

Cardinality. The set of all finite strings over the alphabet of lowercase letters is countable. The set of real numbers R is an uncountable set.

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Answer Key for California State Standards: Algebra I

I. Pointwise convergence

The thing that started it 8.6 THE BINOMIAL THEOREM

Similarity and Diagonalization. Similar Matrices

CS 103X: Discrete Structures Homework Assignment 3 Solutions

8 Divisibility and prime numbers

I remember that when I

mod 10 = mod 10 = 49 mod 10 = 9.

This chapter is all about cardinality of sets. At first this looks like a

Properties of Real Numbers

SCORE SETS IN ORIENTED GRAPHS

1 if 1 x 0 1 if 0 x 1

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

LINEAR INEQUALITIES. Mathematics is the art of saying many things in many different ways. MAXWELL

Theorem3.1.1 Thedivisionalgorithm;theorem2.2.1insection2.2 If m, n Z and n is a positive

TOPPER Sample Paper - I. Class : XI MATHEMATICS. Questions. Time Allowed : 3 Hrs Maximum Marks: 100

Examination paper for MA0301 Elementær diskret matematikk

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.

Strictly speaking, all our knowledge outside mathematics consists of conjectures.

0 0 such that f x L whenever x a

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a

God created the integers and the rest is the work of man. (Leopold Kronecker, in an after-dinner speech at a conference, Berlin, 1886)

1. Prove that the empty set is a subset of every set.

Cartesian Products and Relations

LEARNING OBJECTIVES FOR THIS CHAPTER

Chapter 3. Distribution Problems. 3.1 The idea of a distribution The twenty-fold way

Normal distribution. ) 2 /2σ. 2π σ

Notes on Determinant

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

MATH10040 Chapter 2: Prime and relatively prime numbers

Dedekind s forgotten axiom and why we should teach it (and why we shouldn t teach mathematical induction in our calculus classes)

Vocabulary. Term Page Definition Clarifying Example. biconditional statement. conclusion. conditional statement. conjecture.

Handout #1: Mathematical Reasoning

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem

If n is odd, then 3n + 7 is even.

Investigation of Chebyshev Polynomials

26 Integers: Multiplication, Division, and Order

Lecture 13 - Basic Number Theory.

PYTHAGOREAN TRIPLES KEITH CONRAD

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan

Lecture 17 : Equivalence and Order Relations DRAFT

Mathematics. ( : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI)

Solutions to Homework 6 Mathematics 503 Foundations of Mathematics Spring 2014

Practice with Proofs

Hypothesis testing - Steps

1.2. Successive Differences

arxiv:math/ v1 [math.co] 21 Feb 2002

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

CSE373: Data Structures and Algorithms Lecture 3: Math Review; Algorithm Analysis. Linda Shapiro Winter 2015

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

The last three chapters introduced three major proof techniques: direct,

RECURSIVE ENUMERATION OF PYTHAGOREAN TRIPLES

arxiv: v2 [math.ho] 4 Nov 2009

1.6 The Order of Operations

Basics of Counting. The product rule. Product rule example. 22C:19, Chapter 6 Hantao Zhang. Sample question. Total is 18 * 325 = 5850

= = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

Indiana State Core Curriculum Standards updated 2009 Algebra I

E3: PROBABILITY AND STATISTICS lecture notes

Cubes and Cube Roots

ON FIBONACCI NUMBERS WITH FEW PRIME DIVISORS

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES


Elements of probability theory

Just the Factors, Ma am

Lecture Notes for MA 132 Foundations

3. Logical Reasoning in Mathematics

Exponential time algorithms for graph coloring

x a x 2 (1 + x 2 ) n.

INCIDENCE-BETWEENNESS GEOMETRY

sin(x) < x sin(x) x < tan(x) sin(x) x cos(x) 1 < sin(x) sin(x) 1 < 1 cos(x) 1 cos(x) = 1 cos2 (x) 1 + cos(x) = sin2 (x) 1 < x 2

BANACH AND HILBERT SPACE REVIEW

AMBIGUOUS CLASSES IN QUADRATIC FIELDS

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( n1) ( n1) tt ( 1), for all natural numbers n. n1 t1 Solution Let the given statement P(n), be given as n1 n( n1) ( n1) P( n) : t( t 1), for all natural numbers n. t1 We observe that P(): 1 ( 1) t 1 tt 1 t( t 1) 1. 1. ( 1) ( 1) Thus, P(n) in true for n. Assume that P(n) is true for n k N. t 1.. i.e., P(k) : k1 t ( t 1) t1 To prove that P(k + 1) is true, we have k( k1)( k1) ( k 1 1) t1 t( t 1) k t 1 tt ( +1) k1 t 1 tt ( 1) kk ( 1) k 1 k( k 1) k( k1)( k1) k( k1) ( 1)( ) k k k ( k1)(( k1) 1))(( k1) 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 n1 1. 1... 1, for all natural numbers, n. n n Solution Let the given statement be P(n), i.e., 1 1 1 n1 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 ( k1) k 1 1 k k ( k 1) 1 1 k ( k1) k( k1) ( 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 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. k + q ( k + q) m, where m N 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 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) Write the first four terms of the sequence. (ii) 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. Solution (i) We have a 1 a 5a 1 5a 1 5. 10 a 5a 1 5a 5.10 50 a 4 5a 4 1 5a 5.50 50 (ii) 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 ).5 k (k + 1) 1.5 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. 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) β) n1 n sin( )sin sin Solution Consider P (n) : sin α + sin (α + β) + sin (α + β) +... + sin (α + (n 1) β)

66 EXEMPLAR PROBLEMS MATHEMATICS We observe that P (1) is true, since n1 n sin( )sin, for all natural number n. sin 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)β) k1 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β) k1 k sin( )sin sin ( k ) sin k1 k sin sin sin ksin sin cos cos k cos k cosk sin

PRINCIPLE OF MATHEMATICAL INDUCTION 67 cos cosk sin k k sin sin sin k sin sin ( 1) k 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 nn ( 1), if n iseven S n n ( n 1), if n isodd nn ( 1), when n is even Solution Here P(n) : S n n ( n1), when n is odd Also, note that any term T n of the series is given by n if nis odd T n n if n iseven 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) k k 1 + (k + 1) (as k is even, 1 + +... + k k ( k 1) ) k1 ( k) ( k1) (( k1) 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 P (1) : < 1 is false P () : < 1 is false P () : < 1 is false But 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 nn ( 1)(n1) 6 Proof By the Principle of Mathematical induction, P(n) is true for n 1, 1 1 prove that 1(1 1) ( 1 1). Again for some k 1, k 6 kk ( 1)(k1). Now we 6 (k + 1) ( k 1)(( k 1) 1)(( k 1) 1) 6 Solution False 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. d k1 19. A sequence d 1, d, d... is defined by letting d 1 and d k for all natural 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) β) n1 n cos sin sin 1. Prove that, cos θ cos θ cos θ... cos n 1 θ. Prove that, sin θ + sin θ + sin θ +... + sin nθ n sin n, for all n N. sin sin n n 1 sin, for all n N. sin

7 EXEMPLAR PROBLEMS MATHEMATICS. Show that 5 n 7 n n is a natural number for all n N. 5 15 4. Prove that 1 1 1 1... n 1 n n, for all natural numbers n > 1. 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.