SlideShare a Scribd company logo
1 of 50
11.5 Mathematical Induction



1 Peter 4:10-11 "As each has received a gift, use it to serve
one another, as good stewards of God's varied grace: whoever
speaks, as one who speaks oracles of God; whoever serves, as
one who serves by the strength that God supplies—in order
that in everything God may be glorified through Jesus Christ.
To him belong glory and dominion forever and ever. Amen."
Deductive Reasoning is piecing together known
facts to determine a specific conclusion.
Deductive Reasoning is piecing together known
facts to determine a specific conclusion.
       Proving two triangles congruent
Deductive Reasoning is piecing together known
facts to determine a specific conclusion.
       Proving two triangles congruent
                  a→b
                  b→c
                  c→d
                ∴ a→d
Deductive Reasoning is piecing together known
facts to determine a specific conclusion.
       Proving two triangles congruent
                  a→b
                  b→c
                  c→d
                ∴ a→d


Inductive Reasoning is observing patterns and
then making generalizations.
Let’s consider the sum of the first k odd positive integers.
Let’s consider the sum of the first k odd positive integers.
                   1               =1
Let’s consider the sum of the first k odd positive integers.
                   1               =1
                   1+ 3            =4
Let’s consider the sum of the first k odd positive integers.
                   1               =1
                   1+ 3            =4
                   1+ 3 + 5        =9
Let’s consider the sum of the first k odd positive integers.
                   1               =1
                   1+ 3            =4
                   1+ 3 + 5        =9
                   1+ 3 + 5 + 7    = 16
Let’s consider the sum of the first k odd positive integers.
                   1                  =1
                   1+ 3               =4
                   1+ 3 + 5           =9
                   1+ 3 + 5 + 7       = 16
                   1+ 3 + 5 + 7 + 9   = 25
Let’s consider the sum of the first k odd positive integers.
                   1                  =1
                   1+ 3               =4
                   1+ 3 + 5           =9
                   1+ 3 + 5 + 7       = 16
                   1+ 3 + 5 + 7 + 9   = 25
Using Inductive Reasoning, our conjecture is that the sum
of the the first k odd positive integers is k .
                                            2
Let’s consider the sum of the first k odd positive integers.
                   1                  =1
                   1+ 3               =4
                   1+ 3 + 5           =9
                   1+ 3 + 5 + 7       = 16
                   1+ 3 + 5 + 7 + 9   = 25
Using Inductive Reasoning, our conjecture is that the sum
of the the first k odd positive integers is k .
                                            2




A Math Induction Proof is used to prove that our
conjecture is true.
Not all conjectures are true ...
Not all conjectures are true ...

     It has rained for the past three days ...
     therefore, it will rain every day from now on.
Not all conjectures are true ...

     It has rained for the past three days ...
     therefore, it will rain every day from now on.


A counterexample is one case where the conjecture is not
true ... and that one counterexample would be enough to
disprove the conjecture.
Math Induction Proof
Math Induction Proof

The concept:
   Suppose that we can prove that when a statement is
true for a given case, then it is also true for the next
case as well ...
Math Induction Proof

The concept:
   Suppose that we can prove that when a statement is
true for a given case, then it is also true for the next
case as well ... If p ( k ) is true
                 then p ( k + 1) is true
Math Induction Proof

The concept:
   Suppose that we can prove that when a statement is
true for a given case, then it is also true for the next
case as well ... If p ( k ) is true
                 then p ( k + 1) is true
then all we need do is show that
                 p (1) is true
Math Induction Proof

The concept:
   Suppose that we can prove that when a statement is
true for a given case, then it is also true for the next
case as well ... If p ( k ) is true
                  then p ( k + 1) is true
then all we need do is show that
                  p (1) is true

It’s just like knocking dominos down ... set them all up so
that any given domino will knock down the next one ...
then knock over the first one! They all fall ...
Math Induction Proof

The concept:
   Suppose that we can prove that when a statement is
true for a given case, then it is also true for the next
case as well ... If p ( k ) is true
                  then p ( k + 1) is true
then all we need do is show that
                  p (1) is true

It’s just like knocking dominos down ... set them all up so
that any given domino will knock down the next one ...
then knock over the first one! They all fall ...
            The next slide states this formally.
The Principle of Math Induction
The Principle of Math Induction

    For each natural number n , let p ( n ) be a statement
depending on n . Suppose that the following two
conditions are satisfied:
            1.   p (1) is true
             2. For every natural number k,
                 if p ( k ) is true then p ( k + 1) is true.

Then p ( n ) is true for all natural numbers n .
Prove that the sum of the the first k odd positive
integers is k .
             2
Prove that the sum of the the first k odd positive
integers is k .
             2


               2
1. p (1) : 1 = 1
           1 = 1 ∴ p (1) is true
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
                                                               2
 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
                                                               2
 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
                                                               2
 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
                                               2
             1+ 3 + 5 +K + ( 2k − 1) = k
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
                                                               2
 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
                                               2
             1+ 3 + 5 +K + ( 2k − 1) = k
                                                      2
             1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = k + 2k + 1
Prove that the sum of the the first k odd positive
integers is k .
             2


                                           2
2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k

We assume p(k) to be true ...
Write p(k+1), then start with p(k) and use math
manipulation to get p(k) to become p(k+1).
                                                               2
 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
                                               2
             1+ 3 + 5 +K + ( 2k − 1) = k
                                                      2
             1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = k + 2k + 1
                                                               2
             1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)

and our proof is complete!
Page 859 #7                 2         2
       3   3   3       3 n ( n + 1)
      1 + 2 + 3 +K + n =
                              4
Page 859 #7                    2         2
          3   3   3       3 n ( n + 1)
         1 + 2 + 3 +K + n =
                                 4
Proof:
Page 859 #7                           2   2
          3       3       3 n ( n + 1)
                                  3
         1 + 2 + 3 +K + n =
                                 4
Proof:
                      2       2
              31 (1+ 1)
   p (1) : 1 =
                   4
Page 859 #7                               2   2
          3       3       3 n ( n + 1)3
         1 + 2 + 3 +K + n =
                                 4
Proof:
                      2           2
              31 (1+ 1)
   p (1) : 1 =
                   4
                              2
                 1( 2 )
              1=
                    4
Page 859 #7                               2   2
          3       3       3 n ( n + 1)3
         1 + 2 + 3 +K + n =
                                 4
Proof:
                      2           2
              31 (1+ 1)
   p (1) : 1 =
                   4
                              2
                 1( 2 )
              1=
                    4
                 4
              1=
                 4
Page 859 #7                                  2   2
             3       3       3 n ( n + 1)3
            1 + 2 + 3 +K + n =
                                    4
Proof:
                         2           2
                 1 (1+ 1)
                 3
     p (1) : 1 =
                     4
                                 2
                    1( 2 )
                 1=
                       4
                    4
                 1=
                    4
                 1 = 1 ∴ p (1) is true

(continued on next slide)
Page 859 #7                    2       2
        3    3   3        n ( n + 1)
                          3
       1 + 2 + 3 +K + n =
                               4
                               2          2
        3    3   3        3  n ( n + 1)
p ( n ) : 1 + 2 + 3 +K + n =
                                  4
Page 859 #7                             2   2
        3       3       3 n ( n + 1)
                                3
       1 + 2 + 3 +K + n =
                               4
                                        2   2
        3       3       3    n ( n + 1)
                                3
p ( n ) : 1 + 2 + 3 +K + n =
                                  4
                                                          2            2
            3       3       3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                            3
                                                =
                                                  ( n + 1) ( n + 2 )
                                                           4
Page 859 #7                             2   2
        3       3       3 n ( n + 1)
                                3
       1 + 2 + 3 +K + n =
                               4
                                        2   2
        3       3       3    n ( n + 1)
                                3
p ( n ) : 1 + 2 + 3 +K + n =
                                  4
                                                          2            2
            3       3       3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                            3
                                                =
                                                  ( n + 1) ( n + 2 )
                                                           4
Page 859 #7                             2   2
        3       3       3 n ( n + 1)
                                3
       1 + 2 + 3 +K + n =
                               4
                                        2   2
        3       3       3    n ( n + 1)
                                3
p ( n ) : 1 + 2 + 3 +K + n =
                                  4
                                                          2            2
            3       3       3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                            3
                                                =
                                                  ( n + 1) ( n + 2 )
                                                           4

                                        2   2
        3       3       3 n ( n + 1)
                                3
       1 + 2 + 3 +K + n =
                               4
Page 859 #7                                  2       2
             3       3       3 n ( n + 1)
                                     3
            1 + 2 + 3 +K + n =
                                    4
                                             2       2
             3       3       3n ( n + 1)
                                     3
 p ( n ) : 1 + 2 + 3 +K + n =
                                   4
                                                                   2            2
                 3       3       3
 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)3           3
                                                         =
                                                           ( n + 1) ( n + 2 )
                                                                      4

                                             2       2
             3       3       3 n ( n + 1)
                                     3
            1 + 2 + 3 +K + n =
                                    4
                                                         2        2
             3       3       3       3    n ( n + 1)
                                                 3              3
            1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                               4
(continued on next slide)
2            2
             3       3   3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                             3
                                                 =
                                                   ( n + 1) ( n + 2 )
                                                            4
                                         2           2
    3    3       3           3   n ( n + 1)
                                     3                 3
   1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                      4
2            2
             3       3   3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                             3
                                                 =
                                                   ( n + 1) ( n + 2 )
                                                            4
                                         2           2
    3    3       3           3   n ( n + 1)
                                     3                 3
   1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                      4
                                         2           2            3
    3    3       3           3   n ( n + 1) + 4 ( n + 1)
                                     3
   1 + 2 + 3 +K + n + ( n + 1) =
                                            4
2            2
             3       3   3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                              3
                                                  =
                                                    ( n + 1) ( n + 2 )
                                                                     4
                                          2              2
    3    3       3           3   n ( n + 1)
                                     3                 3
   1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                      4
                                          2              2                 3
    3    3       3           3   n ( n + 1) + 4 ( n + 1)
                                     3
   1 + 2 + 3 +K + n + ( n + 1) =
                                            4
                                                    2
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1) =
                                     3   ( n + 1)       (n   2
                                                                 + 4 ( n + 1))
                                                             4
2            2
             3       3   3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                              3
                                                  =
                                                    ( n + 1) ( n + 2 )
                                                                     4
                                          2              2
    3    3       3           3   n ( n + 1)
                                     3                 3
   1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                      4
                                          2              2                 3
    3    3       3           3   n ( n + 1) + 4 ( n + 1)
                                     3
   1 + 2 + 3 +K + n + ( n + 1) =
                                            4
                                                    2
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1) =
                                     3   ( n + 1)       (n   2
                                                                 + 4 ( n + 1))
                                                             4
                                                    2
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1) =
                                     3   ( n + 1)       (n   2
                                                                 + 4n + 4 )
                                                         4
2            2
             3       3   3       3
p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)
                                                3
                                                    =
                                                      ( n + 1) ( n + 2 )
                                                                          4
                                            2                 2
    3    3       3           3   n ( n + 1)
                                     3                 3
   1 + 2 + 3 +K + n + ( n + 1) =            + ( n + 1)
                                      4
                                            2                 2                 3
    3    3       3           3   n ( n + 1) + 4 ( n + 1)
                                     3
   1 + 2 + 3 +K + n + ( n + 1) =
                                            4
                                                      2
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1) =
                                     3     ( n + 1)       (n      2
                                                                      + 4 ( n + 1))
                                                                  4
                                                      2
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1) =
                                     3     ( n + 1)       (n      2
                                                                      + 4n + 4 )
                                                              4
                                                      2                   2
                                     3     ( n + 1) ( n + 2 )
                                                                                 QED
    3    3       3           3
   1 + 2 + 3 +K + n + ( n + 1)           =
                                                          4
HW #9
“A leader is anyone who has two characteristics; first,
he is going somewhere; second, he is able to persuade
other people to go with him.”          W. H. Cowley

More Related Content

What's hot

Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical inductionKriti Varshney
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionrey castro
 
Lect 18
Lect 18Lect 18
Lect 18IIUM
 
CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2David Wood
 
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVEChapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVEnszakir
 
The Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableThe Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableJay Liew
 
5.2 Strong Induction
5.2 Strong Induction5.2 Strong Induction
5.2 Strong Inductionshowslidedump
 
SMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionSMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionLilyana Vankova
 
Analysis Of Algorithms Ii
Analysis Of Algorithms IiAnalysis Of Algorithms Ii
Analysis Of Algorithms IiSri Prasanna
 
Números repunits de lehmer
Números repunits de lehmerNúmeros repunits de lehmer
Números repunits de lehmerlenixez
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2S.Shayan Daneshvar
 

