SlideShare une entreprise Scribd logo
1  sur  22
In algebra or in other discipline of
mathematics, there are certain results or
statements that are formulated in terms
of n, where n is a positive integer. To
prove such statements well-suited
principle that is used-based on the
specific technique is know as the
principle of mathematical induction.
 The principle of mathematical induction is
one such tool which can be used to prove a
wide variety of mathematical statements.
Each such statement is assumed as P(n)
associated with positive integer n, for which
the correctness for the case n=1 is examined.
Then assuming the truth of P(k) for some
positive integer k, the truth of P(k+1) is
established.
 There is a given statement P(n) involving the
natural number n such that
(i) The statement is true for n=1, i.e., P(1) is
true, and
(ii) If the statement is true for n=k (where k is
some positive integer ), then the statement
is also true for n=k+1 , i.e., truth of P(k)
implies the truth of P(k+1).
(iii) Then, P(n) is true for all natural numbers
n.
 One key basis for mathematical thinking is
deductive reasoning.
 Deduction in a nutshell is given a statement to be
proven, often called a conjecture or a theorem in mathematics,
valid deductive steps are derived and a proof may or may not
be established, i.e., deduction is the application of a general
case to a particular case.
 Deduction: Generalization → Specific Instances
 One such example is:
(a) Eight is divisible by two.
(b) Any number which is divisible by two is an even
number. Therefore,
(c) Eight is an even number.
•To understand the basic
principle of mathematical
induction,s suppose a set
of thin rectangular tiles are
placed in order as shown in
figure.
•When the first tile is
pushed in the indicated
direction
•(a) The first tile falls, and
•(b) In the event that any
tile falls its successor will
necessarily falls.
•This is underlying principle
of mathematical induction.
Statements giving expression about
summation or multiplication of special
series.
Statements to show the divisibility of
an expression by a certain natural
number.
Statements containing signs of
inequality.
Q1.For all n ≥ 1, prove that
1²+2²+3²+4²+……..+n²= n(n+1)(2n+1)/6
Ans:Let the given statement be P(n)
P(n):1²+2²+3²+4²+……+n²= n(n+1)(2n+1)/6
For n=1,
P(1)≣1=1(1+1)(2×1+1)/6=1×2×3/6=1 which is
true
therefore, P(n) is true. Where n = 1
Assume that P(k) is true for some positive integer
k ,i.e.,
1²+2²+3²+4²+……..+k²=k(k+1)(2k+1)/6 --------[1]
We shall now prove that P(k+1) is also true.
Now we have,
(1²+2²+3²+4²+……..+k²)+(k+1)²
= k(k+1)(2k+1)/6+(k+1)² {Using[1]}
= k(k+1)(2k+1)+6(k+1)²/6
= (k+1)(2k+7k+6)/6
= (k+1)(k+1+1){2(k+1)+1}/6
Thus P(k+1) is true, wherever P(k) is true.
Hence, from the principle of mathematical
induction , the statement is true for all natural
number n.
Q2. Prove the following by using the principle of
mathematical induction for all n ∊ N
1.2.3+2.3.4+……..+n(n+1)(n+2)=
n(n+1)(n+2)(n+3)/4
Ans : Let the given statement be P(n)
P(n)=1.2.3+2.3.4+………..+n(n+1)(n+2)=
n(n+1)(n+2)(n+3)/4
For n=1
P(1)≣ 1.2.3= 1(1+1)(1+2)(1+3)/4
6 = 1×2×3×4/4
6 = 24/4=6 which is true.
therefore, P(n) is true, where n=1
Assume that P(k) is true for some positive integer k
=1.2.3+2.3.4+………+k(k+1)(k+2)=
k(k+1)(k+2)(k+3)/4 -------------------[1]
We shall now prove that P(k+1) is also true
Now we have,
=1.2.3+2.3.4+………..+(k+1)(k+1+1)(k+1+2)
= k(k+1)(k+2)(k+3)/4 + (k+1)(k+2)(k+3)
= k(k+1)(k+2)(k+3) + 4(k+1)(k+2)(k+3)/4
= (k+1)(k+2)(k+3)(k+4)/4
Thus P(k+1) is true, whenever P(k) is true
Hence, from the principle of mathematical
induction, the statement P(n) is true for all
natural numbers n.
Q1. For every positive integer n, prove that
7ⁿ- 3ⁿ is divisible by 4
Ans: We can write
P(n): 7ⁿ+3ⁿ is divisible by 4
We note that
P(1): 7¹-3¹ = 4 which is divisible by 4.
Thus P(n) is true for n=1
Let P(k) be true for some natural number k
i.e., P(k) : 7ᵏ-3ᵏ is divisible by 4.
We can write 7ᵏ-3ᵏ = 4d, where d ∊ N.
Now we wish to prove that P(k+1) is true
whenever P(k) is true.
Now,
=7⁽ᵏ⁺¹⁾-3⁽ᵏ⁺¹⁾=7⁽ᵏ⁺¹⁾-7.3ᵏ+7.3ᵏ-3⁽ᵏ⁺¹⁾
=7(7ᵏ-3ᵏ)+(7-3)3ᵏ
=7(4d)+(7-3)3ᵏ
=7(4d) +4.3ᵏ
=4(7d+3ᵏ)
From the last line, we see that 7⁽ᵏ⁺¹⁾-3⁽ᵏ⁺¹⁾ is
divisible by 4. Thus P(k+1) is true when P(k)
is true. Therefore, by principle of
mathematical induction the statement P(n) is
true for every positive integer n.
Q2.Prove the following by using the principle
of mathematical induction for al n ∊ N
n(n+1)(n+5) is a multiple of 3
Ans: We can write
P(n): n(n+1)(n+5) is a multiple of 3
We note that
P(1): 1(1+1)(1+5) = 12 which is a multiple of3
Thus P(n) is true for n=1
Let P(k) be true for some natural number k
i.e., P(k) : k(k+1)(k+5) is a multiple of 3
We can write, k(k+1)(k+5) = 3d, where d ∊ N.
Now we wish to prove that P(k+1) is true
whenever P(k) is true.
Now,
=(k+1)(k+1+1)(k+1+5)
=(k+1)[k(k+5) + k×1 +2(k+5) + 2×1]
=(k+1)[k(k+5) + k+ 2k + 10+ 2]
=(k+1)[k(k+5) +3k +12]
=k(k+1)(k+5)+(k+1)3(k+4)
=3d + 3(k+1)(k+4)
=3[d + (k+1)(k+4)]
From the last line, we see that
(k+1)(k+1+1)(k+1+5) is a multiple of 3
Thus P(k+1) is true when P(k)
is true. Therefore, by principle of
mathematical induction the statement P(n)
is true for every positive integer n.
Q1. Prove that 2ⁿ>n for all positive integers n.
Ans: Let P(n) be the given statement
P(n): 2ⁿ>n
when n=1,
2¹>n.
Hence, P(1) is true
Assume that P(k) is true for any positive
integer k, i.e.,
2ᵏ>k -------------------[1]
We shall now prove that P(k+1) is true
whenever P(k) is true.
Multiplying both sides of [1] by 2, we get
=2.2ᵏ>2k
i.e.,
=2ᵏ⁺¹>2k
=k+k>k+1
Therefore P(k+1) is true when P(k) is true.
Hence, by principle of mathematical
induction, P(n) is true for every positive
integer n.
Q2. Prove that (1+x)ⁿ≥ (1+nx), for all natural
number n, where x> -1.
Ans: Let P(n) be the given statement,
P(n): (1+x)ⁿ≥(1+nx), for x> -1
We know that
(1+x)≥(1+x) for x> -1
P(n) is true when n=1
Assume that
P(k): (1+x)ᵏ≥(1+kx), x> -1 is true. ---------------[1]
We want to prove that P(k+1) is true for x> -1
whenever P(k) is true. ---------------[2]
Consider the identity
=(1+x)ᵏ⁺¹
=(1+x)ᵏ(1+x)
Given that x> -1, so (1+x) > 0
Therefore, by using (1+x)ᵏ ≥ (1+kx), we have
=(1+x)ᵏ⁺¹ ≥ (1+kx)(1+x)
=(1+x)ᵏ⁺¹ ≥ (1+x+kx+kx²)
Here k is a natural number and x²≥ 0
so that kx² ≥ 0. Therefore
=(1+x+kx+kx²) ≥ (1+x+kx)
and so we obtained
=(1+x)ᵏ⁺¹ ≥ (1+x+kx)
=(1+x)ᵏ⁺¹ ≥ [1+(1+k)x]
Thus the statement in [2] is established .Hence
by principle of
mathematical induction the statement P(n)
is true for all natural numbers.
Mathematical Induction Explained
Mathematical Induction Explained

