SlideShare a Scribd company logo
To use induction to verify infinitely many statements
S1, S2, S3,.. , always
0. declare that an induction argument is used,
1. verify the first statement S1 is true,
2. assuming the N'th statement SN is true, use this to
verify that as a consequence, SN+1 must also be true.
Example A.
Verify that (2k – 1) = n2 for all natural numbers n.
k=1
n
We will use induction. (declaring the methodology)
I. Verify its true when n = 1. (i.e S1 is true )
If n = 1, we've (2k – 1) = 1 = 12
. Done.k=1
1
Mathematical Induction
These steps are established format when invoking the
mathematical induction and they should be followed.
II. Assume the formula works for n = N.
(This means that (2k – 1) = 1 + 3 + .. + (2N – 1) = N2 is true.)k=1
N
For n = N+1, the left hand sum is
(2k – 1) = 1 + 3 + .. + (2N – 1) + [2(N+1) – 1]k=1
N+1
by the induction assumation this sum is N2, hence
= N2 + [2(N+1) – 1]
= N2 + 2N + 1
= (N + 1)2 Done.
From this, verify the formula will work for n = N+1.
(i.e. to show (2k – 1) = (N+1)2 )
k=1
N+1
Therefore (2k – 1) = n2 for all natural numbers n.k=1
n
Mathematical Induction
I. Verify its true when n = 1.
If n = 1, we check that its true that 1 + 1 < 21.
Mathematical Induction
Example B.
Verify that n + 1 < 2n for all numbers n =1, 2, 3,…
II. Assume the inequality is true for n = N, that is,
it's true that N + 1 < 2N, then verify that it has to be
true when n = N + 1, i.e (N + 1) + 1 < 2N+1.
When n = N + 1, the left hand side is
(N + 1) + 1 < 2N + 1 < 2N + 2N < 2*2N < 2N+1. Done.
by the induction assumation this is < 2N
Use induction to verify this.
Exercise A.
Write the following sums in the  notation.
(Do not find the sums). For example, using k as the index,
1 + 2 + 3 + 4 .. + N is k.
Mathematical Induction
k=1
N
1. Given N, the sum 12 + 22 + 32 + 42 .. + N2
2. Given K, the sum 1(2) + 2(3) + 3(4) + 4(5) .. + K(K+1)
4. Given D, the sum 3(5/2)2 + 3(6/2)2 + 3(7/2)2 + .. + 3(D/2)2
3. Given M, the sum 3(4) + 5(6) .. + (2M – 1)(2M)
5. Given D, the sum
(5/6)2 + (6/7)2 + (7/8)2 + .. + [(2D – 1)/(2D)]2
6. Given T, the sum 2(34) + 2(36) + 2(38) +.. + 2(32T)
7. Given N, the sum
1,000(e0.03) + 1,000(e0.03)2 + 1,000(e0.03)3 .. + 1,000(e0.03)N – 1
Mathematical Induction
C. Verify that each of the following formulas is true for all
positive n using mathematical induction by completing
the following steps:
Mathematical Induction
a. Tell the readers that an induction argument is coming.
b. Using k as the index, show the formula holds for n = 1.
c. Assume the formula works for the case n = N – 1
and write this “true” statement in the expanded form.
Using this fact to show the statement has to be true
for the next case when n = N
3. 1 + 2 + 3 + 4 .. + n = n (n + 1)/2
2. 1 + 3 + 5 + .. + (2n – 1) = n2
4. 2 + 6 + 10 + ... + (4n – 2) = 2n2
1. 2 + 4 + 6 + .. + 2n = n(n + 1)
5. 13 + 23 + 33 + 43 .. + n3 = n2(n + 1) 2 / 4
D. Depending on the forms of the problems, the inductive
steps maybe phrased differently.
Verify each of the following formula is true for all
positive N using mathematical induction by completing
the following steps:
Mathematical Induction
a. Tell the readers that an induction argument is coming.
b. Show the formula holds for N = 1.
c. Assuming the formula works for the case for N – 1
and write this “true” statement in the expanded form.
Using this fact to show the statement has to be true for the
next case for N.
6. 𝑘=1
𝑁
2 𝑘 = 2N+1 – 2
7. 𝑘=1
𝑁
𝑘(𝑘 + 1) = N(N + 1)(N + 2)/3
8. 𝑘=1
𝑁.
1/[k(k + 1)] = 1 – 1/(N + 1)
9. 𝑘=1
𝑁.
2/[k(k + 2)] = 1 – 2/(N + 2)
E. Verify each of the following formula is true for all
positive N using mathematical induction by completing
the following steps:
Mathematical Induction
a. Tell the readers that an induction argument is coming.
b. Show the statement is true for N = 1.
c. Assuming the statement is true for the case N – 1
and write down this “true” statement.
Then use this fact to establish that the next case for N,
the statement must also be true.
1. 3N - 1 is divisible by 2.
2. 5N - 1 is divisible by 4.
3. 7N - 1 is divisible by 6.
4. 2N3 – 3N2 + N is divisible by 6.
(Answers to the odd problems) Exercise A.
Mathematical Induction
k=1
N
1.  k2
k=2
M
3.  (2k – 1)(2k)
k=3
D
5.  [(2k – 1)/(2k)]2
k=2
N
7.  1,000(e0.03)k – 1
Exercise B.
1. 3 + 5 + … + [2(k – 1) +1] + [2k +1]
3. 2 + 5 + … + [3(n – 2) –1] + [3n –1]
5. 13 + 16 + … + [3(N – 2) –20] + [3(N – 1) –20]
7. – 7 – 10 – … – [2 – 3(2K– 2)] + [2 – 3(2K– 1)]
Exercise C.
1. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have 2k = 2(1) = 2 = 1(1 + 1)k=1
1
Mathematical Induction
II. Assume the formula works for n = N – 1
i.e., 2k = 2 + 4 + 6 + … + 2(N – 1) = (N – 1)(N)k=1
N – 1
III. Verify that the formula works for n = N
For n = N, we have 2k =  2k + 2N = (N – 1)(N) + 2Nk=1
N
k=1
N – 1
= N2 – N + 2N
= N2 + N = N(N + 1)
3. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have k = 1 = 1(1 + 1)/2k=1
1
II. Assume the formula works for n = N – 1
i.e., k = 1 + 2 + … + (N – 1) = (N – 1)(N)/2k=1
N – 1
III. Verify that the formula works for n = N
For n = N, we have  k =  k + N = (N – 1)N/2 + Nk=1
N
k=1
N – 1
= (N2 – N + 2N)/2
= (N2 + N)/2 = N(N + 1)/2
Mathematical Induction
5. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have k3 = 13 = 1 = 12(1 + 1)2/4k=1
1
II. Assume the formula works for n = N – 1
i.e., k3 = 13 + 23 + … + (N – 1)3 = (N – 1)2N2/4k=1
N – 1
III. Verify that the formula works for n = N
For n = N, we have  k3 =  k3 + N3 = (N – 1)2N2/4 + N3
k=1
N
k=1
N – 1
= (N4 – 2N3 + N2 + 4N3)/4
= N2(N2 + 2N + 1)/4
= (N4 + 2N3 + N2)/4
= N2(N + 1)2/4
7. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have  k(k + 1) = 1(1 + 1) = 2 = 1(1 + 1) (1 + 2)/3k=1
1
Exercise D.
Mathematical Induction
II. Assume the formula works for n = N – 1
i.e.,  k (k + 1) = 2 + 6 + … + (N – 1)N = (N – 1)(N)(N + 1)/3k=1
N – 1
III. Verify that the formula works for n = N
For n = N, we have  k(k + 1) =  k(k + 1) + N(N + 1)k=1
N
k=1
N – 1
= (N – 1)(N)(N + 1)/3 + N(N + 1)
= [(N – 1)(N)(N + 1) + 3N(N + 1)]/3
= N[(N – 1)(N + 1) + 3(N + 1)]/3
= N[N2 – 1 + 3N + 3]/3
= N[N2 3N + 2]/3 = N(N+1)(N+2)/3
9. The statements is not true, because when n = 1, we have
𝑘=1
1.
2/[k(k + 2)] = 2/[1(1+2)] = 2/3 = 1 – 2/(1 + 2)
Mathematical Induction
1. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have 31 – 1 = 2, which is divisible by 2.
II. Assume the formula works for n = N – 1
i.e. 3N-1 – 1 is divisible by 2.
III. Verify that the formula works for n = N
For n = N, we have 3N – 1 = 3(3N-1 – 1) + 2
Exercise E.
divisible by 2 divisible by 2
3. We will use induction
I. Verify it’s true when n = 1
If n = 1 we have 71 – 1 = 6, which is divisible by 6.
II. Assume the formula works for n = N – 1
i.e. 7N-1 – 1 is divisible by 6.
III. Verify that the formula works for n = N
For n = N, we have 7N – 1 = 7(7N-1 – 1) + 7

