Mathematical Induction Explained
Mathematical Induction Explained
INDUCTION
By Kurima Washington
[Link]. Maths (Hons, UZ)
Contents
INTRODUCTION ................................................... 2
DIVISIBILITY ......................................................... 2
SERIES ...................................................................... 4
Facts on Series................................................... 4
MATRICES .............................................................. 7
RECURSIVE FORMULAE.................................... 9
CALCULUS ............................................................10
Differentiation.................................................10
Integration ........................................................12
INEQUALITIES ....................................................14
1
Mathematical statements which can either be true or false,
INTRODUCTION like the one above, are called Proposition and are denoted by
P(n).
So in this case
Let P(n) be 8𝑛 − 1 is divisible by 7
Step 1: Base Case/Basis
Here we need to test whether this proposition is true for
smallest value of n, that is 𝑛 = 1
So for 𝑛 = 1: 81 − 1
8−1
Mathematical induction is a mathematical art of reasoning 7
that is used to prove the validity of mathematical statements.
Mathematical induction is one of the powerful tools used by Hence the statement P (n) is true for n=1
mathematicians in proving mathematical statement or
propositions. When performing Mathematical induction, we Step 2: Assumption/Inductive Hypothesis
follow certain steps
Assume that the statement, P(n), is true for 𝑛 = 𝑘
2
STEP 4: Conclusion Since P(n) is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1, then P(n)
is true for all 𝑛 ∈ ℤ+ .
Since the statement P(n) is true for 𝑛 = 1 , 𝑛 = 𝑘 and
𝑛 = 𝑘 + 1 hence it is true for all natural values of n.
Example 2 Just because we managed to factor out 4 on step
3 then we have already shown that the statement
Prove that 5𝑛 + 9𝑛 + 2 is divisible by 4 for all 𝑛 ∈ ℤ+ .
𝟓𝒌+𝟏 + 𝟗𝒌+𝟏 + 𝟐 is a multiple of 4, that is, it is
Solution: divisible by 4
Here again we all following all the four steps of
Mathematical induction.
Always note that when doing your calculations, you do not
Let P(n) be 5𝑛 + 9𝑛 + 2 is divisible by 4 write the headings Step 1, Step 2, etc. You can just do your
Step 1: Base Case proof without showing these headings as shown in the next
example.
For 𝑛 = 1: 51 + 91 + 2
=5 + 9 + 2 Example 3
Assume that the statement is true for 𝑛 = 𝑘. For 𝑛 = 1: (1)3 + 6(1)2 + 8(1)
3
Therefore P(n) is true for 𝑛 = 𝑘 + 1 o A sum of 5 terms is the same as a sum of the four
two terms plus the last fifth term. That is
Since P(n) is true for 𝑛 = 1′ 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1 , the the 3 2
statement P(n) is true for all positive integer values of 𝑛. ∑ 𝑈𝑟 = ∑(𝑈𝑟 ) + 𝑈3
𝑟=1 𝑟=1
∑ 𝑈𝑟 = ∑(𝑈𝑟 ) + 𝑈3
a) 𝟑𝟐𝒏 − 𝟏 is divisible by 8 𝑟=1 𝑟=1
𝟒𝒏
b) 𝟐 − 𝟏 is divisible by 15
c) 𝟑 𝟐𝒏−𝟏
+ 𝟏 is divisible by 4 o In general, a sum of n terms is the same as a sum of
the first 𝑛 − 1 terms plus the last 𝑛𝑡ℎ term. That is
d) 𝟕𝒏 + 𝟐 is divisible by 3 𝑛 𝑛−1
e) 𝒏𝟑 − 𝒏 is divisible by 3 ∑ 𝑈𝑟 = ∑(𝑈𝑟 ) + 𝑈𝑛
𝑟=1 𝑟=1
f) 𝒏𝟑 + 𝟐𝒏 is a multiple of 3
o For a sum of (𝑛 + 1) terms, it is the same as the
g) 𝟐𝒏 ∙ 𝟑𝟐𝒏 − 𝟏 is divisible by 17
sum of the first 𝑛 terms plus the (𝑛 + 1)𝑡ℎ term. In
h) 𝟗𝒏 − 𝟖𝒏 − 𝟗 is divisible by 64 sigma notation this is
𝑛+1 𝑛
i) 𝟕𝒏 − 𝟒𝒏 − 𝟑𝒏 is a multiple of 12.
∑ 𝑈𝑟 = ∑(𝑈𝑟 ) + 𝑈𝑛+1
j) 𝟓𝟐𝒏 − 𝟔𝒏 + 𝟖 is divisible by 9
𝑟=1 𝑟=1
k) 𝟓𝟐𝒏 − 𝟑𝟐𝒏 is a multiple of 𝟖.
l) 𝟕𝒏 − 𝟔𝒏 − 𝟏 is divisible by 36
The last part above is very important in Mathematical
induction. When given
𝐾+1
∑ 𝑈𝑘
SERIES 𝑟=1
∑ 𝑈𝑟 = ∑(𝑈𝑟 ) + 𝑈3
𝑟=1 𝑟=1
4
𝑘
Solution
= ∑(2𝑟 − 1) + [2(𝑘 + 1) − 1]
Here we are following all the four steps of Mathematical 𝑟=1
induction.
But from the assumption we made on step 2 we have
STEP 1 𝑘
∑(2𝑟 − 1) = 𝑛2 So
𝑘+1
𝑟=1
∑(2𝑟 − 1) = 𝑘 2 + [2(𝑘 + 1) − 1
is the same as its right hand side. 𝑟=1
=1 Example 2
Since LHS=RHS, then the statement is true for n=1 Prove by induction that, for all 𝑛 ∈ ℕ,
𝑛
STEP 2 1
∑ 3𝑟 − 2 = 𝑛(3𝑛 − 1)
2
Assume that the statement is true for 𝑛 = 𝑘. 𝑟=1
STEP 3 1
For 𝑛 = 1: LHS = 3𝑟 − 2 RHS= 𝑛(3𝑛 − 1)
2
For 𝑛 = 𝑘 + 1, we need to show that
1
=3(1) − 2 = (1)[3(1) − 1]
𝑘+1 2
∑(2𝑟 − 1) = (𝑘 + 1)2 1
=3 − 2 = (2)
𝑟=1 2
Proof: =1 =1
Using the fact that a sum of (𝑘 + 1) terms is the same as the Therefore P(n) is true for 𝑛 = 1
sum of the first 𝑛 terms plus the (𝑘 + 1)𝑡ℎ term.
Assume that P(n) is true for 𝑛 = 𝑘. That is
𝑘+1 𝑘
𝑘
∑(2𝑟 − 1) = ∑(2𝑟 − 1) + 𝑡ℎ𝑒 (𝑘 + 1)𝑡ℎ 𝑡𝑒𝑟𝑚 1
∑ 3𝑟 − 2 = 𝑘(3𝑘 − 1)
𝑟=1 𝑟=1 2
𝑟=1
𝑡ℎ
The (𝑘 + 1) 𝑡𝑒𝑟𝑚 is found by 𝑟 = 𝑘 + 1 on (2𝑟 − 1)
For 𝑛 = 𝑘 + 1 we need to show that
5
𝑘+1
1 Example
∑ 3𝑟 − 2 = (𝑘 + 1)[3(𝑘 + 1) − 1]
2 Prove by induction that for all positive integer values of n
𝑟=1
𝑘+1 𝑘 1
𝐿𝐻𝑆 = (2𝑟 − 1)2 𝑅𝐻𝑆 = 𝑛(4𝑛2 − 1)
𝑠𝑜 ∑ 3𝑟 − 2 = ∑(3𝑟 − 2) + (𝑘 + 1)𝑡ℎ 𝑡𝑒𝑟𝑚 3
𝑟=1 𝑟=1
1
=[2(1) − 1]2 = (1)[4(1)2 − 1]
1 3
= 𝑘(3𝑘 − 1) + 3𝑘 + 1
2 1
= [1]2 = [3]
3
3𝑘 2 1
= − 𝑘 + 3𝑘 + 1
2 2 =1 =1
3𝑘 2 5 Therefore P(n) is true for 𝑛 = 1
= + 𝑘+1
2 2
Assume that 𝑃(𝑛) is true for 𝑛 = 𝑘
3𝑘 2 + 5𝑘 + 2
= 𝑘
2 1
⟹ ∑(2𝑟 − 1)2 = 𝑘(4𝑘 2 − 1)
(3𝑘 + 2)(𝑘 + 1) 3
= 𝑟=1
2
For 𝑛 = 𝑘 + 1
1
= (𝑘 + 1)(3𝑘 + 2) 𝑘+1
2 1
∑(2𝑟 − 1)2 = (𝑘 + 1)[4(𝑘 + 1)2 − 1]
Therefore P(n) is true for 𝑛 = 𝑘 + 1 3
𝑟=1
6
𝑘+1
1
∑(2𝑟 − 1)2 =
3
(𝑘 + 1)[4𝑘 2 + 8𝑘 + 3] EXERCISE 2
𝑟=1
𝑘+1
Prove by induction that for all 𝑛 ∈ ℕ,
1
∑(2𝑟 − 1)2 = (𝑘 + 1)(2𝑘 + 1)(2𝑘 + 3)
3
𝑟=1 a) σ𝑛𝑟=1 4𝑟 − 3 = 𝑛(2𝑛 − 1)
Proof
b) σ𝑛𝑟=1 6𝑛 = 3𝑛(𝑛 + 1)
𝑘+1 𝑘
2𝑘+1
= [𝑘(2𝑘 − 1) + 3(2𝑘 + 1)]
3
1
= (2𝑘 + 1)[2𝑘 2 − 𝑘 + 6𝑘+3
3
MATRICES
1 2
= (2𝑘 + 1)[2𝑘 + 5𝑘 + 3] Example
3
1 2 0 𝑛 2𝑛 0
= (2𝑘 + 1)(2k+3)(k+1) Prove by induction that ( ) =( 𝑛 ) for all
3 1 1 2 −1 1
1 positive integers 𝑛.
= (𝑘 + 1)(2𝑘 + 1)(2k+3)
3
Solution
Therefore P(n) is true for 𝑛 = 𝑘 + 1
For 𝑛 = 1
Since P(𝑛) is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1 therefore
2 0 1 1
P(n) is true for all positive integer values of n LHS=( ) RHS=( 12 0)
1 1 2 −1 1
2 0 2 0
=( ) =( )
In conducting your proof , when testing for 𝑛 = 1 and 1 1 1 1
2 0 𝑘 𝑘
⟹ ( ) = ( 𝑘2 0)
1 1 2 −1 1
7
For 𝑛 = 𝑘 + 1
2) Prove by induction that , for 𝑛 ≥ 1,
𝑘+1
2 0 2 𝑘+1
0) 3𝑛 − 1
We need to show that ( ) = ( 𝑘+1 𝑛 3 𝑛
0
1 1 2 −1 1 3 1 0 ۇ 2 ۊ
൭ 0 1 0൱ = ۈ0 1 0ۋ
Remember that this is where all the proof starts. 𝑛
0 −1 4 1−4
0 4𝑛
ۉ 3 ی
Proof: 2 5
3) The matrix 𝑴 = ( ).
0 1
2 0 𝑘+1 2 0 𝑘 2 0 Prove by induction that for all positive integers 𝑛,
( ) =( ) ( )
1 1 1 1 1 1
2𝑛 5(2𝑛 − 1)
𝑴𝑛 = ( ).
2 0 𝑘 𝑘 0 1
From the assumption we have ( ) = ( 𝑘2 0)
Hence find an expression for (𝑴𝑛 )−1 in terms of 𝑛.
1 1 2 −1 1
So
2 0 𝑘+1 𝑘
0) ( 2 0
= ( 𝑘2
(
1 1
)
2 −1 1 1 1
)
COMPLEX NUMBERS
Example
Now we do the Row by Column matrix multiplication on the
RHS. Prove by induction that , for all 𝑛 ∈ ℤ+ , 𝑧 𝑛 = 𝑟 𝑛 𝑒 𝑖𝑛𝜃 if
2 0 𝑘+1 2𝑘 ∙ 2 + 0 ∙ 1 2𝑘 ∙ 0 + 0 ∙ 1 𝑧 = 𝑟𝑒 𝑖𝜃 .
( ) =( 𝑘 𝑘 )
1 1 (2 − 1) ∙ 2 + 1 ∙ 1 (2 − 1) ∙ 0 + 1 ∙ 1
Solution
2𝑘+1 + 0
= ( 𝑘+1 0 + 0)
2 −2+1 0+1 For 𝑛 = 1
2𝑘+1
=( 𝑘+1 0) 𝑧 𝑛 = 𝑟 𝑛 𝑒 𝑖𝑛𝜃
2 −1 1
𝑛 = 𝑘 + 1, therefore it is true for all positive integers 𝑛. Assume that the statement is true for 𝑛 = 𝑘
⟹ 𝑧 𝑘 = 𝑟 𝑘 𝑒 𝑖𝑘𝜃
EXERCISE 3
For 𝑛 = 𝑘 + 1, 𝑧 𝑘+1 = 𝑟 𝑘+1 𝑒 𝑖(𝑘+1)𝜃
1) Prove by induction that for all positive values of 𝑛,
Proof:
𝑛
1 3 1 3𝑛
a) ( ) =( ) 𝑧 𝑘+1 = 𝑧 𝑘 ∙ 𝑧
0 1 0 1
−2 9 𝑛 −3𝑛 + 1 9𝑛
b) ( ) =( ) = 𝑟 𝑘 𝑒 𝑖𝑘𝜃 (r𝑒 𝑖𝜃 )
−1 4 −𝑛 3𝑛 + 1
𝑎𝑛+1 −𝑎
𝑎 𝑛
1 1 2 6
c) ( ) = ቆ1 𝑎−1 ቇ. Hence simplify ( ) = 𝑟 𝑘 ∙ 𝑟𝑒 𝑖𝑘𝜃 ∙ 𝑒 𝑖𝜃
𝑎𝑎 0 𝑎 𝑛 𝑎 2
−1 0 2𝑛 1 0 = 𝑟 𝑘+1 𝑒 𝑖𝑘𝜃+𝑖𝜃
d) ( ) =( )
1 1 0 1
2 𝑎 𝑛 2𝑛 (2𝑛 − 1)𝑎 = 𝑟 𝑘+1 𝑒 𝑖(𝑘+1)𝜃
e) ( ) =( )
0 1 0 1
Therefore the statement is true for 𝑛 = 𝑘 + 1
1 0
2) Let 𝑨 = ( ). Use induction to prove that, for all
−1 2 Since the statement is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1,
1 0 then it is true for all 𝑛 ∈ ℤ+ .
positive integers 𝑨𝑛 = ( ). Determine whether
1 − 2𝑛 2 𝑛
or not the formula is valid for when 𝑛 = −1.
8
Example Therefore P(n) is true for 𝑛 = 𝑘 + 1.
Prove by induction that , for all 𝑛 ∈ ℤ+ , Since P(n) is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1 therefore
P(n) is true for all positive integers 𝑛.
(cos 𝜃 + 𝑖 sin 𝜃)𝑛 = cos 𝑛𝜃 + 𝑖 sin 𝑛𝜃
Solution:
RECURSIVE FORMULAE
Let P(n) be the statement Example1:
(cos 𝜃 + 𝑖 sin 𝜃)𝑛 = cos 𝑛𝜃 + 𝑖 sin 𝑛𝜃
A sequences 𝑢1 , 𝑢2 , 𝑢3 , … is defined by 𝑢1 = 2 and
For 𝑛 = 1
1
𝑢𝑛+1 = 2 − , for 𝑛 ≥ 1.
1 𝑢𝑛
LHS=(cos 𝜃 + 𝑖 sin 𝜃) RHS= cos 1𝜃 + 𝑖 sin 1𝜃
𝑛+1
= cos 𝜃 + 𝑖 sin 𝜃 = cos 𝜃 + 𝑖 sin 𝜃 Prove by induction that 𝑢𝑛 = for all 𝑛 ≥ 1.
𝑛
𝑢1 = 2
= (cos 𝑘𝜃 + 𝑖 sin 𝑘𝜃)(cos 𝜃 + 𝑖 sin 𝜃) from the assumption
= cos 𝑘𝜃 cos 𝜃 + cos 𝑘𝜃 𝑖𝑠𝑖𝑛 𝜃 +𝑖 sin 𝑘𝜃cos 𝜃 + Therefore true for 𝑛 = 1 since we are told in the question
that 𝑢1 = 2
𝑖 2 sin 𝑘𝜃 sin 𝜃
𝑛+1
Assume that the statement 𝑢𝑛 = is true for 𝑛 = 𝑘.
𝑛
Remember that 𝑖 2 = −1. So 𝑖 2 sin 𝑘𝜃 sin 𝜃 = − sin 𝑘𝜃 sin 𝜃.
𝑘+1
That is 𝑢𝑘 =
Regrouping the real and the imaginary terms together gives 𝑘
=cos 𝑘𝜃 cos 𝜃 − sin 𝑘𝜃 sin 𝜃 + 𝑖coskθ sin θ + 𝑖𝑠𝑖𝑛𝑘𝜃 cos 𝜃 For 𝑛 = 𝑘 + 1, we need to show that
(𝑘+1)+1 𝑘+2
=cos 𝑘𝜃 cos 𝜃 − sin 𝑘𝜃 sin 𝜃 + 𝑖(𝑠𝑖𝑛𝑘𝜃 cos 𝜃 + coskθ sin θ) 𝑢𝑘+1 = =
𝑘+1 𝑘+1
9
𝑘
= 2−
𝑘+1 CALCULUS
2(𝑘+1)−𝑘
=
𝑘+1 Differentiation
2𝑘+2−𝑘 Before we delve into the proofs, we have to remind one
=
𝑘+1 another of the following facts about derivatives
𝑘+2 𝑑
= The notation [𝑓(𝑥)] implies the derivative of the function
𝑘+1 𝑑𝑥
𝑓(𝑥)
Therefore the statement is true for 𝑛 = 𝑘 + 1.
dy 𝑑
Since the statement is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1 , The derivative of 𝑦 is that is (𝑦)
dx 𝑑𝑥
then we can conclude that the statement is true for all 𝑛 ≥ 1. dy 𝑑2𝑦 𝑑 𝑑𝑦
The derivative of is that is ( )
dx 𝑑𝑥 2 𝑑𝑥 𝑑𝑥
𝑑2𝑦 𝑑3𝑦 𝑑 𝑑2 𝑦
The derivative of is that is ( )
𝑑𝑥 2 𝑑𝑥 3 𝑑𝑥 𝑑𝑥 2
EXERCISE 4 The derivative of
𝑑𝑛 𝑦
is
𝑑 𝑛+1 𝑦
that is
𝑑
(
𝑑𝑛𝑦
)
𝑑𝑥 𝑛 𝑑𝑥 𝑛+1 𝑑𝑥 𝑑𝑥 𝑛
1) Given that 𝑈𝑛+1 = 3𝑈𝑛 + 4 and 𝑈1 = 1 .Prove by
𝑑 𝑘+1 𝑦 𝑑𝑛 𝑦
mathematical induction that for 𝑛 ∈ ℤ+ So always remember that is the derivative of .
𝑑𝑥 𝑘+1 𝑑𝑥 𝑛
𝑈𝑛 = 3𝑛 − 2 When proving the third step of induction, for 𝑛 = 𝑘 + 1,
2) A sequence 𝑢1 ; 𝑢2 ; 𝑢3 is defined by
𝑑 𝑘+1 𝑦 𝑑 𝑑𝑘 𝑦 𝑑𝑘𝑦
we use the fact that = ( ), the derivative of .
1 𝑑𝑥 𝑘+1 𝑑𝑥 𝑑𝑥 𝑘 𝑑𝑥 𝑘
𝑢1 = 2, 𝑢𝑛+1 = 2 − .
𝑢𝑛
𝑛+1 𝑑 𝑘+1 𝑦 𝑑𝑘 𝑦
Prove by induction that for all 𝑛 ≥ 1, 𝑢𝑛 = . In calculating you just differentiate .
𝑛 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘
Now for 𝑛 = 1,
𝑑
LHS= (𝑥 1 )
𝑑𝑥
𝑑 𝑓(𝑥 + ℎ) − 𝑓(𝑥)
[𝑓(𝑥)] = lim
𝑑𝑥 ℎ→0 ℎ
10
Example
𝑑 (𝑥 + ℎ) − 𝑥
[𝑥] = lim 𝑑𝑛 𝑦
𝑑𝑥 ℎ→0 ℎ Prove that if 𝑦 = 𝑥𝑒 𝑥 , then = (𝑥 + 𝑛)𝑒 𝑥 for all natural
𝑑𝑥 𝑛
𝑑 ℎ values of 𝑛.
[𝑥] = lim ( )
𝑑𝑥 ℎ→0 ℎ
Solution
𝑑
[𝑓(𝑥)] = lim (1) = 1 For 𝑛 = 1
𝑑𝑥 ℎ→0
𝑑 𝑑1 𝑦
RHS= (𝑥 1 ) = (𝑥 + 1)𝑒 𝑥
𝑑𝑥 𝑑𝑥 1
= (1)𝑥 1−1 𝑑𝑦
= (𝑥 + 1)𝑒 𝑥
𝑑𝑥
= 1∙1
Proof : Since 𝑦 = 𝑥𝑒 𝑥
=1
𝑑𝑦 𝑑𝑢 𝑑𝑣
Then =𝑣 +𝑢
Therefore the statement is true for 𝑛 = 1 𝑑𝑥 𝑑𝑥 𝑑𝑥
𝑑 𝑘+1 = 𝑒 𝑥 (1 + 𝑥)
(𝑥 ) = (𝑘 + 1)𝑥 (𝑘+1)−1
𝑑𝑥
= (𝑥 + 1)𝑒 𝑥
= (𝑘 + 1)𝑥 𝑘
Hence the statement is true for 𝑛 = 1
Proof:
Assume that the statement is true for 𝑛 = 𝑘.
𝑑 𝑑
(𝑥 𝑘+1 ) = (𝑥 𝑘 ∙ 𝑥) 𝑑𝑘𝑦
𝑑𝑥 𝑑𝑥
That is = (𝑥 + 𝑘)𝑒 𝑥
𝑑𝑥 𝑘
Here we use the product rule
For 𝑛 = 𝑘 + 1 we need to show that
𝑑 𝑘 𝑑
=𝑥∙ (𝑥 ) + 𝑥 𝑘 ∙ (𝑥) 𝑑 𝑘+1 𝑦
𝑑𝑥 𝑑𝑥 = (𝑥 + 𝑘 + 1)𝑒 𝑥
𝑑𝑥 𝑘+1
𝑑
From the assumption and the base case, (𝑥 𝑘 ) = 𝑘𝑥 𝑘−1
𝑑𝑥 Proof:
𝑑
and (𝑥) = 1
𝑑𝑥
𝑑 𝑘+1 𝑦 𝑑 𝑑𝑘𝑦 𝑑 𝑘+1 𝑦 𝑑𝑘 𝑦
= ( ) is the derivative of
𝑑 𝑑𝑥 𝑘+1 𝑑𝑥 𝑑𝑥 𝑘 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘
So (𝑥 𝑘+1 ) = 𝑥. (𝑘𝑥 𝑘−1 ) + 𝑥 𝑘 (1)
𝑑𝑥
𝑑
= (𝑥 + 𝑘)𝑒 𝑥 from the assumption
𝑘 𝑘 𝑑𝑥
= 𝑘𝑥 + 𝑥
Here we differentiate (𝑥 + 𝑘)𝑒 𝑥 using the product rule
= (𝑘 + 1)𝑥 𝑘
= 𝑒 𝑥 (1) + (𝑥 + 𝑘)𝑒 𝑥
Therefore the statement is true for 𝑛 = 𝑘 + 1.
= 𝑒 𝑥 (1 + 𝑥 + 𝑘)
Since the statement is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1,
then the statement is true for all positive 𝑛. = (𝑥 + 𝑘 + 1)𝑒 𝑥
11
Since the statement is true for 𝑛 = 1; 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1 For 𝑛 = 𝑘 + 1 we need to show that
then it is true for all natural values of 𝑛.
𝑑 (𝑘+1)+2 𝑦 𝑑 𝑘+1 𝑦 𝑑 (𝑘+1)+1 𝑦
(𝑘+1)+2
= 2[(𝑘 + 1) + 1] 𝑘+1 + 2𝑥 (𝑘+1)+1
Example 𝑑𝑥 𝑑𝑥 𝑑𝑥
If
dy
= 2𝑥𝑦 − 1, show by induction that for 𝑛 ≥ 1, 𝑑 𝑘+3 𝑦 𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
dx = 2(𝑘 + 2) + 2𝑥
𝑑𝑥 𝑘+3 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+2
𝑑 𝑛+2 𝑦 𝑑𝑛 𝑦 𝑑 𝑛+1 𝑦 Proof
= 2(𝑛 + 1) + 2𝑥
𝑑𝑥 𝑛+2 𝑑𝑥 𝑛 𝑑𝑥 𝑛+1
𝑑 𝑘+3 𝑦 𝑑 𝑑 𝑘+2 𝑦
Solution 𝑘+3
= ቆ ቇ
𝑑𝑥 𝑑𝑥 𝑑𝑥 𝑘+2
For 𝑛 = 1
𝑑 𝑑𝑘 𝑦 𝑑 𝑘+1 𝑦
= ቆ2(𝑘 + 1) 𝑘 + 2𝑥 𝑘+1 ቇ
𝑑1+2 𝑦 𝑑1 𝑦 𝑑1+1 𝑦 𝑑𝑥 𝑑𝑥 𝑑𝑥
= 2(1 + 1) + 2𝑥
𝑑𝑥 1+2 𝑑𝑥 1 𝑑𝑥 1+1
𝑑 𝑘+1 𝑦 𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
= 2(𝑘 + 1) +2∙ + 2𝑥
𝑑 𝑦3
𝑑𝑦 𝑑 𝑦 2 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+2
=4 + 2𝑥 2
𝑑𝑥 3 𝑑𝑥 𝑑𝑥 𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
= [2(𝑘 + 1) + 2] + 2𝑥
𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+2
dy
In proving for 𝑛 = 1 we have to show that = 2𝑥𝑦 − 1, if
dx
𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
𝑑3 𝑦 𝑑𝑦 𝑑2𝑦 = [2(𝑘 + 1) + 2] + 2𝑥 𝑘+2
further differentiated, leads to =4 + 2𝑥 𝑑𝑥 𝑘+1 𝑑𝑥
𝑑𝑥 3 𝑑𝑥 𝑑𝑥 2
Proof :Here we are using the product rule to differentiate 𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
= 2[(𝑘 + 1) + 1] + 2𝑥
2𝑥𝑦 Note that the derivative of 𝑦 is
𝑑𝑦 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+2
𝑑𝑥
𝑑 𝑘+1 𝑦 𝑑 𝑘+2 𝑦
dy = 2(𝑘 + 2) + 2𝑥
= 2𝑥𝑦 − 1 𝑑𝑥 𝑘+1 𝑑𝑥 𝑘+2
dx
Therefore true for 𝑛 = 𝑘 + 1
𝑑2𝑦 𝑑𝑦
2
= 𝑦 ∙ (2) + 2𝑥 ∙
𝑑𝑥 𝑑𝑥 Since the statement is true for 𝑛 = 1, 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1,
therefore the statement is true for all 𝑛 ≥ 1.
𝑑2𝑦 𝑑𝑦
= 2𝑦 + 2𝑥
𝑑𝑥 2 𝑑𝑥
Integration
We further differentiate again to get the third derivative. On Example
𝑑𝑦
differentiating 2𝑥 we use the product rule and again, here 1
𝑑𝑥
Prove by induction that ∫ 𝑥 𝑛 𝑑𝑥 = 𝑥 𝑛+1 for all 𝑛 ≥ 1
dy 𝑑2𝑦 𝑛+1
note that the derivative of is .
dx 𝑑𝑥 2
Solution
𝑑3𝑦 𝑑𝑦 𝑑𝑦 𝑑2𝑦
= 2 + ∙ 2 + 2𝑥 ∙ For 𝑛 = 1:
𝑑𝑥 3 𝑑𝑥 𝑑𝑥 𝑑𝑥 2
𝑑 𝑘+2 𝑦 𝑑𝑘 𝑦 𝑑 𝑘+1 𝑦 Here we are going to use the geometrical interpretation for
𝑘+2
= 2(𝑘 + 1) 𝑘 + 2𝑥 𝑘+1
𝑑𝑥 𝑑𝑥 𝑑𝑥 the ∫ 𝑓(𝑥) 𝑑𝑥.
12
𝑥
Note that ∫ 𝑓(𝑥) = ∫0 𝑓(𝑥) 𝑑𝑥 Proof
𝑥
∫0 𝑓(𝑥) 𝑑𝑥 is the area bounded by the curve 𝑦 = 𝑓(𝑥) and ∫ 𝑥 𝑘+1 𝑑𝑥 = ∫ 𝑥 𝑘 ∙ 𝑥 𝑑𝑥
the lines 𝑥 = 0 and 𝑥 = 𝑥
𝑑𝑣
𝑥 By parts let 𝑢=𝑥 and = 𝑥𝑘
𝑑𝑥
So ∫0 𝑥 𝑑𝑥 is the area bounded by the curve 𝑦 = 𝑓(𝑥) and
𝑑𝑢
the lines 𝑥 = 0 and 𝑥 = 𝑥 as shown below. = 1 and 𝑣 = ∫ 𝑥 𝑘 𝑑𝑥
𝑑𝑥
𝒚 − 𝒂𝒙𝒊𝒔 𝒚=𝒙
1
But from the assumption made, ∫ 𝑥 𝑘 𝑑𝑥 = 𝑥 𝑘+1 ,
𝑘+1
(𝒙; 𝒚)
1
So 𝑣 = 𝑥 𝑘+1
𝑘+1
So by parts,
𝒙 𝒙 − 𝒂𝒙𝒊𝒔 𝑑𝑣 𝑑𝑢
∫𝑢 ∙ 𝑑𝑥 = 𝑢𝑣 − ∫ 𝑣 ∙ 𝑑𝑥
𝑑𝑥 𝑑𝑥
𝑥
Since ∫0 𝑥 𝑑𝑥 =Area of the Green triangle 1 1
∫ 𝑥 𝑘+1 𝑑𝑥 = 𝑥 ( 𝑥 𝑘+1 ) − ∫ 𝑥 𝑘+1 ∙ 1 𝑑𝑥
1
𝑘+1 𝑘+1
= 𝑏𝑎𝑠𝑒 × ℎ𝑒𝑖𝑔ℎ𝑡
2
𝑥 𝑘+2 1
1 ∫ 𝑥 𝑘+1 𝑑𝑥 = − ∫ 𝑥 𝑘+1 𝑑𝑥
= (𝑥)(𝑦) 𝑘+1 𝑘+1
2
𝑥 𝑘+2 𝑘 + 1
Now going to the Right hand Side for 𝑛 = 1 ∫ 𝑥 𝑘+1 𝑑𝑥 = ∙
𝑘+1 𝑘+2
1 1
RHS= 𝑥 1+1 = 𝑥 2 𝑥 𝑘+2
1+1 2
∫ 𝑥 𝑘+1 𝑑𝑥 =
1 𝑘+2
Therefore the statement ∫ 𝑥 𝑛 𝑑𝑥 = 𝑥 𝑛+1 is true for 𝑛 =
𝑛+1
1. Therefore true for 𝑛 = 𝑘 + 1
Assume that the statement is true for 𝑛 = 𝑘 Since the statement is true for 𝑛 = 1; 𝑛 = 𝑘 and 𝑛 = 𝑘 + 1
therefore the statement is true for all 𝑛 ≥ 1.
1
That is ∫ 𝑥 𝑘 𝑑𝑥 = 𝑥 𝑘+1
𝑘+1 Note that in this proof, there are several ways of proving the
For 𝑛 = 𝑘 + 1, we need to prove that base case. On proving the base case, some mathematicians
use the integration by parts and other methods and all those
1
∫ 𝑥 𝑘+1 𝑑𝑥 = 𝑥 (𝑘+1)+1 methods are correct in their sense.
(𝑘 + 1) + 1
which reduces to
1
∫ 𝑥 𝑘+1 𝑑𝑥 = 𝑥 𝑘+2
𝑘+2
13
EXERCISE From the LHS to the RHS
1 (1 + 𝑥)𝑘+1 ≥ 1 + 𝑘𝑥 + 𝑥 + 𝑘𝑥 2
2). Given that 𝑦 = , where 𝑎 is a constant.
𝑎𝑥+1
Now note that we want to show that
dy 𝑑2𝑦 𝑑3 𝑦
a) Find an expression for , 2, 3 , giving you
dx 𝑑𝑥 𝑑𝑥
(1 + 𝑥)𝑘+1 ≥ 1 + 𝑘𝑥 + 𝑥 but we have obtained that
(−𝑎)𝑘 𝑘!
answers in the form where 𝑘 = 1, 2 or
(𝑎𝑥+1)𝑘+1
For 𝑛 = 1
Now that P(n) is true for 𝑛 = 1; 𝑛 =k and 𝑛 = 𝑘 + 1, then
1
(1 + 𝑥) ≥ 1 + 1 ∙ 𝑥 P(n) is true for all positive integers 𝑛.
which is (1 + 𝑥)𝑘+1 ≥ 1 + 𝑘𝑥 + 𝑥
Proof
14
Since the statement is true for the base case 𝑛 = 5, the
assumption 𝑛 = 𝑘 and true for 𝑛 = 𝑘 + 1, then it is true for
Example
all 𝑛 > 4.
Prove by induction that 2𝑛 > 𝑛2 for all integers 𝑛 > 4
Please note that on the inductive step we could have just
Solution said that 2𝑘 2 > 𝑘 2 + 2𝑘 + 1 but it is not convincing enough.
Assume the statement 2𝑛 > 𝑛2 is true for 𝑛 = 𝑘. b) 𝟏 + 𝒏𝟐 < (𝟏 + 𝒏)𝟐 for all 𝒏 ≥ 𝟏.
c) 𝟑𝒏 ≥ 𝟑𝒏 for all 𝒏 ≥ 𝟏.
That is 2𝑘 > 𝑘 2 .
d) 𝒏𝒏 > 𝟐𝒏 for all 𝒏 > 𝟐.
𝑘+1 2
For 𝑛 = 𝑘 + 1. We need to show that 2 > (𝑘 + 1) e) 𝒏! > 𝒏𝟐 for all 𝒏 ≥ 𝟒
𝟏 𝟏 𝟏
which reduces to 2𝑘 > 𝑘 2 + 2𝑘 + 1 f) 𝟏+ + + ⋯+ > 𝟐(ξ𝒏 + 𝟏 − 𝟏) for all 𝒏 ≥ 𝟏
ξ𝟐 ξ𝟑 ξ𝒏
Proof:
2𝑘 > 𝑘 2
2 ∙ 2𝑘 > 2 ∙ 𝑘 2
2𝑘+1 > 2𝑘 2
2𝑘+1 > 𝑘 2 + 𝑘 2
15
+263 779 005 661 (Calls/WhatsApp)
wkurima11@[Link]
16