Saturday, 10 December 2016

sequences and series - The sum of the first $n$ squares $(1 + 4 + 9 + cdots + n^2)$ is $frac{n(n+1)(2n+1)}{6}$




Prove that the sum of the first $n$ squares $(1 + 4 + 9 + \cdots + n^2)$ is
$\frac{n(n+1)(2n+1)}{6}$.




Can someone pls help and provide a solution for this and if possible explain the question


Answer




  1. check if the statement holds true for $n=1$:
    $$1^2=1=\frac{1(1+1)(2\cdot 1+1)}{6}=\frac{6}{6}=1$$

  2. Inductive step: show that if statement holds for $k$, then it also holds for $k+1$. This is done as follows:
    $$1^2+2^2+3^2+\ldots+k^2=\frac{k(k+1)(2k+1)}{6}$$
    $$1^2+2^2+3^2+\ldots+k^2+(k+1)^2=\frac{(k+1)((k+1)+1)(2(k+1)+1)}{6}$$
    Note that the last equation may be rewritten as:

    $$\frac{k(k+1)(2k+1)}{6}+(k+1)^2=\frac{(k+1)((k+1)+1)(2(k+1)+1)}{6}$$
    It remains that both sides are indeed the same.


No comments:

Post a Comment

real analysis - How to find $lim_{hrightarrow 0}frac{sin(ha)}{h}$

How to find $\lim_{h\rightarrow 0}\frac{\sin(ha)}{h}$ without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...