More Related Content

PPTX
Mathematical induction
PPTX
Mathematical induction and divisibility rules
PDF
Mathematical induction by Animesh Sarkar
PPT
Mathematical induction
PDF
5_Week-5_ PRE CALCULUS SIGMA NOTATION Series.pdf
PPTX
Section 11: Normal Subgroups
PPTX
CMSC 56 | Lecture 11: Mathematical Induction
PPT
Chapter 5 Point Slope Form
Mathematical induction
Mathematical induction and divisibility rules
Mathematical induction by Animesh Sarkar
Mathematical induction
5_Week-5_ PRE CALCULUS SIGMA NOTATION Series.pdf
Section 11: Normal Subgroups
CMSC 56 | Lecture 11: Mathematical Induction
Chapter 5 Point Slope Form

What's hot (20)

PPTX
Mathematical Induction
PPT
THE BINOMIAL THEOREM
PPTX
7.6 solving logarithmic equations
PPTX
Common Monomial Factor
PPTX
Geometric sequences
PPT
5.2 Strong Induction
PPTX
Pascal triangle and binomial theorem
PPT
Synthetic division
PPTX
Binomial theorem
PPTX
5.4 mathematical induction
PPTX
CMSC 56 | Lecture 10: Integer Representations & Algorithms
PPT
Permutation and combination
PPTX
Analytical geometry
PPT
Factor theorem
PPTX
Cantor Set
PPT
Analytic geometry basic concepts
PDF
Multiplying Polynomials: Two Binomials
PPT
Sequences and series
PPTX
Principle of mathematical induction
PPTX
5.1 sequences and summation notation
Mathematical Induction
THE BINOMIAL THEOREM
7.6 solving logarithmic equations
Common Monomial Factor
Geometric sequences
5.2 Strong Induction
Pascal triangle and binomial theorem
Synthetic division
Binomial theorem
5.4 mathematical induction
CMSC 56 | Lecture 10: Integer Representations & Algorithms
Permutation and combination
Analytical geometry
Factor theorem
Cantor Set
Analytic geometry basic concepts
Multiplying Polynomials: Two Binomials
Sequences and series
Principle of mathematical induction
5.1 sequences and summation notation
Ad

