Mathematical Induction Assignments

Similar documents
Discrete Mathematics. Spring 2017

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

Problem Set 5 Solutions

CSCE 222 Discrete Structures for Computing. Proof by Induction. Dr. Hyunyoung Lee. !!!!!! Based on slides by Andreas Klappenecker

Proof by Induction. Andreas Klappenecker

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

MTH 3318 Solutions to Induction Problems Fall 2009

Carmen s Core Concepts (Math 135)

CSE373: Data Structures and Algorithms Lecture 2: Proof by Induction. Linda Shapiro Spring 2016

Sequences & Mathematical Induction

PRINCIPLE OF MATHEMATICAL INDUCTION

Mathematical Induction

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

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.

PRINCIPLE OF MATHEMATICAL INDUCTION

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

Mathematical Induction Again

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

M381 Number Theory 2004 Page 1

Mathematical Induction Again

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

Induction. Announcements. Overview. Defining Functions. Sum of Squares. Closed-form expression for SQ(n) There have been some corrections to A1

Sum of Squares. Defining Functions. Closed-Form Expression for SQ(n)

n(n 1) = (n + 1)n(n 1)/ ( 1) n(n 1)(n 2) = (n + 1)n(n 1)(n 2)/4

CSE 311: Foundations of Computing. Lecture 14: Induction

1 Examples of Weak Induction

Climbing an Infinite Ladder

NORTHWESTERN UNIVERSITY Thrusday, Oct 6th, 2011 ANSWERS FALL 2011 NU PUTNAM SELECTION TEST

Mathematical Structures Combinations and Permutations

Section 4.2: Mathematical Induction 1

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

Outline. We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction


Mathematical Induction. Part Two

Math 2 Variable Manipulation Part 2 Powers & Roots PROPERTIES OF EXPONENTS:

Mathematical Induction

Notes 6: Polynomials in One Variable

Discrete Mathematics & Mathematical Reasoning Induction

1. (16 points) Circle T if the corresponding statement is True or F if it is False.

Climbing an Infinite Ladder

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

Proof by Mathematical Induction.

21 Induction. Tom Lewis. Fall Term Tom Lewis () 21 Induction Fall Term / 14

HEAGAN & CO., OPP. f>, L. & W. DEPOT, DOYER, N. J, OUR MOTTO! ould Iwv ia immediate vltlui. VEEY BEST NEW Creamery Butter 22c ib,

Course: CS1050c (Fall '03) Homework2 Solutions Instructor: Prasad Tetali TAs: Kim, Woo Young: Deeparnab Chakrabarty:

Mathematical Induction

Legendre s Equation. PHYS Southern Illinois University. October 18, 2016

MODEL ANSWERS TO THE THIRD HOMEWORK. 1. We prove this result by mathematical induction. Let P (n) be the statement that

Lecture 3.2: Induction, and Strong Induction

General Comments on Proofs by Mathematical Induction


Math 242: Principles of Analysis Fall 2016 Homework 1 Part B solutions

Discrete Mathematics & Mathematical Reasoning Induction

Sequences, their sums and Induction

EECS 1028 M: Discrete Mathematics for Engineers

A guide to Proof by Induction

CSCE 222 Discrete Structures for Computing. Dr. Hyunyoung Lee

Solutions to Homework 2

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

Mathematical Induction

Mat Week 8. Week 8. gcd() Mat Bases. Integers & Computers. Linear Combos. Week 8. Induction Proofs. Fall 2013

Any Wizard of Oz fans? Discrete Math Basics. Outline. Sets. Set Operations. Sets. Dorothy: How does one get to the Emerald City?

Student Responsibilities Week 8. Mat Section 3.6 Integers and Algorithms. Algorithm to Find gcd()

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

THE KENNESAW STATE UNIVERSITY HIGH SCHOOL MATHEMATICS COMPETITION PART II Calculators are NOT permitted Time allowed: 2 hours

Summer HSSP Week 1 Homework. Lane Gunderman, Victor Lopez, James Rowan

Math 3000 Section 003 Intro to Abstract Math Homework 6

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

Fall 2017 Test II review problems

COMP232 - Mathematics for Computer Science

CM2104: Computational Mathematics General Maths: 2. Algebra - Factorisation

Sums of Squares. Bianca Homberg and Minna Liu

Upper Bounds for Partitions into k-th Powers Elementary Methods

2011 Maths. Advanced Higher. Finalised Marking Instructions

Mathematical Induction. Part Two

1 Series Solutions Near Regular Singular Points

Mathematical Induction. Defining Functions. Overview. Notation for recursive functions. Base case Sn(0) = 0 S(n) = S(n 1) + n for n > 0

Mathematical Fundamentals

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

C241 Homework Assignment 7

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

CS173 Lecture B, September 10, 2015

LOWELL. MICHIGAN, THURSDAY, AUGUST 16, Specialty Co. Sells to Hudson Mfg. Company. Ada Farmer Dies When Boat Tips

Proof by induction ME 8

CMSC250 Homework 9 Due: Wednesday, December 3, Question: Total Points: Score:

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges.

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

1 Direct Proofs Technique Outlines Example Implication Proofs Technique Outlines Examples...

Chapter Summary. Mathematical Induction Strong Induction Well-Ordering Recursive Definitions Structural Induction Recursive Algorithms

Mathematical Induction. Section 5.1

Numbers. 2.1 Integers. P(n) = n(n 4 5n 2 + 4) = n(n 2 1)(n 2 4) = (n 2)(n 1)n(n + 1)(n + 2); 120 =

1 Recursive Algorithms

Sequences. 1. Number sequences. 2. Arithmetic sequences. Consider the illustrated pattern of circles:

Mathematical Induction. Rosen Chapter 4.1,4.2 (6 th edition) Rosen Ch. 5.1, 5.2 (7 th edition)

Final Examination F.5 Mathematics M2 Suggested Answers

Mathematics 228(Q1), Assignment 2 Solutions

Review Problems for Midterm Exam II MTH 299 Spring n(n + 1) 2. = 1. So assume there is some k 1 for which

Name CMSC203 Fall2008 Exam 2 Solution Key Show All Work!!! Page (16 points) Circle T if the corresponding statement is True or F if it is False.

SERIES

Transcription:

1 Mathematical Induction Assignments Prove the Following using Principle of Mathematical induction 1) Prove that for any positive integer number n, n 3 + 2 n is divisible by 3 2) Prove that 1 3 + 2 3 + 3 3 +... + n 3 = n 2 (n + 1) 2 / 4 for all positive integers n. 3) For every n N, 2n 3 + 3n 2 + n is divisible by 6. 4) Prove by induction that 1 2 + 2 3 + 3 4 + n (n + 1) = n(n + 1)(n + 2)/ 3 5) For every n 2, n 3 -n is multiple of 6 6) For every n 7, 3 n n! 7) For all n 1 (1+x) n 1+nx Where (1+x) > 0 8) If n N, then 1 3+2 4+3 5+4 6+ + n(n+2) = n(n+1)(2n+7) /6 9) Prove that 3 +3 2 +3 3 +3 4 + +3 n = (3 n+1 3)/ 2 for every n N. 10) Prove that 1/ 1 + 1/ 4 + 1/ 9 + + 1/ n 2 2 1/ n 11) For all n > 1, 8 n 3 n is divisible by 5. Solution to Problem 1: Let Statement P (n) is defined by n 3 + 2 n is divisible by 3

2 We first show that p (1) is true. Let n = 1 and calculate n 3 + 2n 1 3 + 2(1) = 3 3 is divisible by 3 hence p (1) is true. k 3 + 2 k is divisible by 3 is equivalent to k 3 + 2 k = 3 B, where B is a positive integer. We now consider the algebraic expression (k + 1) 3 + 2 (k + 1); expand it and group like terms (k + 1) 3 + 2 (k + 1) = k 3 + 3 k 2 + 5 k + 3 = [ k 3 + 2 k] + [3 k 2 + 3 k + 3] = 3 B+ 3 [ k 2 + k + 1 ] = 3 [ B + k 2 + k + 1 ] Hence (k + 1) 3 + 2 (k + 1) is also divisible by 3 and therefore statement P(k + 1) is true. Solution to Problem 2: Statement P (n) is defined by 1 3 + 2 3 + 3 3 +... + n 3 = n 2 (n + 1) 2 / 4 We first show that p (1) is true. Left Side = 1 3 = 1