Contenu connexe

Tendances

Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiersblaircomp2003
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategyallyn joy calcaben
 
Modular arithmetic
Modular arithmeticModular arithmetic
Modular arithmeticsangeetha s
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contrapositionAbdur Rehman
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functionscoolhanddav
 
CMSC 56 | Lecture 3: Predicates & Quantifiers
CMSC 56 | Lecture 3: Predicates & QuantifiersCMSC 56 | Lecture 3: Predicates & Quantifiers
CMSC 56 | Lecture 3: Predicates & Quantifiersallyn joy calcaben
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Linear Congruences, reduced residue systems.pptx
Linear Congruences, reduced residue systems.pptxLinear Congruences, reduced residue systems.pptx
Linear Congruences, reduced residue systems.pptxKuparala Vidyasagar
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationSadia Zareen
 
Truth tables
Truth tablesTruth tables
Truth tableswalkerlj
 
CMSC 56 | Lecture 11: Mathematical Induction
CMSC 56 | Lecture 11: Mathematical InductionCMSC 56 | Lecture 11: Mathematical Induction
CMSC 56 | Lecture 11: Mathematical Inductionallyn joy calcaben
 
Lesson 3: The Limit of a Function
Lesson 3: The Limit of a FunctionLesson 3: The Limit of a Function
Lesson 3: The Limit of a FunctionMatthew Leingang
 