Similar to 5.4 mathematical induction t (20)

PPTX
11-Induction CIIT.pptx
PDF
第二次作業
PPTX
Induction q
PPTX
Induction q
PPT
Sequences, mathematical induction and recursion
DOC
Chapter 4 dis 2011
PDF
Computer science-formulas
PPT
Introduction to Mathematical Induction!!
PDF
Text s1 21
PDF
Activ.aprendiz. 3a y 3b
PDF
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
PPT
DOCX
2.4 edited1
PPT
Per4 induction
PDF
Ali hassan Kashif Saleem fa24_rph_019.pdf
PDF
Ali hassan Kashif Saleem fa24_rph_019.pdf
PDF
Ali hassan Kashif Saleem fa24_rph_019.pdf
PPT
countablesets Sequences summations proof by induction lecture.ppt
PDF
CBSE Grade 11 Mathematics Ch 4 Principle Of Mathematical Induction Notes
PPT
Analysis Of Algorithms Ii
11-Induction CIIT.pptx
第二次作業
Induction q
Induction q
Sequences, mathematical induction and recursion
Chapter 4 dis 2011
Computer science-formulas
Introduction to Mathematical Induction!!
Text s1 21
Activ.aprendiz. 3a y 3b
1.Prove 3 n^3 + 5n , n = 1For n = 1, 1^3 + 51 = 1 + 5 = 6, a.pdf
2.4 edited1
Per4 induction
Ali hassan Kashif Saleem fa24_rph_019.pdf
Ali hassan Kashif Saleem fa24_rph_019.pdf
Ali hassan Kashif Saleem fa24_rph_019.pdf
countablesets Sequences summations proof by induction lecture.ppt
CBSE Grade 11 Mathematics Ch 4 Principle Of Mathematical Induction Notes
Analysis Of Algorithms Ii
Ad

More from math260 (20)

PPTX
36 Matrix Algebra-x.pptx
PPTX
35 Special Cases System of Linear Equations-x.pptx
PPTX
18Ellipses-x.pptx
PPTX
11 graphs of first degree functions x
PPTX
10.5 more on language of functions x
PPTX
1 exponents yz
PPTX
9 the basic language of functions x
PPTX
8 inequalities and sign charts x
PPTX
7 sign charts of factorable formulas y
PPTX
19 more parabolas a&amp; hyperbolas (optional) x
PPTX
18 ellipses x
PPTX
17 conic sections circles-x
PPTX
16 slopes and difference quotient x
PPTX
15 translations of graphs x
PPTX
14 graphs of factorable rational functions x
PPTX
13 graphs of factorable polynomials x
PPTX
12 graphs of second degree functions x
PPTX
10 rectangular coordinate system x
PPTX
11 graphs of first degree functions x
PPTX
9 the basic language of functions x
36 Matrix Algebra-x.pptx
35 Special Cases System of Linear Equations-x.pptx
18Ellipses-x.pptx
11 graphs of first degree functions x
10.5 more on language of functions x
1 exponents yz
9 the basic language of functions x
8 inequalities and sign charts x
7 sign charts of factorable formulas y
19 more parabolas a&amp; hyperbolas (optional) x
18 ellipses x
17 conic sections circles-x
16 slopes and difference quotient x
15 translations of graphs x
14 graphs of factorable rational functions x
13 graphs of factorable polynomials x
12 graphs of second degree functions x
10 rectangular coordinate system x
11 graphs of first degree functions x
9 the basic language of functions x

Recently uploaded (20)

PDF
Weekly quiz Compilation Jan -July 25.pdf
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
Classroom Observation Tools for Teachers
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Empowerment Technology for Senior High School Guide
PPTX
Introduction to Building Materials
PDF
Trump Administration's workforce development strategy
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Hazard Identification & Risk Assessment .pdf
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
advance database management system book.pdf
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
Weekly quiz Compilation Jan -July 25.pdf
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Classroom Observation Tools for Teachers
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Empowerment Technology for Senior High School Guide
Introduction to Building Materials
Trump Administration's workforce development strategy
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
Hazard Identification & Risk Assessment .pdf
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Indian roads congress 037 - 2012 Flexible pavement
202450812 BayCHI UCSC-SV 20250812 v17.pptx
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
UNIT III MENTAL HEALTH NURSING ASSESSMENT
advance database management system book.pdf
Digestion and Absorption of Carbohydrates, Proteina and Fats

