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.

MB
Answered by Matthew B. Maths tutor

5244 Views

See similar Maths A Level tutors

Related Maths A Level answers

All answers ▸

Derive 2*x^(3/2)+x+4


How would you differentiate the term 3x^3-2x^2+x-10


Susan is researching the population growth of a city. She proposes that x, the number of people in the city, t years after 2017 is given by x=250,000e^(0.012t) A.population in 2017 B.population in 2020 C.During which year would the population have doubled


Find the integral of 1/(x-5) with respect to x


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences