DoAssignment.ca

C2.3 · Develop and use finite arithmetic and geometric series formulas

Learn to develop and use finite arithmetic and geometric series formulas through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Discrete Functions

Building and Applying Formulas for Sums of Sequences

You already know how to identify arithmetic and geometric sequences and how to find any single term using a formula. Now comes the natural next question: what if you need to add up many terms at once? Adding 200 terms one by one would take forever, but there is a shortcut — a formula — for each type. In this lesson you will see where those formulas come from, why they work, and how to use them on problems that mix both types.

What you will learn

Prerequisite Bridge: Sequences vs. Series

A sequence is an ordered list of numbers. An arithmetic sequence increases or decreases by a fixed amount called the common difference, dd. A geometric sequence multiplies by a fixed amount called the common ratio, rr. You met both of these in the sequences unit.
A series is what you get when you add the terms of a sequence together. For example, the arithmetic sequence CAD 3, 7, 11, 15 becomes the arithmetic series 3+7+11+153 + 7 + 11 + 15. The word finite means the series has a specific last term — you are not adding forever.
The sum of a finite series is written SnS_n, where nn is the number of terms being added. Your goal is to find SnS_n without writing out and adding every single term.

Developing the Arithmetic Series Formula

Imagine you want to add up the first nn terms of an arithmetic sequence whose first term is aa and whose common difference is dd. Written out, the sum looks like this: Sn=a+(a+d)+(a+2d)+⋯+tnS_n = a + (a+d) + (a+2d) + \cdots + t_n, where tnt_n is the last term.
Here is the clever trick that turns this into a formula. Write SnS_n a second time, but in reverse — from the last term back to the first. Then add the two versions together term by term. Every pair adds up to exactly a+tna + t_n, and there are nn such pairs. So the combined total is n(a+tn)n(a + t_n). Because you added SnS_n twice, you divide by 2.
This gives the first version of the arithmetic series formula. If you also recall that tn=a+(n−1)dt_n = a + (n-1)d, you can replace tnt_n and get a second version that only needs aa, nn, and dd. Both versions are equally valid — pick whichever fits the information you have.
A concrete sanity check: for the four-term series 3+7+11+153 + 7 + 11 + 15, the first term is a=3a = 3, the last term is t4=15t_4 = 15, and there are n=4n = 4 terms. The formula gives S4=42(3+15)=2×18=36S_4 = \frac{4}{2}(3 + 15) = 2 \times 18 = 36. Adding directly: 3+7+11+15=363 + 7 + 11 + 15 = 36. It checks out.
Sn=n2(a+tn)=n2[2a+(n−1)d]S_n = \frac{n}{2}(a + t_n) = \frac{n}{2}[2a + (n-1)d]

Developing the Geometric Series Formula

Now consider the first nn terms of a geometric sequence with first term aa and common ratio rr (where r≠1r \neq 1). The sum is Sn=a+ar+ar2+⋯+arn−1S_n = a + ar + ar^2 + \cdots + ar^{n-1}.
A different trick is needed here. Multiply both sides by rr to get rSn=ar+ar2+ar3+⋯+arnrS_n = ar + ar^2 + ar^3 + \cdots + ar^n. Now subtract the original SnS_n from rSnrS_n. Almost every term cancels — the middle terms appear in both and disappear. Only arnar^n from the second expression and aa from the first survive. So rSn−Sn=arn−arS_n - S_n = ar^n - a.
Factor both sides: the left side gives Sn(r−1)S_n(r - 1) and the right side gives a(rn−1)a(r^n - 1). Dividing both sides by (r−1)(r - 1) produces the formula. A quick sanity check: for the geometric series 2+6+18+542 + 6 + 18 + 54 we have a=2a = 2, r=3r = 3, n=4n = 4. The formula gives S4=2(34−1)3−1=2×802=80S_4 = \frac{2(3^4 - 1)}{3 - 1} = \frac{2 \times 80}{2} = 80. Direct addition: 2+6+18+54=802 + 6 + 18 + 54 = 80. Correct.
Note: when r=1r = 1, every term equals aa, so Sn=naS_n = na. This special case is simple enough that the formula is rarely needed.
Sn=a(rn−1)r−1, r≠1S_n = \frac{a(r^n - 1)}{r - 1}, \ r ≠ 1

Choosing the Right Formula

Before calculating anything, you must decide which type of series you have. Test consecutive terms: if the difference t2−t1=t3−t2t_2 - t_1 = t_3 - t_2 (constant difference), it is arithmetic. If the ratio t2t1=t3t2\frac{t_2}{t_1} = \frac{t_3}{t_2} (constant ratio), it is geometric. A series is never both (unless every term is the same, which is a special case).
Once you know the type, list out what you know — aa, dd or rr, nn, and possibly tnt_n or SnS_n — and match those to the formula. Sometimes nn is not given directly; you may need to use the general term formula tn=a+(n−1)dt_n = a + (n-1)d or tn=arn−1t_n = ar^{n-1} first to find it.
Context clues matter. A problem about equal monthly deposits into a savings account most likely involves an arithmetic series. A problem about a bouncing ball whose height decreases by a fixed percentage each bounce involves a geometric series.

Putting It Together: Mixed Applications

Many problems require more than one step. You might be given SnS_n and asked to find nn, or given enough information to find aa before computing the sum. Work systematically: identify the series type, write down all known values, decide which formula version to use, substitute carefully, and check that your answer is reasonable.
Pay attention to units and context. If a problem says 'the total amount saved over 12 months', then n=12n = 12 and S12S_{12} is the answer. If it asks 'how many terms must be added to reach a total of 500', then Sn=500S_n = 500 and you solve for nn.
Always verify your answer by checking at least one of its properties — for example, confirm that the sum of the first and last term matches what the formula predicts, or compute a few terms by hand and compare a partial sum.

Arithmetic vs. Geometric Series: Formula Comparison

FeatureArithmetic SeriesGeometric Series
What stays constant?Common difference ddCommon ratio rr
General termtn=a+(n−1)dt_n = a + (n-1)dtn=arn−1t_n = ar^{n-1}
Sum formula (version 1)Sn=n2(a+tn)S_n = \frac{n}{2}(a + t_n)Sn=a(rn−1)r−1S_n = \frac{a(r^n-1)}{r-1}
Sum formula (version 2)Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a+(n-1)d]Same formula, also written a(1−rn)1−r\frac{a(1-r^n)}{1-r}
Quick check methodAdd first and last term, multiply by n2\frac{n}{2}Multiply by rr, subtract, and factor

Worked example

Arithmetic Series: Seating in a Theatre

A theatre has 20 rows of seats. The first row has 15 seats and each row after it has 3 more seats than the one in front. How many seats are in the theatre in total?
  1. Identify the series type and list known values
    Each row has 3 more seats than the previous one, so the number of seats per row forms an arithmetic sequence. The first term is a=15a = 15, the common difference is d=3d = 3, and the number of terms (rows) is n=20n = 20.
    a=15,d=3,n=20a = 15, d = 3, n = 20
  2. Choose the formula version
    The last term t20t_{20} is not directly given, but aa, dd, and nn are all known. Use the version Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a + (n-1)d] so you do not need to find t20t_{20} separately.
    Sn=n2[2a+(n−1)d]S_n = \frac{n}{2}[2a + (n-1)d]
  3. Substitute the known values
    Replace nn with 2020, aa with 1515, and dd with 33 in the formula.
    S20=202[2(15)+(20−1)(3)]S_{20} = \frac{20}{2}[2(15) + (20-1)(3)]
  4. Simplify inside the brackets
    Calculate 2×15=302 \times 15 = 30 and (20−1)×3=19×3=57(20 - 1) \times 3 = 19 \times 3 = 57. Add those together to get 30+57=8730 + 57 = 87.
    S20=10×[30+57]=10×87S_{20} = 10 × [30 + 57] = 10 × 87
  5. Compute the final answer
    Multiply 10×8710 \times 87 to get the total number of seats.
    S20=870S_{20} = 870
Answer: The theatre has 870 seats in total.
Check: The last row has t20=15+(19)(3)=15+57=72t_{20} = 15 + (19)(3) = 15 + 57 = 72 seats. Using the other formula version: S20=202(15+72)=10×87=870S_{20} = \frac{20}{2}(15 + 72) = 10 \times 87 = 870. Both versions agree.

Worked example

Geometric Series: Doubling Prize Money

A game show offers prize money that doubles each round. The first round prize is CAD 500. A contestant wins every round. After 8 rounds, what is the total prize money the contestant has won?
  1. Identify the series type and list known values
    Each round's prize is double the previous one, so the prizes form a geometric sequence. The first term is a=500a = 500, the common ratio is r=2r = 2, and the number of terms is n=8n = 8.
    a=500,r=2,n=8a = 500, r = 2, n = 8
  2. Write the geometric series formula
    Since r≠1r \neq 1, use the geometric series formula.
    Sn=a(rn−1)r−1S_n = \frac{a(r^n - 1)}{r - 1}
  3. Substitute the known values
    Replace aa with 500500, rr with 22, and nn with 88.
    S8=500(28−1)2−1S_8 = \frac{500(2^8 - 1)}{2 - 1}
  4. Evaluate the power and simplify
    Calculate 28=2562^8 = 256, so 28−1=2552^8 - 1 = 255. The denominator is 2−1=12 - 1 = 1, so dividing by 1 changes nothing.
    S8=500×2551=500×255S_8 = \frac{500 × 255}{1} = 500 × 255
  5. Compute the final answer
    Multiply 500×255500 \times 255 to get the total winnings.
    S8=127,500S_8 = 127{,}500
Answer: The contestant won a total of CAD 127,500 over 8 rounds.
Check: List the eight prizes: 500, 1000, 2000, 4000, 8000, 16000, 32000, 64000. Their sum is 500+1000+2000+4000+8000+16000+32000+64000=127,500500 + 1000 + 2000 + 4000 + 8000 + 16000 + 32000 + 64000 = 127{,}500. This matches.

Common mistakes and how to avoid them

Confusing the number of terms nn with the value of the last term tnt_n.
Correction: Always establish nn (how many terms you are adding) separately from tnt_n (the value of the last term). They are different quantities with different roles in the formulas.
Using the arithmetic series formula on a geometric series, or vice versa.
Correction: Before substituting, check whether the difference or the ratio is constant. Only then choose the matching formula.
Forgetting to subtract 1 in (n−1)d(n-1)d or (n−1)(n-1) in the exponent rn−1r^{n-1}.
Correction: Remember that the first term already accounts for the starting value, so the adjustment applies n−1n-1 times, not nn times.
Applying the geometric series formula when r=1r = 1, which causes division by zero.
Correction: When r=1r = 1, every term equals aa, so simply use Sn=naS_n = na.
Misreading a problem and solving for a single term tnt_n instead of the sum SnS_n.
Correction: Look for words like 'total', 'altogether', or 'sum' to confirm that SnS_n is needed. Words like 'the value in the nnth year' or 'the nnth term' signal a single-term calculation instead.

Lesson summary

Check your understanding

Question 1

Which expression gives the sum of the arithmetic series 5+9+13+17+215 + 9 + 13 + 17 + 21?
  1. S5=52(5+21)S_5 = \frac{5}{2}(5 + 21)
  2. S5=5×21S_5 = 5 \times 21
  3. S5=52(5×21)S_5 = \frac{5}{2}(5 \times 21)
  4. S5=5+4(5)S_5 = 5 + 4(5)
Show answer and explanation
S5=52(5+21)S_5 = \frac{5}{2}(5 + 21)
There are n=5n = 5 terms, the first is a=5a = 5, and the last is t5=21t_5 = 21. The formula Sn=n2(a+tn)S_n = \frac{n}{2}(a + t_n) gives S5=52(5+21)=52(26)=65S_5 = \frac{5}{2}(5 + 21) = \frac{5}{2}(26) = 65. You can verify: 5+9+13+17+21=655 + 9 + 13 + 17 + 21 = 65.

Question 2

A geometric series has a=4a = 4, r=3r = 3, and n=5n = 5. What is S5S_5?
  1. 484484
  2. 6060
  3. 972972
  4. 324324
Show answer and explanation
484484
S5=4(35−1)3−1=4(243−1)2=4×2422=9682=484S_5 = \frac{4(3^5 - 1)}{3 - 1} = \frac{4(243 - 1)}{2} = \frac{4 \times 242}{2} = \frac{968}{2} = 484. The series is 4+12+36+108+324=4844 + 12 + 36 + 108 + 324 = 484.

Question 3

A series begins 100,95,90,…100, 95, 90, \ldots and continues for 10 terms. What is the total?
  1. 775775
  2. 950950
  3. 550550
  4. 850850
Show answer and explanation
775775
This is arithmetic with a=100a = 100, d=−5d = -5, n=10n = 10. Apply S10=102[2(100)+(10−1)(−5)]=5[200−45]=5×155=775S_{10} = \frac{10}{2}[2(100) + (10-1)(-5)] = 5[200 - 45] = 5 \times 155 = 775.

Question 4

A problem asks for the 'total amount saved over 6 months'. Which value does this correspond to?
  1. S6S_6, the sum of the first 6 terms
  2. t6t_6, the 6th term only
  3. 6×t16 \times t_1, six copies of the first term
  4. a+6da + 6d, the term after the 6th
Show answer and explanation
S6S_6, the sum of the first 6 terms
The word 'total' signals that all terms must be added together. That is the definition of a series sum, so you need S6S_6, not a single term.

Key terms

Sequence
An ordered list of numbers, each called a term.
Series
The sum of the terms of a sequence.
Finite series
A series with a fixed number of terms and therefore a definite last term.
SnS_n
The sum of the first nn terms of a series.
Common difference (dd)
The fixed amount added from one term to the next in an arithmetic sequence.
Common ratio (rr)
The fixed number each term is multiplied by to get the next term in a geometric sequence.
Arithmetic series
A series formed by adding the terms of an arithmetic sequence.
Geometric series
A series formed by adding the terms of a geometric sequence.

Continue through MCR3U

View the complete Ontario Grade 11 Mathematics learning path

About this lesson

Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation C2.3. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question