Question
Question: Prove that \[1 + 3 + 5 + ... + \left( {2n - 1} \right) = {n^2}\]....
Prove that 1+3+5+...+(2n−1)=n2.
Solution
We will prove the result using the Principle of Mathematical Induction. We will check if the result is true for n=k. Then, we will assume that the result is true for n=k. We will prove that the result is true for n=k+1. We will use the formula for the sum of first 2n natural numbers. We will subtract the sum of first n even numbers from it. We will obtain the sum of the first n odd numbers.
Complete step by step solution:
We will first check if the result is true for n=1.
On the L.H.S., we will get 1.
On the R.H.S. we will get (1)2=1.
As L.H.S.=R.H.S.
The result is true for n=1.
We will assume, that the result is true for n=k:
⇒1+3+5+...+(2k−1)=k2
We will prove the result is true for n=k+1.
⇒L.H.S.=1+3+5+...+(2k−1)+(2(k+1)−1)
From step 2, we know that 1+3+5+...+(2k−1)=k2. We will substitute the value of 1+3+5+...+(2k−1) in the expression on L.H.S.
1+3+5+...+(2k−1)+(2(k+1)−1)=k2+2k+2−1 ⇒k2+2k+1 ⇒(k+1)2 ⇒R.H.S.
As the result is true for n=k+1, The result is true for all n∈N (Natural Numbers).
Note:
We can also prove the result with an alternate method. We know that the sum of the first n natural numbers is 2n(n+1) .
1+2+3+...+n=2n(n+1) .
The sum of first 2n natural numbers will be:
1+2+3+4+5+...+(2n−1)+2n=2(2n)(2n+1) ⇒1+2+3+4+5+...+(2n−1)+2n=n(2n+1) ⇒1+2+3+4+5+...+(2n−1)+2n=2n2+n
We will separate the odd numbers and even numbers and write the sum of the first 2n numbers as sum of even numbers and odd numbers:
2n2+n=1+2+3+4+...+(2n−1)+2n ⇒2n2+n=1+3+5+...+(2n−1)+2+4+6+...+2n
We will take 2 common from the set of even numbers:
2n2+n=1+3+5+...+(2n−1)+2(1+2+3+...+n)
We will substitute 2n(n+1) for 1+2+3+...+n in the above equation:
2n2+n=1+3+5+...+(2n−1)+2×2n(n+1) ⇒2n2+n=1+3+5+...+(2n−1)+n(n+1) ⇒2n2+n=1+3+5+...+(2n−1)+n2+n
We will subtract n2+n from both sides:
2n2+n−n2+n=1+3+5+...+(2n−1) ⇒n2=1+3+5+...+(2n−1)
We can see that the result of the first n odd numbers is equal to n2.
Hence, we have proved the desired result.