Tendances (20)

Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiers
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Recursion DM
Recursion DMRecursion DM
Recursion DM
 
Sequences And Series
Sequences And SeriesSequences And Series
Sequences And Series
 
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
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
Modular arithmetic
Modular arithmeticModular arithmetic
Modular arithmetic
 
Number Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number TheoryNumber Theory - Lesson 1 - Introduction to Number Theory
Number Theory - Lesson 1 - Introduction to Number Theory
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functions
 
CMSC 56 | Lecture 3: Predicates & Quantifiers
CMSC 56 | Lecture 3: Predicates & QuantifiersCMSC 56 | Lecture 3: Predicates & Quantifiers
CMSC 56 | Lecture 3: Predicates & Quantifiers
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
Linear Congruences, reduced residue systems.pptx
Linear Congruences, reduced residue systems.pptxLinear Congruences, reduced residue systems.pptx
Linear Congruences, reduced residue systems.pptx
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Truth tables
Truth tablesTruth tables
Truth tables
 
CMSC 56 | Lecture 11: Mathematical Induction
CMSC 56 | Lecture 11: Mathematical InductionCMSC 56 | Lecture 11: Mathematical Induction
CMSC 56 | Lecture 11: Mathematical Induction
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Lesson 3: The Limit of a Function
Lesson 3: The Limit of a FunctionLesson 3: The Limit of a Function
Lesson 3: The Limit of a Function
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 

En vedette

mathematical induction
mathematical inductionmathematical induction
mathematical inductionankush_kumar
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)IIUM
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionsonia -
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rulesDawood Faheem Abbasi
 
11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)Nigel Simmons
 
11X1 T14 08 mathematical induction 1 (2011)
11X1 T14 08 mathematical induction 1 (2011)11X1 T14 08 mathematical induction 1 (2011)
11X1 T14 08 mathematical induction 1 (2011)Nigel Simmons
 
Kinematics - The Study of Motion
Kinematics - The Study of MotionKinematics - The Study of Motion
Kinematics - The Study of Motionwalt sautter
 
Complex Number I - Presentation
Complex Number I - PresentationComplex Number I - Presentation
Complex Number I - Presentationyhchung
 
Proof
ProofProof
ProofH K
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)Nigel Simmons
 
Lecture 5 limit laws
Lecture 5   limit lawsLecture 5   limit laws
Lecture 5 limit lawsnjit-ronbrown
 
Atomic theory notes
Atomic theory notesAtomic theory notes
Atomic theory notesknewton1314
 