What's hot (19)

Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical induction
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Mathematical Induction DM
Mathematical Induction DMMathematical Induction DM
Mathematical Induction DM
 
5.1 Induction
5.1 Induction5.1 Induction
5.1 Induction
 
Lect 18
Lect 18Lect 18
Lect 18
 
CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2CPSC 125 Ch 2 Sec 2
CPSC 125 Ch 2 Sec 2
 
Factorials as sums
Factorials as sumsFactorials as sums
Factorials as sums
 
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVEChapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
 
The Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is DiagonalizableThe Probability that a Matrix of Integers Is Diagonalizable
The Probability that a Matrix of Integers Is Diagonalizable
 
5.2 Strong Induction
5.2 Strong Induction5.2 Strong Induction
5.2 Strong Induction
 
SMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionSMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last version
 
Analysis Of Algorithms Ii
Analysis Of Algorithms IiAnalysis Of Algorithms Ii
Analysis Of Algorithms Ii
 
Formal Logic - Lesson 8 - Predicates and Quantifiers
Formal Logic - Lesson 8 - Predicates and QuantifiersFormal Logic - Lesson 8 - Predicates and Quantifiers
Formal Logic - Lesson 8 - Predicates and Quantifiers
 
Números repunits de lehmer
Números repunits de lehmerNúmeros repunits de lehmer
Números repunits de lehmer
 
Thesis 6
Thesis 6Thesis 6
Thesis 6
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
 
Sol80
Sol80Sol80
Sol80
 
Proof of Brocard's Conjecture
Proof of Brocard's ConjectureProof of Brocard's Conjecture
Proof of Brocard's Conjecture
 

Viewers also liked

Viewers also liked (18)

1008 ch 10 day 8
1008 ch 10 day 81008 ch 10 day 8
1008 ch 10 day 8
 
09 e01 ch09e day 1
09 e01 ch09e  day 109 e01 ch09e  day 1
09 e01 ch09e day 1
 
Brian ResumeG
Brian ResumeGBrian ResumeG
Brian ResumeG
 
Atzy 1
Atzy 1Atzy 1
Atzy 1
 
Poly(tetrafluoroethene) (polytetrafluoroethylene)
Poly(tetrafluoroethene) (polytetrafluoroethylene)Poly(tetrafluoroethene) (polytetrafluoroethylene)
Poly(tetrafluoroethene) (polytetrafluoroethylene)
 
0912 ch 9 day 12
0912 ch 9 day 120912 ch 9 day 12
0912 ch 9 day 12
 
1003 ch 10 day 3
1003 ch 10 day 31003 ch 10 day 3
1003 ch 10 day 3
 
동네영웅『SX797』『СOM』바카라사이트
동네영웅『SX797』『СOM』바카라사이트동네영웅『SX797』『СOM』바카라사이트
동네영웅『SX797』『СOM』바카라사이트
 
Naomi 1
Naomi 1Naomi 1
Naomi 1
 
faisal resume
faisal resumefaisal resume
faisal resume
 
вогнева підготовка
вогнева підготовкавогнева підготовка
вогнева підготовка
 
Religión
ReligiónReligión
Religión
 
1105 ch 11 day 5
1105 ch 11 day 51105 ch 11 day 5
1105 ch 11 day 5
 
Trung Ho Resume
Trung Ho ResumeTrung Ho Resume
Trung Ho Resume
 
0908 ch 9 day 8
0908 ch 9 day 80908 ch 9 day 8
0908 ch 9 day 8
 
1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
 
0708 ch 7 day 8
0708 ch 7 day 80708 ch 7 day 8
0708 ch 7 day 8
 
Singer
SingerSinger
Singer
 

Similar to 1112 ch 11 day 12

11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptxjaffarbikat
 
Induction.pptx
Induction.pptxInduction.pptx
Induction.pptxAppasamiG
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
17-mathematical-induction.ppt
17-mathematical-induction.ppt17-mathematical-induction.ppt
17-mathematical-induction.pptRishabhNath3
 
17-mathematical-induction.ppt
17-mathematical-induction.ppt17-mathematical-induction.ppt
17-mathematical-induction.pptSintaVeDe
 
Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and ApplicationsMatthew Leingang
 
