Solveeit Logo

Question

Question: Prove by the method of induction, for all \(n \in \mathbb{N}\) \(2 + 4 + 6 + .... + 2n = n(n + 1)\) ...

Prove by the method of induction, for all nNn \in \mathbb{N} 2+4+6+....+2n=n(n+1)2 + 4 + 6 + .... + 2n = n(n + 1) .

Explanation

Solution

For proving this by the method of induction at first, we have to show the result is true for n=1n = 1 . Then we will suppose that the result is true for n=kn = k where kk is some natural number. Then we will prove the result is true for n=k+1n = k + 1 . This will imply that the result is true for each and every natural number.
Used Principle:
Principle of induction:
Let SS be a subset of N\mathbb{N} with the properties –
11 belongs to SS , and
Whenever a natural number kk belongs to SS , then k+1k + 1 belongs to SS .

Complete step-by-step solution:
For n=1n = 1 , the statement is true because 2=1(1+1)2 = 1 \cdot (1 + 1) .
Let us assume that the statement is true for some natural number kk .
Then 2+4+6+.....+2k=k(k+1)2 + 4 + 6 + ..... + 2k = k(k + 1) .
Now for n=k+1n = k + 1 we will get;
2+4+6+.....+2k+2(k+1)2 + 4 + 6 + ..... + 2k + 2(k + 1)
Now we already assumed that 2+4+6+.....+2k=k(k+1)2 + 4 + 6 + ..... + 2k = k(k + 1) .
Hence;
2+4+6+.....+2k+2(k+1)=k(k+1)+2(k+1)2 + 4 + 6 + ..... + 2k + 2(k + 1) = k(k + 1) + 2(k + 1)
Taking k+1k + 1 common from the right-hand side we get;
2+4+6+....+2k+2(k+1)=(k+1)(k+2)\Rightarrow 2 + 4 + 6 + .... + 2k + 2(k + 1) = (k + 1)(k + 2)
In the statement, if we put k+1k + 1 for nn , we will get the above result.
Hence the statement is satisfied for n=k+1n = k + 1 .
By the principle of induction, the statement is true for all natural numbers nn .

Additional Information: The set of natural numbers is infinite. To define any number we use n=n = some natural number. In the principle of induction we stop after showing the statement n=k+1n = k + 1 because after that similarly, the statement will be true for k+2k + 2 , k+3k + 3 ,….. and so on.

Note: In the statement to denote every natural number, we use nn . But whenever we are taking n=kn = k the natural number kk is fixed. After that, we prove the result for k+1k + 1 . Students should be careful about the case n=kn = k and n=k+1n = k + 1 . The first case is assumed by us and the second case we have to prove by using the result for n=kn = k .