RuleML2015: How to combine event stream reasoning with transactions for the...
RuleML2015:   How to combine event stream reasoning with transactions for the...RuleML2015:   How to combine event stream reasoning with transactions for the...
RuleML2015: How to combine event stream reasoning with transactions for the...RuleML
 
History of Induction and Recursion B
History of Induction and Recursion B History of Induction and Recursion B
History of Induction and Recursion B Damien MacFarland
 
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...RuleML
 
AP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesAP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesJane Hamze
 
RuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule EventsRuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule EventsRuleML
 

En vedette (20)

mathematical induction
mathematical inductionmathematical induction
mathematical induction
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Mathematical induction and divisibility rules
Mathematical induction and divisibility rulesMathematical induction and divisibility rules
Mathematical induction and divisibility rules
 
Per4 induction
Per4 inductionPer4 induction
Per4 induction
 
11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)
 
11X1 T14 08 mathematical induction 1 (2011)
11X1 T14 08 mathematical induction 1 (2011)11X1 T14 08 mathematical induction 1 (2011)
11X1 T14 08 mathematical induction 1 (2011)
 
Kinematics - The Study of Motion
Kinematics - The Study of MotionKinematics - The Study of Motion
Kinematics - The Study of Motion
 
Complex Number I - Presentation
Complex Number I - PresentationComplex Number I - Presentation
Complex Number I - Presentation
 
Proof
ProofProof
Proof
 
5.1 Induction
5.1 Induction5.1 Induction
5.1 Induction
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)
 
Theorems on limits
Theorems on limitsTheorems on limits
Theorems on limits
 
Lecture 5 limit laws
Lecture 5   limit lawsLecture 5   limit laws
Lecture 5 limit laws
 
Atomic theory notes
Atomic theory notesAtomic theory notes
Atomic theory notes
 
RuleML2015: How to combine event stream reasoning with transactions for the...
RuleML2015:   How to combine event stream reasoning with transactions for the...RuleML2015:   How to combine event stream reasoning with transactions for the...
RuleML2015: How to combine event stream reasoning with transactions for the...
 
History of Induction and Recursion B
History of Induction and Recursion B History of Induction and Recursion B
History of Induction and Recursion B
 
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
 
AP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesAP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample Exercises
 
RuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule EventsRuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule Events
 

Similaire à Mathematical Induction Explained

Similaire à Mathematical Induction Explained (20)

Induction.pdf
Induction.pdfInduction.pdf
Induction.pdf
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
Lemh1a1
Lemh1a1Lemh1a1
Lemh1a1
 
1112 ch 11 day 12
1112 ch 11 day 121112 ch 11 day 12
1112 ch 11 day 12
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011
 
Induction.pptx
Induction.pptxInduction.pptx
Induction.pptx
 
6e-ch4.ppt
6e-ch4.ppt6e-ch4.ppt
6e-ch4.ppt
 
Chapter5.pptx
Chapter5.pptxChapter5.pptx
Chapter5.pptx
 
Factorials as sums
Factorials as sumsFactorials as sums
Factorials as sums
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Slide subtopic 5
Slide subtopic 5Slide subtopic 5
Slide subtopic 5
 
Analysis Of Algorithms Ii
Analysis Of Algorithms IiAnalysis Of Algorithms Ii
Analysis Of Algorithms Ii
 
MATHEMATICS XI TEST PAPER SOL.pdf
MATHEMATICS XI TEST PAPER SOL.pdfMATHEMATICS XI TEST PAPER SOL.pdf
MATHEMATICS XI TEST PAPER SOL.pdf
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
 
Lect 18
Lect 18Lect 18
Lect 18
 
X12bPigeonHole.ppt
X12bPigeonHole.pptX12bPigeonHole.ppt
X12bPigeonHole.ppt
 
Heuristics for counterexamples to the Agrawal Conjecture
Heuristics for counterexamples to the Agrawal ConjectureHeuristics for counterexamples to the Agrawal Conjecture
Heuristics for counterexamples to the Agrawal Conjecture
 
Induction q
Induction qInduction q
Induction q
 

Dernier

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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
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
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
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
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 

Dernier (20)

Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
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
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
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...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
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
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 

