Mathematical Induction II

Slides:



Advertisements
Similar presentations
EXAMPLE 3 Standardized Test Practice SOLUTION 8x 3 y 2x y 2 7x4y37x4y3 4y4y 56x 7 y 4 8xy 3 = Multiply numerators and denominators. 8 7 x x 6 y 3 y 8 x.
Advertisements

Direct Proof and Counterexample II Lecture 12 Section 3.2 Thu, Feb 9, 2006.
Induction and recursion
1.  The set N = {1,2,3,4,……..} is known as natural numbers or the set of positive integers  The natural numbers are used mainly for :  counting  ordering.
CS5371 Theory of Computation
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
RMIT University; Taylor's College1 Lecture 6  To apply the Principle of Mathematical Induction  To solve the Towers of Hanoi puzzle  To define a recurrence.
Chapter 6 Mathematical Induction
CSE 20 Lecture 12 Induction CK Cheng 1. Induction Outlines Introduction Theorem Examples: The complexity calculation – Tower of Hanoi – Merge Sort – Fibonacci.
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
4.1 Vector Spaces and Subspaces 4.2 Null Spaces, Column Spaces, and Linear Transformations 4.3 Linearly Independent Sets; Bases 4.4 Coordinate systems.
Section 6.1 Rational Expressions. OBJECTIVES A Find the numbers that make a rational expression undefined.
1 Section 5.5 Solving Recurrences Any recursively defined function ƒ with domain N that computes numbers is called a recurrence or recurrence relation.
Mathematical Induction II Lecture 21 Section 4.3 Mon, Feb 27, 2006.
Factor Each Expression Section 8.4 Multiplying and Dividing Rational Expressions Remember that a rational number can be expressed as a quotient.
The Binomial Theorem Lecture 29 Section 6.7 Mon, Apr 3, 2006.
Rational Expressions Simplifying Section Simplifying Rational Expressions The objective is to be able to simplify a rational expression.
Mathematical Induction Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Mathematical induction is a legitimate method.
SOLUTION Divide a polynomial by a monomial EXAMPLE 1 Divide 4x 3 + 8x x by 2x. Method 1 : Write the division as a fraction. Write as fraction. Divide.
Solving Recurrence Relations by Iteration Lecture 36 Section 8.2 Mon, Apr 17, 2006.
Systematic Sampling Lecture 9 – Part 1 Sections 2.8 Wed, Jan 30, 2008.
Spring 2016 COMP 2300 Discrete Structures for Computation
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Types of Proof Lecture 4 Sections 0.4 Wed, Aug 29, 2007.
Real Zeros of Polynomial Functions. Solve x 3 – 2x + 1 = 0. How? Can you factor this? Can you use the quadratic formula? Now what if I tell you that one.
Mathematical Induction
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Section 1.7. Definitions A theorem is a statement that can be shown to be true using: definitions other theorems axioms (statements which are given as.
Mathematical Induction Thinking Skill: Develop Confidence in Reason Warm Up: Find the k+1 term (P k+1 ) 1) 2)
Section 8.4 Mathematical Induction. Mathematical Induction In this section we are going to perform a type of mathematical proof called mathematical induction.
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
Mathematical Induction EECS 203: Discrete Mathematics Lecture 11 Spring
Warm-Up Exercises Perform the operation. 1. x x + 36 x 2 – x5x x 2 – 6x + 9 · x 2 + 4x – 21 x 2 + 7x ANSWERS x + 3 x – 12 ANSWERS 5 x – 3.
Lecture 34 Section 6.7 Wed, Mar 28, 2007
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
Mathematical Induction. The Principle of Mathematical Induction Let S n be a statement involving the positive integer n. If 1.S 1 is true, and 2.the truth.
Simplifying Rational Expressions Section 11.3.
Simplifying Expressions
NON LINEAR FUNCTION Quadratic Function.
Copyright © 2013, 2009, 2006 Pearson Education, Inc.
CSNB 143 Discrete Mathematical Structures
Indirect Argument: Contradiction and Contraposition
Direct Proof and Counterexample III
Double-Angle, Half-Angle, and Product-Sum Formulas
Class Notes 11.2 The Quadratic Formula.
Direct Proof and Counterexample IV
Section 8-2: Multiplying and Dividing Rational Expressions
Induction and recursion
The sum of any two even integers is even.
Direct Proof and Counterexample II
Direct Proof and Counterexample III
Solving Recurrence Relations by Iteration
Mathematical Induction I
Copyright © Cengage Learning. All rights reserved.
LIMIT AND CONTINUITY (NPD).
Multiplication and Division Property of Radicals
Lecture 43 Section 10.1 Wed, Apr 6, 2005
Solving Recurrence Relations by Iteration
Direct Proof and Counterexample I
Sullivan Algebra and Trigonometry: Section 13.4
Lecture 29 Section 6.7 Thu, Mar 3, 2005
Direct Proof and Counterexample IV
Chapter 11: Further Topics in Algebra
Mathematical Induction
Counting Elements of Disjoint Sets: The Addition Rule
Counting Elements of Disjoint Sets: The Addition Rule
5.6 Complex Zeros; Fundamental Theorem of Algebra
Mathematical Induction II
Presentation transcript:

Mathematical Induction II Lecture 20 Section 4.3 Wed, Feb 16, 2005

limn [(1/n5) h = 1..n k = 1..n (5h4 – 18h2k2 + 5k4)]. Putnam Question B-1 (1981) Find limn [(1/n5) h = 1..n k = 1..n (5h4 – 18h2k2 + 5k4)]. Solution Express hk 5h4, hk 18h2k2, and hk 5k4 as polynomials in n. Simplify the polynomials. Divide by n5. Take the limit as n  . The answer is -1.

Let’s Play “Find the Flaw” Theorem: For every positive integer n, in any set of n horses, all the horses are the same color. Proof: Basic Step. When n = 1, there is only one horse, so trivially they are (it is) all the same color.

Find the Flaw Inductive Step Suppose that any set of k horses are all the same color. Consider a set of k + 1 horses. Remove one of the horses from the set. The remaining set of k horses are all the same color.

Find the Flaw Replace that horse and remove a different horse. Again, the remaining set of k horses are all the same color. Therefore, the two horses that were removed are the same color as the other horses in the set. Thus, the k + 1 horses are all the same color.

Find the Flaw Thus, in any set of n horses, the horses are all the same color.

Example Find a formula for 1 + 3 + 5 + … + (2n – 1). Clever solution: = (1 + 2 + 3 + … + 2n) – (2 + 4 + 6 + … + 2n) = (1 + 2 + 3 + … + 2n) – 2(1 + 2 + 3 + … + n) =(2n)(2n + 1)/2 – 2(n(n + 1)/2) = n2.

Exercise Find a formula for 12 + 32 + 52 + … + (2n – 1)2. Then verify it using mathematical induction.