Question
Question: Prove that \[1.2 + 2.3 + .......n(n + 1) = \dfrac{{n(n + 1)(n + 2)}}{3}\] in mathematical induction...
Prove that 1.2+2.3+.......n(n+1)=3n(n+1)(n+2) in mathematical induction.
Solution
Here we are given a typical mathematical induction problem to deal with. First we need to check if the expression is true for n=1, then we need to consider that it is true for n=kand then need to check if it’s true for n=k+1, if true for n=k+1 we can say that the equations holds true.
Complete step-by-step answer:
We shall prove the result by principle of mathematical induction.
p(n)=1.2+2.3+.......n(n+1)=3n(n+1)(n+2)
First on checking for n=1,
We have,
LHS: 1.2=2
RHS: 3n(n+1)(n+2)
On substituting the value of n we get,
As LHS = RHS
Hence p(n) is true for n=1.
Now,
Let us assume the result is true for n=k i.e.,
p(k)=1.2+2.3+.....k(k+1)=3k×(k+1)×(k+2)
We shall prove that p(n) is true for n=k+1.
that is, to prove p(k+1)=1.2+2.3.....+k(k+1)+(k+1)(k+2)=3(k+1)(k+2)(k+3)
Consider LHS: 1.2+2.3.....+k(k+1)+(k+1)(k+2)
As, p(k) is true we have p(k)=1.2+2.3+.....k(k+1)=3k×(k+1)×(k+2),
Hence on substituting the above value we get,
=3k×(k+1)×(k+2)+(k+1)(k+2)
Taking common, (k+1)(k+2), we get,
=(k+1)(k+2)[3k+1]
On simplifying we get,
=(k+1)(k+2)[3k+3]
=[3(k+1)(k+2)(k+3)]
=RHS.
Hence the p(n) holds for n=k+1.
As, p(n) is true for n=1, n=kand n=k+1, hence we can say that p(n) is true∀n∈N.
Hence, proved.
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 generally assume that P(n)is true for n=kand using this we prove that P(n) is true for n=k+1.