SlideShare a Scribd company logo
2
Most read
10
Most read
15
Most read
MATHEMATICAL
INDUCTION
Prepared by
Edelyn R. Cagas
1 + 3 + 5 + ... + (2n-1) = n2
1. Show it is true for n=1
1 = 12 is True
2. Assume it is true for n=k
1 + 3 + 5 + ... + (2k-1) = k2 is True
Now, prove it is true for "k+1“
1+3+5+...+(2k-1)+ 2(k+1)-1)=(k+1)2 ... ?
We know that 1 + 3 + 5 + ... + (2k-1) =
k2 (the assumption above), so we can do a
replacement for all but the last term:
k2 + (2(k+1)-1) = (k+1)2
Now expand all terms:
k2 + 2k + 2 - 1 = k2 + 2k+1
And simplify:
k2 + 2k + 1 = k2 + 2k + 1
They are the same! So it is true.
So:
1 + 3 + 5 + ... + (2(k+1)-
1) = (k+1)2 is True
1 + 2 + 3 + ... + n = n(n + 1) / 2
let S(n) be the statement 1+2+3+...
n=n(n+1)/2
S(1) is the statement 1=1(1+1/2. Thus S(1) is
true.
We suppose that S(k) is true and prove that
S(k + 1) is true. Thus, we assume that
1 + 2 + 3 + ... + k = k(k + 1) / 2
and prove that
1+2+3+...+k+k+1=(k+1)(k+1+1) / 2
If we add k + 1 to both sides of the equality in
S(k), then on the left side of the sum, we obtain
the left side of equality in S(k + 1). Our hope is
that the right of the sum equals the right side of
S(k + 1). Let us check: Adding K + 1 to both
sides of S(k) we get:
1 + 2 + 3 + ... + k + k + 1
= k(k + 1) / 2 + (k + 1)
= (k + 1)(k / 2 + 1)
= (k + 1)(k / 2 + 2 / 2)
= (k + 1)(k + 2) / 2
= (k + 1)(k + 1 + 1) / 2
Hence, if S(k) is true, then S(k + 1) is true.
Therefore, 1 + 2 + 3 + ... + n = n(n + 1) / 2
for each positive integer n.
1 + 3 + 5 + . . . + (2n − 1) = n2
for any integer n ≥ 1.
Proof:
STEP 1: For n=1 (1.2) is true, since 1 =
12
STEP 2: Suppose (1.2) is true for some n
= k ≥ 1, that is
1 + 3 + 5 + . . . + (2k − 1) = k 2
STEP 3: Prove that (1.2) is true for n=k+1,
that is
1+3+5+...+(2k−1)+(2k+1)?=(k+) 2
We have:
1+3+5+...+(2k−1)+(2k+1)=k 2+(2k+1)=
(k + 1) 2
Sn = 1 + 3 + 5 + 7 + . . . + (2n-1) = n2
First, we must show that the formula works for
n = 1.
1. For n = 1
S1 = 1 = 12
The second part of mathematical induction has two
steps. The first step is to assume that the formula is
valid for some integer k. The second step is to use this
assumption to prove that the formula is valid for the
next integer, k + 1.
2. Assume Sk = 1 + 3 + 5 + 7 + . . . + (2k-1) = k2
is true, show that Sk+1 = (k + 1)2 is true.
Sk+1 = 1+3+5+7. . .+(2k–1)+[2(k+1)–1]
= [1+3+5+7+. . .+(2k–1)]+(2k+2–1)
= Sk+(2k+1)
= k2+2k+1
= (k+1)2
12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6
If n = 0, then LHS = 02 = 0, and RHS = 0 * (0
+ 1)(2*0 + 1)/6 = 0
Hence LHS = RHS.
12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 ---
Induction Hypothesis
To prove this for n+1, first try to
express LHS for n+1 in terms
of LHS for n, and use the induction
hypothesis.
Here let us try
LHS for n + 1 = 12 + 22 + ... + n2 + (n +
1)2 = ( 12 + 22 + ... + n2 ) + (n + 1)2
Using the induction hypothesis, the last
expression can be rewritten as
n( n + 1 )( 2n + 1 )/6 + (n + 1)2
Factoring (n + 1)/6 out, we get
( n + 1 )( n( 2n + 1 ) + 6 ( n + 1 ) )/6
= ( n + 1 )( 2n2 + 7n + 6 )/6
= ( n + 1 )( n + 2 )( 2n + 3 )/6 ,
which is equal to the RHS for n+1.
Thus LHS = RHS for n+1.
n , n3 + 2n is divisible by 3.
If n = 0, then n3 + 2n = 03 + 2*0 = 0. So it
is divisible by 3.
Induction: Assume that for an arbitrary
natural number n, n3 + 2n is divisible by 3.
--- Induction Hypothesis
To prove this for n+1, first try to
express (n+1)3 + 2( n + 1 ) in terms
of n3 + 2n and use the induction
hypothesis.
(n+1)3+2(n+1)=(n3+3n2+3n+1)+( 2n + 2 )
= ( n3 + 2n ) + ( 3n2 + 3n + 3 )
= ( n3 + 2n ) + 3( n2 + n + 1 )
which is divisible by 3,
because ( n3 + 2n ) is divisible by 3 by the
induction hypothesis.
2 + 4 + ... + 2n = n( n + 1 )
If n=0, then LHS=0, and RHS=0*(0+1)=0
Hence LHS = RHS
Assume that for an arbitrary natural
number n, 0+2+...+2n=n(n+1) ---
Induction Hypothesis
To prove this for n+1, first try to
express LHS for n+1 in terms
of LHS for n, and somehow use the
induction hypothesis.
Here let us try
LHS for n+1=0+2+...+2n+2(n+1)=(0+2+
...+2n)+2(n+1)
Using the induction hypothesis, the last expression
can be rewritten as
n( n + 1 ) + 2(n + 1)
Factoring (n + 1) out, we get
(n + 1)(n + 2) ,
which is equal to the RHS for n+1.
Thus LHS = RHS for n+1.

More Related Content

PPTX
Principle of mathematical induction
PPTX
Mathematical induction
PPT
Mathematical induction
PDF
Mathematical induction by Animesh Sarkar
PPTX
CMSC 56 | Lecture 11: Mathematical Induction
PPT
mathematical induction
PPTX
5.4 mathematical induction
PPTX
CMSC 56 | Lecture 5: Proofs Methods and Strategy
Principle of mathematical induction
Mathematical induction
Mathematical induction
Mathematical induction by Animesh Sarkar
CMSC 56 | Lecture 11: Mathematical Induction
mathematical induction
5.4 mathematical induction
CMSC 56 | Lecture 5: Proofs Methods and Strategy

What's hot (20)

PPT
Limits
PPSX
Introduction to Function, Domain and Range - Mohd Noor
PDF
3.2 Domain and Range
PPTX
Exponential and logarithmic functions
PPT
Inverse functions and relations
PPTX
Ring-ppt.pptx
PPT
Inverse functions
PDF
Lesson 16: Inverse Trigonometric Functions (slides)
PPTX
Graphing linear equations
PPT
Systems of linear equations
PPT
Trigonometry Functions
PPT
MATHEMATICAL INDUCTION.ppt
PPT
Geometric Progressions
PPTX
Solving Quadratic Equations by Factoring
PPTX
Factoring by grouping
PPTX
Graphs of linear equation
PPTX
algebraic expression
PPTX
System of linear inequalities
PPTX
Function and their graphs ppt
PPTX
Exponential Functions
Limits
Introduction to Function, Domain and Range - Mohd Noor
3.2 Domain and Range
Exponential and logarithmic functions
Inverse functions and relations
Ring-ppt.pptx
Inverse functions
Lesson 16: Inverse Trigonometric Functions (slides)
Graphing linear equations
Systems of linear equations
Trigonometry Functions
MATHEMATICAL INDUCTION.ppt
Geometric Progressions
Solving Quadratic Equations by Factoring
Factoring by grouping
Graphs of linear equation
algebraic expression
System of linear inequalities
Function and their graphs ppt
Exponential Functions
Ad

Viewers also liked (16)

PDF
Math induction principle (slides)
PPTX
Mathematical induction and divisibility rules
PPT
Proof
 
PPT
5.1 Induction
PDF
X2 t08 02 induction (2013)
PPTX
Atomic theory notes
PPT
Fskik 1 nota
PPTX
Predicates and quantifiers
PPTX
Divisibility Rules
PPTX
Mathematics - Divisibility Rules From 0 To 12
PPT
Mgc bohr
DOCX
Binomial theorem
PPT
Predicates and Quantifiers
PPT
THE BINOMIAL THEOREM
PPSX
Mathematical induction
PDF
C++ programs
Math induction principle (slides)
Mathematical induction and divisibility rules
Proof
 
5.1 Induction
X2 t08 02 induction (2013)
Atomic theory notes
Fskik 1 nota
Predicates and quantifiers
Divisibility Rules
Mathematics - Divisibility Rules From 0 To 12
Mgc bohr
Binomial theorem
Predicates and Quantifiers
THE BINOMIAL THEOREM
Mathematical induction
C++ programs
Ad

Similar to Mathematical Induction (20)

PPTX
Induction q
PPTX
Induction q
PPT
Introduction to Mathematical Induction!!
PDF
Text s1 21
PDF
Activ.aprendiz. 3a y 3b
PDF
Lec001 math1 Fall 2021 .pdf
DOC
Further mathematics notes zimsec cambridge zimbabwe
PDF
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
PPTX
5.4 mathematical induction t
KEY
1113 ch 11 day 13
PDF
Class 11_Chapter 4_Lecture_1.pdf
PPTX
11-Induction CIIT.pptx
PDF
11 x1 t14 08 mathematical induction 1 (2013)
PPTX
Sequences
PDF
A proof induction has two standard parts. The first establishing tha.pdf
PPTX
Chapter5.pptx
KEY
1112 ch 11 day 12
DOC
Chapter 4 dis 2011
PDF
Induction.pdf
PPTX
Induction.pptx
Induction q
Induction q
Introduction to Mathematical Induction!!
Text s1 21
Activ.aprendiz. 3a y 3b
Lec001 math1 Fall 2021 .pdf
Further mathematics notes zimsec cambridge zimbabwe
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
5.4 mathematical induction t
1113 ch 11 day 13
Class 11_Chapter 4_Lecture_1.pdf
11-Induction CIIT.pptx
11 x1 t14 08 mathematical induction 1 (2013)
Sequences
A proof induction has two standard parts. The first establishing tha.pdf
Chapter5.pptx
1112 ch 11 day 12
Chapter 4 dis 2011
Induction.pdf
Induction.pptx

Recently uploaded (20)

PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Classroom Observation Tools for Teachers
PDF
Empowerment Technology for Senior High School Guide
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
Hazard Identification & Risk Assessment .pdf
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PPTX
Cell Types and Its function , kingdom of life
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
What if we spent less time fighting change, and more time building what’s rig...
A powerpoint presentation on the Revised K-10 Science Shaping Paper
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Supply Chain Operations Speaking Notes -ICLT Program
A systematic review of self-coping strategies used by university students to ...
Final Presentation General Medicine 03-08-2024.pptx
Classroom Observation Tools for Teachers
Empowerment Technology for Senior High School Guide
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Hazard Identification & Risk Assessment .pdf
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Unit 4 Skeletal System.ppt.pptxopresentatiom
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Digestion and Absorption of Carbohydrates, Proteina and Fats
Cell Types and Its function , kingdom of life

Mathematical Induction

  • 2. 1 + 3 + 5 + ... + (2n-1) = n2 1. Show it is true for n=1 1 = 12 is True 2. Assume it is true for n=k 1 + 3 + 5 + ... + (2k-1) = k2 is True Now, prove it is true for "k+1“ 1+3+5+...+(2k-1)+ 2(k+1)-1)=(k+1)2 ... ? We know that 1 + 3 + 5 + ... + (2k-1) = k2 (the assumption above), so we can do a replacement for all but the last term: k2 + (2(k+1)-1) = (k+1)2
  • 3. Now expand all terms: k2 + 2k + 2 - 1 = k2 + 2k+1 And simplify: k2 + 2k + 1 = k2 + 2k + 1 They are the same! So it is true. So: 1 + 3 + 5 + ... + (2(k+1)- 1) = (k+1)2 is True
  • 4. 1 + 2 + 3 + ... + n = n(n + 1) / 2 let S(n) be the statement 1+2+3+... n=n(n+1)/2 S(1) is the statement 1=1(1+1/2. Thus S(1) is true. We suppose that S(k) is true and prove that S(k + 1) is true. Thus, we assume that 1 + 2 + 3 + ... + k = k(k + 1) / 2 and prove that 1+2+3+...+k+k+1=(k+1)(k+1+1) / 2
  • 5. If we add k + 1 to both sides of the equality in S(k), then on the left side of the sum, we obtain the left side of equality in S(k + 1). Our hope is that the right of the sum equals the right side of S(k + 1). Let us check: Adding K + 1 to both sides of S(k) we get: 1 + 2 + 3 + ... + k + k + 1 = k(k + 1) / 2 + (k + 1) = (k + 1)(k / 2 + 1) = (k + 1)(k / 2 + 2 / 2) = (k + 1)(k + 2) / 2 = (k + 1)(k + 1 + 1) / 2 Hence, if S(k) is true, then S(k + 1) is true. Therefore, 1 + 2 + 3 + ... + n = n(n + 1) / 2 for each positive integer n.
  • 6. 1 + 3 + 5 + . . . + (2n − 1) = n2 for any integer n ≥ 1. Proof: STEP 1: For n=1 (1.2) is true, since 1 = 12 STEP 2: Suppose (1.2) is true for some n = k ≥ 1, that is 1 + 3 + 5 + . . . + (2k − 1) = k 2
  • 7. STEP 3: Prove that (1.2) is true for n=k+1, that is 1+3+5+...+(2k−1)+(2k+1)?=(k+) 2 We have: 1+3+5+...+(2k−1)+(2k+1)=k 2+(2k+1)= (k + 1) 2
  • 8. Sn = 1 + 3 + 5 + 7 + . . . + (2n-1) = n2 First, we must show that the formula works for n = 1. 1. For n = 1 S1 = 1 = 12 The second part of mathematical induction has two steps. The first step is to assume that the formula is valid for some integer k. The second step is to use this assumption to prove that the formula is valid for the next integer, k + 1. 2. Assume Sk = 1 + 3 + 5 + 7 + . . . + (2k-1) = k2 is true, show that Sk+1 = (k + 1)2 is true.
  • 9. Sk+1 = 1+3+5+7. . .+(2k–1)+[2(k+1)–1] = [1+3+5+7+. . .+(2k–1)]+(2k+2–1) = Sk+(2k+1) = k2+2k+1 = (k+1)2
  • 10. 12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 If n = 0, then LHS = 02 = 0, and RHS = 0 * (0 + 1)(2*0 + 1)/6 = 0 Hence LHS = RHS. 12 + 22 + ... + n2 = n( n + 1 )( 2n + 1 )/6 --- Induction Hypothesis To prove this for n+1, first try to express LHS for n+1 in terms of LHS for n, and use the induction hypothesis. Here let us try LHS for n + 1 = 12 + 22 + ... + n2 + (n + 1)2 = ( 12 + 22 + ... + n2 ) + (n + 1)2
  • 11. Using the induction hypothesis, the last expression can be rewritten as n( n + 1 )( 2n + 1 )/6 + (n + 1)2 Factoring (n + 1)/6 out, we get ( n + 1 )( n( 2n + 1 ) + 6 ( n + 1 ) )/6 = ( n + 1 )( 2n2 + 7n + 6 )/6 = ( n + 1 )( n + 2 )( 2n + 3 )/6 , which is equal to the RHS for n+1. Thus LHS = RHS for n+1.
  • 12. n , n3 + 2n is divisible by 3. If n = 0, then n3 + 2n = 03 + 2*0 = 0. So it is divisible by 3. Induction: Assume that for an arbitrary natural number n, n3 + 2n is divisible by 3. --- Induction Hypothesis To prove this for n+1, first try to express (n+1)3 + 2( n + 1 ) in terms of n3 + 2n and use the induction hypothesis.
  • 13. (n+1)3+2(n+1)=(n3+3n2+3n+1)+( 2n + 2 ) = ( n3 + 2n ) + ( 3n2 + 3n + 3 ) = ( n3 + 2n ) + 3( n2 + n + 1 ) which is divisible by 3, because ( n3 + 2n ) is divisible by 3 by the induction hypothesis.
  • 14. 2 + 4 + ... + 2n = n( n + 1 ) If n=0, then LHS=0, and RHS=0*(0+1)=0 Hence LHS = RHS Assume that for an arbitrary natural number n, 0+2+...+2n=n(n+1) --- Induction Hypothesis To prove this for n+1, first try to express LHS for n+1 in terms of LHS for n, and somehow use the induction hypothesis.
  • 15. Here let us try LHS for n+1=0+2+...+2n+2(n+1)=(0+2+ ...+2n)+2(n+1) Using the induction hypothesis, the last expression can be rewritten as n( n + 1 ) + 2(n + 1) Factoring (n + 1) out, we get (n + 1)(n + 2) , which is equal to the RHS for n+1. Thus LHS = RHS for n+1.