Mathematical Induction Explained

  • 1.
  • 2.
  • 3. In algebra or in other discipline of mathematics, there are certain results or statements that are formulated in terms of n, where n is a positive integer. To prove such statements well-suited principle that is used-based on the specific technique is know as the principle of mathematical induction.
  • 4.  The principle of mathematical induction is one such tool which can be used to prove a wide variety of mathematical statements. Each such statement is assumed as P(n) associated with positive integer n, for which the correctness for the case n=1 is examined. Then assuming the truth of P(k) for some positive integer k, the truth of P(k+1) is established.
  • 5.  There is a given statement P(n) involving the natural number n such that (i) The statement is true for n=1, i.e., P(1) is true, and (ii) If the statement is true for n=k (where k is some positive integer ), then the statement is also true for n=k+1 , i.e., truth of P(k) implies the truth of P(k+1). (iii) Then, P(n) is true for all natural numbers n.
  • 6.  One key basis for mathematical thinking is deductive reasoning.  Deduction in a nutshell is given a statement to be proven, often called a conjecture or a theorem in mathematics, valid deductive steps are derived and a proof may or may not be established, i.e., deduction is the application of a general case to a particular case.  Deduction: Generalization → Specific Instances  One such example is: (a) Eight is divisible by two. (b) Any number which is divisible by two is an even number. Therefore, (c) Eight is an even number.
  • 7. •To understand the basic principle of mathematical induction,s suppose a set of thin rectangular tiles are placed in order as shown in figure. •When the first tile is pushed in the indicated direction •(a) The first tile falls, and •(b) In the event that any tile falls its successor will necessarily falls. •This is underlying principle of mathematical induction.
  • 8. Statements giving expression about summation or multiplication of special series. Statements to show the divisibility of an expression by a certain natural number. Statements containing signs of inequality.
  • 9. Q1.For all n ≥ 1, prove that 1²+2²+3²+4²+……..+n²= n(n+1)(2n+1)/6 Ans:Let the given statement be P(n) P(n):1²+2²+3²+4²+……+n²= n(n+1)(2n+1)/6 For n=1, P(1)≣1=1(1+1)(2×1+1)/6=1×2×3/6=1 which is true therefore, P(n) is true. Where n = 1 Assume that P(k) is true for some positive integer k ,i.e., 1²+2²+3²+4²+……..+k²=k(k+1)(2k+1)/6 --------[1]
  • 10. We shall now prove that P(k+1) is also true. Now we have, (1²+2²+3²+4²+……..+k²)+(k+1)² = k(k+1)(2k+1)/6+(k+1)² {Using[1]} = k(k+1)(2k+1)+6(k+1)²/6 = (k+1)(2k+7k+6)/6 = (k+1)(k+1+1){2(k+1)+1}/6 Thus P(k+1) is true, wherever P(k) is true. Hence, from the principle of mathematical induction , the statement is true for all natural number n.
  • 11. Q2. Prove the following by using the principle of mathematical induction for all n ∊ N 1.2.3+2.3.4+……..+n(n+1)(n+2)= n(n+1)(n+2)(n+3)/4 Ans : Let the given statement be P(n) P(n)=1.2.3+2.3.4+………..+n(n+1)(n+2)= n(n+1)(n+2)(n+3)/4 For n=1 P(1)≣ 1.2.3= 1(1+1)(1+2)(1+3)/4 6 = 1×2×3×4/4 6 = 24/4=6 which is true. therefore, P(n) is true, where n=1 Assume that P(k) is true for some positive integer k
  • 12. =1.2.3+2.3.4+………+k(k+1)(k+2)= k(k+1)(k+2)(k+3)/4 -------------------[1] We shall now prove that P(k+1) is also true Now we have, =1.2.3+2.3.4+………..+(k+1)(k+1+1)(k+1+2) = k(k+1)(k+2)(k+3)/4 + (k+1)(k+2)(k+3) = k(k+1)(k+2)(k+3) + 4(k+1)(k+2)(k+3)/4 = (k+1)(k+2)(k+3)(k+4)/4 Thus P(k+1) is true, whenever P(k) is true Hence, from the principle of mathematical induction, the statement P(n) is true for all natural numbers n.
  • 13. Q1. For every positive integer n, prove that 7ⁿ- 3ⁿ is divisible by 4 Ans: We can write P(n): 7ⁿ+3ⁿ is divisible by 4 We note that P(1): 7¹-3¹ = 4 which is divisible by 4. Thus P(n) is true for n=1 Let P(k) be true for some natural number k i.e., P(k) : 7ᵏ-3ᵏ is divisible by 4. We can write 7ᵏ-3ᵏ = 4d, where d ∊ N.
  • 14. Now we wish to prove that P(k+1) is true whenever P(k) is true. Now, =7⁽ᵏ⁺¹⁾-3⁽ᵏ⁺¹⁾=7⁽ᵏ⁺¹⁾-7.3ᵏ+7.3ᵏ-3⁽ᵏ⁺¹⁾ =7(7ᵏ-3ᵏ)+(7-3)3ᵏ =7(4d)+(7-3)3ᵏ =7(4d) +4.3ᵏ =4(7d+3ᵏ) From the last line, we see that 7⁽ᵏ⁺¹⁾-3⁽ᵏ⁺¹⁾ is divisible by 4. Thus P(k+1) is true when P(k) is true. Therefore, by principle of mathematical induction the statement P(n) is true for every positive integer n.
  • 15. Q2.Prove the following by using the principle of mathematical induction for al n ∊ N n(n+1)(n+5) is a multiple of 3 Ans: We can write P(n): n(n+1)(n+5) is a multiple of 3 We note that P(1): 1(1+1)(1+5) = 12 which is a multiple of3 Thus P(n) is true for n=1 Let P(k) be true for some natural number k i.e., P(k) : k(k+1)(k+5) is a multiple of 3 We can write, k(k+1)(k+5) = 3d, where d ∊ N.
  • 16. Now we wish to prove that P(k+1) is true whenever P(k) is true. Now, =(k+1)(k+1+1)(k+1+5) =(k+1)[k(k+5) + k×1 +2(k+5) + 2×1] =(k+1)[k(k+5) + k+ 2k + 10+ 2] =(k+1)[k(k+5) +3k +12] =k(k+1)(k+5)+(k+1)3(k+4) =3d + 3(k+1)(k+4) =3[d + (k+1)(k+4)] From the last line, we see that (k+1)(k+1+1)(k+1+5) is a multiple of 3 Thus P(k+1) is true when P(k) is true. Therefore, by principle of mathematical induction the statement P(n) is true for every positive integer n.
  • 17. Q1. Prove that 2ⁿ>n for all positive integers n. Ans: Let P(n) be the given statement P(n): 2ⁿ>n when n=1, 2¹>n. Hence, P(1) is true Assume that P(k) is true for any positive integer k, i.e., 2ᵏ>k -------------------[1]
  • 18. We shall now prove that P(k+1) is true whenever P(k) is true. Multiplying both sides of [1] by 2, we get =2.2ᵏ>2k i.e., =2ᵏ⁺¹>2k =k+k>k+1 Therefore P(k+1) is true when P(k) is true. Hence, by principle of mathematical induction, P(n) is true for every positive integer n.
  • 19. Q2. Prove that (1+x)ⁿ≥ (1+nx), for all natural number n, where x> -1. Ans: Let P(n) be the given statement, P(n): (1+x)ⁿ≥(1+nx), for x> -1 We know that (1+x)≥(1+x) for x> -1 P(n) is true when n=1 Assume that P(k): (1+x)ᵏ≥(1+kx), x> -1 is true. ---------------[1] We want to prove that P(k+1) is true for x> -1 whenever P(k) is true. ---------------[2]
  • 20. Consider the identity =(1+x)ᵏ⁺¹ =(1+x)ᵏ(1+x) Given that x> -1, so (1+x) > 0 Therefore, by using (1+x)ᵏ ≥ (1+kx), we have =(1+x)ᵏ⁺¹ ≥ (1+kx)(1+x) =(1+x)ᵏ⁺¹ ≥ (1+x+kx+kx²) Here k is a natural number and x²≥ 0 so that kx² ≥ 0. Therefore =(1+x+kx+kx²) ≥ (1+x+kx) and so we obtained =(1+x)ᵏ⁺¹ ≥ (1+x+kx) =(1+x)ᵏ⁺¹ ≥ [1+(1+k)x] Thus the statement in [2] is established .Hence by principle of mathematical induction the statement P(n) is true for all natural numbers.