Question
Question: Solve for every value of n, \({1^2} + {2^2} + {3^2} + ............ + {n^2} = \dfrac{1}{6}\left( n \r...
Solve for every value of n, 12+22+32+............+n2=61(n)(n+1)(2n+1), n is a natural number
Solution
Hint-Use mathematical induction. It is a mathematical technique which is used to prove a statement, a formula or a theorem is true for every natural number.
We prove the above relation by principle of mathematical induction. This technique involves two steps to prove a statement.
Step 1-It proves that a statement is true for the initial value.
Step 2-It proves that if the statement is true for the nth number then it is also true for (n+1)th number.
Let p(n)=12+22+32+............+n2=61(n)(n+1)(2n+1)
For n=1
LHS=12=1
RHS=6(1)(1+1)(2×1+1) ⇒RHS=61×2×3=1
LHS=RHS
P(n) is true for n=1
So, It proves that a statement is true for the initial value.
Now, we Assume that P(k) is true
12+22+32+............+(k−1)2+k2=6(k)(k+1)(2k+1)
Now, we have to prove that P(k+1) is true
12+22+32+............+k2+(k+1)2=6(k+1)(k+2)(2k+3) LHS=12+22+32+............+k2+(k+1)2 ⇒LHS=6(k)(k+1)(2k+1)+(k+1)2 ⇒LHS=6(k)(k+1)(2k+1)+6(k+1)2
Take common (k+1)
⇒LHS=6(k+1)(k(2k+1)+6(k+1)) ⇒LHS=6(k+1)(2k2+7k+6)
Now factories
⇒LHS=6(k+1)(k+2)(2k+3) LHS=RHS
It is proved that P(k+1) is true. So, we can say P(k) is also true.
So, Hence proved 12+22+32+............+n2=61(n)(n+1)(2n+1) for every value of n, n is a natural number.
Note-Whenever we face such types of problems we use some important points. First check the statement for initial value (n=1) .If it is proved then we assume the statement is true for (n=k) .So, statement is also true for (n=k+1).