Roots of unity_cool_app
Roots of unity_cool_appRoots of unity_cool_app
Roots of unity_cool_appdineshkrithi
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contrapositionAbdur Rehman
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfBhanuCharan9
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rulesDawood Faheem Abbasi
 

Similar to 1112 ch 11 day 12 (20)

Slide subtopic 5
Slide subtopic 5Slide subtopic 5
Slide subtopic 5
 
Induction.pdf
Induction.pdfInduction.pdf
Induction.pdf
 
Chapter5.pptx
Chapter5.pptxChapter5.pptx
Chapter5.pptx
 
Induction q
Induction qInduction q
Induction q
 
Induction q
Induction qInduction q
Induction q
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
 
Induction.pptx
Induction.pptxInduction.pptx
Induction.pptx
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
 
Lecture_4.pptx
Lecture_4.pptxLecture_4.pptx
Lecture_4.pptx
 
17-mathematical-induction.ppt
17-mathematical-induction.ppt17-mathematical-induction.ppt
17-mathematical-induction.ppt
 
17-mathematical-induction.ppt
17-mathematical-induction.ppt17-mathematical-induction.ppt
17-mathematical-induction.ppt
 
Lesson 16 The Spectral Theorem and Applications
Lesson 16  The Spectral Theorem and ApplicationsLesson 16  The Spectral Theorem and Applications
Lesson 16 The Spectral Theorem and Applications
 
Roots of unity_cool_app
Roots of unity_cool_appRoots of unity_cool_app
Roots of unity_cool_app
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
mathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdfmathematicalinductionanddivisibilityrules-160711105713.pdf
mathematicalinductionanddivisibilityrules-160711105713.pdf
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 

More from festivalelmo

More from festivalelmo (20)

0101 ch 1 day 1
0101 ch 1 day 10101 ch 1 day 1
0101 ch 1 day 1
 
1204 ch 12 day 4
1204 ch 12 day 41204 ch 12 day 4
1204 ch 12 day 4
 
1203 ch 12 day 3
1203 ch 12 day 31203 ch 12 day 3
1203 ch 12 day 3
 
1201 ch 12 day 1
1201 ch 12 day 11201 ch 12 day 1
1201 ch 12 day 1
 
1202 ch 12 day 2
1202 ch 12 day 21202 ch 12 day 2
1202 ch 12 day 2
 
1104 ch 11 day 4
1104 ch 11 day 41104 ch 11 day 4
1104 ch 11 day 4
 
1114 ch 11 day 14
1114 ch 11 day 141114 ch 11 day 14
1114 ch 11 day 14
 
1110 ch 11 day 10
1110 ch 11 day 101110 ch 11 day 10
1110 ch 11 day 10
 
1109 ch 11 day 9
1109 ch 11 day 91109 ch 11 day 9
1109 ch 11 day 9
 
1108 ch 11 day 8
1108 ch 11 day 81108 ch 11 day 8
1108 ch 11 day 8
 
1107 ch 11 day 7
1107 ch 11 day 71107 ch 11 day 7
1107 ch 11 day 7
 
1106 ch 11 day 6
1106 ch 11 day 61106 ch 11 day 6
1106 ch 11 day 6
 
1115 ch 11 day 15
1115 ch 11 day 151115 ch 11 day 15
1115 ch 11 day 15
 
1007 ch 10 day 7
1007 ch 10 day 71007 ch 10 day 7
1007 ch 10 day 7
 
1006 ch 10 day 6
1006 ch 10 day 61006 ch 10 day 6
1006 ch 10 day 6
 
1005 ch 10 day 5
1005 ch 10 day 51005 ch 10 day 5
1005 ch 10 day 5
 
1004 ch 10 day 4
1004 ch 10 day 41004 ch 10 day 4
1004 ch 10 day 4
 
1002 ch 10 day 2
1002 ch 10 day 21002 ch 10 day 2
1002 ch 10 day 2
 
1001 ch 10 day 1
1001 ch 10 day 11001 ch 10 day 1
1001 ch 10 day 1
 
09 e02 ch09e day 2
09 e02 ch09e  day 209 e02 ch09e  day 2
09 e02 ch09e day 2
 

Recently uploaded

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

