Summing a sequence usually comes down to two formulas: the sum of the first nn terms of an arithmetic sequence, and the sum of the first nn terms of a geometric sequence. The trap is reaching for a formula before identifying the pattern. Check first whether adjacent terms share a constant difference (arithmetic) or a constant ratio (geometric).

The two core formulas and their symbols

The sum of the first nn terms of an arithmetic sequence is

Sn=n(a1+an)2.S_n = \frac{n(a_1 + a_n)}{2}.

If the common difference dd is known, it can also be written as

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

For a geometric sequence with q1q \ne 1,

Sn=a11qn1q.S_n = a_1 \frac{1-q^n}{1-q}.

Here a1a_1 is the first term, ana_n is the nnth term, and qq is the common ratio. The geometric form is also written as

Sn=a1qn1q1,S_n = a_1 \frac{q^n-1}{q-1},

which is equivalent: both numerator and denominator simply change sign.

Why the arithmetic formula holds

Arithmetic sums have a clean derivation, and seeing it once means you never have to memorize the formula blindly. Write the sequence forward,

a1, a2, a3, , an,a_1,\ a_2,\ a_3,\ \dots,\ a_n,

and backward,

an, an1, an2, , a1.a_n,\ a_{n-1},\ a_{n-2},\ \dots,\ a_1.

Each aligned pair sums to a1+ana_1 + a_n, and there are nn pairs, so twice the sum is

2Sn=n(a1+an),2S_n = n(a_1 + a_n),

which gives

Sn=n(a1+an)2.S_n = \frac{n(a_1 + a_n)}{2}.

That pairing is the most intuitive origin of the formula, and it explains why the arithmetic sum only needs the first term, the last term, and the count: every pair contributes the same total a1+ana_1 + a_n.

The geometric formula has its own structure. The derivation multiplies SnS_n by qq, subtracts, and the middle terms cancel, leaving a closed form. That subtraction divides by 1q1 - q, which is exactly why the formula breaks when q=1q = 1: the denominator becomes 00. In that case every term is equal, so the sum is simply Sn=na1S_n = na_1.

Identify the type before summing

Look at adjacent terms first. In 3,7,11,153, 7, 11, 15, each step adds 44, so it is arithmetic. In 2,6,18,542, 6, 18, 54, each step multiplies by 33, so it is geometric. Misidentifying the type sends the whole problem astray, which makes this step more important than memorizing the formulas.

Worked example: find nn first, then the sum

Find the sum of the arithmetic sequence 5,8,11,,325, 8, 11, \dots, 32.

Adjacent terms increase by 33, so it is arithmetic, with

  • first term a1=5a_1 = 5
  • last term an=32a_n = 32
  • common difference d=3d = 3.

The problem gives the last term, not the number of terms. So first use the general term formula to find nn:

an=a1+(n1)da_n = a_1 + (n-1)d 32=5+(n1)332 = 5 + (n-1)\cdot 3 27=3(n1)27 = 3(n-1) n1=9n-1 = 9 n=10.n = 10.

Now substitute into the sum formula:

S10=10(5+32)2=537=185.S_{10} = \frac{10(5+32)}{2} = 5 \cdot 37 = 185.

So the sum is 185185. The key was realizing nn was hidden and had to be computed before summing.

For a geometric case, take 2,4,8,16,322, 4, 8, 16, 32. Every term is the previous term times 22, so it is geometric with a1=2a_1 = 2 and q=2q = 2. The sum of the first 55 terms is

S5=212512=21321=62,S_5 = 2\frac{1-2^5}{1-2} = 2\frac{1-32}{-1} = 62,

which checks against adding directly: 2+4+8+16+32=622+4+8+16+32 = 62. Notice the contrast with the arithmetic case, where nn had to be found first; here the count was given and the work was purely in the formula.

Practice this yourself

Find the sum of 4,9,14,19,244, 9, 14, 19, 24: confirm it is arithmetic, then decide whether you can use Sn=n(a1+an)2S_n = \frac{n(a_1 + a_n)}{2} directly. After that, sum the first 44 terms of the geometric sequence 3,6,12,243, 6, 12, 24. Doing both back to back makes the difference between a constant difference and a constant ratio obvious.

Calculation traps to avoid

Confusing the last term with the number of terms. "Sum up to 3232" means the last term is 3232, not that there are 3232 terms. Find nn through the general term relationship first.

Looking at magnitude instead of pattern. Fast-growing sequences are easy to misread as geometric, and jumping to a conclusion from two terms is risky. Compare the differences or the ratios of adjacent terms.

Forgetting the geometric condition. The formula Sn=a11qn1qS_n = a_1 \frac{1-q^n}{1-q} applies only when q1q \ne 1. If q=1q = 1, use Sn=na1S_n = na_1.

Where sequence summation is used

Sequence summation appears in high school algebra, as foundational training before mathematical induction, and in installment or compound interest models in finance. Whenever a problem gives a patterned set of discrete values and asks for the total, summation is the core tool.

Frequently Asked Questions

What is the formula for the sum of the first n terms of an arithmetic sequence?
The sum equals n times the quantity first term plus nth term, divided by 2. If the common difference d is known instead of the last term, an equivalent version uses twice the first term plus n minus 1 times d, all multiplied by n over 2.
Why does the arithmetic sum formula work?
Pair the sequence with itself written backward. Each pair of corresponding terms adds to the same value, the first term plus the last term. With n such pairs, twice the sum equals n times that pair value, so the sum is n times the first plus last term, divided by 2.
What should you check before applying a summation formula?
Determine the pattern of the sequence first. If adjacent terms differ by a constant amount, use the arithmetic sum formula. If adjacent terms have a constant ratio, use the geometric sum formula. Misidentifying the sequence type usually leads the entire problem astray, so this check matters more than memorizing formulas.
Are the two versions of the geometric sum formula different?
No, they are equivalent. One writes the sum with 1 minus q to the n over 1 minus q, the other with q to the n minus 1 over q minus 1. Switching between them just changes the signs of both numerator and denominator. Both require the common ratio q to be different from 1.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →