Question
Question: Prove by the principle of mathematical induction that for all \(n \in N\): \(1 + 4 + 7 + .... + (3n ...
Prove by the principle of mathematical induction that for all n∈N: 1+4+7+....+(3n−2)=21n(3n−1)
Solution
Here in this question the concept of mathematical induction will get used which states that if the statement is true for n=k then it will also be true for its successor i.e. n=k+1. This is known as principle of mathematical induction
Complete step-by-step answer:
Let the given statement be named as P(n) so it can be written asP(n)=1+4+7+....+(3n−2)=21n(3n−1), n∈N
For n=1
⇒P(1)=21(1)(3−1)=1 which is true
Now we will assume that P(m) is true for some positive integers ‘m’⇒P(m)=1+4+7+....+(3m−2)=21m(3m−1)
Now according to principle of mathematical induction if a statement is true for n=m then it will also be true for its successor i.e. n=m+1, therefore we shall prove that P(m+1) is also true.⇒P(m+1)=1+4+7+....+(3(m+1)−2)=21(m+1)((3m+3)−1) ⇒1+4+7+....+(3m+3−2)=21(m+1)(3m+2) ⇒1+4+7+....+(3m+1)=21(m+1)(3m+2)
L.H.S=1+4+7+....+(3m+1)
R.H.S=21(m+1)(3m+2)
Now we will prove L.H.S=R.H.S
⇒1+4+7+....+(3m−2)+(3m+1) (Adding term before 3m+1)
Here we will apply formula of sum of arithmetic progression i.e. Sn=2n(2a+(n−1)d) ⇒Sn=2m(2(1)+(m−1)(4−1)) (Here a=1, d=4-1 and m is the total number of terms)
Now putting and solving the equation we will get a sum of arithmetic progression. ⇒Sn=2m(2+(m−1)3)
⇒Sn=2m(2+3m−3)=2m(3m−1)
⇒2m(3m−1)+(3m+1)
Now taking L.C.M we will get
⇒2m(3m−1)+2(3m+1)
⇒23m2−m+6m+2
⇒23m2+5m+2=23m2+3m+2m+2
(Splitting the equation to find the factors of quadratic equation)
⇒23m(m+1)+2(m+1)
⇒2(3m+2)(m+1)=R.H.S
Therefore P(m+1) holds true.
Thus, by principle of mathematical induction, for all n∈N, P(n) holds true.
Note: Some students may find difficulty in splitting the quadratic equation whose coefficient of degree two variable is not one so below is the explanation of it: -
Let’s take above equation as an example: -3m2+5m+2
Now comparing with general quadratic equation ax2+bx+c
Here a=3, b=5, c=2
Step1. Multiply ab i.e. ab=3×2=6
Step2. Now split 6 into that factors so that its sum is equal to ‘b’
⇒3×2=6 Factors are 3 and 2 whose sum is 5.
Therefore 5m will get split into 3m and 2m and the equation will become 3m2+3m+2m+2