Evaluate the given expression:
$1 + \left( {{1^2} + {2^2}} \right) + \left( {{1^2} + {2^2} + {3^2}} \right) + ..... = $
Answer
685.8k+ views
Hint: Here we can solve it by analyzing the problem and using summation on the general term. Try to convert the expression in the form of the sum of the square of the first n natural number. From there try to generalise the equation. Then apply these formula:
Sum of first n natural numbers, $\sum\limits_{k = 1}^n {k = \dfrac{{n\left( {n + 1} \right)}}{2}} $
Sum of squares to first n natural numbers $\sum\limits_{k = 1}^n {{k^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}} $
Sum of cubes of first n natural numbers ${\sum\limits_{k = 1}^n {{k^3} = \left[ {\dfrac{{n\left( {n + 1} \right)}}{2}} \right]} ^2} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{4}$
Complete step-by-step answer:
Let ${s_n} = 1 + \left( {{1^2} + {2^2}} \right) + \left( {{1^2} + {2^2} + {3^2}} \right) + .....$
By considering the above series carefully we can write the last term of this series as ${a_n} = \left( {{1^2} + {2^2} + {3^2} + ..... + {n^2}} \right)$
Where n is any natural number
Since we know that the sum of square of first n natural numbers i.e. ${1^2} + {2^2} + {3^2} + ..... + {n^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}$
\[ \Rightarrow {a_n} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6} = \dfrac{{n\left( {2{n^2} + 3n + 1} \right)}}{6} = \dfrac{{2{n^3} + 3{n^2} + n}}{6} = \dfrac{{{n^3}}}{3} + \dfrac{{{n^2}}}{2} + \dfrac{n}{6}\]
Also, the required sum of the given series Sn can be obtained by doing summation of any kth term where k varies from 1 to n. Therefore kth term can be obtained by replacing n by k in the expression of an, we get
${a_k} = \dfrac{{{k^3}}}{3} + \dfrac{{{k^2}}}{2} + \dfrac{k}{6}$
$\therefore {S_n} = \sum\limits_{k = 1}^n {{a_k} = \sum\limits_{k = 1}^n {\left( {\dfrac{{{k^3}}}{3} + \dfrac{{{k^2}}}{2} + \dfrac{k}{6}} \right)} } = \dfrac{{\sum\limits_{k = 1}^n {{k^3}} }}{3} + \dfrac{{\sum\limits_{k = 1}^n {{k^2}} }}{2} + \dfrac{{\sum\limits_{k = 1}^n k }}{6}$ …… (1)
As we know that
Sum of first n natural numbers, $\sum\limits_{k = 1}^n {k = \dfrac{{n\left( {n + 1} \right)}}{2}} $
Sum of squares to first n natural numbers $\sum\limits_{k = 1}^n {{k^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}} $
Sum of cubes of first n natural numbers ${\sum\limits_{k = 1}^n {{k^3} = \left[ {\dfrac{{n\left( {n + 1} \right)}}{2}} \right]} ^2} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{4}$
Using above formulas equation (1) becomes
\[{S_n} = \dfrac{{\sum\limits_{k = 1}^n {{k^3}} }}{3} + \dfrac{{\sum\limits_{k = 1}^n {{k^2}} }}{2} + \dfrac{{\sum\limits_{k = 1}^n k }}{6} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{{4 \times 3}} + \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{{6 \times 2}} + \dfrac{{n\left( {n + 1} \right)}}{{2 \times 6}} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{{12}} + \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{{12}} + \dfrac{{n\left( {n + 1} \right)}}{{12}}\]
\[{S_n} = \dfrac{{n\left( {n + 1} \right)}}{{12}}\left[ {n\left( {n + 1} \right) + 2n + 1 + 1} \right] = \dfrac{{n\left( {n + 1} \right)}}{{12}}\left[ {{n^2} + n + 2n + 2} \right] = \dfrac{{n\left( {n + 1} \right)\left( {{n^2} + 3n + 2} \right)}}{{12}}\] …… (2)
Converting $\left( {{n^2} + 3n + 2} \right)$ into its factors, we can write
\[{n^2} + 3n + 2 = {n^2} + n + 2n + 2 = n\left( {n + 1} \right) + 2\left( {n + 1} \right) = \left( {n + 1} \right)\left( {n + 2} \right)\]
Therefore equation (2) becomes
${S_n} = \dfrac{{n\left( {n + 1} \right)\left( {n + 1} \right)\left( {n + 2} \right)}}{{12}} = \dfrac{{n{{\left( {n + 1} \right)}^2} + 2\left( {n + 1} \right)}}{{12}}$ where n is any natural number
Note: These types of problems can be solved by analyzing the given problem and finding any general term and then applying summation on the general term. Then using the formula of sum of first n natural numbers, sum of squares of first natural numbers and sum of the cube of the first n natural numbers.
Sum of first n natural numbers, $\sum\limits_{k = 1}^n {k = \dfrac{{n\left( {n + 1} \right)}}{2}} $
Sum of squares to first n natural numbers $\sum\limits_{k = 1}^n {{k^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}} $
Sum of cubes of first n natural numbers ${\sum\limits_{k = 1}^n {{k^3} = \left[ {\dfrac{{n\left( {n + 1} \right)}}{2}} \right]} ^2} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{4}$
Complete step-by-step answer:
Let ${s_n} = 1 + \left( {{1^2} + {2^2}} \right) + \left( {{1^2} + {2^2} + {3^2}} \right) + .....$
By considering the above series carefully we can write the last term of this series as ${a_n} = \left( {{1^2} + {2^2} + {3^2} + ..... + {n^2}} \right)$
Where n is any natural number
Since we know that the sum of square of first n natural numbers i.e. ${1^2} + {2^2} + {3^2} + ..... + {n^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}$
\[ \Rightarrow {a_n} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6} = \dfrac{{n\left( {2{n^2} + 3n + 1} \right)}}{6} = \dfrac{{2{n^3} + 3{n^2} + n}}{6} = \dfrac{{{n^3}}}{3} + \dfrac{{{n^2}}}{2} + \dfrac{n}{6}\]
Also, the required sum of the given series Sn can be obtained by doing summation of any kth term where k varies from 1 to n. Therefore kth term can be obtained by replacing n by k in the expression of an, we get
${a_k} = \dfrac{{{k^3}}}{3} + \dfrac{{{k^2}}}{2} + \dfrac{k}{6}$
$\therefore {S_n} = \sum\limits_{k = 1}^n {{a_k} = \sum\limits_{k = 1}^n {\left( {\dfrac{{{k^3}}}{3} + \dfrac{{{k^2}}}{2} + \dfrac{k}{6}} \right)} } = \dfrac{{\sum\limits_{k = 1}^n {{k^3}} }}{3} + \dfrac{{\sum\limits_{k = 1}^n {{k^2}} }}{2} + \dfrac{{\sum\limits_{k = 1}^n k }}{6}$ …… (1)
As we know that
Sum of first n natural numbers, $\sum\limits_{k = 1}^n {k = \dfrac{{n\left( {n + 1} \right)}}{2}} $
Sum of squares to first n natural numbers $\sum\limits_{k = 1}^n {{k^2} = \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{6}} $
Sum of cubes of first n natural numbers ${\sum\limits_{k = 1}^n {{k^3} = \left[ {\dfrac{{n\left( {n + 1} \right)}}{2}} \right]} ^2} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{4}$
Using above formulas equation (1) becomes
\[{S_n} = \dfrac{{\sum\limits_{k = 1}^n {{k^3}} }}{3} + \dfrac{{\sum\limits_{k = 1}^n {{k^2}} }}{2} + \dfrac{{\sum\limits_{k = 1}^n k }}{6} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{{4 \times 3}} + \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{{6 \times 2}} + \dfrac{{n\left( {n + 1} \right)}}{{2 \times 6}} = \dfrac{{{n^2}{{\left( {n + 1} \right)}^2}}}{{12}} + \dfrac{{n\left( {n + 1} \right)\left( {2n + 1} \right)}}{{12}} + \dfrac{{n\left( {n + 1} \right)}}{{12}}\]
\[{S_n} = \dfrac{{n\left( {n + 1} \right)}}{{12}}\left[ {n\left( {n + 1} \right) + 2n + 1 + 1} \right] = \dfrac{{n\left( {n + 1} \right)}}{{12}}\left[ {{n^2} + n + 2n + 2} \right] = \dfrac{{n\left( {n + 1} \right)\left( {{n^2} + 3n + 2} \right)}}{{12}}\] …… (2)
Converting $\left( {{n^2} + 3n + 2} \right)$ into its factors, we can write
\[{n^2} + 3n + 2 = {n^2} + n + 2n + 2 = n\left( {n + 1} \right) + 2\left( {n + 1} \right) = \left( {n + 1} \right)\left( {n + 2} \right)\]
Therefore equation (2) becomes
${S_n} = \dfrac{{n\left( {n + 1} \right)\left( {n + 1} \right)\left( {n + 2} \right)}}{{12}} = \dfrac{{n{{\left( {n + 1} \right)}^2} + 2\left( {n + 1} \right)}}{{12}}$ where n is any natural number
Note: These types of problems can be solved by analyzing the given problem and finding any general term and then applying summation on the general term. Then using the formula of sum of first n natural numbers, sum of squares of first natural numbers and sum of the cube of the first n natural numbers.
Recently Updated Pages
If x a + bt + ct2 where x is in meters and t is in class 11 physics CBSE

A car covers the first half distance between two places class 11 physics CBSE

The resultant of two vectors overrightarrow P and overrightarrow class 11 physics CBSE

Find the value of cos 135 class 11 maths CBSE

A mass M is held in place by an applied force F and class 11 physics CBSE

A solution of glucose in water is labelled as 10 dfracwv class 11 chemistry CBSE

Trending doubts
Find the value of the expression given below sin 30circ class 11 maths CBSE

One Metric ton is equal to kg A 10000 B 1000 C 100 class 11 physics CBSE

Draw a diagram of nephron and explain its structur class 11 biology CBSE

10 examples of friction in our daily life

Proton was discovered by A Thomson B Rutherford C Chadwick class 11 chemistry CBSE

Bond order ofO2 O2+ O2 and O22 is in order A O2 langle class 11 chemistry CBSE