5.4 mathematical induction t

  • 1. To use induction to verify infinitely many statements S1, S2, S3,.. , always 0. declare that an induction argument is used, 1. verify the first statement S1 is true, 2. assuming the N'th statement SN is true, use this to verify that as a consequence, SN+1 must also be true. Example A. Verify that (2k – 1) = n2 for all natural numbers n. k=1 n We will use induction. (declaring the methodology) I. Verify its true when n = 1. (i.e S1 is true ) If n = 1, we've (2k – 1) = 1 = 12 . Done.k=1 1 Mathematical Induction These steps are established format when invoking the mathematical induction and they should be followed.
  • 2. II. Assume the formula works for n = N. (This means that (2k – 1) = 1 + 3 + .. + (2N – 1) = N2 is true.)k=1 N For n = N+1, the left hand sum is (2k – 1) = 1 + 3 + .. + (2N – 1) + [2(N+1) – 1]k=1 N+1 by the induction assumation this sum is N2, hence = N2 + [2(N+1) – 1] = N2 + 2N + 1 = (N + 1)2 Done. From this, verify the formula will work for n = N+1. (i.e. to show (2k – 1) = (N+1)2 ) k=1 N+1 Therefore (2k – 1) = n2 for all natural numbers n.k=1 n Mathematical Induction
  • 3. I. Verify its true when n = 1. If n = 1, we check that its true that 1 + 1 < 21. Mathematical Induction Example B. Verify that n + 1 < 2n for all numbers n =1, 2, 3,… II. Assume the inequality is true for n = N, that is, it's true that N + 1 < 2N, then verify that it has to be true when n = N + 1, i.e (N + 1) + 1 < 2N+1. When n = N + 1, the left hand side is (N + 1) + 1 < 2N + 1 < 2N + 2N < 2*2N < 2N+1. Done. by the induction assumation this is < 2N Use induction to verify this.
  • 4. Exercise A. Write the following sums in the  notation. (Do not find the sums). For example, using k as the index, 1 + 2 + 3 + 4 .. + N is k. Mathematical Induction k=1 N 1. Given N, the sum 12 + 22 + 32 + 42 .. + N2 2. Given K, the sum 1(2) + 2(3) + 3(4) + 4(5) .. + K(K+1) 4. Given D, the sum 3(5/2)2 + 3(6/2)2 + 3(7/2)2 + .. + 3(D/2)2 3. Given M, the sum 3(4) + 5(6) .. + (2M – 1)(2M) 5. Given D, the sum (5/6)2 + (6/7)2 + (7/8)2 + .. + [(2D – 1)/(2D)]2 6. Given T, the sum 2(34) + 2(36) + 2(38) +.. + 2(32T) 7. Given N, the sum 1,000(e0.03) + 1,000(e0.03)2 + 1,000(e0.03)3 .. + 1,000(e0.03)N – 1
  • 6. C. Verify that each of the following formulas is true for all positive n using mathematical induction by completing the following steps: Mathematical Induction a. Tell the readers that an induction argument is coming. b. Using k as the index, show the formula holds for n = 1. c. Assume the formula works for the case n = N – 1 and write this “true” statement in the expanded form. Using this fact to show the statement has to be true for the next case when n = N 3. 1 + 2 + 3 + 4 .. + n = n (n + 1)/2 2. 1 + 3 + 5 + .. + (2n – 1) = n2 4. 2 + 6 + 10 + ... + (4n – 2) = 2n2 1. 2 + 4 + 6 + .. + 2n = n(n + 1) 5. 13 + 23 + 33 + 43 .. + n3 = n2(n + 1) 2 / 4
  • 7. D. Depending on the forms of the problems, the inductive steps maybe phrased differently. Verify each of the following formula is true for all positive N using mathematical induction by completing the following steps: Mathematical Induction a. Tell the readers that an induction argument is coming. b. Show the formula holds for N = 1. c. Assuming the formula works for the case for N – 1 and write this “true” statement in the expanded form. Using this fact to show the statement has to be true for the next case for N. 6. 𝑘=1 𝑁 2 𝑘 = 2N+1 – 2 7. 𝑘=1 𝑁 𝑘(𝑘 + 1) = N(N + 1)(N + 2)/3 8. 𝑘=1 𝑁. 1/[k(k + 1)] = 1 – 1/(N + 1) 9. 𝑘=1 𝑁. 2/[k(k + 2)] = 1 – 2/(N + 2)
  • 8. E. Verify each of the following formula is true for all positive N using mathematical induction by completing the following steps: Mathematical Induction a. Tell the readers that an induction argument is coming. b. Show the statement is true for N = 1. c. Assuming the statement is true for the case N – 1 and write down this “true” statement. Then use this fact to establish that the next case for N, the statement must also be true. 1. 3N - 1 is divisible by 2. 2. 5N - 1 is divisible by 4. 3. 7N - 1 is divisible by 6. 4. 2N3 – 3N2 + N is divisible by 6.
  • 9. (Answers to the odd problems) Exercise A. Mathematical Induction k=1 N 1.  k2 k=2 M 3.  (2k – 1)(2k) k=3 D 5.  [(2k – 1)/(2k)]2 k=2 N 7.  1,000(e0.03)k – 1 Exercise B. 1. 3 + 5 + … + [2(k – 1) +1] + [2k +1] 3. 2 + 5 + … + [3(n – 2) –1] + [3n –1] 5. 13 + 16 + … + [3(N – 2) –20] + [3(N – 1) –20] 7. – 7 – 10 – … – [2 – 3(2K– 2)] + [2 – 3(2K– 1)] Exercise C. 1. We will use induction I. Verify it’s true when n = 1 If n = 1 we have 2k = 2(1) = 2 = 1(1 + 1)k=1 1
  • 10. Mathematical Induction II. Assume the formula works for n = N – 1 i.e., 2k = 2 + 4 + 6 + … + 2(N – 1) = (N – 1)(N)k=1 N – 1 III. Verify that the formula works for n = N For n = N, we have 2k =  2k + 2N = (N – 1)(N) + 2Nk=1 N k=1 N – 1 = N2 – N + 2N = N2 + N = N(N + 1) 3. We will use induction I. Verify it’s true when n = 1 If n = 1 we have k = 1 = 1(1 + 1)/2k=1 1 II. Assume the formula works for n = N – 1 i.e., k = 1 + 2 + … + (N – 1) = (N – 1)(N)/2k=1 N – 1 III. Verify that the formula works for n = N For n = N, we have  k =  k + N = (N – 1)N/2 + Nk=1 N k=1 N – 1 = (N2 – N + 2N)/2 = (N2 + N)/2 = N(N + 1)/2
  • 11. Mathematical Induction 5. We will use induction I. Verify it’s true when n = 1 If n = 1 we have k3 = 13 = 1 = 12(1 + 1)2/4k=1 1 II. Assume the formula works for n = N – 1 i.e., k3 = 13 + 23 + … + (N – 1)3 = (N – 1)2N2/4k=1 N – 1 III. Verify that the formula works for n = N For n = N, we have  k3 =  k3 + N3 = (N – 1)2N2/4 + N3 k=1 N k=1 N – 1 = (N4 – 2N3 + N2 + 4N3)/4 = N2(N2 + 2N + 1)/4 = (N4 + 2N3 + N2)/4 = N2(N + 1)2/4 7. We will use induction I. Verify it’s true when n = 1 If n = 1 we have  k(k + 1) = 1(1 + 1) = 2 = 1(1 + 1) (1 + 2)/3k=1 1 Exercise D.
  • 12. Mathematical Induction II. Assume the formula works for n = N – 1 i.e.,  k (k + 1) = 2 + 6 + … + (N – 1)N = (N – 1)(N)(N + 1)/3k=1 N – 1 III. Verify that the formula works for n = N For n = N, we have  k(k + 1) =  k(k + 1) + N(N + 1)k=1 N k=1 N – 1 = (N – 1)(N)(N + 1)/3 + N(N + 1) = [(N – 1)(N)(N + 1) + 3N(N + 1)]/3 = N[(N – 1)(N + 1) + 3(N + 1)]/3 = N[N2 – 1 + 3N + 3]/3 = N[N2 3N + 2]/3 = N(N+1)(N+2)/3 9. The statements is not true, because when n = 1, we have 𝑘=1 1. 2/[k(k + 2)] = 2/[1(1+2)] = 2/3 = 1 – 2/(1 + 2)
  • 13. Mathematical Induction 1. We will use induction I. Verify it’s true when n = 1 If n = 1 we have 31 – 1 = 2, which is divisible by 2. II. Assume the formula works for n = N – 1 i.e. 3N-1 – 1 is divisible by 2. III. Verify that the formula works for n = N For n = N, we have 3N – 1 = 3(3N-1 – 1) + 2 Exercise E. divisible by 2 divisible by 2 3. We will use induction I. Verify it’s true when n = 1 If n = 1 we have 71 – 1 = 6, which is divisible by 6. II. Assume the formula works for n = N – 1 i.e. 7N-1 – 1 is divisible by 6. III. Verify that the formula works for n = N For n = N, we have 7N – 1 = 7(7N-1 – 1) + 7