0

Is this correct? If so a link to more information/proof would be appreciated. Thanks!

$$\sum_{k=1}^x(k + k - 1) = x^2$$

WolframAlpha

1 Answers1

1

You can do this one by induction.

The base case is that $\sum_{k=1}^1(2k - 1) = 1^2$ and this is pretty much self evident. Supposing it holds for the first $n$ positive integers means that:

$$\sum_{k=1}^{n+1}(2k - 1) = \sum_{k=1}^{n}(2k - 1) +2(n+1)-1=n^2+2n+1=(n+1)^2$$

Hence it holds for all positive integers.

Bernard W
  • 2,141