DoAssignment.ca

C2.2 · Develop and use general-term formulas for arithmetic and geometric sequences

Learn to develop and use general-term formulas for arithmetic and geometric sequences through clear examples and targeted practice.

Ontario Grade 11 Mathematics

Discrete Functions

Building and applying the $t_n$ formula for both types of sequences

Sequences appear whenever quantities change by a predictable rule — weekly savings, the bouncing height of a ball, or the number of bacteria doubling every hour. Being able to jump directly to any term, without listing every term before it, is a powerful skill. This lesson builds the two most important general-term formulas in MCR3U: one for arithmetic sequences (add the same amount each time) and one for geometric sequences (multiply by the same amount each time). You will see where each formula comes from, practise using it, and learn to spot the errors that most students make.

What you will learn

Prerequisite Bridge: What Is a Sequence?

A sequence is an ordered list of numbers. Each number in the list is called a term. The first term is written t1t_1, the second term t2t_2, and so on. The term in position nn is written tnt_n. Think of nn as the term number — it is always a positive integer.
You already know from Grade 10 that linear relationships have a constant rate of change, and that exponential relationships involve repeated multiplication. Those two ideas are exactly what drive arithmetic and geometric sequences respectively. Recognising which pattern you are dealing with is always your first job.

Arithmetic Sequences and the General-Term Formula

An arithmetic sequence is formed by adding the same fixed number to each term to get the next one. That fixed number is called the common difference and is written dd. For example, 3,7,11,15,…3, 7, 11, 15, \ldots has t1=3t_1 = 3 and d=4d = 4 because each term is 4 more than the one before it. You can always verify dd by subtracting any term from the term that follows it: d=t2−t1=t3−t2d = t_2 - t_1 = t_3 - t_2, and so on.
To find any term without listing every previous term, notice the pattern: t1=t1t_1 = t_1, t2=t1+dt_2 = t_1 + d, t3=t1+2dt_3 = t_1 + 2d, t4=t1+3dt_4 = t_1 + 3d. The number of times dd is added is always one less than the term number. So the general-term formula for an arithmetic sequence is:
This formula works because you start at t1t_1 and add dd exactly (n−1)(n-1) times to reach term number nn. Every arithmetic general-term formula is a linear expression in nn, which connects directly to the linear functions you studied in Grade 10.
You can use the formula in several ways: find a specific term given t1t_1 and dd; find t1t_1 if you know a term and dd; find dd if you know two terms; or determine which term number has a given value.
tn=t1+(n−1)dt_n = t_1 + (n-1)d

Geometric Sequences and the General-Term Formula

A geometric sequence is formed by multiplying each term by the same fixed number to get the next one. That fixed number is called the common ratio and is written rr. For example, 5,10,20,40,…5, 10, 20, 40, \ldots has t1=5t_1 = 5 and r=2r = 2 because each term is twice the previous one. You can find rr by dividing any term by the term before it: r=t2÷t1=t3÷t2r = t_2 \div t_1 = t_3 \div t_2, and so on.
The same pattern-building approach works here: t1=t1t_1 = t_1, t2=t1⋅rt_2 = t_1 \cdot r, t3=t1⋅r2t_3 = t_1 \cdot r^2, t4=t1⋅r3t_4 = t_1 \cdot r^3. The exponent on rr is always one less than the term number. So the general-term formula for a geometric sequence is:
This formula works because you start at t1t_1 and multiply by rr exactly (n−1)(n-1) times. Every geometric general-term formula involves an exponential expression in nn, matching the exponential functions you met in Grade 10.
The common ratio rr can be a fraction (terms shrink), a negative number (terms alternate in sign), or a number greater than 1 (terms grow). As long as r≠0r \neq 0 and r≠1r \neq 1, the sequence is genuinely geometric.
tn=t1⋅rn−1t_n = t_1 · r^{n-1}

Connecting the Two Formulas: Similarities and Differences

Both formulas share the same structure: start with the first term, then apply the rule (n−1)(n-1) times. For arithmetic sequences the rule is repeated addition of dd, giving t1+(n−1)dt_1 + (n-1)d. For geometric sequences the rule is repeated multiplication by rr, giving t1⋅rn−1t_1 \cdot r^{n-1}. Keeping this parallel in mind prevents mixing up the two formulas.
A quick way to decide which formula applies: calculate the differences between consecutive terms. If the differences are equal, the sequence is arithmetic. If the differences are not equal, calculate the ratios of consecutive terms instead. If those ratios are equal, the sequence is geometric. If neither differences nor ratios are constant, neither formula applies and you need a different approach.
One important special case: if r=1r = 1 every term equals t1t_1, so the sequence is constant (and could also be seen as arithmetic with d=0d = 0). These edge cases rarely appear on assessments, but recognising them shows strong understanding.

Applying the Formulas: Strategy and Context

When a problem gives you the sequence directly, identify t1t_1 and either dd or rr first, write the formula, then substitute. When a problem gives you two terms but not the first term, set up two equations using the general-term formula and solve. For arithmetic sequences this usually means subtracting one equation from the other. For geometric sequences it usually means dividing one equation by the other to isolate rr.
Context problems often ask for the term number nn rather than the term value. After substituting and simplifying, you will need to solve a linear equation (arithmetic) to find nn. Always check that nn is a positive whole number — if it is not, the value you were asked about is not actually in the sequence.
A useful habit: after finding your answer, substitute it back into the original formula to confirm the result. This self-check catches arithmetic slips before they cost marks.

Arithmetic vs. Geometric Sequences at a Glance

FeatureArithmetic SequenceGeometric Sequence
Rule between termsAdd a fixed number ddMultiply by a fixed number rr
How to find the ruled=tn−tn−1d = t_n - t_{n-1}r=tn÷tn−1r = t_n \div t_{n-1}
General-term formulatn=t1+(n−1)dt_n = t_1 + (n-1)dtn=t1⋅rn−1t_n = t_1 \cdot r^{n-1}
Type of expression in nnLinearExponential
Example sequence2,5,8,11,…2, 5, 8, 11, \ldots (d=3d = 3)2,6,18,54,…2, 6, 18, 54, \ldots (r=3r = 3)

Worked example

Arithmetic Sequence: Finding a Term and a Term Number

An arithmetic sequence begins −5,1,7,13,…-5, 1, 7, 13, \ldots (a) Write the general-term formula. (b) Find t20t_{20}. (c) Determine which term of the sequence equals 103103.
  1. Identify the first term and common difference
    Read t1t_1 directly from the sequence. Then find dd by subtracting the first term from the second: d=1−(−5)=6d = 1 - (-5) = 6. Verify with the next pair: 7−1=67 - 1 = 6. The difference is constant, confirming this is arithmetic.
    t1=−5,d=6t_1 = -5, d = 6
  2. Write the general-term formula
    Substitute t1=−5t_1 = -5 and d=6d = 6 into the arithmetic formula tn=t1+(n−1)dt_n = t_1 + (n-1)d, then simplify the expression so it is in slope-intercept form.
    tn=−5+(n−1)(6)=6n−11t_n = -5 + (n-1)(6) = 6n - 11
  3. Find the 20th term
    Substitute n=20n = 20 into the simplified formula tn=6n−11t_n = 6n - 11.
    t20=6(20)−11=120−11=109t_{20} = 6(20) - 11 = 120 - 11 = 109
  4. Find which term equals 103
    Set tn=103t_n = 103 and solve for nn using the simplified formula 6n−11=1036n - 11 = 103. Add 1111 to both sides, then divide by 66.
    6n=114  ⟹  n=196n = 114 \implies n = 19
  5. Verify both answers
    Check t20t_{20}: substituting n=20n = 20 gives 6(20)−11=1096(20) - 11 = 109. Check n=19n = 19: 6(19)−11=114−11=1036(19) - 11 = 114 - 11 = 103. Both match, so the answers are confirmed.
    t19=6(19)−11=103✓t_{19} = 6(19) - 11 = 103 \checkmark
Answer: The general-term formula is tn=6n−11t_n = 6n - 11. The 20th term is t20=109t_{20} = 109. The term that equals 103103 is the 19th term.
Check: Using tn=6n−11t_n = 6n - 11: t19=6(19)−11=103t_{19} = 6(19) - 11 = 103 ✓ and t20=6(20)−11=109t_{20} = 6(20) - 11 = 109 ✓.

Worked example

Geometric Sequence: Finding the Formula from Two Non-Consecutive Terms

In a geometric sequence, the 2nd term is 1212 and the 5th term is 324324. (a) Find the common ratio rr and the first term t1t_1. (b) Write the general-term formula. (c) Find t7t_7.
  1. Write two equations using the geometric formula
    The general-term formula is tn=t1⋅rn−1t_n = t_1 \cdot r^{n-1}. Write one equation for n=2n = 2 and one for n=5n = 5, using the given term values. t_1 r = 12 and t_1 r^4 = 324
  2. Divide the equations to eliminate t1t_1
    Dividing the equation for t5t_5 by the equation for t2t_2 cancels t1t_1 and leaves a single equation in rr only. This works because both sides of the second equation are exactly r3r^3 times the corresponding sides of the first.
    t1r4t1r=32412  ⟹  r3=27\frac{t_1 r^4}{t_1 r} = \frac{324}{12} \implies r^3 = 27
  3. Solve for rr
    Take the cube root of both sides. Since 27=3327 = 3^3, the cube root is exactly 33.
    r=273=3r = \sqrt[3]{27} = 3
  4. Solve for t1t_1
    Substitute r=3r = 3 back into the equation t1r=12t_1 r = 12 and divide both sides by 33.
    t1=123=4t_1 = \frac{12}{3} = 4
  5. Write the general-term formula
    Substitute t1=4t_1 = 4 and r=3r = 3 into tn=t1⋅rn−1t_n = t_1 \cdot r^{n-1}.
    tn=4⋅3n−1t_n = 4 · 3^{n-1}
  6. Find the 7th term
    Substitute n=7n = 7 into the formula. Calculate 36=7293^6 = 729 first, then multiply by 44.
    t7=4⋅36=4⋅729=2916t_7 = 4 · 3^{6} = 4 · 729 = 2916
  7. Verify t2t_2 and t5t_5 using the formula
    Check that the formula reproduces the given information. t2=4⋅31=12t_2 = 4 \cdot 3^1 = 12 ✓ and t5=4⋅34=4⋅81=324t_5 = 4 \cdot 3^4 = 4 \cdot 81 = 324 ✓.
    t2=4⋅31=12✓,t5=4⋅34=324✓t_2 = 4 · 3^1 = 12 \checkmark, t_5 = 4 · 3^4 = 324 \checkmark
Answer: The common ratio is r=3r = 3, the first term is t1=4t_1 = 4, the general-term formula is tn=4⋅3n−1t_n = 4 \cdot 3^{n-1}, and the 7th term is t7=2916t_7 = 2916.
Check: Listing terms: CAD 4, 12, 36, 108, 324, 972, 2916. Term 2 is 1212 ✓, term 5 is 324324 ✓, term 7 is 29162916 ✓.

Common mistakes and how to avoid them

Writing tn=t1+ndt_n = t_1 + nd instead of tn=t1+(n−1)dt_n = t_1 + (n-1)d, adding dd one too many times.
Correction: The first term already exists before any addition. You only add dd a total of (n−1)(n-1) times to reach term nn. Check: when n=1n=1, the formula must return t1t_1, so (n−1)(n-1) must equal zero at n=1n=1.
Writing tn=t1⋅rnt_n = t_1 \cdot r^n instead of tn=t1⋅rn−1t_n = t_1 \cdot r^{n-1}, multiplying by rr one extra time.
Correction: The same reasoning applies: the first term requires zero multiplications. Substitute n=1n=1 to check — the formula must give t1⋅r0=t1t_1 \cdot r^0 = t_1, not t1⋅rt_1 \cdot r.
Using the arithmetic formula for a geometric sequence (or vice versa) without first checking the type of sequence.
Correction: Always test for constant differences first. If differences are not constant, test for a constant ratio. Choose the correct formula only after confirming the sequence type.
Accepting a non-integer or negative answer for the term number nn without questioning it.
Correction: The term number nn must be a positive whole number. If your equation gives n=7.5n = 7.5 or n=−3n = -3, the target value is not a term in that sequence.
Dividing the smaller-term equation by the larger-term equation and getting a fractional rkr^k with the wrong exponent, leading to an incorrect value of rr.
Correction: Divide the equation with the higher power of rr by the equation with the lower power. Check the exponent on rr in the result: it should equal the difference in the two term numbers (e.g., terms 5 and 2 differ by 3, so r3r^3 appears).

Lesson summary

Check your understanding

Question 1

Which formula correctly gives the general term of the arithmetic sequence 10,6,2,−2,…10, 6, 2, -2, \ldots?
  1. tn=10+4nt_n = 10 + 4n
  2. tn=10−4(n−1)t_n = 10 - 4(n-1)
  3. tn=10⋅(−4)n−1t_n = 10 \cdot (-4)^{n-1}
  4. tn=−4n+10t_n = -4n + 10
Show answer and explanation
tn=10−4(n−1)t_n = 10 - 4(n-1)
The first term is t1=10t_1 = 10 and the common difference is d=6−10=−4d = 6 - 10 = -4. Substituting into tn=t1+(n−1)dt_n = t_1 + (n-1)d gives tn=10+(n−1)(−4)=10−4(n−1)t_n = 10 + (n-1)(-4) = 10 - 4(n-1). Option A adds 4n4n instead of subtracting and misses the (n−1)(n-1) structure. Option C wrongly uses the geometric formula with a negative base. Option D simplifies to −4n+10-4n + 10, which gives t1=−4(1)+10=6≠10t_1 = -4(1)+10 = 6 \neq 10, so it is incorrect.

Question 2

A geometric sequence has t1=2t_1 = 2 and r=−3r = -3. What is t4t_4?
  1. −54-54
  2. 5454
  3. −162-162
  4. 1818
Show answer and explanation
−54-54
Using tn=t1⋅rn−1t_n = t_1 \cdot r^{n-1}: t4=2⋅(−3)3=2⋅(−27)=−54t_4 = 2 \cdot (-3)^3 = 2 \cdot (-27) = -54. The exponent is 4−1=34-1=3, not 44. Option B forgets the negative sign. Option C uses the exponent 44 instead of 33. Option D corresponds to t3=2⋅(−3)2=18t_3 = 2 \cdot (-3)^2 = 18, which is the wrong term.

Question 3

In an arithmetic sequence, t3=20t_3 = 20 and t7=44t_7 = 44. What is the common difference dd?
  1. 44
  2. 66
  3. 88
  4. 1212
Show answer and explanation
66
The two equations are t1+2d=20t_1 + 2d = 20 and t1+6d=44t_1 + 6d = 44. Subtracting the first from the second gives 4d=244d = 24, so d=6d = 6. Option A gives 4d=164d = 16, meaning t7−t3=16t_7 - t_3 = 16, not 2424. Options C and D also fail the subtraction check.

Question 4

A geometric sequence begins 3,6,12,24,…3, 6, 12, 24, \ldots Which term of this sequence equals 384384?
  1. Term 6
  2. Term 7
  3. Term 8
  4. Term 9
Show answer and explanation
Term 8
Here t1=3t_1 = 3 and r=2r = 2, so tn=3⋅2n−1t_n = 3 \cdot 2^{n-1}. Setting 3⋅2n−1=3843 \cdot 2^{n-1} = 384 gives 2n−1=128=272^{n-1} = 128 = 2^7, so n−1=7n - 1 = 7 and n=8n = 8. Checking: t8=3⋅27=3⋅128=384t_8 = 3 \cdot 2^7 = 3 \cdot 128 = 384 ✓.

Key terms

Sequence
An ordered list of numbers that follow a rule. Each number in the list is called a term.
Term (tnt_n)
One number in a sequence. The subscript nn gives its position; for example, t3t_3 is the third term.
Arithmetic sequence
A sequence in which each term is found by adding the same fixed number (the common difference) to the previous term.
Common difference (dd)
The fixed number added to each term of an arithmetic sequence to produce the next term. Found by computing tn−tn−1t_n - t_{n-1}.
Geometric sequence
A sequence in which each term is found by multiplying the previous term by the same fixed number (the common ratio).
Common ratio (rr)
The fixed number by which each term of a geometric sequence is multiplied to produce the next term. Found by computing tn÷tn−1t_n \div t_{n-1}.
General-term formula
A formula that gives the value of any term tnt_n directly from its position number nn, without needing to list all previous terms.
Term number (nn)
The position of a term in a sequence. It must always be a positive whole number (positive integer).

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.2. It is a study resource, not an official curriculum publication.

Official curriculum reference

Report a correction or ask a question