Solveeit Logo

Question

Question: What is the sum of first \[n\] even natural numbers?...

What is the sum of first nn even natural numbers?

Explanation

Solution

Even numbers is a series of numbers with a difference between the adjacent numbers as 22 and also must be divisible by 22. Means even numbers is a series of sequences of numbers which are divisible by 22 and have common difference 22. To calculate the sum of these numbers we use the formula of sum of arithmetic progression for which the terms depend on nn and hence sum also.

Formula used:
(an)=a1+(n1)d({{a}_{n}})={{a}_{1}}+(n-1)d and Sn=n22a+(n1)d{{S}_{n}}=\dfrac{n}{2}\\{2a+(n-1)d\\}
Where, a1{{a}_{1}} is first term of series
nn is number of terms
dd is common difference
Sn{{S}_{n}} is sum of nn terms

Complete step by step solution:
Given that,
Total even numbers in sequence are nn with first term is first even number and that is 22
The series is 2,4,6,8,10,...n2,4,6,8,10,{{...}_{n}}
a1=2\Rightarrow {{a}_{1}}=2
Now using the formula for sum of this series
Sn=n22a+(n1)d{{S}_{n}}=\dfrac{n}{2}\\{2a+(n-1)d\\}
Now substituting the values
Sn=n22×2+(n1)2{{S}_{n}}=\dfrac{n}{2}\\{2\times 2+(n-1)2\\}
(Since the total terms are nn as we have to calculate the sum of first nn even numbers)
Sn=n24+(n1)2\Rightarrow {{S}_{n}}=\dfrac{n}{2}\\{4+(n-1)2\\}
Sn=n24+2n2\Rightarrow {{S}_{n}}=\dfrac{n}{2}\\{4+2n-2\\}
Sn=n22+2n\Rightarrow {{S}_{n}}=\dfrac{n}{2}\\{2+2n\\}
Taking common 22 from bracket
Sn=n(n+1)\Rightarrow {{S}_{n}}=n(n+1)

Hence, we have calculated the sum of first nn even numbers and that is n(n+1)n(n+1)

Note:
First find a general term (an)({{a}_{n}}) of this sequence and this would be in terms of n and using this we will calculate the last term and we have a formula to calculate the sum of the series of arithmetic progression when the first and last term and number of terms given and that is S=n2(a1+an)S=\dfrac{n}{2}({{a}_{1}}+{{a}_{n}})
Here, Sum is the product of the average of first and last term with the total number of terms.