3 Right Side = 1 2 (1 + 1) 2 / 4 = 1 hence p (1) is true. 1 3 + 2 3 + 3 3 +... + k 3 = k 2 (k + 1) 2 / 4 add (k + 1) 3 to both sides 1 3 + 2 3 + 3 3 +... + k 3 + (k + 1) 3 = k 2 (k + 1) 2 / 4 + (k + 1) 3 factor (k + 1) 2 on the right side = (k + 1) 2 [ k 2 / 4 + (k + 1) ] set to common denominator and group = (k + 1) 2 [ k 2 + 4 k + 4 ] / 4 = (k + 1) 2 [ (k + 2) 2 ] / 4 We have started from the statement P(k) and have shown that 1 3 + 2 3 + 3 3 +... + k 3 + (k + 1) 3 = (k + 1) 2 [ (k + 2) 2 ] / 4 Which is the statement P(k + 1). Solution to Problem 3: Let P(n)

4 2n 3 + 3n 2 + n is divisible by 6 P(1) is just that 2 + 3 + 1 is divisible by 6, which is trivial. We now assume that P (k) is true Ie. 2k 3 + 3k 2 + k is divisible by 6 We have to prove P(k+1) Now 2(k + 1) 3 + 3(k + 1) 2 + (k + 1) = 2(k 3 + 3k 2 + 3k + 1) + 3(k 2 + 2k + 1) + (k + 1) = (2k 3 + 3k 2 + k) + (6k 2 + 6k + 2 + 6k + 3 + 1) = (2k 3 + 3k 2 + k) + 6(k 2 + 2k + 1) The first term is divisible by 6 since P(k) is true and the second term is a multiple of 6. Hence, the last quantity is divisible by 6 Solution to Problem 4: Statement P (n) is defined by 1 2 + 2 3 + 3 4 + n (n + 1) = n(n + 1)(n + 2)/ 3

5 We first show that p (1) is true. Left Side = 1.2 = 2 Right Side = 1 (1 + 1)(1+2) / 3 = 2 hence p (1) is true. 1 2 + 2 3 + 3 4 + k (k + 1) = k(k + 1)(k + 2)/ 3 We have to prove P(k+1) Now 1 2 + 2 3 + 3 4 + (k +1) [(k+1) + 1) = (k+1)[(k +1)+ 1][(k+1) + 2]/ 3 Taking LHS 1 2 + 2 3 + 3 4 + (k +1) [(k+1) + 1) =1 2 + 2 3 + 3 4 + k(k+1) + (k +1) [(k+1) + 1) = k(k + 1)(k + 2)/ 3 + (k +1) [(k+1) + 1) = k(k + 1)(k + 2)/ 3 + (k +1) (k+2) =(k+1)(k+2) [ k/3 +1] =(k+1)(k+2)(k+3)/3 Which is the statement P(k + 1).

6 Solution to Problem 6: Let Statement P (n) is defined by for all n > 7, n! > 3 n Let n = 7 So p(7) is true n! > 3 n 7!= 5040 3 7 = 2187 That is, k! > 3 k Let n = k + 1. Then: (k+1)! =(k+1)k! >(k+1) 3 k Now k > 7 So (k+1) >3 >3. 3 k

7 >3 k+1 Then P(n) holds for n = k + 1, and thus for all n > 7 Solution to Problem 7: Let Statement P (n) is defined by (1+x) n 1+nx Where (1+x) > 0 Let n = 1 (1+x) n 1+nx (1+x) 1+x Which is true So p(1) is true (1+x) k 1+kx Let n = k + 1. Then: (1+x) k+1 1+(k+1)x

8 Taking the LHS (1+x) k+1 =(1+x)(1+x) k Now from hypothesis we know that (1+x) k 1+kx Also (1+x) > 0 So (1+x) k+1 (1+x)( 1+kx) [1+kx 2 + (k+1)x] Now kx 2 is a positive quantity so we can say that [1+ (k+1)x] Which is P(k+1) Solution to Problem 11: Let Statement P (n) is defined by for all n > 1, 8 n 3 n is divisible by 5. Let n = 1. Then the expression 8 n 3 n evaluates to 8 1 3 1 = 8 3 = 5, which is clearly divisible by 5. That is, that 8 k 3 k is divisible by 5.

9 Let n = k + 1. Then: 8 k+1 3 k+1 = 8 k+1 3 8 k + 3 8 k 3 k+1 = 8 k (8 3) + 3(8 k 3 k ) = 8 k (5) + 3(8 k 3 k ) The first term in 8 k (5) + 3(8 k 3 k ) has 5 as a factor (explicitly), and the second term is divisible by 5 (by assumption). Since we can factor a 5 out of both terms, then the entire expression, 8 k (5) + 3(8 k 3 k ) = 8 k+1 3 k+1, must be divisible by 5. Then P(n) holds for n = k + 1, and thus for all n > 1.