Find the Sum of First 100 Natural Numbers — AP Sum Formula

medium CBSE NCERT Class 10 Chapter 5 3 min read

Question

Find the sum of the first 100 natural numbers.

This is the classic AP problem that Gauss supposedly solved at age 10 — and it shows up in NCERT Class 10, Chapter 5 as a direct application of the sum formula.


Solution — Step by Step

The natural numbers 1, 2, 3, …, 100 form an arithmetic progression. First term a=1a = 1, common difference d=1d = 1, number of terms n=100n = 100.

The sum of nn terms of an AP is:

Sn=n2[2a+(n1)d]S_n = \frac{n}{2} \left[2a + (n-1)d\right]

We always start with the formula before substituting — this way we don’t lose track of which values go where.

S100=1002[2(1)+(1001)(1)]S_{100} = \frac{100}{2} \left[2(1) + (100-1)(1)\right] =50[2+99]= 50 \left[2 + 99\right] =50×101= 50 \times 101 S100=50×101=5050S_{100} = 50 \times 101 = \mathbf{5050}

Answer: The sum of the first 100 natural numbers is 5050.


Why This Works

Every AP has a beautiful symmetry: if you pair the first and last terms, you always get the same sum. Here, 1+100=1011 + 100 = 101, 2+99=1012 + 99 = 101, 3+98=1013 + 98 = 101 — and we have 50 such pairs. So the total is 50×101=505050 \times 101 = 5050.

The formula Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n-1)d] is essentially encoding this pairing logic algebraically. The term 2a+(n1)d2a + (n-1)d is just a+ana + a_n — the sum of the first and last terms.

This is why we can never go wrong if we remember the physical meaning: average of first and last term, multiplied by number of terms.


Alternative Method

There’s a cleaner version of the formula when you already know both the first and last terms:

Sn=n2(a+l)S_n = \frac{n}{2}(a + l)

Here a=1a = 1, l=100l = 100, n=100n = 100.

S100=1002(1+100)=50×101=5050S_{100} = \frac{100}{2}(1 + 100) = 50 \times 101 = 5050

Use this form whenever the last term is directly given in the problem — it’s faster and has fewer substitution steps. In problems like “sum of even numbers from 2 to 200”, this form saves 30 seconds.

For natural numbers specifically, there’s a shortcut worth memorising: Sn=n(n+1)2S_n = \frac{n(n+1)}{2}. This is the same formula simplified for a=1,d=1a = 1, d = 1. For n=100n = 100: 100×1012=5050\frac{100 \times 101}{2} = 5050.


Common Mistake

The most common error here is writing n=99n = 99 instead of n=100n = 100 — students count “100 natural numbers” as going from 1 to 99 because they subtract 1 somewhere in their head. Count carefully: natural numbers from 1 to 100 are exactly 100 terms. If you’re unsure, use n=la+1=1001+1=100n = l - a + 1 = 100 - 1 + 1 = 100. This cross-check takes 5 seconds and prevents a guaranteed mark loss.

A second slip: using d=0d = 0 accidentally after writing the formula, because the numbers “look obvious.” Always write d=1d = 1 explicitly before substituting — especially in board exams where step marks matter.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next