How do I add up the integers from 1 to 1000 without going insane?

Suppose you are asked by your teacher to sum all the integers from 1 up to 1000. You might be thinking they must hold some kind of grudge against you. If you try to calculate the sum by adding on each integer one at a time, you will have to perform 999 separate additions, some of which will be quite long and tedious. This would take far longer than anyone can be bothered to spend adding up numbers.

There is, however, a quicker way. Let's give our sum a letter to represent its unknown value. Let's use "S" for "sum". Then:

S = 1 + 2 + 3 + ... + 999 + 1000

But we can rewrite this sum in reverse order. Starting with 1000 and ending with 1:

S = 1000 + 999 + 998 + ... + 2 + 1

We can now add together these two equations to give us:

S + S = (1+1000) + (2+999) + (3+998) + ... + (999+2) + (1000+1)

Simplifying both sides gives us:

2S = 1001 + 1001 + 1001 + ... + 1001 + 1001

The right hand side has 1000 separate terms, since our original sum contained 1000 numbers. So:

2S = 1000 x 1001 = 1001000

Dividing both sides by two we find that S = 500500. Therefore:

1 + 2 + 3 + ... + 999 + 1000 = 500500

This calculation is an example of a more general concept called an arithmetic series, where you sum a sequence of numbers which differ by adding on a fixed amount with each step.

Answered by Matthew B. Maths tutor

3643 Views

See similar Maths A Level tutors

Related Maths A Level answers

All answers ▸

Differentiate f(x) = (x+3)/(2x-5) using the quotient rule.


Integrate ∫x^4+5x^3+sin(2x) dx


Derive Law of Cosines using Pythagorean Theorem


What exactly IS differentiation?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy