Friday, September 8, 2017

sequences and series - What must be the simplest proof of the sum of first n natural numbers?




I was studying sequence and series and used the formula many times 1+2+3++n=n(n+1)2

I want its proof.




Thanks for any help.


Answer



Let the sum be Sn=1+2+3++n

on reversing the same equation we get Sn=n+(n1)+(n2)++1
On adding (1) and (2) we have each term equal to n+1 which will occur n times i.e. 2Sn=(n+1)+(n+1)+(n+1){ntimes}+(n+1)
2Sn=n(n+1)
Sn=n(n+1)2.
Hope it helps!!!


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...