Question
Question: By method of induction, prove that 1.3 + 2.5 + 3.7+…..+n(2n+1)=\(\dfrac{n}{6}(n + 1)(4n + 5)\) for a...
By method of induction, prove that 1.3 + 2.5 + 3.7+…..+n(2n+1)=6n(n+1)(4n+5) for all n∈N
Solution
At first we need to prove that the result is true for P(1) and assuming the result is true for n=k we need to prove the result is true for n = k+1.If it is true then the result is true for all
Complete step-by-step answer:
To solve a problem using mathematical induction we need follow a few steps
First let find P(n)
Here P(n) = 1.3 + 2.5 + 3.7+…..+n(2n+1)=6n(n+1)(4n+5)
Now let's find P(1)
In the left hand side
P(1) = 1.3 = 3
In the right hand side
P(1) = 61(1+1)(4(1)+5)=61(2)(9)=618=3
Hence the result is true for P(1)
So let's assume that the result is true for all n = k
⇒1.3 + 2.5 + 3.7+…..+k(2k+1)=6k(k+1)(4k+5)………(1)
Now we need to prove that the result is true for n = k+1
That is we need to prove 1.3 + 2.5 + 3.7+…..+(k+1)(2(k+1)+1)=6k+1((k+1)+1)(4(k+1)+5)
For that lets take the left hand side
⇒1.3 + 2.5 + 3.7+…..+(k+1)(2(k+1)+1)
⇒1.3 + 2.5 + 3.7+…..+k(2k+1)+(k+1)(2(k+1)+1)
From (1) we get
=6k(k+1)(4k+5)+(k+1)(2(k+1)+1) =6k(k+1)(4k+5)+(k+1)(2k+2+1) =6k(k+1)(4k+5)+(k+1)(2k+3) =(k+1)[6k(4k+5)+(2k+3)] =(k+1)[6k(4k+5)+6(2k+3)] =(k+1)[64k2+5k+12k+18] =(k+1)[64k2+17k+18]
By using splitting the middle term method
=(k+1)[64k2+17k+18] =(k+1)[64k2+8k+9k+18] =(k+1)[64k(k+2)+9(k+2)] =(k+1)[6(k+2)(4k+9)] =6k+1(k+1+1)(4k+4+5) =6k+1((k+1)+1)(4(k+1)+5)
Hence we have proved that the result is true for n = k+1
Therefore the result is true for all n∈N.
Note: Mathematical induction is a mathematical proof technique. It is essentially used to prove that a statement P(n) holds for every natural number n = 0, 1, 2, 3, . . . ; that is, the overall statement is a sequence of infinitely many cases P(0), P(1), P(2), P(3),….
we can use mathematical induction to prove that a propositional function P(n) is true for all integers n≥1