1112 ch 11 day 12

  • 1. 11.5 Mathematical Induction 1 Peter 4:10-11 "As each has received a gift, use it to serve one another, as good stewards of God's varied grace: whoever speaks, as one who speaks oracles of God; whoever serves, as one who serves by the strength that God supplies—in order that in everything God may be glorified through Jesus Christ. To him belong glory and dominion forever and ever. Amen."
  • 2. Deductive Reasoning is piecing together known facts to determine a specific conclusion.
  • 3. Deductive Reasoning is piecing together known facts to determine a specific conclusion. Proving two triangles congruent
  • 4. Deductive Reasoning is piecing together known facts to determine a specific conclusion. Proving two triangles congruent a→b b→c c→d ∴ a→d
  • 5. Deductive Reasoning is piecing together known facts to determine a specific conclusion. Proving two triangles congruent a→b b→c c→d ∴ a→d Inductive Reasoning is observing patterns and then making generalizations.
  • 6. Let’s consider the sum of the first k odd positive integers.
  • 7. Let’s consider the sum of the first k odd positive integers. 1 =1
  • 8. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4
  • 9. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4 1+ 3 + 5 =9
  • 10. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4 1+ 3 + 5 =9 1+ 3 + 5 + 7 = 16
  • 11. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4 1+ 3 + 5 =9 1+ 3 + 5 + 7 = 16 1+ 3 + 5 + 7 + 9 = 25
  • 12. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4 1+ 3 + 5 =9 1+ 3 + 5 + 7 = 16 1+ 3 + 5 + 7 + 9 = 25 Using Inductive Reasoning, our conjecture is that the sum of the the first k odd positive integers is k . 2
  • 13. Let’s consider the sum of the first k odd positive integers. 1 =1 1+ 3 =4 1+ 3 + 5 =9 1+ 3 + 5 + 7 = 16 1+ 3 + 5 + 7 + 9 = 25 Using Inductive Reasoning, our conjecture is that the sum of the the first k odd positive integers is k . 2 A Math Induction Proof is used to prove that our conjecture is true.
  • 14. Not all conjectures are true ...
  • 15. Not all conjectures are true ... It has rained for the past three days ... therefore, it will rain every day from now on.
  • 16. Not all conjectures are true ... It has rained for the past three days ... therefore, it will rain every day from now on. A counterexample is one case where the conjecture is not true ... and that one counterexample would be enough to disprove the conjecture.
  • 18. Math Induction Proof The concept: Suppose that we can prove that when a statement is true for a given case, then it is also true for the next case as well ...
  • 19. Math Induction Proof The concept: Suppose that we can prove that when a statement is true for a given case, then it is also true for the next case as well ... If p ( k ) is true then p ( k + 1) is true
  • 20. Math Induction Proof The concept: Suppose that we can prove that when a statement is true for a given case, then it is also true for the next case as well ... If p ( k ) is true then p ( k + 1) is true then all we need do is show that p (1) is true
  • 21. Math Induction Proof The concept: Suppose that we can prove that when a statement is true for a given case, then it is also true for the next case as well ... If p ( k ) is true then p ( k + 1) is true then all we need do is show that p (1) is true It’s just like knocking dominos down ... set them all up so that any given domino will knock down the next one ... then knock over the first one! They all fall ...
  • 22. Math Induction Proof The concept: Suppose that we can prove that when a statement is true for a given case, then it is also true for the next case as well ... If p ( k ) is true then p ( k + 1) is true then all we need do is show that p (1) is true It’s just like knocking dominos down ... set them all up so that any given domino will knock down the next one ... then knock over the first one! They all fall ... The next slide states this formally.
  • 23. The Principle of Math Induction
  • 24. The Principle of Math Induction For each natural number n , let p ( n ) be a statement depending on n . Suppose that the following two conditions are satisfied: 1. p (1) is true 2. For every natural number k, if p ( k ) is true then p ( k + 1) is true. Then p ( n ) is true for all natural numbers n .
  • 25. Prove that the sum of the the first k odd positive integers is k . 2
  • 26. Prove that the sum of the the first k odd positive integers is k . 2 2 1. p (1) : 1 = 1 1 = 1 ∴ p (1) is true
  • 27. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k
  • 28. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1).
  • 29. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1). 2 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
  • 30. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1). 2 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1)
  • 31. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1). 2 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1) 2 1+ 3 + 5 +K + ( 2k − 1) = k
  • 32. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1). 2 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1) 2 1+ 3 + 5 +K + ( 2k − 1) = k 2 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = k + 2k + 1
  • 33. Prove that the sum of the the first k odd positive integers is k . 2 2 2. p ( k ) : 1+ 3 + 5 +K + ( 2k − 1) = k We assume p(k) to be true ... Write p(k+1), then start with p(k) and use math manipulation to get p(k) to become p(k+1). 2 p ( k + 1) : 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1) 2 1+ 3 + 5 +K + ( 2k − 1) = k 2 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = k + 2k + 1 2 1+ 3 + 5 +K + ( 2k − 1) + ( 2k + 1) = ( k + 1) and our proof is complete!
  • 34. Page 859 #7 2 2 3 3 3 3 n ( n + 1) 1 + 2 + 3 +K + n = 4
  • 35. Page 859 #7 2 2 3 3 3 3 n ( n + 1) 1 + 2 + 3 +K + n = 4 Proof:
  • 36. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 Proof: 2 2 31 (1+ 1) p (1) : 1 = 4
  • 37. Page 859 #7 2 2 3 3 3 n ( n + 1)3 1 + 2 + 3 +K + n = 4 Proof: 2 2 31 (1+ 1) p (1) : 1 = 4 2 1( 2 ) 1= 4
  • 38. Page 859 #7 2 2 3 3 3 n ( n + 1)3 1 + 2 + 3 +K + n = 4 Proof: 2 2 31 (1+ 1) p (1) : 1 = 4 2 1( 2 ) 1= 4 4 1= 4
  • 39. Page 859 #7 2 2 3 3 3 n ( n + 1)3 1 + 2 + 3 +K + n = 4 Proof: 2 2 1 (1+ 1) 3 p (1) : 1 = 4 2 1( 2 ) 1= 4 4 1= 4 1 = 1 ∴ p (1) is true (continued on next slide)
  • 40. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3 3 n ( n + 1) p ( n ) : 1 + 2 + 3 +K + n = 4
  • 41. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3 n ( n + 1) 3 p ( n ) : 1 + 2 + 3 +K + n = 4 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4
  • 42. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3 n ( n + 1) 3 p ( n ) : 1 + 2 + 3 +K + n = 4 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4
  • 43. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3 n ( n + 1) 3 p ( n ) : 1 + 2 + 3 +K + n = 4 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4
  • 44. Page 859 #7 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3n ( n + 1) 3 p ( n ) : 1 + 2 + 3 +K + n = 4 2 2 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1)3 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 n ( n + 1) 3 1 + 2 + 3 +K + n = 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4 (continued on next slide)
  • 45. 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4
  • 46. 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4 2 2 3 3 3 3 3 n ( n + 1) + 4 ( n + 1) 3 1 + 2 + 3 +K + n + ( n + 1) = 4
  • 47. 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4 2 2 3 3 3 3 3 n ( n + 1) + 4 ( n + 1) 3 1 + 2 + 3 +K + n + ( n + 1) = 4 2 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 3 ( n + 1) (n 2 + 4 ( n + 1)) 4
  • 48. 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4 2 2 3 3 3 3 3 n ( n + 1) + 4 ( n + 1) 3 1 + 2 + 3 +K + n + ( n + 1) = 4 2 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 3 ( n + 1) (n 2 + 4 ( n + 1)) 4 2 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 3 ( n + 1) (n 2 + 4n + 4 ) 4
  • 49. 2 2 3 3 3 3 p ( n + 1) : 1 + 2 + 3 +K + n + ( n + 1) 3 = ( n + 1) ( n + 2 ) 4 2 2 3 3 3 3 n ( n + 1) 3 3 1 + 2 + 3 +K + n + ( n + 1) = + ( n + 1) 4 2 2 3 3 3 3 3 n ( n + 1) + 4 ( n + 1) 3 1 + 2 + 3 +K + n + ( n + 1) = 4 2 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 3 ( n + 1) (n 2 + 4 ( n + 1)) 4 2 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 3 ( n + 1) (n 2 + 4n + 4 ) 4 2 2 3 ( n + 1) ( n + 2 ) QED 3 3 3 3 1 + 2 + 3 +K + n + ( n + 1) = 4
  • 50. HW #9 “A leader is anyone who has two characteristics; first, he is going somewhere; second, he is able to persuade other people to go with him.” W. H. Cowley

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n